Try:
URL f =
Thread.currentThread().getContextClassLoader().findResource("transformation.xslt");
| FileInputStream xxx = new FileInputStream(f);
and place transformation.xslt in the base directory of the JAR file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142132#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...