[JBoss-user] [Security & JAAS/JBoss] - HELP ! SecurityException in SLSB ejbCreate() with unchecked

2004-12-16 Thread realmaxim
I have next SLSB declaration: /** * @ejb.bean * view-type="local" * * @ejb.permission * unchecked="true" */ public class MonitoringServiceBean extends BaseServiceBean { /** * @ejb.create-method */ public void ejbCreate() throws CreateException {} /**

[JBoss-user] [EJB/JBoss] - ejbLoad() not executed after direct DB update ?

2004-06-14 Thread realmaxim
I use JBoss 3.2.0 with default container configuration - 'Standard CMP 2.x EntityBean', commit option B, pessimistick lock. All code working within transactions. I see the next scenario: * first transaction started, using select with EjbQL selects some entities and print them to the screen usi

[JBoss-user] [EJB/JBoss] - Re: Help! Dirty read with commit option B on JBoss 3.2.0

2004-06-02 Thread realmaxim
I need single instance configuration and locking between transactions for entity beans and can't use instance-per-transaction configuration. Anything more ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837212#3837212 Reply to the post : http://www.jboss.o

[JBoss-user] [EJB/JBoss] - Help! Dirty read with commit option B on JBoss 3.2.0

2004-06-02 Thread realmaxim
I use JBoss 3.2.0 with container configuration "Standard CMP 2.x EntityBean" (commit option B, pessimistick locking). All code run within transactions, user or container (required). I see next strange behaviour: 1. JBoss starts first transactions that find some Entity Bean instance A, use it with