Hmmm, so you are using an IDE. Which one are you using? I personally don't use 
an IDE for packaging, so won't be able to help much. Someone else with the IDE 
experience might be able to help.

anonymous wrote : What do you mean 'package those jars within your application' 
? 

Assuming you have a ear file, then here's how i would package my application to 
include the hibernate jars (and other libraries):

  | myapp.ear
  | |
  | |--- META-INF
  | |   |
  | |   |--- application.xml
  | |   |--- jboss-app.xml
  | |
  | |
  | |---   lib
  | |   |
  | |   |--- hibernatexxx.jar
  | |   |--- other jars
  | |
  | |
  | |--- myapp.war

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228542
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to