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: 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: Tobias J�cker (tjiiii) Date: 2003-11-08 14:37 Message: Logged In: YES user_id=903653 I have now installed this: [3.2.3RC1 (build: CVSTag=Branch_3_2 date=200311081238)] But still have the same NullPointerException. ---------------------------------------------------------------------- Comment By: Dr. Christoph Georg Jung (cgjung) Date: 2003-11-07 07: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 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 sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
