Hello,

We have a database used by both EJB and several
non-EJB tools. Problem is, that whenever a getField()
method of a bean is invoked, the bean writes its data
back to database. The data may have been changed
in the database, so the bean should actually read 
it from there.

I've tried to experiment with <commit-option>C</commit-option>,
but to no avail; it simply seems not to change the
behavior at all. Am I missing some configuration option,
or is there some way I could avoid this in the bean code?
Any suggestions are welcome.

Rgds,
 

Timo Fager


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to