wrong "<jta-data-source>foo</jta-data-source>" is the standard. java:... names are not. You can use java:openejb/Resource/foo too i guess...but well not better ;)
OpenEJB 4.5.1 should support java:global or java:app (can't remember) names for datasources. But well clearly not something portable between application servers. about root utl we can't guess it from arquillian so the heuristic is to use the place where persistence.xml is (well it is the marker then we update it). You can't compare openejb to jboss or was because openejb arquilliana dapter doesn't dump the archive on the disk. If you need it use tomee remote arquillian adapter (or embedded) maybe Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/12/13 Baker, Trevor <[email protected]>: > <jta-data-source>foo</jta-data-source>
