users@jersey.java.net

[Jersey] Re: RepresentationType missing after upgrading from 1.8

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 07 Dec 2011 10:48:39 +0100

WADL namespace is now: "http://wadl.dev.java.net/2009/02", so you should
use that one.

(but depends on where are you putting these - almost every element in
WADL XML Schema includes:

<xs:any namespace="##other" processContents="lax" minOccurs="0"
           maxOccurs="unbounded"/>

plus anyAttribute, so basically you can put there whatever you want/need.)

Pavel

On 12/6/11 1:52 PM, António Mota wrote:
> One more question, my old code uses a QName like this:
>
> new QName("http://research.sun.com/wadl/2006/10","representation")
>
> Should that URL be updated to something else, like
> http://research.sun.com/wadl/2009/08 or something? Odes it matter at all?
>
>
> Cheers.
>
>
> 2011/12/6 António Mota <amsmota_at_gmail.com <mailto:amsmota_at_gmail.com>>
>
> Right, that did it.
>
> Cheers.
>
> On 29 November 2011 22:38, Pavel Bucek <pavel.bucek_at_oracle.com
> <mailto:pavel.bucek_at_oracle.com>> wrote:
>
> com.sun.research.ws.wadl.Representation
>
>
>