Bugs item #837593, was opened at 2003-11-07 01:00 Message generated for change (Comment added) made by cgjung You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837593&group_id=22866
>Category: JBossSOAP Group: v3.2 >Status: Closed Resolution: None Priority: 5 Submitted By: Tobias J�cker (tjiiii) >Assigned to: Dr. Christoph Georg Jung (cgjung) 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: Dr. Christoph Georg Jung (cgjung) Date: 2003-11-07 08:48 Message: Logged In: YES user_id=175199 See my private email. Axis was using a wrong (disposable) application classloader in its ClassCache access. Has been fixed in head and 3.2 Please do not forget to indicate the correct category such that responsibilities are easier to deduce. ---------------------------------------------------------------------- Comment By: Tobias J�cker (tjiiii) Date: 2003-11-07 01: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
