Skip to main content

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

Hello,
	Part 3 of 3 has been checked in after the recent MW changes in 235594 - thank you Les.
	The last patch has been attached to the bug and we now use only a generic oc4j platform.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218075
https://bugs.eclipse.org/bugs/attachment.cgi?id=105318&action=diff


Modified: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\XMLSessionConfigProject.java  
Modified: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\XMLSessionConfigProject_11_1_1.java  
Deleting: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\model\platform\oc4j\Oc4j_10_1_2_PlatformConfig.java  
Deleting: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\model\platform\oc4j\Oc4j_10_1_3_PlatformConfig.java  
Deleting: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\model\platform\oc4j\Oc4j_11_1_1_PlatformConfig.java  
Deleting: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\model\platform\oc4j\Oc4j_9_0_3_PlatformConfig.java  
Deleting: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\model\platform\oc4j\Oc4j_9_0_4_PlatformConfig.java  
Sending content: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\XMLSessionConfigProject.java  
Sending content: view_w34b\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\internal\sessions\factories\XMLSessionConfigProject_11_1_1.java  
Completed: At revision: 1690  

	Regression Testing:

		LRG @ 6520,0,0

	thank you
	/michael


-----Original Message-----
From: MICHAEL.OBRIEN@xxxxxxxxxx 
Sent: Tuesday, June 17, 2008 5:24 PM
To: eclipselink-dev@xxxxxxxxxxx
Subject: 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