I'm new to using drools and guvnor
I have deployed a tomcat server that serves business rules
The problem is that I get two different answers if I use code that goes against the server with type DRL or with PKG
If I go against the server with DRL type I get one result
http://localhost:8180/guvnor/org.drools.guvnor.Guvnor/package/PkgDinamicoBV/LATEST.drl
property name="type" value="DRL"
If I go against the server with PKG type I get a different
http://localhost:8180/guvnor/org.drools.guvnor.Guvnor/package/PkgDinamicoBV/LATEST
property name="type" value="PKG"
I don't understand what I have to do to get both ways to access the server to produce the same result
I have build the package in guvnor so I expected to get the same result in both ways to access my local server
Many thanks for your help
Simar