<!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> </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> </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> </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> dialect
"mvel"<BR> when<BR> ExtendedEventVO(
)<BR> then<BR> 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> when<BR> ExtendedEventVO() from entry-point
eventDoor<BR> then<BR> System.out.println("Hello World, events
happen!!!")<BR>end</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </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> </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> </DIV></BODY></HTML>