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 2013/09/18 10:26:41 UTC

svn commit: r1524335 - in /syncope/trunk/core/src/main/webapp/WEB-INF: web.xml weblogic.xml

Author: ilgrosso
Date: Wed Sep 18 08:26:40 2013
New Revision: 1524335

URL: http://svn.apache.org/r1524335
Log:
[SYNCOPE-414] Minor adjustments

Modified:
    syncope/trunk/core/src/main/webapp/WEB-INF/web.xml
    syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml

Modified: syncope/trunk/core/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/main/webapp/WEB-INF/web.xml?rev=1524335&r1=1524334&r2=1524335&view=diff
==============================================================================
--- syncope/trunk/core/src/main/webapp/WEB-INF/web.xml (original)
+++ syncope/trunk/core/src/main/webapp/WEB-INF/web.xml Wed Sep 18 08:26:40 2013
@@ -16,13 +16,12 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 -->
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
-                             http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-         version="2.5">
+                          http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
+         version="3.0">
 
   <display-name>Apache Syncope core</display-name>
 

Modified: syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml?rev=1524335&r1=1524334&r2=1524335&view=diff
==============================================================================
--- syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml (original)
+++ syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml Wed Sep 18 08:26:40 2013
@@ -26,9 +26,12 @@ under the License.
   
   <container-descriptor>    
     <prefer-application-packages>
+      <package-name>javax.ws.rs.*</package-name>
+      <package-name>org.apache.cxf.*</package-name>
       <package-name>org.apache.commons.*</package-name>
       <package-name>org.apache.openjpa.*</package-name>
       <package-name>org.slf4j.*</package-name>
+      <package-name>org.apache.logging.log4j.*</package-name>
       <package-name>com.fasterxml.jackson.*</package-name>
     </prefer-application-packages>
   </container-descriptor>