[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-09 Thread bodrin
May be we can reverse engineer it somehow (jar classes intersection for 
example) .. but I hoped that someone knows the answer..

So, probably nobody knows if for a remote JBM client it would be sufficient to 
take all the jars from $JBOSS_HOME/client without jbossall-client.jar?

Having a requirement on the order of the jars is a bad thing, so it is 
duplicating classes in jars. Sooner or later this leads to various kinds of 
problems.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4259580#4259580

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259580
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-09 Thread timfox
jar hell has been a known issue for a long time in JBoss Messaging.

But all new dev is on HornetQ - which doesn't have these issues.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4259583#4259583

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259583
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-08 Thread gaohoward
To be honest, I don't know. :)

jbossall-client.jar is maintained by the AS team. It includes classes from 
various packages including some JBM and remoting ones. But there are still 
other classes from other packages in it which may or may not needed for a jbm 
client.

You'd better included it in you classpath and in the right order. If you want 
to get rid of it badly, you need to consult the AS team IMO.

 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4259488#4259488

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259488
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-02 Thread bodrin
Ok, the thing about the order is there, sorry I haven't saw it, I just used the 
order from the examples.

But the question I wanted to ask was :) :

What is the minimal set of jars to be included from $JBOSS_HOME/client in order 
to replace the evil jbossall-client.jar in a remote JBM client?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4258321#4258321

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258321
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-01 Thread timfox
There exact jars you need on the client side is explained in detail in section 
4.4 of the user manual, and yes, it does also say in a yellow note box that 
they must appear in a different order:

http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html/installation.html#inst.remoteclient

It's always worth looking in the documentation before asking a question like 
this.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4258052#4258052

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258052
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user