The userguide isn't very useful when it comes to using variables.. I have a Java task like this:
public class JavaTask {
public boolean getSuccess(String tasksuccess) {
System.out.println(task);
return tasksuccess.equals("true");
}
}
And I call it in the jpdl like this:
However, when the sysout is called, it prints #{tasksuccess}. Using a DecisionHandler earlier on I can access the process variables and confirm that 'tasksuccess' does exist, so why is it not being inserted properly here?
Cheers,
Robert
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265213#4265213
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265213
Hi All,
I am just trying some examples after downloading JBPM 4.2. I have integrated the JPDL with my eclipse plugin successfully.
When I dragged a start and entered a name for my process definition - the mouse keeps moving to the first - So when I type Moves it appears as sevom ( in reverse).
Have I missed to install something or is there a patch I can apply to fix the issue?
Thanks in advance...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265212#4265212
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265212
Thanx jaikiran...
that was very heplful...
It will be great if u can just help me out in finding the answers of following questions...
1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...?
2) wt would be better the core Hibernate OR Hibernate JPA...? why?
I mean obviously the standardization does gives an advantage of switching the PP anytime...but still have not explored the power of Core Hibernate fully...thats why have this question...
Regards.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265200#4265200
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265200
Hi,
I've read the documentation and found out about the three different ways the classes referenced from processes can be made available (chapter 4.2 in the user guide). The question is : do I have to deploy the business archive with the jpdl file and classes too using the an task, or it is enough to deploy only the jpdl file programatically?
I've integrated Spring with jbpm 4.1 in an application running on Tomcat 6.
I apologize if this topic already exists, but I've searched the forum and didn't find an answer.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265198#4265198
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265198