Hi all,

I'm having a heck of a time with what seems to me to
be a quirk but I don't know what is the source.  Okay,
here's my problem...

I insert data into a table via its entity bean.  I can
query that data perfectly via the Entity bean or a
facade session bean.  I shut down JBoss and via
'pgaccess' I inspect the table and everything is just
the way it was before shutting down JBoss.  I restart
JBoss and again, it looks perfect.  Now, this is when
I get into trouble. I query the table via either the
Entity bean directly or the facade session bean and
the colum which is of datatype Boolean (mapped to
small int in the DB) is written to false.  It doesn't
matter even if the initial insertion had a value of
true.  Initially I thought it was a transaction
problem and the data was somehow being rolled back but
now I know (figure) that's not true.  No where in my
code can I find where I'm changing the value of the
column or even the field in a record. The other fields
all work perfectly.  I'm able to insert and update and
delete with no problems what so ever.

TIA

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to