You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2013/03/11 19:31:00 UTC

svn commit: r1455276 - /juddi/trunk/juddiv3-war/README.txt

Author: kstam
Date: Mon Mar 11 18:31:00 2013
New Revision: 1455276

URL: http://svn.apache.org/r1455276
Log:
JUDDI-563 adding Readme

Added:
    juddi/trunk/juddiv3-war/README.txt

Added: juddi/trunk/juddiv3-war/README.txt
URL: http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/README.txt?rev=1455276&view=auto
==============================================================================
--- juddi/trunk/juddiv3-war/README.txt (added)
+++ juddi/trunk/juddiv3-war/README.txt Mon Mar 11 18:31:00 2013
@@ -0,0 +1,52 @@
+To support our users with different platform configurations we have the following profiles:
+
+
+1. Target platform Tomcat using OpenJPA and CXF.
+
+Both OpenJPA and CXF are packaged up in the juddiv3.war.
+
+mvn clean package -P openjpa
+
+
+2. Target platform Tomcat using Hibernate and CXF
+
+Both Hibernate and CXF are packaged up in the juddiv3.war.
+
+mvn clean package -P hibernate
+
+
+3. Target platform JBoss-6.x using Hibernate and JBossWS-native
+
+The juddiv3.war relies on Hibernate and JBossWS-native in the appserver.
+
+mvn clean package -P hibernate-jbossws-native
+
+
+4. Target platform JBoss-6.x using Hibernate and JBossWS-cxf
+
+The juddiv3.war relies on Hibernate and JBossWS-cxf in the appserver.
+
+mvn clean package -P hibernate-jbossws-cxf
+
+
+JBoss-5.x KNOWN ISSUE
+Note that configuration 3 and 4 will also run on JBoss-5.x, but you may run into the following:
+ERROR [org.jboss.ws.metadata.wsdl.xmlschema.JBossXSErrorHandler] (main) 
+[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve: 
+Cannot resolve the name 'ns1:Signature' to a 'element declaration' component.
+
+for which there is the following workaround:
+
+    1. unzip the deployers/jbossws.deployer/jbossws-native-core.jar
+    and add the xmldsig-core-schema.xsd in the schema directory,
+    
+    10293 Fri May 27 14:40:40 EDT 2011 schema/xmldsig-core-schema.xsd
+    
+    2. and edit the
+    
+    META-INF/jbossws-entities.properties
+    
+    by adding a line at the bottom saying:
+    
+    http\://www.w3.org/2000/09/xmldsig#=schema/xmldsig-core-schema.xsd
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org