Hi,

  We are using the 'Optimistic Container'. In the JBoss.xml we have the 
following entry

 <container-configurations>
   <container-configuration
     extends="Instance Per Transaction CMP 2.x EntityBean">
      <container-name>Optimistic Container</container-name>
      <locking-policy>
        org.jboss.ejb.plugins.lock.JDBCOptimisticLock
      </locking-policy>
   </container-configuration>
 </container-configurations>

and all the entity beans is having the following line. 

  
    <ejb-name>Businesstype</ejb-name>
    <local-jndi-name>BusinesstypeLocal</local-jndi-name>
    <configuration-name>Optimistic Container</configuration-name>
    <method-attributes>
    </method-attributes>
  

Regards,
V.Janardhanan

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to