Change loading order of test resources and test classes folders

Hi,

I have a test which needs to load xml files inside the resources folder but I get an NPE because the test classes folder is before the resources folder on the classpath.

Is there a way to change the loading order inside the classpath of the test resources and test classes folders?

Thanks in advance.

Guy