Bugs item #752497, was opened at 2003-06-11 16:50
Message generated for change (Comment added) made by user57
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=752497&group_id=22866
Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tomasz Stanczak (tstanczak)
>Assigned to: Nobody/Anonymous (nobody)
Summary: ORB create_operation_list differs in JacORB and JDK
Initial Comment:
The ORB.java in JacORB und in JDK differ:
JDK 1.3, JDK 1.4
public NVList create_operation_list
(org.omg.CORBA.Object oper)
JacORB
public abstract NVList create_operation_list(Object
obj);
public abstract NVList create_operation_list
(OperationDef operationdef)
I am currently trying to recompile JBoss, after including
jacorb.jar in the compile classpath the
orb.jboss.system.ORBSingleton.java stops to compile,
because it adhers to JDK's interface, that is doesn't
implement the second create_operation_list method.
JBoss uses JacORB at runtime, in my naive thinking it
can't be right to use an interface at runtime, that
couldn't be fullfilled at compile time.
----------------------------------------------------------------------
>Comment By: Jason Dillon (user57)
Date: 2003-08-21 13:30
Message:
Logged In: YES
user_id=15045
I do not have commit access to JBoss anymore, please re-assign
to someone else.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=752497&group_id=22866
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development