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/JPA 2.0/weblogic"

m
m (Undo revision 192517 by Michael.obrien.oracle.com (Talk))
Line 1: Line 1:
<=Running JPA 2.0 API on WebLogic 10.3=
+
<!--=Running JPA 2.0 API on WebLogic 10.3=
  
 
<div style="border: 3px red solid;" align="center" ><font color="red">DISCLAIMER: This page reflects investigation into how EclipseLink users can evaluate EclipseLink JPA 2.0 within existing WebLogic releases. It does NOT imply any formal certification from Oracle that JPA 2.0 is supported on WebLogic at this time.</font></div>  
 
<div style="border: 3px red solid;" align="center" ><font color="red">DISCLAIMER: This page reflects investigation into how EclipseLink users can evaluate EclipseLink JPA 2.0 within existing WebLogic releases. It does NOT imply any formal certification from Oracle that JPA 2.0 is supported on WebLogic at this time.</font></div>  
Line 313: Line 313:
 
**Need to debug server $Proxy code and verify that we get proxies for all EntityManagerFactory, EntityManager, Query and EntityManagerTransaction?
 
**Need to debug server $Proxy code and verify that we get proxies for all EntityManagerFactory, EntityManager, Query and EntityManagerTransaction?
 
***This will aide us in determining where the server group can return us a proper error message for mixed JPA 1.0 and 2.0 configurations.
 
***This will aide us in determining where the server group can return us a proper error message for mixed JPA 1.0 and 2.0 configurations.
>
+
-->
 
==Resources==
 
==Resources==
 
*[http://download.oracle.com/docs/cd/E15523_01/web.1111/e13706/libraries.htm Oracle WebLogic 10.3.1.0 OTN - Creating Shared Java EE Libraries and Optional Packages]
 
*[http://download.oracle.com/docs/cd/E15523_01/web.1111/e13706/libraries.htm Oracle WebLogic 10.3.1.0 OTN - Creating Shared Java EE Libraries and Optional Packages]

Revision as of 11:00, 16 March 2010

Resources

Back to the top