I got it sort of working using following HQL:
select ti from org.jbpm.taskmgmt.exe.TaskInstance ti , org.jbpm.context.exe.variableinstance.StringInstance si WHERE ( ( ti.processInstance.id = si.processInstance.id AND si.name = :_name_number1 AND si.value = :_value_number1 ) OR ( ti.processInstance.id = si.processInstance.id AND si.name = :_name_assignedTo AND si.value = :_value_assignedTo ) ) with args {_value_number1=1, _name_number1=number1, _name_assignedTo=assignedTo, _value_assignedTo=user0}
But I am not sure if there is a better way to do this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241613#4241613
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241613
What version of JBoss AS? What OS? What JVM?
What is the CPU usage?
Try this - undeploy all of your apps, including the datasource. Bring up JBoss AS and try to access the home page and do a CTRL-C. Does it respond? If so, then good. Now repeat the same thing several times, each time adding in one more app (start with the datasource, then the EJB JAR, then the WAR). That should help identify which app is causing the issue.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241606#4241606
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241606
Of course. You are right.
2 Queues on Server A
2 Queues on Server B (Liberte2)
Both Bridges are deployed on Server A.
One send data from local Queue on A to Remote Queue on B (the outgoing thing)
One send data from remote Queue on B to local Queue on A (the incommin thing)
I used the SSL Bisocket configuration like in the example. I have not changed any setting there.
It only happens if the servers are under heavy load.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241605#4241605
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241605
I am using JBPM 3.3 and would like to query TaskInstance(s) by the process context of the workflow. I am using Spring 2.5 based HibernateTemplate. I would like to do something like:
List tasks = getHibernateTemplate().findByNamedParam("from " + TaskInstance.class.getCanonicalName() where variable.name = :name and variable.value =:value", paramNames, values);
All of my context values are simple strings, can someone suggest a way to do this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241604#4241604
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241604
Hi,
I have a server instance, copy of a default, that starts normally and deploy a datasource, and ejb jar and a war. It's configured to listen at the port 8081
Once it has finished starting up, it seemd to be ready to serve, but it is impossible to make it work. When trying to get any resource, for example http://localhost:8180/app it takes ages and does nothing and after a while shows a blank page. I tried http://localhost:8180 and the page displays in a very long time.
And the most bizarre is, when I go to the command line window where started the instance y press Crtl+C and nothing happens. The server won't shut down
Any ideas?
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241600#4241600
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241600