Weblogic 12.1.3 CDI Transactional -
is there additional configuration needs done in order enable cdi jta transactions using @transactional annotation under cdi beans weblogic 12.1.3 server?
i have tried add annotation service method, entitymanager didn't recognize running under transaction.
is there interceptor or else needs registered?
@joshament right.
weblogic 12.1.3 partially supports java ee 7 (it supports 4 pieces: jpa 2.1, jax-rs 2.0, json-p 1.0, websockets 1.0). @transactional part of jta 1.2.
right liberty profile certified against java ee 7. planned year-end weblogic 12.1.4 going support also.
anyway, answering question: configured persistence.xml should enough use @javax.transaction.transactional annotation in code.
// may consider move away java ee 7 ;) able freely choose whatever lib want. believe server should not provide except servlets.
Comments
Post a Comment