Hi Team,
I've had a very satisfying day getting a environment together for EBJ
application development using JOnAS. I've just a couple of issues yet to
resolve and wondered if you guys can point me in the right direction.
Set-up
I've started JOnAS with an simple entity bean Environment.
There are only two persistent fields, "name" and "value".
"name" is used by the primary key class EnvironmentPK and
is a primary key in the Informix table "environment".
Problem
My little test program can successfully create and remove
row from the table using the Environment entity bean. It
can change the value using env.setValue("new value"); But
it cannot change the name using env.setName("new name").
I don't not get an error when I try, but the database is
not updated :-(
This is a container managed entity bean.
----
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".