I changed the standardjboss.xml file to read the following:

<container-configurations>

    <container-configuration>
      <container-name>Standard CMP 2.x EntityBean</container-name>
      <call-logging>false</call-logging>
      
<invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
      <sync-on-commit-only>false</sync-on-commit-only>
      <insert-after-ejb-post-create>true</insert-after-ejb-post-create>
      <call-ejb-store-on-clean>true</call-ejb-store-on-clean>

I tried doing this within my own JBOSS.XML file using the following. . .

   <container-configurations>
     <container-configuration extends="Standard CMP 2.x EntityBean">
       <container-name>INSERT after ejbPostCreate Container</container-name>
       <insert-after-ejb-post-create>true</insert-after-ejb-post-create>
     </container-configuration>
   </container-configurations>   

. . . but this did not seem to work.  Changing the standart Jboss XML file 
worked great.


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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to