[jboss-jira] [JBoss JIRA] (AS7-5582) JDK ORB Subsystem
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Wed Jan 23 01:13:22 EST 2013
[ https://issues.jboss.org/browse/AS7-5582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749619#comment-12749619 ]
Stuart Douglas commented on AS7-5582:
-------------------------------------
I have been working on this in my spare time based on the prototype I did at JBW.
https://github.com/stuartwdouglas/jboss-as/compare/jdkorb
The ORB implementation I am using id derived from the OpenJDK 8 ORB, with API and implementation classes split up to allow them to be shared between ORB implementations:
https://github.com/stuartwdouglas/corba
This is now at the point where it can make EJB invocations via IIOP using either JacORB or the JDK ORB and passes the rmi+iiop TCK tests using the JDK ORB.
This still needs a *lot* of cleanup and there is a lot more work to do, especially around configuring the ORB. Up until now main focus has been getting it into a working state.
> JDK ORB Subsystem
> -----------------
>
> Key: AS7-5582
> URL: https://issues.jboss.org/browse/AS7-5582
> Project: Application Server 7
> Issue Type: Feature Request
> Components: IIOP
> Reporter: Dimitris Andreadis
> Assignee: Eduardo Martins
>
> Implement a JDK ORB subsystem that can act as a replacement for the JacORB subsystem.
> AFAIK, most/all JDK ORBs are based on the Sun ORB.
> Ideally the 2 ORBs (JDK & JacORB) would be both supported in case we need to go through a transition period, or we need to support a particular interop scenario for which interop communication has issues.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list