Re: [JBoss-user] Call from an EJB to 'normal' Java Classes

2001-07-02 Thread danch
Putting them into the ejb-jar should work (I do this). Is it possible that the normal java class depends on a class that isn't in the jar? Does that .class file exist in the proper place in the jarfile (with a path matching its package containment - matching case as well)? [EMAIL PROTECTED] wr

[JBoss-user] Call from an EJB to 'normal' Java Classes

2001-07-01 Thread Axel . Spieth
Hello, i have a stateless SessionBean deployed to JBoss 2.2.2. From this bean i want to call normal java classes, but when i include these classes in the jar-file, the server does not find it. I have to add these files to the classpath of the server. Is there no other way to do this ? Is it not p