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 <[email protected]> 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 > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
