[jboss-user] [jBPM Users] - Re: jBPM 4 and thread-safeness

2009-09-11 Thread greeneagle
First of all thanks for the fast response :-) If this is the wrong forum for this kind of question could you please move the thread to the dev-forum? ...because I still have some questions concerning this issue. anonymous wrote : | in strickt java sense, nutable methods on threadsafe objects

[jboss-user] [jBPM Users] - jBPM 4 and thread-safeness

2009-09-10 Thread greeneagle
Hi, I've been working for 2-3 years with jBPM 2/3 and now have the time to evaluate if I should switch to version 4 in future. In the user-guide I read the following: anonymous wrote : | For all objects that are referenced by a class name, will be instantiated during parsing time. Which impl

[jboss-user] [JBoss/Spring Integration] - DI of spring-beans without annotations?

2009-03-01 Thread greeneagle
Is it possible to inject Spring-beans into EJB without the @Spring-annotation using XML-descriptor instead? Regards, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214013#4214013 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss Messaging] - use of multiple PersistenceManagers on same machine

2008-10-09 Thread greeneagle
Hi, due to performance-issues I'd like to use persistent and null-persistent queues on one system. I already tried to deploy 2 ServerPeers with different PostOffices and PersistenceManagers but that did not work. Is there any way to get this working or can I only use 1 PersistenceManager per

[jboss-user] [JBoss Messaging] - sending to message-queue from external client fails

2008-09-18 Thread greeneagle
Hello, I use jbossas 4.2.3 with jboss-messaging 1.4.0.SP3-CP02 and I have the following problem: For testing-purposes i connect to message-queue with an external client (on same machine) I run from inside eclipse. Up to now I have used jbossmq and with jbossmq this worked fine. With jboss-messa

[jboss-user] [JBoss Messaging] - Re: ClusteredConnectionFactory and MDB's

2008-07-09 Thread greeneagle
OK, in fact I've understood something wrong. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163425#4163425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163425 ___ j

[jboss-user] [JBoss Messaging] - ClusteredConnectionFactory and MDB's

2008-07-09 Thread greeneagle
JBM-documentation says: anonymous wrote : This factory is not suitable to be used by MDBs. I have the following scenario: I'd like to run a distributed queue on 3 nodes. I need failover and would like to have load-balancing, too. I've planned to deploy an MDB on each node to consume the messages.

[jboss-user] [Clustering/JBoss] - Channel.getState() failed

2008-04-29 Thread greeneagle
Hi, One of our customers reported a very strange behaviour of the jboss-cluster today. The cluster contains 8 server-nodes (jbossas-4.05) running in the same subnet. Everytime one of the nodes starts up the exception below occurs. The most funny thing is that everything worked fine when I left t

[jboss-user] [JBoss jBPM] - Dynamic configuration for ActionHandler

2008-01-14 Thread greeneagle
Hello, is ist possible to configure an ActionHandler dynamically? More precisely I want to do something like this: | . | . | . | | | | | myVar="I am a variable"; | |

[jboss-user] [Clustering/JBoss] - HASingleton 'fallback-order'

2007-12-05 Thread greeneagle
Hi, I have the following scenario: 4 nodes A-D on each one is a HASingleton deployed. Suddenly the node on which the singleton-service has run up to now (let's say A) crashes. Now I would like to determine, which of the remaining nodes should start the singleton-service. Is it possible to speci

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on >2 nodes

2007-11-21 Thread greeneagle
I did it exactly the way you guessed. The only difference is that I deployed the sar in 'deploy-hasingleton/'. The descriptor 'deploy-hasingleton-service.xml' is present in 'deploy' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106784#4106784 Reply to the po

[jboss-user] [Clustering/JBoss] - HASingleton-problem on >2 nodes

2007-11-21 Thread greeneagle
Hi, Up to now I've used 2 jboss-instances (4.0.5) where one special service has been configured as a hasingleton. I've never had any problem with it, everything worked fine. But now my infrastructure has changed: I have 3 additional machines in the cluster but the mentioned special service shoul