[jboss-user] [EJB/JBoss] - Re: NoPassivationCachePolicy not working - bean is getting p

Omnia Mutantur do-not-reply at jboss.com
Fri Aug 8 11:41:42 EDT 2008


You may also have to add a reference to the appropriate <container-name> in your EJB declaration. You'd add something like this to your jboss.xml:  <enterprise-beans>
  |     <entity>
  |       <ejb-name>[your bean name here]</ejb-name>
  |       <configuration-name>[container-name here]<configuration-name>
  |     </entity>
  |   <enterprise-beans>
  | 
O.M.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169633#4169633

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



More information about the jboss-user mailing list