Re: WADL Grammar section lost for generic service class.

2017-04-05 Thread aman
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

Re: WADL Grammar section lost for generic service class.

2015-04-27 Thread namdets
;> 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 > >>

Re: WADL Grammar section lost for generic service class.

2015-04-26 Thread Sergey Beryozkin
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

Re: WADL Grammar section lost for generic service class.

2015-04-26 Thread namdets
>> > >> 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

Re: WADL Grammar section lost for generic service class.

2015-04-24 Thread Sergey Beryozkin
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-

Re: WADL Grammar section lost for generic service class.

2015-04-22 Thread Sergey Beryozkin
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

Re: WADL Grammar section lost for generic service class.

2015-04-21 Thread namdets
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

Re: WADL Grammar section lost for generic service class.

2015-04-21 Thread Sergey Beryozkin
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

Re: WADL Grammar section lost for generic service class.

2015-04-09 Thread namdets
/WADL-Grammar-section-lost-for-generic-service-class-tp5755870p5755874.html Sent from the cxf-user mailing list archive at Nabble.com.

WADL Grammar section lost for generic service class.

2015-04-09 Thread namdets
@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.