I am using EJB3 and JBoss 4.2.3. When dealing with EJB3, what is the name of the EJB? Is
it the class name, the interface name, jndi name, or should I specify the name via
annotations?
| <?xml version="1.0"?>
|
| <!DOCTYPE jboss PUBLIC
| "-//JBoss//DTD JBOSS 4.2//EN"
| "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
|
| <jboss>
| <enterprise-beans>
|
| <session>
| <ejb-name>ProductCacheUpdaterBean</ejb-name>
| <timer-persistence>false</timer-persistence>
| </session>
| <session>
| <ejb-name>CategoryCacheUpdaterBean</ejb-name>
| <timer-persistence>false</timer-persistence>
| </session>
|
| </enterprise-beans>
| </jboss>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208564#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...