From 59dbbf1d7f39e71d1d75519dc80d341eb2a7a941 Mon Sep 17 00:00:00 2001 From: hieplq Date: Wed, 31 Oct 2018 10:37:28 +0700 Subject: [PATCH] IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic) back to online mode/new service configuration file, get from spring osgi bundle --- .../org.idempiere.p2.targetplatform.target | 12 +++++----- .../META-INF/cxf/cxf-servlet.xml | 23 +++++++++++++++++++ .../META-INF/spring.handlers | 22 ++++++++++++++++++ 3 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml create mode 100644 org.idempiere.webservices/META-INF/spring.handlers diff --git a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target index 6cde96a11b..b7e6cd38bd 100644 --- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target +++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target @@ -46,7 +46,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -744,7 +744,7 @@ - + @@ -761,7 +761,7 @@ - + @@ -855,7 +855,7 @@ - + @@ -1077,4 +1077,4 @@ - \ No newline at end of file + diff --git a/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml b/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml new file mode 100644 index 0000000000..31cc1e4fd4 --- /dev/null +++ b/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/org.idempiere.webservices/META-INF/spring.handlers b/org.idempiere.webservices/META-INF/spring.handlers new file mode 100644 index 0000000000..1b110fa321 --- /dev/null +++ b/org.idempiere.webservices/META-INF/spring.handlers @@ -0,0 +1,22 @@ +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler +http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler \ No newline at end of file