Skip to Content.
Sympa Menu

perfsonar-dev - Re: SOAP and Java 1.6

Subject: perfsonar development work

List archive

Re: SOAP and Java 1.6


Chronological Thread 
  • From:
  • To: Cándido Rodríguez Montes <>
  • Cc: , "David Schmitz" <>, "Nina Jeliazkova" <>, "Nicolas Simar" <>
  • Subject: Re: SOAP and Java 1.6
  • Date: Thu, 13 Dec 2007 08:10:27 +0100 (CET)

Hi Candido,

Thanks for solving the problem! CNM AA works now with Java 1.6!

Regards
Patricia

> Hi all,
> FYI, there is a problem when using the axis libraries in Java 1.6 due
> to in this last release there is another implementation of the SOAP
> And Attachments API (SAAJ), so you've got the following exception:
> com.sun.xml.internal.messaging.saaj.soap.ver1_1.Message1_1Impl cannot
> be cast to org.apache.axis.Message
> So, I've found a solution by setting which SOAP library you want to
> use. So, you have to set the following property: -
> Djavax.xml.soap.MessageFactory="org.apache.axis.soap.MessageFactoryImpl"
> . I think you can set this in a .jnlp for a Java Web Start using
> <property name="javax.xml.soap.MessageFactory"
> value="org.apache.axis.soap.MessageFactoryImpl"/> inside the
> <resources> element.
>
> Regards
>
> --
> Cándido Rodríguez Montes E-mail:
>
> Red.ES/RedIRIS Tel:+34 955 05 66 13
> Edificio CICA
> Avenida Reina Mercedes, s/n
> 41012 Sevilla
> SPAIN
>
>
>
>


Patricia Marcu

Boltzmannstrasse 1, 85748 Garching
Telefon: +49 89 35831-8766
Fax: +49 89 35831-9700
Leibniz Supercomputing Center, Germany
Mail: marcu_at_lrz.de




Archive powered by MHonArc 2.6.16.

Top of Page