Re: How to specify byte[] type map in wadl2java?

2019-12-04 Thread Alexey Markevich
tMap value expected as 'NamingSpacePackageString' [1] 1. https://github.com/apache/cxf/blob/master/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml#L78 On 11/25/19, Colm O hEigeartaigh wrote: > I think the problem is in the CXF Option class - it looks like

Re: How to specify byte[] type map in wadl2java?

2019-11-25 Thread Colm O hEigeartaigh
I think the problem is in the CXF Option class - it looks like it only allows a Java class name and not an array. I'm not sure if the code is changed to allow an array if it will work or not. Can you create a JIRA and attach a test-case to reproduce the issue and I'll try to see if I can get it to

How to specify byte[] type map in wadl2java?

2019-11-20 Thread Vjacheslav V. Borisov
Hi! Trying to specify byte[] type map in wadl2java: -tMap { http://www.w3.org/2001/XMLSchema}base64Binary=byte[] But this not works: Failed to execute goal org.apache.cxf:cxf-wadl2java-plugin:3.3.3:wadl2java