You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/08/15 11:56:59 UTC

DO NOT REPLY [Bug 9841] - java.lang.reflect.InvocationTargetException with a xslt task running FOP 0.20.3

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9841>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9841

java.lang.reflect.InvocationTargetException with a xslt task running FOP 0.20.3

sbailliez@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Enhancement
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From sbailliez@apache.org  2002-08-15 09:56 -------
If you dump a report like this please make your best effort to make it 
something easily reproducible by taking at least the examples of the distrib 
or to attach the sample files. Do not assume the reader familiar with the 
third party package you are using. This was all but necessary here.

Your problem is probably due to a classloader problem since jaxp is in the 
main classloader while your provider is in child classloader, child 
classloader that is not the context classloader thus the fallback to the 
factory finder classloader which is...the main classloader.

I'm degrading this to enhancement and add it as a duplicate of 6606.

In your case your taskdef of xslt is useless since it is a mere duplication of 
the Ant xslt core task. It has been removed in fop 2.0.4

*** This bug has been marked as a duplicate of 6606 ***

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>