[ http://jira.jboss.com/jira/browse/JBAS-1095?page=history ]
     
Scott M Stark closed JBAS-1095:
-------------------------------

    Resolution: Rejected

http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration


> JBoss 3.2.5 error
> -----------------
>
>          Key: JBAS-1095
>          URL: http://jira.jboss.com/jira/browse/JBAS-1095
>      Project: JBoss Application Server
>         Type: Bug
>     Reporter: SourceForge User
>     Assignee: Scott M Stark

>
>
> SourceForge Submitter: vichybaby .
> 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!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to