(sorry for posting it also in the jmx forums)

Hello, 

what did I understand wrong ? 

I need to deploy the following 
- utils.jar 
- myobjects1.har 
- myobjects2.har 
- mymbean1.sar 
- mymbean1-interfaces.jar 
- mymbeanN.sar 

I've got problems with my classes.... 

First, I wanted mymbean1 starts before the 2, and so on... 
I've notice alphabetical order is important... 
then I rename my archives : 

- 01-utils.jar 
- 02-myobjects1.har 
- 03-myobjects2.har 
- 04-mymbean1.sar 
- 05-mymbean1-interfaces.jar 
- 06-mymbeanN.sar 

This is ok, my archives are deployed in the good order... (I don't want to use 
"depends", because if I redeploy mymbean4 .. it restarts the 5th, ..) 

If you can first explain me this, I would be happy ... 

MY BIGGEST PROBLEM is : 
classes in the .har files are not reachable from my sars ! 
so I need to add an extern jar myobjects.jar that contains all objects that are 
in the sar... it's stupid ?! 

and the worse, my har classes can't access to the classes that are in utils.jar 
.... 

what is the solution ? 
If I deploy my .jar files in the lib directory, no more problems... 

PS : so that my sar1 can use classes from sar2, I've created a jar file with 
all needed interfaces.. 



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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to