Should a stateless EJB web service be annotated with @LocalBean or @Remote in JBoss EAP 6?
Issue
-
There is an EJB that is annotated with
@Statelessand@Webservicepackaged in a war. When it deploys the log does not list out the JNDI bindings. -
Is it necessary for the EJB webservice to be annotated with
@Remoteor@LocalBean?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.