[ http://jira.jboss.com/jira/browse/JBAS-576?page=history ]

Scott M Stark updated JBAS-576:
-------------------------------

    Comment: was deleted

> ORB create_operation_list differs in JacORB and JDK
> ---------------------------------------------------
>
>          Key: JBAS-576
>          URL: http://jira.jboss.com/jira/browse/JBAS-576
>      Project: JBoss Application Server
>         Type: Bug
>   Components: Build System
>     Versions: JBossAS-3.2.6 Final
>     Reporter: SourceForge User
>     Assignee: Scott M Stark
>      Fix For: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final

>
>
> SourceForge Submitter: tstanczak .
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to