Hi not out of the box but you can (or):
- do it through JMX at runtime (check our persistence unit mbeans, it is a reloadable entity manager so do the changes and call reload). a @Singleton @Startup with a @PostConstruct would do the trick to ensure it is done before tests - use openejb.jpa.* to filter classes taken into account. This is persistence unit properties and can be changed through system properties. Le 18 avr. 2015 19:11, "hwaastad" <[email protected]> a écrit : > Hi, > maybe a silly question but is it possible by container properties to > override <jar-file> option in a persistence unit during IT? > > br hw > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/jar-file-test-override-tp4674478.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
