Its possible. Here's an example:

  | <persistence> 
  |     <persistence-unit name="EJB3Persistence"> 
  | 
  |             <jta-data-source>${myds}</jta-data-source> 
  | 
  |     </persistence-unit> 
  | </persistence>

Then i pass the "myds"  value as a JVM parameter while starting JBoss:

run.bat -Dmyds=java:MyEJB3DS

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

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

Reply via email to