Why does JBoss try to resolve jar files mentioned in persistence.xml relative 
to $JBOSS_HOME/bin?

<persistence>
  |   <persistence-unit name="ejb3-example">
  |     <jta-data-source>java:/DefaultDS</jta-data-source>
  |     <jar-file>entities.jar</jar-file>
  |     <properties>
  |       <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  |     </properties>
  |   </persistence-unit>
  | </persistence>


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

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

Reply via email to