Simply put, I change a property of a bean, I see it changes in the DB,
but JBoss thinks the property hasn't changed.

Details:
1. I have a bean, I change an integer property of it from null to some
number. In the debugger, if I inspect the property (bean.getFoo()), I
get the number.
2. Shortly after, I query for all beans whose property is not null. I
get the same bean as before in the results. In the debugger, when I
inspect the property, I get null.
3. When I look in the DB log files, I see there is a call to 'update'
with the right value for the property (the number), there is no 'update'
to set the property to null. 
4. If I get the query from the DB log files and run it myself, the row
for which the property has changed is not returned.

????

Thank you,
Ittay
-- 
=======================================
Ittay Dror ([EMAIL PROTECTED])
User Space, R&D
Qlusters Inc.
Tel: +972-3-6081956 Fax: +972-3-6081841



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to