Having the client libs declared in the MANIFEST file avoid the burden of setting manually the classpath at client level, however you have to provide the client jars needed.
You might bundle all client libs into a single library, or you can as well find out the libraries which are actually required by your application and modify the manifest-file accordingly. hope it helps... Francesco View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250229#4250229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250229 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
