Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Classloader issue with Eclipse
Classloader issue with Eclipse [message #64427] Thu, 05 June 2003 19:11 Go to next message
Eclipse UserFriend
Hi,

I am doing a Transformation using Xalan in a plugin which is running on
JDK1.3.1_08. While creating new instance with TransformerFactory I am
getting the following error.

"javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found at
javax.xml.transform.TransformerFactory.newInstance(Unknown Source)"

in the line

TransformerFactory tFactory = TransformerFactory.newInstance();

The jar files are in classpath and there is no conflict. I even tried
setting the system properties. I disabled most of the plugins and running
with minimal plugins. I want to know is there anything in eclipse that is
conflicting with this setup. The same setup is working with JDK1.4.

Thanks in advance,

Dinesh
Re: Classloader issue with Eclipse [message #65732 is a reply to message #64427] Fri, 06 June 2003 15:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Dinesh,

You mention that the jar is on your CLASSPATH, but do you also have the
jar in the runtime tag of your plugin?

jkca

Dinesh Varadharajan wrote:
> Hi,
>
> I am doing a Transformation using Xalan in a plugin which is running on
> JDK1.3.1_08. While creating new instance with TransformerFactory I am
> getting the following error.
>
> "javax.xml.transform.TransformerFactoryConfigurationError: Provider
> org.apache.xalan.processor.TransformerFactoryImpl not found at
> javax.xml.transform.TransformerFactory.newInstance(Unknown Source)"
>
> in the line
>
> TransformerFactory tFactory = TransformerFactory.newInstance();
>
> The jar files are in classpath and there is no conflict. I even tried
> setting the system properties. I disabled most of the plugins and running
> with minimal plugins. I want to know is there anything in eclipse that is
> conflicting with this setup. The same setup is working with JDK1.4.
>
> Thanks in advance,
>
> Dinesh
>
>
Re: Classloader issue with Eclipse [message #66691 is a reply to message #64427] Sun, 08 June 2003 05:46 Go to previous message
Eclipse UserFriend
Originally posted by: shartrec.noxspamx.hinet.net.au

There was a bug raised against Xalan about this.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9474

It has been fixed in the latest versions of xalan.

Trev
Previous Topic:-> SWT unit test methods
Next Topic:Is eclipse a debug bug?
Goto Forum:
  


Current Time: Thu Feb 20 19:38:52 GMT 2025

Powered by FUDForum. Page generated in 0.03597 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top