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"

m (SDO / MOXy)
m (SDO / MOXy)
Line 151: Line 151:
 
*** Phase 10 complete  
 
*** Phase 10 complete  
 
**** Exception - Enum support (requiring core Dynamic Persistence change)
 
**** Exception - Enum support (requiring core Dynamic Persistence change)
 +
** Dynamic MOXy code moved into a new project - org.eclipse.persistence.moxy.dynamic
 +
** Eclipse IDE build changes needed if you are using MOXy projects
 
* JAXB2.2 Compliance complete
 
* JAXB2.2 Compliance complete
 
** EclipseLink build switched over to use JAXB2.2 jars from Orbit
 
** EclipseLink build switched over to use JAXB2.2 jars from Orbit

Revision as of 14:31, 28 April 2010



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 Apr 8, 2010

11 am EST, Thurs Apr 8, 2010


Ad Hoc

Intermittent failures on build machine: what good are the reports if we can't trust them?

EclipseLink Summit: http://wiki.eclipse.org/EclipseLink/Development/Summit

Release Planning

QA

April 16 - April 22, 2010:

  • Nightly Results
    • 1.1.4 - build this week - no issues
    • 2.0.2 - no issues
    • 1.2.1 - build this week - no issues, nightly build tests dbws failed
    • trunk - 1 compile error in build-core-test, causing a lot of failures in MOXY tests; JPA/J2SE still running.
  • Last week
    • Fixed Bugs
      • 287222 - All new added JPA 2.0 tests need to be modified to run on JPA 2.0 servers
      • 293614 - JPA 2.0 Cacheable Test Suite need to be enabled for JPA 2.0 servers
    • SDO server tests generalization to run on all app servers - 100%
    • WDF - WLS 10.3.2 and JBoss 5 Community running nightly
    • Informix installed; FL tests ran, bugs to be filed; JPA tests hanging.
    • EL 2.1 Advanced Query
      • Downcast - documents reviewed, reviewed example
    • EL 2.1 Advanced JPA Config - test plan - 90% - waiting for 1 feature to be complete.
    • Triage/Bugs Filed
      • 310016 StringIndexOutOfBoundsException in ReadObject Tests on Informix
      • 310019 IllegalArgumentException thrown for ReadObjectTests on Informix
      • 310110 Routines like stddev, greatest, coalesce and log are not recognized on Informix
      • 310119 AggregateInheritanceTypeFieldTestCase failed with Unique constraint violation on Informix
  • This week
    • WDF - work with Adrian in getting tests running on Glassfish and Websphere
    • Migrate tests to run on app servers - Metamodel
    • test fwk - add support for multiple persistence units.
    • SDO server tests
    • Continue with EL 2.1 test dev work - test plan for Advanced JPA config
    • Fix Bugs

Build

  • Milestone Releases
    • 2.0.2 Release Pending
    • M7 Helios due May 3
      • Note: Milestones will be promoted *after* the Helios contribution is made and tested.
  • "target platform" work for Helios (bug 306188)
    • RT is requesting we simplify how we are included in RT - single SDK featue
      • the one feature can and should simply include our other already existing features.
      • I have created and put new feature in local P2 repos. Testing thus far shows it works as expected.
        • Need to determine overall P2 repos plan before implementing fix.
  • Document EclipseLink's "Infrastructure"
    • Wiki page in progress.
  • Helios build integration (293034) (May be perminently blocked due to limitation with categories)
    • Need to do p2 consolidation work to manage multiple versions in a single update location.
      • investigation composite repositories
        • Have working prototype.
      • Migration from p2.metadata.generator to p2.publisher (Completed, but not merged).
        • Still need to finalize automation (Blocked by bug 303802).
  • Test component build cleanup (Holding)
    • Restructure to allow testing to *not* rebuild product jars (293032)
      • Will use "static targets" as discussed in meeting last week (297217).
      • Tests will not compile when run target called.
        • merged partial work to update standards.
        • migration work for test projects, currently priority 2
    • Need shippable testing artifacts (R2).
  • jpa.test10 Suite (Holding)
    • Explore possibility of using eclipselink.jpa.test from 1.1.3 as a way to certify javax.persistence 1.0 backward compatability in EclipseLink 2.0.x
      • All tests now compiling with trunk, 83% success rate on Test run.
      • Awaiting review by Tom or Peter of test results (still).
    • Need "project name" assuming this gets running 100%

Fixed Bugs:

JPA

April 2 - April 8, 2010:

2.0.2

  • no bugs

2.0.x

    • two bug fixes waiting on reopen of stream
      • Exteranious logging
      • Blob/Clob Length

2.1.0

  • Advanced JPA config
    • Dynamic persistence
  • Advanced JPA Querying
    • Downcast queries implementation
    • Fetch Group
  • Bug Fixes
    • Cache evict
    • Native Case sensitivity

DBWS

DBWS Development

2.0.2

  • No remaining bugs
  • Providing release note for issue when deploying DBWS war file to container in a JRockit VM. This can be worked around by building war in IDE, rather than depending on ASM to code-generate DBWSProvider.class file.

2.1.0

  • 290156 Validate SOAP message elements
  • 310289 Provide DBWSBuilder support for Eclipse WTP Dynamic Web Project structure
  • Scoping out potential EclipseLink feature work
    • Improved Sparse Merge support (an 'Update' operation currently requires the instance to be fully specified in the SOAP message)

SDO / MOXy

2.0.3

  • 309869 Time Zone does not marshal correctly for DST - resolved

2.1.0

  • Representation of JAXB Annotations and enhanced MOXy metadata in externalized 'eclipselink-oxm.xml' metadata format Design
    • MOXy Mapping Extensions - Phase 6 complete
    • Phase 7
      • Inverse reference mapping - complete
      • Fragment mapping
      • Transformation mapping
  • MOXY Dynamic Persistence Design
    • Bootstrapping from Schema
      • Phase 10 complete
        • Exception - Enum support (requiring core Dynamic Persistence change)
    • Dynamic MOXy code moved into a new project - org.eclipse.persistence.moxy.dynamic
    • Eclipse IDE build changes needed if you are using MOXy projects
  • JAXB2.2 Compliance complete
    • EclipseLink build switched over to use JAXB2.2 jars from Orbit
  • SDO Server testing
    • Plan to run automated SDO server tests against JBoss, WAS, WLS app servers.

Dynamic Persistence

Dynamic Persistence

EclipseLink Incubator

EclipseLink/Development/Incubation

Documentation

  • Working on automated doc build process (Rick & Eric)
    If not possible, Rick is working on an automated localized doc build process, and would simply post the daily doc builds
  • Updated Documentation Requirements and Build Proposal
  • Several "chapters" currently stored in XML. More to come once the production/build process is finalized.
  • Need discussion about how the strategy we are using for User Documentation compares to the wiki-based strategy we are using for developer documentation and whether there is merit to changing the way we do developer documentation. This discussion should wait until we have used found all the issues with our User Documentation Strategy.

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top