[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [eclipselink-dev] Fix for 251005: sessions.xml requires JNDI initial-context-factory-name updated to reference WebLogic | 
Hi,
	The following proposed fix for 251005 is ready for review by anyone.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251005
https://bugs.eclipse.org/bugs/attachment.cgi?id=115191&action=diff
	Details:
--------------
This one found by Pascal F.
Currently fixing for 1.1 only (1.0.2 will remain as-is)
The following jdni property needs to be updated to point to WebLogic
from
  com.evermind.server.rmi.RMIInitialContextFactory
to 
  weblogic.jndi.WLInitialContextFactory  
	Submitting 3 constant changes for review, I am a bit concerned about the change in TransportManager - however this class is a generic abstract class above what what was previously OC4J specific in the jgroups version and not server specific.
	I will test eclipselink.jar on an app that has some native orm on WebLogic 10.3 and OC4J 11 before checking in.
	The nightly server tests should perform a full regression test.
	thank you
	/michael