Is @weblogic.wsee.wstx.wsat.Transactional annotation deprecated?
Hi everybody,
I am developing a project using web services atomic transactions. The environment is Oracle Enterprise Pack for Eclipse 12.1.3 and WebLogic Server 12.1.3.
Based on the documentation (http://docs.oracle.com/middleware/1213/wls/WSGET/jax-ws-atomictransaction.htm), I should use the annotation weblogic.wsee.wstx.wsat.Transactional. However, even it works perfectly, the same is deprecated. The jar containing this class is ../wlserver/server/lib/wls-api.jar.
I can't find any documentation talking about that. Should I do that another way?
Thanks in advance.