Demian Calcaprina [http://community.jboss.org/people/calca] created the discussion
"Re: TaskClient not connecting" To view the discussion, visit: http://community.jboss.org/message/621053#621053 -------------------------------------------------------------- Have you tried creating the mina task server with binding all interfaces? Using this constructor: | + | public BaseMinaTaskServer(IoHandlerAdapter handler, int port, | | + | String localInterface) { | | + | | this.handler = handler; | | + | | this.port = port; | | + | | this.localInterface = localInterface; | | + | } | with localInterface = "0.0.0.0" BTW, you should try hornetQ based task client/server, which is more powerful (sending JMS messages, persist messages, include it in transactions). Regards, Demian -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/621053#621053] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
