On Fri, 2010-02-26 at 14:46 -0500, Steven Hawkins wrote:
Even in a simpler case which is providing my own implementation of
capabilities of the Translator class would require either that I place
my custom code in a higher level class loader or create a copied rar
and add my custom jar. In the former case there is the possibility of
class loading issues, in the latter there's the same duplicated
dependency issue.
This case can be solved by using the .rar in exploded directory format
where the custom jars can placed inside the rar along with other jars.
This eliminates the class loading issues and provides a isolated class
loader, However this does not help with "extension" case.
Ramesh..