[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers

leobaz2 do-not-reply at jboss.com
Tue Feb 10 09:04:43 EST 2009


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#4208564

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208564



More information about the jboss-user mailing list