[ 
http://issues.apache.org/jira/browse/AXIS-1868?page=comments#action_60951 ]
     
Guillaume Sauthier commented on AXIS-1868:
------------------------------------------

I don't think this will work.

Because the o.a.axis.holders.URIHolder holds only o.a.axis.types.URI, not 
java.net.URI !

We need another holder class.
will this be o.a.axis.holders.jaxrpc.URIHolder ? or 
o.a.axis.holders.JAXRPCURIHolder ?

> missing Holder for java.net.URI
> -------------------------------
>
>          Key: AXIS-1868
>          URL: http://issues.apache.org/jira/browse/AXIS-1868
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>  Environment: JOnAS 4.4
>     Reporter: Guillaume Sauthier

>
> I think JAX-RPC 1.1 is not clear :
> xsd:anyURI -> java.net.URI is optionnal but there is no Holder for URI( 
> should be 'javax.xml.rpc.holders.URIHolder')
> The problem is revealed when you compile classes generated with wsdl2java 
> using TM version="1.3". We see imports on java.net.holders.URIHolder. But 
> this class is never generated (because we don't generate either the 
> corresponding java Bean).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to