I want to deploy two versions of the same WSR: one for production, and one for test. For example: MyService.wsr and MyServiceTest.wsr. The class files in each WSR will have the same names, but may be different versions, so I want each WSR to use a separate (i.e. scoped) classloader to avoid the version conflict problem.
Can anyone point me in the right direction?