Hi,
I use JBoss 4.2.3.GA for production and JBoss-embedded beta3 for some unit tests.
For some of my EJBs, I use jboss annotation such as @Service or @ResourceAdapter. These annotations have been from org.jboss.ejb3.annotation package to org.jboss.annotation.ejb.
Embbedded container and JBoss4.2.3.GA uses different release. I cannot test my app in embbeded jboss ...
I have found a jar jboss-embedded-all-2.0.0.BETA1.jar on a jboss maven repository that fix this issue.
Is there a full this of ths jboss-embedded 2.0.0.BETA1 project somewhere ?