<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'><p class="MsoNormal"><span style="font-family: 'Arial Unicode MS',sans-serif;">&gt; Our application is using this url:</span><span class="MsoHyperlink"><span style="font-family: &quot;Arial Unicode MS&quot;,&quot;sans-serif&quot;;"> <span lang="EN-US"><a href="http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/package/org.dfms.model/LATEST" target="_blank">http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/package/org.dfms.model/LATEST</a></span></span></span></p>
<p class="MsoNormal"><span class="MsoHyperlink"><span style="font-family: &quot;Arial Unicode MS&quot;,&quot;sans-serif&quot;;"><span lang="EN-US">&gt;</span></span></span><span style="font-family: 'Arial Unicode MS',sans-serif;" lang="EN-US"> to loading from Guvnor5.3.0 the pkg. </span><span style="font-family: 'Arial Unicode MS',sans-serif;">Is it correct?</span></p><p class="MsoNormal"><br></p><p class="MsoNormal">Yes, to get the compiled package, compiled inside Guvnor, but this is the problem here. <br></p><p class="MsoNormal">The compiled package is a serialized kPackage object. When you get this from guvnor, and put it inside your kBase, the object is simply deserialized. The <span style="font-size: 9pt; font-family: Consolas; border: 1pt none windowtext; padding: 0cm;">ObjectTypeConf&nbsp;conf</span><span style="font-size: 9pt; font-family: Consolas; border: 1pt none windowtext; padding: 0cm;">.getTypeDeclaration()</span> will look in the kBase, and for guvnor compiled package this method returns null (don't know why). I think you may have a difference between your Guvnor version and the drools runtime version.</p><p class="MsoNormal"><br></p><p class="MsoNormal">You can either use the source got from guvnor (<span style="font-family: 'Arial Unicode MS',sans-serif;"></span><a href="http://localhost:8080/guvnor/rest/packages/org.dfms.model/source" target="_blank">http://localhost:8080/guvnor/rest/packages/org.dfms.model/source</a>) to build your kBase, and this should work fine.</p><p class="MsoNormal"><br></p><p class="MsoNormal"><br></p><br></div></body></html>