I went the one-by-one approach on testing which libraries are required for compiling and running my swing client, so i hope this is the complete list of required jboss libs (of course, don't forget the additional libraries you need for your gui, e.g. jgoodies looks)
| - JBoss ALL Client ( <jboss-dir>/client/jbossall-client.jar ) | - JBoss Aspect Library ( <jboss-dir>/server/default/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar ) | - Code Generation Library ( <jboss-dir>/server/default/deploy/ejb3.deployer/cglib-2.1_2jboss.jar ) | - ASM bytecode manipulation ( <jboss-dir>/server/default/deploy/ejb3.deployer/asm.jar ) | | To display hibernate's sql exceptions you need a jdbc library - the one that jboss uses for the datasource (e.g. postgresql-8.0-315.jdbc3.jar if you're using this for jboss cmp) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924576#3924576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924576 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
