Re: [rules-users] Cannot view Process Definitions in gwt-console

2009-08-26 Thread rbms
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

Re: [rules-users] Cannot view Process Definitions in gwt-console

2009-08-21 Thread Kris Verlaenen
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

[rules-users] Cannot view Process Definitions in gwt-console

2009-08-19 Thread rbms
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