• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Need help xalan - TransformerFactoryConfigurationError

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have included new xalan.jar, xerces.jar,
xml-apis.jar,weblogicaux.jar in the classpath.
When i use javax.xml.transform.Transformer API's, I get the following error.
Servlet failed with exception javax.xml.transform.TransformerFactoryConfigurationError.
Provider for javax.xml.transform.TransformerFactory.newInstance(...) not found.
Any suggestions.
Thanks,
Suresh Selvaraj.
 
Ranch Hand
Posts: 782
Python Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have not set the javax.xml.transformer.TransformerFactory environ variable to point to your JAXP compliant provider which is Xalan.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do you configure this in Websphere?
Thanks for any feedback.
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic