Hi,

I'm involved in a project that uses EJB's. I have an
entity-bean that can be locked and unlocked from the 
client's and the probem is this:
When one client unlockes the bean (using a boolean that is
not mapped the database) it doesn't seem like the other
clients use the same boolean, because the boolean they
uses is still "locked".
Does someone know where the problem is, or could be? Any suggestions
are very welcome.

Thanks.

/Gustaf

Reply via email to