Bugs item #837593, was opened at 2003-11-07 00:00 Message generated for change (Comment added) made by tjiiii You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837593&group_id=22866
Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Tobias J�cker (tjiiii) Assigned to: Nobody/Anonymous (nobody) Summary: Classloading Exception after redeploy Initial Comment: I created an EJB-Entity Bean and a Stateless Session Bean using the Entity Bean. This works fine. Then I created a web-service.xml and deployed it in a differnt archive (.wsr). This too works fine when using it within a simple java application. When I try to invoke the webservice from within a JSP or Servlet it only works after starting JBoss or first time deployment. After redeploying the webmodule which contains the JSPs I get error: java.lang.NullPointerException at org.jboss.mx.loading.UnifiedClassLoader See my files for further details. ---------------------------------------------------------------------- >Comment By: Tobias J�cker (tjiiii) Date: 2003-11-07 00:05 Message: Logged In: YES user_id=903653 I have to add that the error occurs when creating an instance of the ...ServiceLocator class in the WebService.jsp. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837593&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
