HI,

The deployment tool from the J2ee server from sun has created a XML-file for
deployment, with a tag for 'cmp', But I specified at deployment that I have
bean managed persistence. Below is the xml-file: Running my (very simple)
bean results in a wired behavior (ejbLoad() is never called!)

anybody has successfully created a bmp entity bean with bean managed
transactions?

thanks,
  Arno


<?xml version="1.0" encoding="UTF-8"?>

<j2ee-ri-specific-information>
  <server-name></server-name>
  <rolemapping />
  <enterprise-beans>
    <ejb>
      <ejb-name>UserBean</ejb-name>
      <jndi-name>MyUserBean</jndi-name>
      <cmp>
        <table-create-sql></table-create-sql>
        <table-remove-sql></table-remove-sql>
        <create-table-deploy>true</create-table-deploy>
        <delete-table-undeploy>true</delete-table-undeploy>
      </cmp>
    </ejb>
  </enterprise-beans>
</j2ee-ri-specific-information>

--
Arno Schatz
Staff Engineer
Lutris Technologies, Inc.
phone 831.460.7367
cell phone 650.208.4831

http://www.lutris.com
Sponsor of http://www.enhydra.org

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to