If this is in 0.4 then an example for enabling the BeanManagedUserTransactionStrategy for Transaction support would be
/src/main/resources/META-INF/apache-deltaspike.properties contents are globalAlternatives.org.apache.deltaspike.jpa.spi.transaction.TransactionStrategy=org.apache.deltaspike.jpa.impl.transaction.BeanManagedUserTransactionStrategy The prefix of "globalAlternatives." is required in 0.4 The location as built in my war it ends up @ myApp.war\WEB-INF\classes\META-INF\apache-deltaspike.properties On Thu, May 30, 2013 at 10:11 AM, Marco Corona <[email protected]>wrote: > Hello, > I have been trying to figure out how enable global alternatives, yet I > can't seem to find much documentation on the issue at all. Can anyone point > me in the right direction or even give me an example? > Thank you, > Marco Corona >
