[Design of JBoss jBPM] - Re: task attributes
by tom.baeyens@jboss.com
handlers indeed make sense. that way we can avoid putting it in the public api and in jpdl.
then we can go more slowly on introducing only the features that we know for sure are the right ones.
and with handlers in the right place, we'll have more possibilities then in jbpm 3.
i'll publish a task handler in the next beta release.
ronald (and other community members), could you have a look after the release if the task handler and evaluate it for these criteria:
1) making jpdl simpler
2) delegating all complex things to a task handler
3) task handler covers more use cases then we can handle in jbpm 3
ronald, do you see a violation of what we did in relation to bpmn or ws-human-task ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220744#4220744
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220744
16 years, 9 months
[Design of Messaging on JBoss (Messaging/JBoss)] - intermittent failures i am seeing
by ataylor
1. MessageChunkTest
Timed out waiting for response when sending packet 43
|
| MessagingException[errorCode=3 message=Timed out waiting for response when sending packet 43]
| at org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl$ChannelImpl.sendBlocking(RemotingConnectionImpl.java:1107)
| at org.jboss.messaging.core.client.impl.ClientSessionImpl.commit(ClientSessionImpl.java:500)
| at org.jboss.messaging.tests.integration.chunkmessage.ChunkTestBase.testChunks(ChunkTestBase.java:191)
| at org.jboss.messaging.tests.integration.chunkmessage.ChunkTestBase.testChunks(ChunkTestBase.java:94)
| at org.jboss.messaging.tests.integration.chunkmessage.MessageChunkTest.testMessageChunkFilePersistenceBlocked(MessageChunkTest.java:300)
|
2. JMSFailoverTest. sometimes the wrong exception is thrown, but it may be valid
expected:<MessagingException[errorCode=2 message=null]> but was:<MessagingException[errorCode=102 message=The conn has been closed by the server]>
|
| junit.framework.AssertionFailedError: expected:<MessagingException[errorCode=2 message=null]> but was:<MessagingException[errorCode=102 message=The conn has been closed by the server]>
| at org.jboss.messaging.tests.integration.jms.cluster.JMSFailoverTest.testManualFailover(JMSFailoverTest.java:283)
|
3. SymmetricClusterWithDiscoveryTest (i see this on different tests)
Timed out waiting for bindings (bindingCount = 23, totConsumers = 22
|
| java.lang.IllegalStateException: Timed out waiting for bindings (bindingCount = 23, totConsumers = 22
| at org.jboss.messaging.tests.integration.cluster.distribution.ClusterTestBase.waitForBindings(ClusterTestBase.java:220)
| at org.jboss.messaging.tests.integration.cluster.distribution.SymmetricClusterTest.testMixtureLoadBalancedAndNonLoadBalancedQueues(SymmetricClusterTest.java:428)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220671#4220671
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220671
16 years, 9 months