Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] RE: Fix (phase 2 of 3) for 218075: Use generic OC4J platform - remove versioned 10/11 platforms

Hi,
	Part 2 of 3 has been checked in to help MW use the new generic OC4J platform in revision 1665
	To be picked up by Les in MW.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218075
	
	Changes:
	public class XMLSessionConfigProject_11_1_1 extends XMLSessionConfigProject {
		addDescriptor(buildServerPlatformConfigDescriptorFor(Oc4jPlatformConfig.class));

	public class XMLSessionConfigProject extends org.eclipse.persistence.sessions.Project {
		descriptor.getInheritancePolicy().addClassIndicator(Oc4jPlatformConfig.class, "oc4j-platform");

	thank you
	/michael

-----Original Message-----
From: MICHAEL.OBRIEN@xxxxxxxxxx 
Sent: Wednesday, June 04, 2008 11:06 AM
To: eclipselink-dev@xxxxxxxxxxx
Subject: Fix (phase 1 of 2) for 218075: Use generic OC4J platform -
remove versioned 10/11 platforms


Hi,
	The following fix for bug 218075 has been reviewed and checked in.
	A second checkin (see full patch 2) will be checked in after 235594 is completed.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218075


	Description:
		This is part 1 of a 3 part fix.

		1 - core adds new platform
		     [org.eclipse.persistence.internal.sessions.factories.model.platformOc4jPlatformConfig]
		     and removes 10/11 platform keys so that users do not get a ClassNotFoundException
		2 - workbench picks up new platform, removes older versioned oc4j platform classes
		3 - core removes versioned platform classes 11->9		

	Code Reviewed by:
		Tom

	Blocks:
		https://bugs.eclipse.org/bugs/show_bug.cgi?id=235594

	thank you
	/michael


Back to the top