Thanks for the reply Kris,
I finally found the issue. When file is uploaded from guvnor, looks like the
compile package bytes property is not set in the repo.
So I had to invoke rebuildPackages function from
org.drools.guvnor.server.ServiceImplementation.loadRuleAsset function
thanks
-Ramesh
Because the gwt-console does not allow you to specify which knowledge
package should be loaded (yet), it currently uses the "default" package.
Putting your rule flow in a package called "default" (and then building
that package in Guvnor) should solve your issue I think. You could also
change the
I am trying to deploy drools-guvnor, gwt-console in Tomcat.
I am using mysql for persistence.
I uploaded the process definitions in drools-guvnor.(I can see them Packages
--> defaultPackage --> RuleFlows)
However when I try to view them in Processes --> Process Definitions -->
Definition List, I c