Ok,
Thanks
Martin
-Original Message-
From: Akila Ravihansa Perera [mailto:raviha...@wso2.com]
Sent: Tuesday, September 09, 2014 6:32 PM
To: dev
Subject: Re: StratosAdmin.java / json schema validation
Hi Martin,
REST API schema validation was introduced with STRATOS-466. You can
Hi Martin,
REST API schema validation was introduced with STRATOS-466. You can
track the JIRA at [1]. I'm working on auto generating the schema from
bean classes. But for now you can temporarily disable this by
commenting out "schemaHandler" properties of beans defined in
cxf-servlet.xml file at [
I am testing some new json definitions to StratosAdmin (for grouping) but it
seems that any json input in the Rest APi (StratosAdmin.java) is validated
against schema.xsd (see exception below) , my question is if there is
1. A way to temporarily turn the validation off (for some testing pu