<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>I load 
my kbase from a URL resource published by guvnor.</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>the 
DRL version of my package is:</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>here 
is how my package source is displayed by gunor:</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2>package eventprocessor<BR>import 
package.ExtendedEventVO<BR></FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>global 
EventExpertProcessor processor</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><BR><FONT face=Arial color=#0000ff 
size=2>rule "Test"<BR>&nbsp;dialect 
"mvel"<BR>&nbsp;when<BR>&nbsp;&nbsp;ExtendedEventVO( 
)<BR>&nbsp;then<BR>&nbsp;&nbsp;System.out.println("Hello World, events 
happen!!!")<BR>end</FONT></DIV>
<DIV><BR><FONT face=Arial color=#0000ff size=2>rule 'TestEntryPoint'<BR>dialect 
'mvel'<BR>&nbsp;when<BR>&nbsp;&nbsp;ExtendedEventVO() from entry-point 
eventDoor<BR>&nbsp;then<BR>&nbsp;&nbsp;System.out.println("Hello World, events 
happen!!!")<BR>end</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>I saw 
similar Unit tests in the source code that pass the only difference I see is 
that I am getting the rules via guvnor, is it possible that Guvnor does not 
serialize the entryPoint?</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff size=2>any 
idea what the problem can be?</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2>--zoly</FONT></SPAN></DIV>
<DIV><SPAN class=980520415-22012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN></SPAN>&nbsp;</DIV></BODY></HTML>