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.  

> why does this works as an application, but not as an EJB
> with a "should-be-the same" classpath?

My guess is that the "should be the same classpath" hypothesis may be
wrong. Some of the class files available to the aplication might not be
available to the EJB.

> I've included all that is generated by the idlj compiler
> in the ejb jar, in particular:
> 
> eLila/gridHelper.class
> eLila/gridHolder.class
> eLila/LilaFactory.class
> eLila/LilaFactoryHelper.class
> eLila/LilaFactoryHolder.class
> eLila/LilaFactoryOperations.class
> eLila/LilaObject.class
> eLila/LilaObjectHelper.class
> eLila/LilaObjectHolder.class
> eLila/LilaObjectOperations.class
> eLila/lineHelper.class
> eLila/lineHolder.class
> eLila/_LilaFactoryImplBase.class
> eLila/_LilaFactoryStub.class
> eLila/_LilaObjectImplBase.class
> eLila/_LilaObjectStub.class
> 
> what may have been forgotten ?

I don't know...  :-( 

The eLila/_LilaFactoryStub.class seems to be the one missed by the
orb.string_to_object() call. I would expect it to work with this class 
within the ejb jar. 

Cheers,

Francisco


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to