-
1. Re: Using standalone JTA 1.2 with Deltaspike JPA
tomjenkinson Mar 7, 2014 9:11 AM (in response to oranheim)I am just wondering, if you are using the jbosstm QS, can;t you change the binding names (just change jboss to comp on the following lines):
Inside WildFly itself I am not too sure how to change the binding names for the respective JEE transaction objects. This is the code that is doing the binding:
It looks to be binding to /comp rather than /jboss.
-
2. Re: Using standalone JTA 1.2 with Deltaspike JPA
tomjenkinson Mar 7, 2014 9:12 AM (in response to tomjenkinson)I'm just thinking, it is possible that you were bitten by this one: [JBTM-2054] JNDI names from JTAEnvironmentBean should be used in ArjunaJTA/cdi classes - JBoss Issue Tracker
-
3. Re: Using standalone JTA 1.2 with Deltaspike JPA
tomjenkinson Mar 11, 2014 7:35 AM (in response to tomjenkinson)Hi Ove,
How are you getting on with this, do you require any further assistance?
Thanks,Tom
-
4. Re: Using standalone JTA 1.2 with Deltaspike JPA
oranheim Mar 11, 2014 9:00 AM (in response to tomjenkinson)Hi Tom!
Thanks for following up on me. I'm doing fine. I choose to use Spring Data CDI together with DeltaSpike JPA, because it supports JTA 1.2, which DS guys don't want at this point. They implement their own custom (portable) Transactional support.
So far so good
Cheers,
Ove