Hi,
In fact I am sorry but I lost the link.
But, here is the Java code that I use now without error:
| String name = "client 1" + UUID.randomUUID(); |
| TaskClient client = new TaskClient(new HornetQTaskClientConnector(name, new HornetQTaskClientHandler(SystemEventListenerFactory.getSystemEventListener()))); |
| boolean isConnected = client.connect(HT_SERVICE_HOST, HT_SERVICE_PORT); |
| System.out.println("isConnected = " + isConnected); |
It is working properly with jBPM 5.3.
Jena