Hi,

CXF supports bean validation, however wadl2java doesn't support any bean validation annotations yet (see https://github.com/krasa/krasa-jaxb-tools for the implementation for complex parameters).

As it is not allowed to add @Valid to the method signatures of the implementation classes, the @Valid annotation needs to be added to the interface (which is generated using wadl2java).

Are there any plans to add @Valid-support to wadl2java (for methods + complex parameters)?

Best regards,
Johannes

Reply via email to