Hi,

another short question:

I have deployed my CMP-Entity-EJBs successfully.
In my TestClient, I have the following code:

   AddressHome home = (AddressHome) initialContext.lookup(beanName);
   Address addr = home.create(new Integer(3));
   addr.setCity("Straubing");
   addr.setCountry("Deutschland");
   ...
   ...

But in my Database, the newly inserted row consists only
of the id, which I provided with the create-Method, all
the other fields are NULL. 
Is there anything else I have to do to make the
CMP-Entity-Bean synchronize with the Database ?
I thought, that in CMP, I don't have to do something
in ejbStore(), because the synchronization is done by
the container...?

[PS: the <trans-attribute> is set to "NotSupported" in
the deployment desc., because I'm using MySQL ! ]


Thanks,

Stephan


_________________________________________________________________________

   Stephan Bauer, Dipl. Inform. (FH)            IT-Freelancer
   Siemensstr. 46                               Bauer Internetprojects.de
   D-94315 Straubing                            Tel.:  +49 9421 9749549
   E-Mail: [EMAIL PROTECTED]    Fax:   +49 9421 9749550
   http://www.internetprojects.de               Mobil: +49 172  9795002 
       
                Software-Design, Implementation & Webhosting
_________________________________________________________________________
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to