| Author |
bind CORBA objects without CosNaming
|
D Rog
Ranch Hand
Joined: Feb 07, 2004
Posts: 471
|
|
I use JBOSS and have the following problem: 1. if I use default JNDI and trying to bind references to CORBA object, then I get an exception that CORBA object is not serializable (it's in com.sun... package so I can't make it so) 2. if I use CosNaming then JBOSS can't bind own objects since they need to be CORBA.Object inherited. So, what is a solution? I thought about wrapping an object around CORBA ref and make it serializable and bind using non CosNaming JNDI provider, however it looks ugly. What's other approach can be appropriate?
|
Get power of your iPod with MediaChest | Minimal J2EE container is here | Light weight full J2EE stack | My blog | Co-author of "Windows programming in Turbo Pascal"
|
 |
 |
|
|
subject: bind CORBA objects without CosNaming
|
|
|