anonymous wrote : 
  | rmic and janeva both generate the following valid IDL id
  | 
  | RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71
  | 
  | jboss outputs the following - notice that the last hex section is off
  | RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71
  | 
I guess there was some cut-and-paste mistake, as both ids above are exactly 
equal...

Anyway, JBoss contains no code for computing RMI repository ids. It merely 
calls the method getRMIRepositoryID(Class clz), which is provided by the JDK's 
implementation of the interface javax.rmi.CORBA.ValueHandler. You're probably 
seeing a JDK bug:
  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4350294

This bug has been fixed in JDK 1.4.0. Are you running JBoss on a pre-1.4 JDK?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864635#3864635

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864635


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to