[JBoss-user] [EJB/JBoss] - Re: Cyclic SessionBean creation : JBOSS 4.0.2

2005-09-05 Thread frank_montoya
I also have 2 stateless session beans creating instances of each other. In case of Chetan, it occurs in setSessionContext() and in my case, it occurs in ejbCreate(), but for both of us it worked with release 4.0.0 and not any more with 4.0.2.

[JBoss-user] [Installation Configuration] - Re: Compatibility across JBoss versions

2004-12-02 Thread frank_montoya
Nobody has an idea? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857200#3857200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857200 --- SF email is sponsored by -

[JBoss-user] [Installation Configuration] - Compatibility across JBoss versions

2004-11-01 Thread frank_montoya
I searched a version compatibility table for JBoss (interopability between JBoss client and JBoss server), but I could not find it. But I could find such a table for WebSphere (http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.base.doc/info/aes/ae/tins_xver.html) and

[JBoss-user] [Installation Configuration] - Is JBoss able to deal with other JBoss versions?

2004-10-26 Thread frank_montoya
Is a JBoss application server able to communicate with other JBoss application server with different versions within a cluster? Does the remote clients also have to use the JBoss jars with the same version as the JBoss application server? Frank View the original post :

[JBoss-user] [Clustering/JBoss] - How to disable automatic clustering?

2004-04-05 Thread frank_montoya
I have 2 systems where Jboss (3.0.4) is installed, and I would like to run my application on each of them but in a stand alone way. But by default, Jboss is configured as part of a cluster and every new starting Jboss instance is discovered and becomes a member of the cluster. how can I