Hello,
using a pom.xml generated by jboss-javaee6-webapp archetype
following the example given in https://docs.jboss.org/author/display/AS7/EJB+3+Reference+Guide
I try to annotate a @TransactionTimeout on an EJB method.
However the compiler does not recognize it.
Also when I look up the JEE6 Api Doc (http://docs.oracle.com/javaee/6/api/) there is no such Annotation.
?????
Is it jboss-specific? Which dependency do I have to add to my pom to be able to use it?
Thanks,
Hans