Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] sessions.xml for weblogic-10-platform

Thanks Gordon, works great.

Bug filed, https://bugs.eclipse.org/bugs/show_bug.cgi?id=241261.

-Alan Strait

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx [mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of Gordon Yorke
Sent: Thursday, July 17, 2008 8:17 AM
To: EclipseLink User Discussions
Subject: Re: [eclipselink-users] sessions.xml for weblogic-10-platform

In the workbench select the "Custom" option in the Server Platform drop down. This will allow you to specify a reference to the fully qualified
platform class
"org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform" and
set the Transaction Controller to be
"org.eclipse.persistence.transaction.wls.WebLogicTransactionController"

Please file a bug to have weblogic-10-platform added to EclipseLink runtime.
--Gordon

astrait@xxxxxxxxx wrote:
Hello,

In using EclipseLink 1.0, workbench allows me to create a sessions.xml file with <server-platform xsi:type="weblogic-10-platform"> that does not yet appear to be supported by the EclipseLink 1.0 runtime. The xsds that are included with the 1.0 download only know about weblogic-81-platform and earlier, which a runtime error tells me is no longer supported. Dropping back to custom-platform works okay for most mappings but does not work for JGeometry mappings due to WebLogic dynamically inserting it's own STRUCT type and causing a ClassCastException for the JGeometryConverter provided by EclipseLink.

I did not see any bugs listed that might suggest a work around. Is there a way to cause the runtime to use the weblogic-10-platform so as to benefit from the EclipseLink's JGeometryConverter?

Thank you for any suggestions that this list might provide.

-Alan Strait
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top