Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/DevMeetings"

(Build)
m (SDO / MOXy)
Line 119: Line 119:
 
* Extensibility
 
* Extensibility
 
** Allow a user to start with a predesigned JAXBContext and add mappings to the entities without the need for the context to be recreated.
 
** Allow a user to start with a predesigned JAXBContext and add mappings to the entities without the need for the context to be recreated.
** 339373 - Enhancement: Multiple Binding File Support
+
** 339373 - Enhancement: Multiple Binding File Support.  Design doc being written
 
** 339383 - Enhancement: Persist metadata modifications made at runtime
 
** 339383 - Enhancement: Persist metadata modifications made at runtime
 
** 339377 - Enhancement: Programmatic means of adding mapping to an initialized XMLDescriptor at runtime
 
** 339377 - Enhancement: Programmatic means of adding mapping to an initialized XMLDescriptor at runtime
** 339381 - Enhancement: Flex Fields
+
** 339381 - Enhancement: XML Extentions.  Design review today
 
* Plan to bundle MOXy with Glassfish install in next release
 
* Plan to bundle MOXy with Glassfish install in next release
** JAX-WS TCK passing when using EclipseLink JAXB in Glassfish server. 
 
 
* MOXy User Guide evolution
 
* MOXy User Guide evolution
** Continuing to update sections in [http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy MOXy user guide]  
+
** Continuing to update sections in [http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy MOXy user guide] - close to initial phase being completed.
* Eclipse Dali
+
** Need to plan out 2.3 documentation updates
** Discussion with Dali development team to provide JAXB/MOXy support based on annotations or external metadata
+
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/326663 JPA/JAXB RESTful web services]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/326663 JPA/JAXB RESTful web services]
 
** Provide means of exposing JPA entities through a RESTful service
 
** Provide means of exposing JPA entities through a RESTful service

Revision as of 15:52, 6 April 2011



Dial In Info:

  • please contact Peter Krogh for dial in information.


The EclipseLink committers have a regular meeting (currently weekly) to discuss ongoing development issues and projects. All interested parties are welcome to attend. If you have any additional items you wished discussed please add them at the bottom of the agenda including a brief description and any relevant links. Alternatively development issues can be discussed on the EclipseLink Dev mailing list.

* When adding agenda items please send an email to the eclipselink-dev@eclipse.org list notifying attendees. This will ensure attendees are aware of agenda items prior to the meeting.

Call Schedule

The calendar is available in the following formats:
Ical.gifiCal,Xml.gifATOM News Feed,Html.gifHTML



Agenda March 31, 2011

11 am EST, Thurs March 17, 2011


Ad Hoc

Release Planning

  • 2.2 - Released
  • Helios SR2 (2.1.2) - February 25, 2011
    • GA - Feb 25, 2011
  • 2.3 (Indigo) - June 22nd, 2011 - http://wiki.eclipse.org/EclipseLink/Development/2.3
    • Indigo M5+1 - Jan 31 (Date had been listed on Google calendar incorrectly)
    • Indigo M6+1 - March 14
    • Indigo M7+1 - May 2
    • Indigo RC1-4 May 16,23,30 and June 6
    • Indigo GA - June 22


QA

Mar 25 - Mar 31, 2011:

  • Nightly (Updated on 2011-03-24)
    • trunk - two new failures with DBWS on Oracle 11.2.0.2 - investigating. (the last build is 2011-03-28)
    • 2.1.3 - no new build (the last build is 2011-03-07)
    • 2.2.1 - no new failure (the last build is 2011-03-25)
  • Testing
    • ...
  • Test Dev
    • JAXB Annotation Examples automation,implemented changes based on code reviewed -- being checked in
    • Sessionbean HA tests for EclipseLink failover testing -- implementation in progress based on feedback from dev
  • Test Infrastructure
    • Completed Sybase DB/FL test investigation - 6 test models failed: escalating Bug 295974
    • Setup of test machine for Moxy dev team - complete
    • DBWS examples running on app servers - complete -- WAS (7 AS and ND), JBoss (5.1.0GA, 5.0EAP, 6.0), Glassfish (3.0.1), WebLogic (10.3.4)
    • Use WLS WLST commands in test setup instead of WLConfig, WLServer, and WLDeploy - 95%
  • Next week
    • Integrate JAXB TCK to run in our nightly process for all branches - in progress
    • JAXB annotation example tests: check-in
    • TimesTen DB/core test investigation
    • Investigate breaking our full regression suite into smaller suites... into sub-suites
    • Use WLS WLST commands in test setup instead of WLConfig, WLServer, and WLDeploy
    • Sessionbean HA tests
    • Fix bugs targeted for 2.3
    • Start reviewing cert testing for 2.3

Build

March 31, 2011:

  • Milestone Releases
    • none
  • Next Milestone build: 2.3.0 M7, C.O.B Friday May 4
  • New Build
    • Tycho/Maven for OSGi bundles
      • all bundles building.
      • Work complete to tie it all together on MTPC branch.
      • Will have call for those interested in discussing early next week
  • Rename build.xml and build.properties (260428)
    • Needed as foundation for Maven/Tycho work.
    • Now only needed for non-tycho projects.
    • will rename to: build.xml->antbuild.xml build.properties->antbuild.properties
      • done on branch as test. Seems to work as expected, but there were complications.
      • Will need to be done as part of build migration prep.
      • Will also create a PDE style build.properties file

Fixed Bugs:

JPA

March 31 , 2011:

DBWS

DBWS Development

2.3

  • Prioritizing DBWS backlog
    • 325124 DBWSProvider does not handle package REF CURSOR (Mike investigating)
    • 234385 - Support optional arguments for StoredProcedures (James, invesigating requirements)
    • 275156 - EclipseLink should support complex PL/SQL arguments for Stored Functions (James, sent out patch for review)
    • 303333 - Handle overloaded Stored Procedure/Functions as WSDL operations (Dave M investigating)
    • 329435 DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types
    • 339359 - DBWS should support doc/wrapped in addition to doc/literal
    • 326953 DBWS should support batch sql operations
    • Creating DBWS utils bundle for Dali testing

SDO / MOXy

2.3 RoadMap

  • Extensibility
    • Allow a user to start with a predesigned JAXBContext and add mappings to the entities without the need for the context to be recreated.
    • 339373 - Enhancement: Multiple Binding File Support. Design doc being written
    • 339383 - Enhancement: Persist metadata modifications made at runtime
    • 339377 - Enhancement: Programmatic means of adding mapping to an initialized XMLDescriptor at runtime
    • 339381 - Enhancement: XML Extentions. Design review today
  • Plan to bundle MOXy with Glassfish install in next release
  • MOXy User Guide evolution
    • Continuing to update sections in MOXy user guide - close to initial phase being completed.
    • Need to plan out 2.3 documentation updates
  • JPA/JAXB RESTful web services
    • Provide means of exposing JPA entities through a RESTful service

EclipseLink Incubator

EclipseLink/Development/Incubation

  • Time to create separate sub-project for incubator
    • Increase community of committers
    • Try out GIT & eGit/jGit tooling in incubator?

Documentation

JPA & MOXy docs now in review. Please provide comments directly on the appropriate Discussion page for each wiki page and/or directly to Ben & Rick.

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top