Re: [rules-users] Guvnor Integration with BPEL

2011-09-11 Thread Rabindra Kumar Srivastava
Hi, I am using guvnor to create rules and access it through java code in my application. I have create pachage "Mypackage" and one rule "Myrule" inside the package. The code to access the rules is - public SubnetDTO getValidSubnet(SubnetDTO dto) { ClassLoader old = Thread.

Re: [rules-users] Guvnor Integration with BPEL

2011-09-08 Thread Rabindra Kumar Srivastava
ichael Anstis Sent: Thursday, September 08, 2011 1:59 PM To: Rules Users List Subject: Re: [rules-users] Guvnor Integration with BPEL Have you rebuilt the package in Guvnor? 2011/9/8 Rabindra Kumar Srivastava Hi, I am using guvnor 5.2.0Final version to create rules and integrating with Act

Re: [rules-users] Guvnor Integration with BPEL

2011-09-08 Thread Michael Anstis
Have you rebuilt the package in Guvnor? 2011/9/8 Rabindra Kumar Srivastava > Hi, > > ** ** > > I am using guvnor 5.2.0Final version to create rules and integrating with > ActiveVOS. > > I am successfully done with one rule in a package using the url url= > http://localhost:8080/guvnor/o

[rules-users] Guvnor Integration with BPEL

2011-09-08 Thread Rabindra Kumar Srivastava
Hi, I am using guvnor 5.2.0Final version to create rules and integrating with ActiveVOS. I am successfully done with one rule in a package using the url url=http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/package/final/ LATEST. Now I have created two more rules in the same package fi