We got exactly the same issue, but I think it could just return empty
enumeration rather than null?
Cited from the javadoc *Enumberation<URL> getResources(String name)*
/An enumeration of URL objects for the resource. If no resources could be
found, the enumeration will be empty. Resources that the class loader
doesn't have access to will not be in the enumeration./
stevearoonie wrote:
Clarification to this - it does also happen when we run our server. So
this
is preventing us from upgrading to 5.2
My guess is that getResources should return getParent().getResources()
rather than null.
regards
Steve
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-users-Classloading-error-with-Asp...
Sent from the Drools: User forum mailing list archive at
Nabble.com.