endorsed

Difference between classpath and endorsed directory

Does anyone know what the difference is between adding an appropriate JAR-file (eg. Apache XALAN) to a JRE's endorsed directory and adding it to the application's classpath? Is it possible to take a jar-file that can be added to the endorsed lib and instead add it to the classpath? ...

LinkageError JAXB 2.0 -> 2.1 (Tomcat)

I'm getting this error when trying to access my webservice running inside tomcat. Caused by: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstr ap classloader, but this RI (from jar:file:/C:/software/tomcat6/webapps/messagin g/WEB-INF/lib/jaxb-impl-2.1.5.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.c lass) needs 2...

Java WebStart and endorsed directories

How do I specify in java webstart .jnlp file, that some of my jars are overriding the JRE builtin implementations? Just like the endorsed lib property on a regular application. ...

Setting "endorsed" dir in an embedded tomcat server

Hi, I am creating a web application using Eclipse (3.4), and m2eclipse. I am using the deploy goal but often prefer to use the run goal for the use of the embedded tomcat in the maven tomcat plugin. I added the xalan jar to the endorsed dir as I had problems with the xalan that is in the rt.jar. It works fine on deployment, but I can't ...

Is it good idea to Sun's implementation of JAXP(jaxp-ri-1.4.2.jar) to AIX?

We use saaj-impl-1.3.2.jar from Sun. It requires jaxp-ri-1.4.2.jar from Sun. Is it good idea to put these Sun's libraries in web application that will work under JBoss on AIX? ...

what is the exact way to use Endorsed directory in jdk1.6

I want to upgrade my jaxws to 2.2 (jdk1.6 comes bundled with jaxws 2.1). My jdk is (I did not install public jre): java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode) In jaxws' own doc they explain how to do it: One way to fix this is to copy jaxws-api.ja...

jsp compile exception after endorsing jars

I am using opensaml 2.2.3 - Therefore I have to endorse the following jars: resolver-2.9.1.jar serializer-2.9.1.jar xalan-2.7.1.jar xercesImpl-2.9.1.jar xml-apis-2.9.1.jar This causes an error during jsp compilation in my web application: logon.jsp:26:20: Error in example.jsp" at line 83: No tag library could be found with this URI....

How can I use use endorsed jars for one part of application and classpath jars for another?

In a environment the following jars have been endorsed because a particular module for SingleSignOn uses these versions of jars: - • xercesImpl-2.9.1.jar • serializer-2.9.1.jar • xml-apis-2.9.1.jar • xalan-2.7.1.jar • resolver-2.9.1.jar These endorsed jars are creating a problem as now these jars are used for parsing and not the corre...