Hernan Theiler wrote:

> Toby,
> 
> What I did was to put the classes in the JBOSS_CLASSPATH, but that required
> me to restart the server when deploying the new RAR (the new jars are used
> in more than one resource adapter).  That's not so terrible, but I thought
> there was some more elegant way to make it.


If the classes only need to be available to the resource adapter then 
you can put them in the RAR.  If they're only used by clients then you 
should bundle them with the clients.  If they're used by both then you 
can either put them in a shared place, as you've done, or bundle them 
with both the resource adapter and the clients (and deal with any 
classloader problems).

Toby.



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to