Hi, First of all, I think your jboss.xml is not properly written. It should be like this :
| <jboss> | <enterprise-beans> | <entity> | <ejb-name>CacheBuilderMDB</ejb-name> | <local-jndi-name>mercury-catalog-admin-1.0/ejb/com.ketera.catalog.service.FilterBuilderService</local-jndi-name> | <configuration-name>CMP 2.x Optimistic Locking</configuration-name> | </entity> | | <message-driven> | <ejb-name>CacheBuilderMDB</ejb-name> | <destination-jndi-name>queue/CatalogQueue</destination-jndi-name> | </message-driven> | | </enterprise-beans> | | <container-configurations> | <container-configuration extends="Standard CMP 2.x EntityBean"> | <container-name>CMP 2.x Optimistic Locking</container-name> | <locking-policy>org.jboss.ejb.plugins.lock.JDBCOptimisticLock</locking-policy> | </container-configuration> | </container-configurations> | </jboss> | Remember, if you change the container configuration and want to apply the new configuration to beans, you have to specify the new configuration name under each bean's <configuration-name> tag, otherwise, the default configuration will be used. Hope this helps. Regards, Indy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925998#3925998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925998 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
