Hi,
It gave me error
"Bean property 'linkAnyMediaTypeToXmlSchema' is not writable or has an
invalid setter method."
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-sect
;> Unfortunately this did not resolve the issue, is this the correct
> way?
> >>>>
> >>>> Some additional information:
> >>>>
> >>>> My DTOs are marked with @XmlRootElement as this has been required in
> >> the
> >>
in the wadl for application/json
media
types, but I have tried removing this also.
The wadl generation is complete with grammars if I put my resource
methods
directly in the FooRS instead of(or in addition to) the AbstractRS
without
making any other changes.
--
View this message in conte
>>
> >> My DTOs are marked with @XmlRootElement as this has been required in
> the
> >> past to get any grammars included in the wadl for application/json
> media
> >> types, but I have tried removing this also.
> >>
> >> The wadl generation is complet
removing this also.
The wadl generation is complete with grammars if I put my resource
methods
directly in the FooRS instead of(or in addition to) the AbstractRS
without
making any other changes.
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-section-
d removing this also.
The wadl generation is complete with grammars if I put my resource methods
directly in the FooRS instead of(or in addition to) the AbstractRS without
making any other changes.
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-section-lost
resource methods
directly in the FooRS instead of(or in addition to) the AbstractRS without
making any other changes.
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-section-lost-for-generic-service-class-tp5755870p5756379.html
Sent from the cxf-user mailing
rriding the resource method in the
subclass only to super.it() results in two copies of the method generated by
the java2wadl maven plugin as well as in the http://endpoint?_wadl response.
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-section-lost-for-g
/WADL-Grammar-section-lost-for-generic-service-class-tp5755870p5755874.html
Sent from the cxf-user mailing list archive at Nabble.com.
@GET
@Produces("application/json")
public List getAll(){
return super.getAll();
}
}
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-Grammar-section-lost-for-generic-service-class-tp5755870.html
Sent from the cxf-user mailing list archive at Nabble.com.
10 matches
Mail list logo