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/Incubator/Extensions/NetWeaverPlatform"

(New page: Note: This page describes an extension of EclipseLink that is part of the EclipseLink incubator. Incubator projects are published so the community can use them either to progress towards ...)
 
(Level of Testing)
Line 22: Line 22:
  
 
* Sept 3, 2009 - Initial check-in, compile only.  Changes to existing EclipseLink classes not integrated.
 
* Sept 3, 2009 - Initial check-in, compile only.  Changes to existing EclipseLink classes not integrated.
 +
* Dec 22, 2009 - EclipseLink server tests from trunk (2.1 stream) pass on SAP NetWeaver 7.1, ehp 3 with the following exceptions:
 +
  * Criteria tests should not be executed as the SAP NetWeaver server supports JPA 1.0 only: https://bugs.eclipse.org/bugs/show_bug.cgi?id=298407
 +
  * Test .../advanced/EntityManagerJUnitTestSuite.testSetRollbackOnly fails due to https://bugs.eclipse.org/bugs/show_bug.cgi?id=297558
  
 
== Location of tests and examples==
 
== Location of tests and examples==
  
 
No specific tests or examples have been written
 
No specific tests or examples have been written

Revision as of 11:18, 22 December 2009

Note: This page describes an extension of EclipseLink that is part of the EclipseLink incubator. Incubator projects are published so the community can use them either to progress towards having them included in the main product, or to use in their own implementations. They have been tested to varying levels and as such, we recommend doing your own testing before including any of this code in a production-level product. Please report any issues via the bug listed below:

Bug

bug 287167

Description

This is a subclass of ServerPlatform that can be used by customes using the NetWeaver application server.

Note: This project contains 2 new classes and a patch that should be applied to existing classes to integrate these classes into EclipseLink's configuration and logging.

Documentation

This section should be written as the platform is exercised and should include things like "configuration", "how to use", "limitations"

Location

svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/incubator/extensions/trunk/org.eclipse.persistence.platform.server.netweaver

Level of Testing

  • Sept 3, 2009 - Initial check-in, compile only. Changes to existing EclipseLink classes not integrated.
  • Dec 22, 2009 - EclipseLink server tests from trunk (2.1 stream) pass on SAP NetWeaver 7.1, ehp 3 with the following exceptions:
  * Criteria tests should not be executed as the SAP NetWeaver server supports JPA 1.0 only: https://bugs.eclipse.org/bugs/show_bug.cgi?id=298407
  * Test .../advanced/EntityManagerJUnitTestSuite.testSetRollbackOnly fails due to https://bugs.eclipse.org/bugs/show_bug.cgi?id=297558

Location of tests and examples

No specific tests or examples have been written

Back to the top