Hello I am trying to deploy this : 

Players.sar
Teams.sar (that would like to call Players and use Player class)
utils.jar

------------------------------------
What do I have to do so that I can redeploy Players without redeploying other classes ?
1. A PlayerInterface that I add to Teams.sar too ? 
2. Nothing.. just redeploy Players.sar

I am trying the second... and it always fails ;o(
because JBoss tries too load Teams first .. and it fails because Team use the Player 
class that is not yet known... ;o(

If I start with Players and then deploy Teams.sar.. all is fine !

There is no change adding the  attribute too jboss-service of Teams so that it starts 
after the first.. there is still the classcastexception....

any idea ??
Jboss 3.2.4 ... JDK 1.4.2


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839254#3839254

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839254


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to