This content has been marked as final.
Show 1 reply
-
1. Re: XML transformer classloader issue
norsay Nov 8, 2006 2:19 AM (in response to norsay)solved the problem myself. Instead of rendering the XSLT on server side (EJB - located in a JAR within the EAR) I'm doing the transformation in my struts action (located in the WAR within the EAR). Ok, it is more a hack than a solution, however it's working now :-)