zongaro 2003/02/06 14:13:07
Modified: java/samples/CompiledEJB Tag: XSLTC_DTM README.ejb
Log:
Added information about how to specify XSLTC TransformerFactory.
Revision Changes Path
No revision
No revision
1.1.12.2 +13 -0 xml-xalan/java/samples/CompiledEJB/README.ejb
Index: README.ejb
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/CompiledEJB/README.ejb,v
retrieving revision 1.1.12.1
retrieving revision 1.1.12.2
diff -u -r1.1.12.1 -r1.1.12.2
--- README.ejb 4 Feb 2003 16:03:08 -0000 1.1.12.1
+++ README.ejb 6 Feb 2003 22:13:06 -0000 1.1.12.2
@@ -71,9 +71,22 @@
o) Set up your J2EE_CLASSPATH to include JAXP and the XSLTC
runtime jars.
+
o) Compile your XSL stylesheets and place them either in
your J2EE_CLASSPATH or wrap them in your EJB jar.
+ Make sure that the XSLTC TransformerFactory will be used
+ by either setting the system property
+ "javax.xml.transform.TransformerFactory" with the value
+ "org.apache.xalan.xsltc.trax.TransformerFactoryImpl", or
+ by making a file with the name
+ "META-INF/services/javax.xml.transform.TransformerFactory"
+ containing the single line
+
+ org.apache.xalan.xsltc.trax.TransformerFactoryImpl
+
+ available on your J2EE_CLASSPATH.
+
o) Deploy your EJB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]