[rules-users] Problem with CommandFactory.newStartProcess in 5.2 M1

Wolfgang Laun wolfgang.laun at gmail.com
Wed Mar 30 04:37:22 EDT 2011


Daniel,

the code you are showing is one layer removed from the actual
implementation Mauricio has been showing. The call in CommandFactory:
getCommandFactoryProvider() fetches the actual implementation, i.e., a
CommandFactoryServiceImpl object.

HTH
-W

2011/3/29 Seaver, Daniel (GE Healthcare) <dan.seaver at ge.com>
>
> Ok, I finally got setup to use git and look at the latest drools code. In that repository, the code for CommandFactory.newStartProcess looks like this:
>
>
>
>     public static Command newStartProcess(String processId,
>
>                                           Map<String, Object> parameters) {
>
>         return getCommandFactoryProvider().newStartProcess( processId );
>
>     }
>
>
>
> Apparently, there’s some discrepancy from the ‘master’ repository you’re looking at and the repository at github. I’m looking at:
>
>     droolsjbpm-knowledge/knowledge-api/src/main/java/org/drools/command/CommandFactory lines 254-257
>
>
>
>
>
> Dan
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>




More information about the rules-users mailing list