Hi
I'm able to lookup with latest AS 7.0.x build version SLEJB using @EJB Annotation from WEB Container.
My question is, how can I lookup clustered SLEJB...?
In AS 6 there is Annotation import org.jboss.ejb3.annotation.Clustered ( @Clustered ) which will do the job for HA-JNDI.
I can't find this Annotation in any of AS 7.0.x jars...
Any suggestions?