[Clustering/JBoss] - Re: Connection failure - No pong received
by bstansberry@jboss.com
The JMS server failed over, which is an abnormal situation. It's appropriate for code that functions as a JMS client to log a WARN or even an ERROR about this.
The integration layer that MDB's use to connect to the JMS server deal with the situation by automatically reconnecting to the new JMS server once it has started. I believe (but am not sure) that if you obtains connections through the JMS resource adapter (i.e. java:/JmsXA) you get automatic reconnect behavior as well. If you see WARN/ERROR messages in the log for a brief period during server failover, that's normal. If they continue after the new JMS server is operating, that's a problem.
In some earlier AS releases, the severity level of some logging messages during the failover was higher than necessary (although some WARN/ERROR logging is appropriate.) I believe those issues were fixed in 4.0.3.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007848#4007848
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007848
19 years, 2 months
[JBoss jBPM] - Re: Userassignment problem
by skpeddi
By using API we are setting the ActorId as given below:
TaskInstance.setActorId("UserName");
but before the setting of actorId where should I placed the actorId.
we tried by using JBPM_USER table we are inserting the users manually.
Note:
*We are not using swimlanes here
*Directly one tasknode,startstate and endstate for example.
*we are not defining swimlanes.
*In our scenario we dont have any users and swimlanes
Please tell me what are the things that should be done with out using swimlanes.
In a.xml file we are defining for a particular swimlane and users should be defined.
Is there any possiblity of with out using swimlanes.
Thanks for your reply RONALD...........................
Thanks,
Suresh
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007845#4007845
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007845
19 years, 2 months