[jboss-user] [jBPM] - Re: HornetQ taskclient connection exceptions.

Jose Miguel Loor do-not-reply at jboss.com
Fri Feb 8 16:57:21 EST 2013


Jose Miguel Loor [https://community.jboss.org/people/jmiguel77] created the discussion

"Re: HornetQ taskclient connection exceptions."

To view the discussion, visit: https://community.jboss.org/message/796835#796835

--------------------------------------------------------------
hI

I am struggling with almost the same thing. I have BRMS server on testing. I modified the web.xml in the jbpm-human-task.war/WEB-INF with this values:

<init-param>
        <param-name>mina.host</param-name>
        <param-value>192.168.0.95</param-value>
      </init-param>
      <init-param>
        <param-name>mina.port</param-name>
        <param-value>9123</param-value>
      </init-param>

and this code:

CommandBasedHornetQWSHumanTaskHandler hornetTaskHandler = new CommandBasedHornetQWSHumanTaskHandler(this.ksession);
hornetTaskHandler.setConnection("192.168.0.95", 9123);
hornetTaskHandler.connect();
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/796835#796835]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130208/a75c21fa/attachment.html 


More information about the jboss-user mailing list