  | |  | Problem using java extension | Problem using java extension 2003-02-19 - By LAMY Olivier
Hi all, I'm using a java extension in an xsl : <xsl:variable name="datedeb" select="java:com.accor.util.Tools.transformISODateToTcDate(string(@(protected) ))" />
My application is deployed in a war file. The classes com.accor.util.Tools is in the webapp classes /WEB-INF/classes/.... and the method transformISODateToTcDate is static.
My EnvironmentServlet is :
#---- BEGIN writeEnvironmentReport($Revision: 1.14 $): Useful stuff found: ---- version.DOM.draftlevel=2.0fd java.class.path=D:\j2sdk1.4.1_01\lib\tools.jar;D:\Tomcat4.1.18\bin\bootstrap .jar version.JAXP=1.1 java.ext.dirs=D:\j2sdk1.4.1_01\jre\lib\ext #---- BEGIN Listing XML-related jars in: foundclasses.sun.boot.class.path ---- xalan.jar-apparent.version=xalan.jar WARNING.present-unknown-version xalan.jar-path=D:\Tomcat4.1.18\common\endorsed\xalan.jar xercesImpl.jar-apparent.version=xercesImpl.jar from xalan-j_2_4_0 from xerces-2_1 xercesImpl.jar-path=D:\Tomcat4.1.18\common\endorsed\xercesImpl.jar xml-apis.jar-apparent.version=xml-apis.jar present-unknown-version xml-apis.jar-path=D:\Tomcat4.1.18\common\endorsed\xml-apis.jar #----- END Listing XML-related jars in: foundclasses.sun.boot.class.path ----- version.xerces2=Xerces-J 2.1.0 version.xerces1=not-present version.xalan2_2=Xalan Java 2.4.1 version.xalan1=not-present version.ant=Apache Ant version 1.5.1 compiled on October 2 2002 java.version=1.4.1_01 version.DOM=2.0 version.crimson=present-unknown-version sun.boot.class.path=D:\Tomcat4.1.18\bin\bootstrap.jar;D:\Tomcat4.1.18\bin\co mmons-daemon.jar;D:\Tomcat4.1.18\bin\tomcat-jni.jar;D:\Tomcat4.1.18\common\e ndorsed\xalan.jar;D:\Tomcat4.1.18\common\endorsed\xercesImpl.jar;D:\Tomcat4. 1.18\common\endorsed\xml-apis.jar;D:\j2sdk1.4.1_01\jre\lib\rt.jar;D:\j2sdk1. 4.1_01\jre\lib\i18n.jar;D:\j2sdk1.4.1_01\jre\lib\sunrsasign.jar;D:\j2sdk1.4. 1_01\jre\lib\jsse.jar;D:\j2sdk1.4.1_01\jre\lib\jce.jar;D:\j2sdk1.4.1_01\jre\ lib\charsets.jar;D:\j2sdk1.4.1_01\jre\classes version.SAX=2.0 version.xalan2x=Xalan Java 2.4.1 #----- END writeEnvironmentReport: Useful properties found: ----- # YAHOO! Your environment seems to be OK.
When I use the xsl in a standalone Transformation all is fine but not in the webapp. Why ?? Olivier
********************************************************************** Ce message �lectronique et tous les fichiers joints ainsi que les informations contenues dans ce message (ci apr�s "le message"), sont confidentiels et destin�s exclusivement � l'usage de la personne � laquelle ils sont adress�s. Si vous avez re�u ce message par erreur, merci de le renvoyer � son �metteur et de le d�truire. Toute diffusion, publication, totale ou partielle ou divulgation sous quelque forme que ce soit non express�ment autoris�es de ce message, sont interdites. ********************************************************************** This e-mail, any attachments and the information contained (herein " the message") are confidential and intended solely for the use of the addressee(s) if you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure, either whole or partial, of this message is strictly prohibited.
|
|
 |