Anish Nath wrote:
Q: does the DI is supported in the @Service(org.jboss.annotation.ejb.Service) Ejb's
You are using the wrong annotation for AS6. Starting AS5, those JBoss EJB3 annotations have been moved to org.jboss.ejb3.annotation.* package. So you should be using @org.jboss.ejb3.annotation.Service. You can find these annotations in JBOSS_HOME/client/jboss-ejb3-ext-api.jar file.