[rules-users] Problem migrating from newClassPathResource to newUrlResource

Mark Proctor mproctor at codehaus.org
Tue May 14 09:47:13 EDT 2013


you set the wrong ResourceType:
urlResource.setResourceType(ResourceType.PKG);

Try CHANGE_SET, as you are loading a change set xml.
urlResource.setResourceType(ResourceType.CHANGE_SET);

Mark
On 14 May 2013, at 12:34, abhinay_agarwal <abhinay_agarwal at infosys.com> wrote:

> M still stuck at this.
> 
> Any help?
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/Problem-migrating-from-newClassPathResource-to-newUrlResource-tp4023490p4023812.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users




More information about the rules-users mailing list