Can we have different Classloaders ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Can we have different Classloaders ?

Gautam Deb
I am getting a problem when try to load more than one module having same
service location. When the particular service of one module supposed to
be search in that module, it actually searches in the other module,
produce the error - service method does not exists.

I think this happens because the relative priority of the similar files
in the ofbiz classpath. So is there any way in ofbiz, to configure
different class loaders for different components.

Regards,
Gautam