Bugs item #1035947, was opened at 2004-09-28 14:25 Message generated for change (Comment added) made by vichybaby You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035947&group_id=22866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: vichy (vichybaby) Assigned to: Nobody/Anonymous (nobody) Summary: JBoss 3.2.5 error Initial Comment: I am upgrading Jboss from 3.0.4 to 3.2.5. There are two applications and correct operation are as belows: 1 jboss/deploy/default/deploy/aaa.ear(context-root=aaa) when jboss start up, will run http://myserver:8080/aaa/servlet2, this servlet will invoke method1 of jboss/deploy/default/deploy/aaa.ear/aaa.war/WEB- INF/classes/com/mycompany/MyClass.class 2 jboss/deploy/default/deploy/bbb.ear(context-root=/) when jboss start up, will run http://myserver:8080/servlet1, this servlet will invoke method2 of jboss/deploy/default/deploy/bbb.ear/bbb.war/WEB- INF/classes/com/mycompany/MyClass.class(This class is not same as the NyClass.class in aaa.ear) But when we try Jboss3.2.5, Jboss deploy aaa.ear first, load up /servlet1 and find/load jboss/deploy/default/deploy/aaa.ear/aaa.war/WEB- INF/classes/com/mycompany/MyClass.class first, then Jboss deploy bbb.ear, load up aaa/servlet2, but it find the wrong MyClass.class in anther ear. So error happens: No such Method in com.mycompany.MyClass I am confused. Help! ---------------------------------------------------------------------- >Comment By: vichy (vichybaby) Date: 2004-09-28 14:40 Message: Logged In: YES user_id=371594 If delete aaa.ear, bbb.ear can run without any problem If delete bbb.ear, aaa.ear can run without any problem The error only happens when deploy aaa.ear and bbb.ear at the same time My environment is WinXP, jdk1.4.1-_02. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035947&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
