Originally posted by aleem khan:
Jboss supports EJB3.0 annotations, infact there is a book by OREILLY which has all the examples based on Jboss 4.x.x and annotations...
JBoss really support EJB3, I did many EJB components on JBoss. You can use @EJB annotation within an
EJB component to call another EJB component.
The point here is that you
cannot use the @EJB annotation within a
Servlet component. It happens because JBoss uses Tomcat as WebContainer and Tomcat doesn't implement that annotation.
Different than Glassfish (or even Geronimo and Websphere) that you can use @EJB annotation within a Servlet component.
Regards, Jair Rillo Junior
http://www.jairrillo.com/blog, SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 5.0, IBM SOA Associate (Test 664).