[
https://issues.jboss.org/browse/DROOLS-441?page=com.atlassian.jira.plugin...
]
niraj gupta commented on DROOLS-441:
------------------------------------
Hi Davide,
Is that my question clear enough to under stand the issue. I am trying with
more details to explain this problem. If i am doing something wrong step, please correct
me.
Please help me, i need this fix asap.
How reproducible:
Steps to Reproduce:
1. login to guvnor and create a package in the knowledge base
2. now create a declarative model like this.
View Source: DecModel1
1. | declare MEmp
2. | eid: Integer
3. | ename: String
4. | end
5. |
6. | declare EBank
7. | bid: Integer
8. | end
3. save this
4. now create a simple process like Proc1
Start --> script task (System.out.println("AAAAA");) -- End
5. Save, validate, build package, create snapshot etc...
6. login to jbpm-console and execute the Proc1.
7. console will print AAAAAA
8. go back to drool-guvnor (Oryx Edit designer for BPMN2.0). change script task from
System.out.println("AAAAA"); to System.out.println("BBBBB");
9.Save, validate, build package, create snapshot etc...
10. login to jbpm-console and execute the Proc1.
11. console is printing AAAAAA not BBBBBB
Actual results:
console output AAAAAA
Expected results:
console output BBBBBB
Additional info: no exceptions in any log file.
version=5.5.0.Final
groupId=org.drools
artifactId=guvnor-webapp-drools
version=2.4.0.Final
groupId=org.jboss.drools
artifactId=jbpm-designer
version=2.4.3.Final
groupId=org.jboss.bpm
artifactId=gwt-console-server
version=5.4.0.Final
groupId=org.jbpm
artifactId=jbpm-gwt-console-server
version=2.4.3.Final
groupId=org.jboss.bpm
artifactId=gwt-console
version=5.4.0.Final
groupId=org.jbpm
artifactId=jbpm-gwt-console
drools-guvnor 5.5, declarative model, create more than one fact type,
BPMN process does not load
------------------------------------------------------------------------------------------------
Key: DROOLS-441
URL:
https://issues.jboss.org/browse/DROOLS-441
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 5.5.0.Final
Environment: Tomcat 6.0.35, jBPM 5.5.Final
Reporter: niraj gupta
Assignee: Mark Proctor
Labels: drools-guvnor
I am using ‘drools-guvnor 5.5.0.Final’ open source tool for designing the business
process (BPMN2). I end up in an issue and looking for help. Following is the scenario
I created a package then process then after build, deploy execute successfully. Now I
came back to guvnor and made few changes in the process. Then after same build, deploy
execute successfully. But now this time I am creating a declarative model having 2 facts,
also modifying business process. Then after same build, deploy execute successfully. This
time modified/latest business process doesn’t load into console. This is my problem.
However I trouble shoot and google following are my observations:
• I am running this application in tomcat 6.0.35
• It works perfectly with POJO Model Jar approach.
• It works perfectly with declarative model but having single fact.
• I am not seeing any exceptions either in UI or console logs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira