[JBoss-user] [EJB/JBoss] - Redeploy POJO

2004-12-21 Thread olegsafonov
Hello. I observe strange behavior on redeploy jar file with POJO. POJO used in EJB. If I redeploy POJO with new implementation, then in log file of JBOSS see what redeploy is done, but EJB use old implementation of POJO. However, if start JBOSS from JBOSS IDE (eclipse) then it work is fine, I

[JBoss-user] [Installation Configuration] - Redeploy POJO

2004-12-21 Thread olegsafonov
Hello. I observe strange behavior on redeploy jar file with POJO. POJO used in EJB. If I redeploy POJO with new implementation, then in log file of JBOSS see what redeploy is done, but EJB use old implementation of POJO. However, if start JBOSS from JBOSS IDE (eclipse) then it work is fine, I

[JBoss-user] [Installation Configuration] - Re: Installation (iiop-service problem)

2004-12-21 Thread olegsafonov
You must run other configuration of JBoss run.bat -c all or copy some jars from all to default configuration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859442#3859442 Reply to the post :

[JBoss-user] [Clustering/JBoss] - IIOP and cluster

2004-05-11 Thread olegsafonov
Is possible use IIOP protocol on JBoss cluster? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834465#3834465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834465

[JBoss-user] [EJB/JBoss] - Create bean in factory (IIOP protocol)

2004-04-08 Thread olegsafonov
Hi. If I use IIOP protocol (JBoss 4.0 DR3) and create beans from my own factory I get CORBA::UNKNOWN exception (this exception translated from ClassCastException in JBoss core). Example: class MyFactoryBean ... ... MyBean createBean() { ... return myBeanHome.create(); } That wrong?

[JBoss-user] [EJB/JBoss] - One entity bean for several tables

2004-04-04 Thread olegsafonov
Hi. Is support of several tables by one entity bean possible? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829108#3829108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829108

[JBoss-user] [EJB/JBoss] - Re: Access to bean from another bean

2004-03-10 Thread olegsafonov
Thanks Adrian, But if I have hundreds of objects with many methods, in each I must pass reference on my stateful bean, but this is not good. We do not pass transaction context to each method, the server has mechanism for it (by the way, in IIOP protocol implementation transaction and security

[JBoss-user] [EJB/JBoss] - Access to bean from another bean

2004-03-05 Thread olegsafonov
Hello. I have a small example //client code ... mystatefulbean = statefulhome.create(); mystatelessbean = statelesshome.create(); mystatefulbean.setFoo(Foo); mystatelessbean.foo(); ... how I can get access in method foo() to instance mystatefulbean on server? i.e. how store reference or handle

[JBoss-user] [EJB/JBoss] - How possible create user session in server?

2004-02-19 Thread olegsafonov
How possible create user session in EJB server like HttpSession in web server? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822153#3822153 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822153