RE: [JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ?

2001-11-20 Thread Francisco Reverbel
On Mon, 19 Nov 2001, Coetmeur, Alain wrote: Hi, what are the names of these codebase classes ? what is their purpose ? The codebase is a space separated list of URLs. Its components may specify either directories or jar files. They form a search path for class files not available locally.

RE: [JBoss-user] problem calling remote corba servers from an EJB ... does jboss hack something with sun ORB ?

2001-11-20 Thread Coetmeur, Alain
d'origine- De: Francisco Reverbel [mailto:[EMAIL PROTECTED]] Date: mardi 20 novembre 2001 18:33 À: Coetmeur, Alain Cc: [EMAIL PROTECTED] Objet: RE: [JBoss-user] problem calling remote corba servers from an EJB ... does jboss hack something with sun ORB ? ... The eLila/_LilaFactoryStub.class

RE: [JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ?

2001-11-19 Thread Coetmeur, Alain
-Message d'origine- De: Francisco Reverbel [mailto:[EMAIL PROTECTED]] JBoss does nothing with Sun's ORB. good news... 8) It seems that orb.string_to_object() cannot find the IIOP stub it needs to generate a CORBA object reference. It attempts to extract a codebase from

Re: [JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ?

2001-11-19 Thread Jean-Christophe Pazzaglia
Salut ! Which version of JBOss are you using ? migrating from 2.2 to 3.0 I get into similar trouble, with the classpath (seems that jar in ext lib are no longuer part of the ejb class path) I solved it using a 'service' file containing : server classpath codebase=file:/home/classlib/

RE: [JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ?

2001-11-19 Thread Coetmeur, Alain
-Message d'origine- De: Jean-Christophe Pazzaglia [mailto:[EMAIL PROTECTED]] Date: lundi 19 novembre 2001 14:18 À: Coetmeur, Alain Cc: [EMAIL PROTECTED] Objet: Re: [JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ? Salut

[JBoss-user] problem calling remote corba servers from an EJB... does jboss hack something with sun ORB ?

2001-11-15 Thread Coetmeur, Alain
I'm using an EJB that try to contact a corba service I can easily contact the service from classic application outside Jboss however the same code fails inside the EJB when resolving the orb.string_to_object(lilaIOR); [Default] LilaFactoryClientImpl.init():java.lang.NullPointerException

Re: [JBoss-user] problem calling remote corba servers from an EJB...does jboss hack something with sun ORB ?

2001-11-15 Thread Francisco Reverbel
Hi, JBoss does nothing with Sun's ORB. It seems that orb.string_to_object() cannot find the IIOP stub it needs to generate a CORBA object reference. It attempts to extract a codebase from your IOR, but there is no codebase component in the IOR: --IOR components- TypeId :