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"

Line 44: Line 44:
 
** POC running simple JPA and JAXB 2.0 apps in pure OSGi environment--no Equinox extensions used.
 
** POC running simple JPA and JAXB 2.0 apps in pure OSGi environment--no Equinox extensions used.
  
 +
==== 1.0M6 ====
 +
* Milestone release Date - Apr 9th
 +
**
 
==== 1.0M5 ====
 
==== 1.0M5 ====
 
* Milestone release Date - Mar 5th
 
* Milestone release Date - Mar 5th
 
** Build being done today
 
** Build being done today
* Automated build
+
* New Components Added
** Nightly Builds were getting three test failures in JPA, changed time of Cron tab, problem seems to be fixed....
+
** Rename underway
 +
*** ORM -> JPA
 +
*** OXM -> MOXy
 
* Automated Testing  
 
* Automated Testing  
** Nightly build runs Core SRG, JPA LRG, MOXy LRG, SDO LRG
+
** Three tests failing with Opt lock failures
 +
*** Tom - found a thread on MySQL where people are having similar issues
 
** 10 test failures on Core LRG - failures appear to be related to VM tests are running on. debugging ongoing.
 
** 10 test failures on Core LRG - failures appear to be related to VM tests are running on. debugging ongoing.
** Publication of test results
 
*** HTML version of Core SRG results published with each build
 
*** Publication required for JPA LRG, MOXy LRG, SDO LRG
 
 
* Foundation and JPA Status
 
* Foundation and JPA Status
 
** Deployment XML rework - Guy
 
** Deployment XML rework - Guy
Line 84: Line 87:
  
 
=== General Issues ===
 
=== General Issues ===
* Bugzilla components - sign-off on final changes below
+
* DONE Bugzilla components - sign-off on final changes below
 
http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/msg00640.html
 
http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/msg00640.html
 +
* Test Failures
 +
** Tests that pass locally and fail on the build server are swamping Tom.
 +
** Generally these occur because of env differences (DB, VM etc..)
 +
** Need a strategy for solving these.
  
ORM -> JPA
 
OXM -> MOXy
 
  
 
=== Upcoming Issues ===
 
=== Upcoming Issues ===

Revision as of 13:00, 5 March 2008


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.

Agenda Mar 05 2008

2PM EST, Wednesday Mar 05, 2008

Dial In Info: 1-888-967-2253, Conf ID/Password: 486546/486546

Status updates

  • New Committers
    • Mitesh - Update?
    • Edwin - Voting complete
  • 1.0 Release Date
    • Target June 1st for 1.0 ship date
  • Dual Licensing with EDL
    • Final Approvals done.
    • Source updated to include new headers
  • IP Review (EclipseLink/IPLog)
    • 1604 - Main TopLink IP review done
    • Workbench CQ Approved
    • UserGuide CQ Approved
  • Wiki page added with POC status, demos, and usage instructions. (Bug 210979)
    • Bugs entered
      • M6
        • 219012: Make SDO compatible with OSGi
        • 221191: XMLCompositeCollectionMapping.initialize should use DatasourcePlatform ConversionManager
        • 221193: XMLCompositeObjectMapping.initialize should use DatasourcePlatform ConversionManager
        • 221213: Classloader passed to JAXBContextFactory is not used
        • 221216: MetadataHelp should not throw Exceptions in "isXX" methods
        • 221225: EntityManagerSetupImpl should set PersistenceUnitInfo classloader on DatasourceLogin
        • 214769: DatasourceLogin.setPlatformClassName should take optional ClassLoader
        • 221226: Support a provided classloader in EclipseLink JPA EntityManagerFactory Creation
      • M7
        • 221377: Convert EclipseLink Projects to PDE Projects and Rename
        • 221381: Update EclipseLink build to generate both EclipseLink.jar and bundle jars
        • 221379: Extract eclipselink.core.lib zips into separate PDE Projects
        • 221383: Move all files in eclipselink.core/resources under src
    • Teneo EMF/EclipseLink integration code running on POC bundles. Will be submitting code for IP review and will continue building based on the expectation of EclipseLink bundles in 1.0 release.
    • Branch Created in SVN for exploration of EclipseLink as OSGi bundles.
    • POC running simple JPA and JAXB 2.0 apps in pure OSGi environment--no Equinox extensions used.

1.0M6

  • Milestone release Date - Apr 9th

1.0M5

  • Milestone release Date - Mar 5th
    • Build being done today
  • New Components Added
    • Rename underway
      • ORM -> JPA
      • OXM -> MOXy
  • Automated Testing
    • Three tests failing with Opt lock failures
      • Tom - found a thread on MySQL where people are having similar issues
    • 10 test failures on Core LRG - failures appear to be related to VM tests are running on. debugging ongoing.
  • Foundation and JPA Status
    • Deployment XML rework - Guy
      • JPA using MOXy
      • Utility to Migrate from Project to JPA config objects being written
      • Features Done
        • basic-collection
        • basic-map
        • collection-table
        • join-fetch
        • mutable
        • optimistic-locking
        • Converters
        • caching
      • Currently Working on
        • Transformation Mapping
        • ChangeTracking
        • named stored procedures queries
  • Mapping Workbench
    • Now Building in the nightly and continuous builds
  • OXM, JAXB, SDO - Blaise D
  • Documentation Status - Rick S
    • Complete User's Guide available. Minor/final cleanup remaining, as needed.

1.0 Exit Criteria

  • 1.0 Exit Criteria now documented. Please review and provide feedback on the dev mailing list - Doug
  • Need to provide projected release date. Planning for first half of 2008. Waiting for JAXB 2.1 compliance estimates - Doug

General Issues

  • DONE Bugzilla components - sign-off on final changes below

http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/msg00640.html

  • Test Failures
    • Tests that pass locally and fail on the build server are swamping Tom.
    • Generally these occur because of env differences (DB, VM etc..)
    • Need a strategy for solving these.


Upcoming Issues

The following items require discussion but are not yet at the stage where a solution can be proposed.

Minutes from Past Meetings

Back to the top