You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/08/27 17:52:51 UTC

[3/3] syncope git commit: Embed last CXF improvements about WADL

Embed last CXF improvements about WADL


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/02d48880
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/02d48880
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/02d48880

Branch: refs/heads/master
Commit: 02d4888011b26dfb470136ad621dcfc4bb406e33
Parents: 0272b1e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Aug 27 17:50:05 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Aug 27 17:50:05 2015 +0200

----------------------------------------------------------------------
 common/rest-api/pom.xml                             | 2 --
 core/rest-cxf/src/main/resources/restCXFContext.xml | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/02d48880/common/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml
index 7a01834..bbad479 100644
--- a/common/rest-api/pom.xml
+++ b/common/rest-api/pom.xml
@@ -80,10 +80,8 @@ under the License.
               <namespacePrefix>syncope</namespacePrefix>
               <linkAnyMediaTypeToXmlSchema>true</linkAnyMediaTypeToXmlSchema>
               <useJaxbContextForQnames>true</useJaxbContextForQnames>
-              <ignoreMessageWriters>true</ignoreMessageWriters>
               <addResourceAndMethodIds>true</addResourceAndMethodIds>
               <usePathParamsToCompareOperations>false</usePathParamsToCompareOperations>
-              <singleResourceMultipleMethods>true</singleResourceMultipleMethods>
               <classResourceNames />
               <basePackages>org.apache.syncope.common.rest.api.service</basePackages>
               <docProvider>org.apache.cxf.maven_plugin.javatowadl.ResourceMapJavaDocProvider</docProvider>

http://git-wip-us.apache.org/repos/asf/syncope/blob/02d48880/core/rest-cxf/src/main/resources/restCXFContext.xml
----------------------------------------------------------------------
diff --git a/core/rest-cxf/src/main/resources/restCXFContext.xml b/core/rest-cxf/src/main/resources/restCXFContext.xml
index b8f8948..5155724 100644
--- a/core/rest-cxf/src/main/resources/restCXFContext.xml
+++ b/core/rest-cxf/src/main/resources/restCXFContext.xml
@@ -53,7 +53,7 @@ under the License.
       <map>
         <entry>
           <key>
-            <value>org.apache.syncope.common.lib.to.AbstractPolicyTO</value>
+            <value>org.apache.syncope.common.lib.policy.AbstractPolicyTO</value>
           </key>
           <value>policies</value>
         </entry>
@@ -87,6 +87,7 @@ under the License.
                 docLocation="classpath:/META-INF/resources/doc/syncope.wadl">
     <jaxrs:properties> 
       <entry key="search.lax.property.match" value="true"/> 
+      <entry key="convert.wadl.resources.to.dom" value="false"/>
     </jaxrs:properties> 
     <jaxrs:inInterceptors>
       <ref bean="validationInInterceptor"/>