JBoss Community

Can't connect to taskService

created by Mai A. S in jBPM - View the full discussion

When I try this code it always returns false

 

TaskClient client = new TaskClient(new MinaTaskClientConnector("client 1",

               new  MinaTaskClientHandler(SystemEventListenerFactory.getSystemEventListener())));

          boolean connected =  client.connect("127.0.0.1", 9123);

 

but when I change the port to 8080 it returns true

 

Any one knows why?

 

Thanks

Reply to this message by going to Community

Start a new discussion in jBPM at Community