Bugs item #752497, was opened at 2003-06-11 11:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Jason Dillon (user57)
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.
----------------------------------------------------------------------
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: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development