Hi, We have an application in development. This application is composed of servlet, jsp, ejb (SBSL & Entity CMP) and basic beans. To test our development, we are packaging this application within on EAR file and then deploy it to JBoss 3.0.
The problem is when we undeploy the EAR (delete the file from the deploy directory of JBoss) or redeploy the EAR file (copy a new modified EAR file in the deploy dir. of JBoss), the client (standalone programm which call the SBSL Facade's methods) has an exception : <<<<RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: null Embedded Exception $Proxy122; nested exception is: javax.ejb.EJBException: null Embedded Exception $Proxy122 If we shutdown JBoss, delete all files within server/default/tmp directory (contains temporary files of deployed applications), and the restard JBoss with the *same* EAR file and start the client, guess what? it works... Of course, this behavior is very, very unconfortable and we waste precious time to undeploy, stop, delete temp files, start, deploy and finally test. Do you have the same issue? Do you have any idea? Jboss says that you can deploy/undeploy application... We try JBoss 3.0.1 and it still not work :-( Thanks for your different answers. Alexandre Aubry France - Sophia Antipolis ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Gadgets, caffeine, t-shirts, fun stuff. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
