[Mondrian] Java 1.6 & JPivot XMLA Problem

Feris Thia feris+mondrian at phi-integration.com
Tue Jan 6 10:07:12 EST 2009


Hi Sherman,
On Tue, Jan 6, 2009 at 3:14 AM, Sherman Wood <swood at jaspersoft.com> wrote:

> JDK 1.6 provides implementations of XSLT and SOAP. The SOAP classes may be
> causing you a problem for XML/A in JPivot. The XSLT change effected JPivot's
> generation of HTML in some cases.] Here is how I forced Tomcat to use Axis
> for SOAP and the Xalan libraries in JPivot, not the Sun/Java
> implementations.
>
> rem for JDK 1.6 - force the use of Axis for SOAP not the internal JDK web
> services implementation
>
> set JAVA_OPTS=%JAVA_OPTS%
> -Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl
> -Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnectionFactoryImpl
> -Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryImpl
>
>
>
> rem for JDK 1.6 - use xalan, not JDK 1.6 internal Xalan implementation
>
> set JAVA_OPTS=%JAVA_OPTS%
> -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
>
>
>
>
>
> Sherman
>
Thanks, it is working well now. Have tried your workaround for both JDK 1.5
and JDK 1.6. I edited catalina.bat and adding the following 4 Axis version
1.4's jars into mondrian web app library :
- commons-discovery-0.2.jar
- jaxrpc.jar
- axis.jar
- wsdl4j-1.5.1.jar

Regards,

Feris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20090106/fcacb02f/attachment.html 


More information about the Mondrian mailing list