[JBoss-user] [EJB/JBoss] - [BeanLock] removing bean lock and it has tx set!

2006-02-18 Thread Grohl
Hello: I'm using 3.2 JBoss release The next error message ERROR [BeanLock] removing bean lock and it has tx set! [EMAIL PROTECTED] is wrote in log file when I'm trying to remove ( remove() method ) some entities. I use remove(pk), where pk means primary key class The operation works fine: all

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - [BeanLock] removing bean lock and it has tx set!

2006-02-17 Thread Grohl
Hello: I'm using 3.2 JBoss release The newx error message ERROR [BeanLock] removing bean lock and it has tx set! [EMAIL PROTECTED] is wrote in log file when I'm trying to remove ( remove() method ) some entities. The operation works fine: all records in database are deleted . Indeed , al