Issue Details (XML | Word | Printable)

Key: OPENEJB-266
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Jencks
Reporter: Rick McGuire
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Add Yoko support to openejb

Created: 14/Sep/06 11:51 AM   Updated: 08/Jan/07 07:53 PM  Due: 25/Sep/06
Component/s: None
Affects Version/s: None
Fix Version/s: 2.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File GERONIMO-2180-v1-geronimo.patch 2006-09-14 12:01 PM Rick McGuire 69 kB
Text File GERONIMO-2180-v1-openejb2.patch 2006-09-14 12:01 PM Rick McGuire 183 kB
Text File OPENEJB-266-v1.patch 2006-09-22 05:08 PM Rick McGuire 160 kB
File Licensed for inclusion in ASF works OPENEJB-266-v3.diff 2006-10-03 05:36 PM Rick McGuire 235 kB
File Licensed for inclusion in ASF works OPENEJB-266-v4.diff 2006-10-03 06:09 PM Rick McGuire 267 kB
File Licensed for inclusion in ASF works OPENEJB-266-v4.status 2006-10-03 06:20 PM Rick McGuire 6 kB
Zip Archive orbs.zip 2006-09-22 05:08 PM Rick McGuire 182 kB

Resolution Date: 03/Oct/06 07:30 PM
Labels:


 Description  « Hide
The openejb code base is currently tied to the Sun 1.4.2 JVM through the use of Sun internal CORBA classes to enable the Sun CORBA support. Enabling the code to use the Apache Yoko open source ORB could remove this dependency and allow the openejb code to function on Java 5 or non-Sun JVM implementations.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Rick McGuire added a comment - 14/Sep/06 12:01 PM
Patches for both the openejb2 code and the related Geronimo plan changes to leverage this code. Uses the Yoko SNAPSHOTs published to the snapshot repository.

Rick McGuire added a comment - 22/Sep/06 05:08 PM
orb.zip are two new top-level projects for the ORB adapters, built seperately from the openejb2 code.

The patch file is applied to the openejb2 tree.

Rick McGuire added a comment - 03/Oct/06 05:36 PM
This should be the complete change for everything. There are some problems with applying this as a patch because of the normal problems with SVN diff not handling file deletions well.

David Blevins added a comment - 03/Oct/06 05:51 PM
If you type 'svn status' and pipe that into a file and attach it, it might be easy to figure out what svn mv commands we'd have to do to apply the patch.

Rick McGuire added a comment - 03/Oct/06 06:09 PM
New version with missing files added.

Rick McGuire added a comment - 03/Oct/06 06:20 PM
svn status output detailing the changes.

David Jencks added a comment - 03/Oct/06 07:30 PM
Committed in rev 452600. This is pretty big, I'll leave it open to check for further problems for a bit.