<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'><br><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">&gt; @Vincent: I'm concerned about the first stack trace line, which is<br>&gt; where no executable code can be. Clear this up first...<br><br>Me ? Really no idea why this line ...<br>This line, in 5.3 code, is the class declaration. Indeed, node an executable piece of code ...<br><br>I've found another thread : 
<a href="http://drools.46999.n3.nabble.com/rules-users-Drools-5-4-0-FINAL-and-OSGI-Unable-to-instantiate-service-for-Class-org-drools-concurren-td4017660.html">http://drools.46999.n3.nabble.com/rules-users-Drools-5-4-0-FINAL-and-OSGI-Unable-to-instantiate-service-for-Class-org-drools-concurren-td4017660.html</a><br>
where we can see a stack trace giving a "org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:53)
" which is the class declaration line in 5.4 source code...<br>
<br>May be that some JVMs points that because there are some static inits in the class ?<br>Or may be some AOP usage ?<br><br>All other line calls (insert etc etc) matches exactly the lines shown in the stack trace, so to me, it is not so important ... at least not for the problem here.<br>The real problem is why <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();
&nbsp; <br></span>returns null using Guvnor compiled pkg and not via DRL local compilation ...<br></div><br></div></body></html>