Author: mriou
Date: Tue Jul 25 16:59:51 2006
New Revision: 425560
URL: http://svn.apache.org/viewvc?rev=425560&view=rev
Log:
Checking in the Axis2 WAR creation module (implemented by Assaf Arkin). Just
made sure that dependencies are properly resolved and that the war works well
under Tomcat.
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/
incubator/ode/scratch/pxe-iapi/axis2-war/build.xml
incubator/ode/scratch/pxe-iapi/axis2-war/lib/
incubator/ode/scratch/pxe-iapi/axis2-war/lib/maven-artifact-ant-2.0.4-dep.jar
(with props)
incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml (with props)
incubator/ode/scratch/pxe-iapi/axis2-war/src/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/MANIFEST.MF
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/commons-logging.properties
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/log4j.properties
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/processes/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/services/
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/services/version.aar
(with props)
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/web.xml
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/Responder.wsdl
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/deploy.xml
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/deploy.xml
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/MagicSession/deploy.xml
incubator/ode/scratch/pxe-iapi/dao-hibernate-db-derby/pom.xml
incubator/ode/scratch/pxe-iapi/jbi-install/pom.xml
incubator/ode/scratch/pxe-iapi/pom.xml
incubator/ode/scratch/pxe-iapi/standalone-distro/pom.xml
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/Responder.wsdl
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/Responder.wsdl?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/Responder.wsdl
(original)
+++
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/Responder.wsdl
Tue Jul 25 16:59:51 2006
@@ -26,12 +26,14 @@
</wsdl:message>
<wsdl:message name="EndpointMessage">
- <wsdl:part name="payload" element="xsd:string"/>
+ <wsdl:part name="payload" type="xsd:string"/>
</wsdl:message>
+<!--
<wsdl:message name="WSAEndpointMessage">
<wsdl:part name="payload" element="wsa:EndpointReference"/>
</wsdl:message>
+-->
<wsdl:message name="AcknowledgementMessage">
<wsdl:part name="payload" element="tns:acknowledgement"/>
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/deploy.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/deploy.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/deploy.xml
(original)
+++
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/DynPartner/deploy.xml
Tue Jul 25 16:59:51 2006
@@ -4,7 +4,6 @@
xmlns:resp="http://pxe/bpel/responder"
xmlns:rws="http://pxe/bpel/responder.wsdl">
-
<process name="main:DynPartnerMain">
<provide partnerLink="initiatorPartnerLink">
<service name="mws:DynMainService" port="DynMainPort"/>
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
(original)
+++
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
Tue Jul 25 16:59:51 2006
@@ -28,9 +28,7 @@
portType="test:HelloPortType"
operation="hello"
variable="myVar"
- createInstance="yes">
- <documentation xml:lang="English">Output</documentation>
- </receive>
+ createInstance="yes"/>
<assign name="assign1">
<copy>
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/deploy.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/deploy.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/deploy.xml
(original)
+++
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/HelloWorld2/deploy.xml
Tue Jul 25 16:59:51 2006
@@ -1,5 +1,9 @@
-<deploy xmlns:pns="http://pxe/bpel/unit-test"
xmlns:wns="http://pxe/bpel/unit-test.wsdl">
+<deploy xmlns="http://pxe.fivesight.com/schemas/2006/06/27/dd"
+ xmlns:pns="http://pxe/bpel/unit-test"
+ xmlns:wns="http://pxe/bpel/unit-test.wsdl">
+
<process name="pns:HelloWorld2">
+ <active>true</active>
<provide partnerLink="helloPartnerLink">
<service name="wns:HelloService" port="HelloPort"/>
</provide>
Modified:
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/MagicSession/deploy.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/MagicSession/deploy.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/MagicSession/deploy.xml
(original)
+++
incubator/ode/scratch/pxe-iapi/axis2-examples/src/examples/MagicSession/deploy.xml
Tue Jul 25 16:59:51 2006
@@ -3,7 +3,6 @@
xmlns:mws="http://pxe/bpel/unit-test.wsdl"
xmlns:resp="http://pxe/bpel/responder">
-
<process name="main:MagicSessionMain">
<provide partnerLink="executePartnerLink">
<service name="mws:MSMainExecuteService"
port="MSExecutePort"/>
Added: incubator/ode/scratch/pxe-iapi/axis2-war/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/build.xml?rev=425560&view=auto
==============================================================================
--- incubator/ode/scratch/pxe-iapi/axis2-war/build.xml (added)
+++ incubator/ode/scratch/pxe-iapi/axis2-war/build.xml Tue Jul 25 16:59:51 2006
@@ -0,0 +1,42 @@
+<project name="dao-hibernate-db-derby" default="db"
xmlns:artifact="urn:maven-artifact-ant">
+
+ <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="urn:maven-artifact-ant">
+ <classpath>
+ <pathelement location="lib/maven-artifact-ant-2.0.4-dep.jar" />
+ </classpath>
+ </typedef>
+
+ <target name="default">
+ <artifact:pom id="maven.project" file="pom.xml" />
+
+ <!-- Grab Addressing MAR and add it to /modules -->
+ <!-- Not used right now.
+ I'm keeping it here so we can overwrite with newer versions
+ or add new modules.
+ <artifact:dependencies filesetId="dependency.mars">
+ <dependency groupId="axis2" artifactId="addressing"
+ version="1.0" type="mar"/>
+ </artifact:dependencies>
+ <copy todir="${maven.project.build.directory}/resources/WEB-INF/modules"
flatten="true">
+ <fileSet refid="dependency.mars"/>
+ </copy>
+ -->
+
+ <!-- Grab Derby DB Tar and expand it into WEB-INF/data.
+ There's no way to get it as a single dependency,
+ so grab all the dependencies into the scratch directory
+ and process the one we need. -->
+ <artifact:dependencies filesetId="dependency.derby" useScope="runtime">
+ <dependency groupId="pxe" artifactId="pxe-dao-hibernate-db-derby"
+ version="${maven.project.version}" type="tar"/>
+ </artifact:dependencies>
+ <copy todir="${maven.project.build.directory}/scratch" flatten="true">
+ <fileSet refid="dependency.derby"/>
+ </copy>
+ <untar
src="${maven.project.build.directory}/scratch/pxe-dao-hibernate-db-derby-${maven.project.version}.tar"
+ dest="${maven.project.build.directory}/resources/WEB-INF"/>
+
+ </target>
+
+</project>
+
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/lib/maven-artifact-ant-2.0.4-dep.jar
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/lib/maven-artifact-ant-2.0.4-dep.jar?rev=425560&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/ode/scratch/pxe-iapi/axis2-war/lib/maven-artifact-ant-2.0.4-dep.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml?rev=425560&view=auto
==============================================================================
--- incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml (added)
+++ incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml Tue Jul 25 16:59:51 2006
@@ -0,0 +1,339 @@
+<?xml version="1.0"?>
+<project>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-axis2-war</artifactId>
+ <name>PXE :: Axis2 WAR</name>
+ <packaging>war</packaging>
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>pxe</groupId>
+ <artifactId>pxe</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+ <version>2.0-SNAPSHOT</version>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals><goal>war</goal></goals>
+ <configuration>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ <webResources>
+ <resource>
+ <directory>${basedir}/target/resources</directory>
+ <targetPath>WEB-INF</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>3</id>
+ <phase>process-resources</phase>
+ <goals><goal>run</goal></goals>
+ <configuration>
+ <tasks>
+ <ant antfile="build.xml" target="default" inheritRefs="true"/>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- Axis2 JARs -->
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2</artifactId>
+ <version>${axis2Version}</version>
+ <type>war</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-adb</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>addressing</artifactId>
+ <version>${axis2Version}</version>
+ <type>mar</type>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-codegen</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-common</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-core</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-java2wsdl</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-jibx</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-kernel</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-saaj</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-security</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-soapmonitor</artifactId>
+ <version>${axis2Version}</version>
+ <type>mar</type>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-xmlbeans</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ws-commons</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ws-commons</groupId>
+ <artifactId>axiom-dom</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ws-commons</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>${axis2Version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ws-commons</groupId>
+ <artifactId>neethi</artifactId>
+ <version>1.0.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ <version>1.0.2</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- PXE JARs -->
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-axis2</artifactId>
+ <!-- Move to master POM -->
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-api</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-bom</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-compiler</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-dd</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-el-xpath10</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-el-xpath20</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-obj</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-parser</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-ql</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-runtime</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-scheduler-quartz</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-bpel-schemas</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-dao-hibernate</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-jacob</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-minerva</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-sfwk-core</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-utils</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- Other dependencies (brought by Axis2) -->
+ <dependency>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ <version>0.1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>2.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-activation</artifactId>
+ <version>1.0.2-rc4</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-javamail</artifactId>
+ <version>1.3.1-rc5</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jms</artifactId>
+ <version>1.1-rc4</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>jibx</groupId>
+ <artifactId>jibx-run</artifactId>
+ <version>1.1-beta3</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>2.9.3</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- PXE Database -->
+ <dependency>
+ <scope>compile</scope>
+ <groupId>pxe</groupId>
+ <artifactId>pxe-dao-hibernate-db-derby</artifactId>
+ <type>tar</type>
+ </dependency>
+ </dependencies>
+</project>
Propchange: incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml
------------------------------------------------------------------------------
svn:executable = *
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/MANIFEST.MF?rev=425560&view=auto
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/MANIFEST.MF
(added)
+++
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/META-INF/MANIFEST.MF
Tue Jul 25 16:59:51 2006
@@ -0,0 +1,4 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.5.3
+Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)
+
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/commons-logging.properties
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/commons-logging.properties?rev=425560&view=auto
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/commons-logging.properties
(added)
+++
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/commons-logging.properties
Tue Jul 25 16:59:51 2006
@@ -0,0 +1,11 @@
+# This is the logging properties that goes to the war, there are two logging
conf kept at the
+# svn, one for developement (one at src/test-resources) and other for
producation
+
+# Uncomment the next line to disable all logging.
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
+
+# Uncomment the next line to enable the simple log based logging
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+
+# Uncomment the next line to enable log4j based logging
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/log4j.properties
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/log4j.properties?rev=425560&view=auto
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/log4j.properties
(added)
+++
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/classes/log4j.properties
Tue Jul 25 16:59:51 2006
@@ -0,0 +1,23 @@
+# Set root category priority to INFO and its only appender to CONSOLE.
+log4j.rootCategory=D, CONSOLE
+#log4j.rootCategory=INFO, CONSOLE, LOGFILE
+
+# Set the enterprise logger category to FATAL and its only appender to CONSOLE.
+log4j.logger.org.apache.axis2.enterprise=FATAL, CONSOLE
+log4j.logger.de.hunsicker.jalopy.io=FATAL, CONSOLE
+
+# CONSOLE is set to be a ConsoleAppender using a PatternLayout.
+log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
+log4j.appender.CONSOLE.Threshold=INFO
+log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
+log4j.appender.CONSOLE.layout.ConversionPattern=- %m%n
+
+# LOGFILE is set to be a File appender using a PatternLayout.
+log4j.appender.LOGFILE=org.apache.log4j.FileAppender
+log4j.appender.LOGFILE.File=axis2.log
+log4j.appender.LOGFILE.Append=true
+log4j.appender.LOGFILE.Threshold=INFO
+log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout
+log4j.appender.LOGFILE.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
+
+log4j.category.org.apache.axis2=DEBUG
\ No newline at end of file
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml?rev=425560&view=auto
==============================================================================
---
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
(added)
+++
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
Tue Jul 25 16:59:51 2006
@@ -0,0 +1,210 @@
+<axisconfig name="AxisJava2.0">
+ <!-- ================================================= -->
+ <!-- Parameters -->
+ <!-- ================================================= -->
+ <parameter name="hotdeployment" locked="false">true</parameter>
+ <parameter name="hotupdate" locked="false">false</parameter>
+ <parameter name="enableMTOM" locked="false">false</parameter>
+
+ <!--During a fault, stacktrace can be sent with the fault message. The
following flag will control -->
+ <!--that behaviour.-->
+ <parameter name="sendStacktraceDetailsWithFaults"
locked="false">true</parameter>
+
+ <!--If there aren't any information available to find out the fault
reason, we set the message of the expcetion-->
+ <!--as the faultreason/Reason. But when a fault is thrown from a service
or some where, it will be -->
+ <!--wrapped by different levels. Due to this the initial exception message
can be lost. If this flag-->
+ <!--is set then, Axis2 tries to get the first exception and set its
message as the faultreason/Reason.-->
+ <parameter name="DrillDownToRootCauseForFaultReason"
locked="false">false</parameter>
+
+ <parameter name="userName" locked="false">admin</parameter>
+ <parameter name="password" locked="false">axis2</parameter>
+
+ <!-- If you have a frontend host which exposes this webservice using a
different public URL -->
+ <!-- use this parameter to override autodetected url -->
+ <!--<parameter name="httpFrontendHostUrl"
locked="false">https://someotherhost/context</parameter>-->
+
+
+ <!-- The way of adding listener to the system-->
+ <!-- <listener class="org.apache.axis2.ObserverIMPL">-->
+ <!-- <parameter name="RSS_URL"
locked="false">http://127.0.0.1/rss</parameter>-->
+ <!-- </listener>-->
+
+ <!-- ================================================= -->
+ <!-- Message Receivers -->
+ <!-- ================================================= -->
+ <!--This is the Deafult Message Receiver for the system , if you want to
have MessageReceivers for -->
+ <!--all the other MEP implement it and add the correct entry to here , so
that you can refer from-->
+ <!--any operation -->
+ <!--Note : You can ovride this for particular service by adding the same
element with your requirement-->
+ <messageReceivers>
+ <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
+
class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>
+ <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out"
+
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
+ </messageReceivers>
+ <!-- ================================================= -->
+ <!-- Transport Ins -->
+ <!-- ================================================= -->
+ <transportReceiver name="http"
+
class="org.apache.axis2.transport.http.SimpleHTTPServer">
+ <parameter name="port" locked="false">6060</parameter>
+ <!--If you want to give your own host address for EPR generation-->
+ <!--uncommet following paramter , and set as you required.-->
+ <!--<parameter name="hostname"
locked="false">http://myApp.com/ws</parameter>-->
+ </transportReceiver>
+
+ <!--Uncomment if you want to have SMTP transport support-->
+ <!--<transportReceiver name="mail"
class="org.apache.axis2.transport.mail.SimpleMailListener">-->
+ <!--<parameter name="transport.mail.pop3.host"
locked="false">127.0.0.1</parameter>-->
+ <!--<parameter name="transport.mail.pop3.user"
locked="false">axis2</parameter>-->
+ <!--<parameter name="transport.mail.pop3.password"
locked="false">axis2</parameter>-->
+ <!--<parameter name="transport.mail.pop3.port"
locked="false">110</parameter>-->
+ <!--<parameter name="transport.mail.replyToAddress" locked="false">[EMAIL
PROTECTED]</parameter>-->
+ <!--</transportReceiver>-->
+
+ <transportReceiver name="tcp"
+ class="org.apache.axis2.transport.tcp.TCPServer">
+ <parameter name="port" locked="false">6060</parameter>
+ <!--If you want to give your own host address for EPR generation-->
+ <!--uncommet following paramter , and set as you required.-->
+ <!--<parameter name="hostname"
locked="false">tcp://myApp.com/ws</parameter>-->
+ </transportReceiver>
+
+ <!--Uncomment this if you want JMS transport support-->
+ <!--<transportReceiver name="jms"
class="org.apache.axis2.transport.jms.SimpleJMSListener">-->
+ <!--<parameter name="transport.jms.Destination"
locked="false">dynamicQueues/FOO</parameter>-->
+ <!--<parameter name="java.naming.factory.initial" locked="false">-->
+ <!--org.activemq.jndi.ActiveMQInitialContextFactory</parameter>-->
+ <!--<parameter name="java.naming.provider.url"
locked="false">tcp://localhost:61616</parameter>-->
+ <!--</transportReceiver>-->
+
+ <!-- ================================================= -->
+ <!-- Transport Outs -->
+ <!-- ================================================= -->
+
+ <transportSender name="tcp"
+
class="org.apache.axis2.transport.tcp.TCPTransportSender"/>
+ <transportSender name="local"
+
class="org.apache.axis2.transport.local.LocalTransportSender"/>
+ <transportSender name="jms"
+ class="org.apache.axis2.transport.jms.JMSSender"/>
+ <transportSender name="http"
+
class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
+ <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
+ <parameter name="Transfer-Encoding" locked="false">chunked</parameter>
+ </transportSender>
+ <transportSender name="https"
+
class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
+ <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
+ <parameter name="Transfer-Encoding" locked="false">chunked</parameter>
+ </transportSender>
+
+ <!-- Uncomment this one with the appropriate papameters to enable the SMTP
transport Receiver
+ <transportSender name="mailto"
class="org.apache.axis2.transport.mail.MailTransportSender">
+ <parameter name="transport.mail.smtp.host"
locked="false">127.0.0.1</parameter>
+ <parameter name="transport.mail.smtp.user"
locked="false">axis2</parameter>
+ <parameter name="transport.mail.smtp.password"
locked="false">axis2</parameter>
+ <parameter name="transport.mail.smtp.port" locked="false">25</parameter>
+ </transportSender>
+ -->
+
+ <!-- ================================================= -->
+ <!-- Global Modules -->
+ <!-- ================================================= -->
+ <!-- Comment this to disable Addressing -->
+ <!-- <module ref="addressing"/> -->
+
+ <!--Configuring module , providing parameters for modules whether they
refer or not-->
+ <!--<moduleConfig name="addressing">-->
+ <!--<parameter name="addressingPara" locked="false">N/A</parameter>-->
+ <!--</moduleConfig>-->
+
+ <!-- ================================================= -->
+ <!-- Phases -->
+ <!-- ================================================= -->
+ <phaseOrder type="inflow">
+ <!-- System pre defined phases -->
+ <phase name="Transport">
+ <handler name="RequestURIBasedDispatcher"
+ class="org.apache.axis2.engine.RequestURIBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+ <handler name="SOAPActionBasedDispatcher"
+ class="org.apache.axis2.engine.SOAPActionBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+ </phase>
+ <phase name="Security"/>
+ <phase name="PreDispatch"/>
+ <phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase">
+ <handler name="PXEAxisDispatcher"
+ class="com.fs.pxe.axis.hooks.PXEAxisDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+ <handler name="InstanceDispatcher"
+ class="org.apache.axis2.engine.InstanceDispatcher">
+ <order phase="PostDispatch"/>
+ </handler>
+ </phase>
+ <!-- System pre defined phases -->
+ <!-- After Postdispatch phase module author or or service author can
add any phase he want -->
+ <phase name="ProcessHeader">
+ <handler name="SessionInHandler"
+ class="com.fs.pxe.axis2.hooks.SessionInHandler">
+ <order phase="PostDispatch"/>
+ </handler>
+ </phase>
+ <phase name="OperationInPhase"/>
+ </phaseOrder>
+ <phaseOrder type="outflow">
+ <!-- user can add his own phases to this area -->
+ <phase name="ProcessHeader">
+ <handler name="SessionOutHandler"
+ class="com.fs.pxe.axis2.hooks.SessionOutHandler">
+ <order phase="PreDispatch"/>
+ </handler>
+ </phase>
+ <phase name="OperationOutPhase"/>
+ <!--system predefined phase-->
+ <!--these phase will run irrespective of the service-->
+ <phase name="PolicyDetermination"/>
+ <phase name="MessageOut"/>
+ </phaseOrder>
+ <phaseOrder type="INfaultflow">
+ <phase name="PreDispatch"/>
+ <phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase">
+ <handler name="RequestURIBasedDispatcher"
+ class="org.apache.axis2.engine.RequestURIBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+
+ <handler name="SOAPActionBasedDispatcher"
+ class="org.apache.axis2.engine.SOAPActionBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+
+ <handler name="AddressingBasedDispatcher"
+ class="org.apache.axis2.engine.AddressingBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+
+ <handler name="SOAPMessageBodyBasedDispatcher"
+
class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher">
+ <order phase="Dispatch"/>
+ </handler>
+ <handler name="InstanceDispatcher"
+ class="org.apache.axis2.engine.InstanceDispatcher">
+ <order phase="PostDispatch"/>
+ </handler>
+ </phase>
+ <!-- user can add his own phases to this area -->
+ <phase name="OperationInFaultPhase"/>
+ </phaseOrder>
+ <phaseOrder type="Outfaultflow">
+ <!-- user can add his own phases to this area -->
+ <phase name="OperationOutFaultPhase"/>
+ <phase name="PolicyDetermination"/>
+ <phase name="MessageOut"/>
+ </phaseOrder>
+</axisconfig>
+
Added:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/services/version.aar
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/services/version.aar?rev=425560&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/services/version.aar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/web.xml?rev=425560&view=auto
==============================================================================
--- incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/web.xml
(added)
+++ incubator/ode/scratch/pxe-iapi/axis2-war/src/main/webapp/WEB-INF/web.xml
Tue Jul 25 16:59:51 2006
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<web-app>
+ <display-name>Apache-Axis2</display-name>
+ <servlet>
+ <servlet-name>AxisServlet</servlet-name>
+ <display-name>Apache-Axis Servlet</display-name>
+ <servlet-class>
+ com.fs.pxe.axis2.hooks.PXEAxisServlet</servlet-class>
+ <!--<init-param>-->
+ <!--<param-name>axis2.xml.path</param-name>-->
+ <!--<param-value>/WEB-INF/conf/axis2.xml</param-value>-->
+ <!--<param-name>axis2.xml.url</param-name>-->
+ <!--<param-value>http://localhot/myrepo/axis2.xml</param-value>-->
+ <!--<param-name>axis2.repository.path</param-name>-->
+ <!--<param-value>/WEB-INF</param-value>-->
+ <!--<param-name>axis2.repository.url</param-name>-->
+ <!--<param-value>http://localhot/myrepo</param-value>-->
+ <!--</init-param>-->
+ <load-on-startup>1</load-on-startup>
+ </servlet>
+ <servlet>
+ <servlet-name>AxisRESTServlet</servlet-name>
+ <display-name>Apache-Axis Servlet (REST)</display-name>
+ <servlet-class>
+ org.apache.axis2.transport.http.AxisRESTServlet</servlet-class>
+ </servlet>
+ <servlet>
+ <servlet-name>AxisAdminServlet</servlet-name>
+ <display-name>Apache-Axis AxisAdmin Servlet (REST)</display-name>
+ <servlet-class>
+ org.apache.axis2.transport.http.AxisAdminServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>AxisRESTServlet</servlet-name>
+ <url-pattern>/rest/*</url-pattern>
+ </servlet-mapping>
+
+
+ <servlet-mapping>
+ <servlet-name>AxisServlet</servlet-name>
+ <url-pattern>/servlet/AxisServlet</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>AxisServlet</servlet-name>
+ <url-pattern>*.jws</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>AxisServlet</servlet-name>
+ <url-pattern>/services/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>AxisServlet</servlet-name>
+ <url-pattern>/processes/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>AxisAdminServlet</servlet-name>
+ <url-pattern>/axis2-admin/*</url-pattern>
+ </servlet-mapping>
+
+ <welcome-file-list>
+ <welcome-file>/axis2-web/index.jsp</welcome-file>
+ </welcome-file-list>
+
+ <error-page>
+ <error-code>404</error-code>
+ <location>/axis2-web/Error/error404.jsp</location>
+ </error-page>
+
+ <error-page>
+ <error-code>500</error-code>
+ <location>/axis2-web/Error/error500.jsp</location>
+ </error-page>
+
+
+</web-app>
Modified: incubator/ode/scratch/pxe-iapi/dao-hibernate-db-derby/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/dao-hibernate-db-derby/pom.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/dao-hibernate-db-derby/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/dao-hibernate-db-derby/pom.xml Tue Jul 25
16:59:51 2006
@@ -90,7 +90,6 @@
<artifact>
<file>target/tarball.tar</file>
<type>tar</type>
- <classifier>schema</classifier>
</artifact>
</artifacts>
</configuration>
Modified: incubator/ode/scratch/pxe-iapi/jbi-install/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/jbi-install/pom.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/jbi-install/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/jbi-install/pom.xml Tue Jul 25 16:59:51 2006
@@ -21,7 +21,6 @@
<groupId>pxe</groupId>
<artifactId>pxe-dao-hibernate-db-derby</artifactId>
<type>tar</type>
- <classifier>schema</classifier>
</dependency>
<dependency>
<groupId>pxe</groupId>
Modified: incubator/ode/scratch/pxe-iapi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/pom.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/pom.xml Tue Jul 25 16:59:51 2006
@@ -68,7 +68,7 @@
<hibernateVersion>3.1.2</hibernateVersion>
<hsqldbVersion>1.8.0.1</hsqldbVersion>
<geronimoSpecsVersion>1.0</geronimoSpecsVersion>
- <jaxenVersion>1.1-beta-2</jaxenVersion>
+ <jaxenVersion>1.1-beta-8</jaxenVersion>
<jettyVersion>5.1.9</jettyVersion>
<jasperVersion>4.2.20RC0</jasperVersion>
<jotmVersion>2.0.10</jotmVersion>
@@ -103,9 +103,12 @@
<module>examples</module>
<module>tools-bin</module>
- <module>bootstrap</module>
- <module>utils</module>
- <module>minerva</module>
+ <module>axis2</module>
+ <module>axis2-war</module>
+
+ <module>bootstrap</module>
+ <module>utils</module>
+ <module>minerva</module>
<module>sfwk-core</module>
<module>sfwk-impl</module>
@@ -256,6 +259,18 @@
<url>http://cvs.apache.org/repository</url>
<layout>legacy</layout>
</repository>
+ <repository>
+ <id>ode</id>
+ <name>Apache Ode Repository</name>
+ <url>http://incubator.apache.org/ode/m2</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>jibx</id>
+ <name>Jibx Repository</name>
+ <url>http://jibx.sourceforge.net/maven/ </url>
+ <layout>legacy</layout>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -377,7 +392,6 @@
<artifactId>pxe-dao-hibernate-db-derby</artifactId>
<version>${project.version}</version>
<type>tar</type>
- <classifier>schema</classifier>
</dependency>
<dependency>
<groupId>pxe</groupId>
Modified: incubator/ode/scratch/pxe-iapi/standalone-distro/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/standalone-distro/pom.xml?rev=425560&r1=425559&r2=425560&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/standalone-distro/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/standalone-distro/pom.xml Tue Jul 25
16:59:51 2006
@@ -109,7 +109,6 @@
<groupId>pxe</groupId>
<artifactId>pxe-dao-hibernate-db-derby</artifactId>
<type>tar</type>
- <classifier>schema</classifier>
<scope>compile</scope>
</dependency>