Hello Marcelo
This is the exact scenario I'm having
1. I deployed the EAR file of my application which contains the jar file of the EJBs (the jar file is generated by jdeveloper 10.0.0.1 without stubs)
2. I deploy the EAR file using Websphere deployment console and in the deployment directory, I found that webpshere injects the stub classes into the jar file of the ejbs (this jar WORKS when copied to the client application's classpath)
3. On the client classpath, I've the version of the jar BUT without stubs (this throws the exception)
4. I need to run the client with the version without the stubs (because I dont want to copy the deployed websphere jar to each client)
also I've a question, I've read that the j2ee EJB specification requires the stubs to be available in BOTH the client and the server as well, does
JBOSS and OC4J (my application works on these containers WITHOUT the stubs being on either the client or the server!)
thanks
alot for your reply!