[jboss-jira] [JBoss JIRA] (DROOLS-441) drools-guvnor 5.5, declarative model, create more than one fact type, BPMN process does not load
niraj gupta (JIRA)
issues at jboss.org
Tue Mar 4 09:49:36 EST 2014
[ https://issues.jboss.org/browse/DROOLS-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12949823#comment-12949823 ]
niraj gupta commented on DROOLS-441:
------------------------------------
Thanks for update and appreciate your suggestions.
I also have the same doubt that rebuilding/reloading of the package having some problem. But i am not getting exact location of the code for the fix. I tried the steps you suggested.
I created 1st package like pkg1, then only one process proc1 and then build deploy.
Now i created another 2nd package like pkg2, then only one declarative model like
1. | declare Mod1
2. | mid: Integer
3. | mname: String
4. | end
5. |
6. | declare Mod2
7. | bid: Integer
8. | end
and save this model. but not build.
now running the process execute perfectly, even modify multiple time the same process.
But as soon as build the pkg2, and then update the process, it doesn't reflect new changes in the console.
I am not seeing any exception, as you are telling 2nd build failure case.
Also if you could help me to which build is having this fix, it would be great.
Actually this fix is very important to us.
Regards,
Niraj
> 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
More information about the jboss-jira
mailing list