riftsaw SVN: r402 - in branches/ODE/ODE-2.0-maven: bpel-api and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: danieldominguez
Date: 2009-12-16 19:10:50 -0500 (Wed, 16 Dec 2009)
New Revision: 402
Added:
branches/ODE/ODE-2.0-maven/bpel-api/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Maven build for bpel-api
Copied: branches/ODE/ODE-2.0-maven/bpel-api/pom.xml (from rev 401, branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml)
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-api/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/bpel-api/pom.xml 2009-12-17 00:10:50 UTC (rev 402)
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<project>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-api</artifactId>
+ <name>ODE :: APIs</name>
+ <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-schemas</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${commons.logging.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml 2009-12-16 23:41:04 UTC (rev 401)
+++ branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml 2009-12-17 00:10:50 UTC (rev 402)
@@ -50,6 +50,11 @@
<configuration>
<schemaDirectory>src/main/xsd</schemaDirectory>
<sourceGenerationDirectory>target/generated/xmlbeans</sourceGenerationDirectory>
+ <xmlConfigs>
+ <xmlConfig implementation="java.io.File">src/main/xsd/dd.xsdconfig</xmlConfig>
+ <xmlConfig implementation="java.io.File">src/main/xsd/pmapi.xsdconfig</xmlConfig>
+ <xmlConfig implementation="java.io.File">src/main/xsd/schedules.xsdconfig</xmlConfig>
+ </xmlConfigs>
</configuration>
<executions>
<execution>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:41:04 UTC (rev 401)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-17 00:10:50 UTC (rev 402)
@@ -102,6 +102,7 @@
<module>jacob</module>
<module>bpel-schemas</module>
<module>bpel-scripts</module>
+ <module>bpel-api</module>
<module>jca-ra</module>
<module>jca-server</module>
</modules>
15 years, 1 month
riftsaw SVN: r401 - in branches/ODE/ODE-2.0-maven: bpel-scripts and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: danieldominguez
Date: 2009-12-16 18:41:04 -0500 (Wed, 16 Dec 2009)
New Revision: 401
Added:
branches/ODE/ODE-2.0-maven/bpel-scripts/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Maven build for bpel-scripts
Added: branches/ODE/ODE-2.0-maven/bpel-scripts/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-scripts/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/bpel-scripts/pom.xml 2009-12-16 23:41:04 UTC (rev 401)
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<project>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-scripts</artifactId>
+ <name>ODE :: BPEL Test Script Files</name>
+ <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:24 UTC (rev 400)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:41:04 UTC (rev 401)
@@ -101,6 +101,7 @@
<module>jacob-ap</module>
<module>jacob</module>
<module>bpel-schemas</module>
+ <module>bpel-scripts</module>
<module>jca-ra</module>
<module>jca-server</module>
</modules>
15 years, 1 month
riftsaw SVN: r400 - in branches/ODE/ODE-2.0-maven: jca-server and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: danieldominguez
Date: 2009-12-16 18:19:24 -0500 (Wed, 16 Dec 2009)
New Revision: 400
Added:
branches/ODE/ODE-2.0-maven/jca-server/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Maven build for jca-server
Added: branches/ODE/ODE-2.0-maven/jca-server/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/jca-server/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/jca-server/pom.xml 2009-12-16 23:19:24 UTC (rev 400)
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<project>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-jca-server</artifactId>
+ <name>ODE :: JCA Server</name>
+ <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-jca-ra</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${commons.logging.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:21 UTC (rev 399)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:24 UTC (rev 400)
@@ -102,6 +102,7 @@
<module>jacob</module>
<module>bpel-schemas</module>
<module>jca-ra</module>
+ <module>jca-server</module>
</modules>
<build>
15 years, 1 month
riftsaw SVN: r399 - in branches/ODE/ODE-2.0-maven: jca-ra and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: danieldominguez
Date: 2009-12-16 18:19:21 -0500 (Wed, 16 Dec 2009)
New Revision: 399
Added:
branches/ODE/ODE-2.0-maven/jca-ra/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Maven build for jca-ra
Added: branches/ODE/ODE-2.0-maven/jca-ra/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/jca-ra/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/jca-ra/pom.xml 2009-12-16 23:19:21 UTC (rev 399)
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<project>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-jca-ra</artifactId>
+ <name>ODE :: JCA Resource Archive</name>
+ <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+ <version>${geronimo.specs.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:18 UTC (rev 398)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:21 UTC (rev 399)
@@ -99,8 +99,9 @@
<modules>
<module>utils</module>
<module>jacob-ap</module>
- <module>jacob</module>
- <module>bpel-schemas</module>
+ <module>jacob</module>
+ <module>bpel-schemas</module>
+ <module>jca-ra</module>
</modules>
<build>
15 years, 1 month
riftsaw SVN: r398 - branches/ODE/ODE-2.0-maven.
by riftsaw-commits@lists.jboss.org
Author: danieldominguez
Date: 2009-12-16 18:19:18 -0500 (Wed, 16 Dec 2009)
New Revision: 398
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Exclude unavailable log4j 1.2.15 transitive dependencies
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 20:15:58 UTC (rev 397)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 23:19:18 UTC (rev 398)
@@ -669,6 +669,24 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
15 years, 1 month
riftsaw SVN: r396 - trunk/integration-tests.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2009-12-16 12:50:20 -0500 (Wed, 16 Dec 2009)
New Revision: 396
Modified:
trunk/integration-tests/build.xml
Log:
Reverted wait time back to 1min 30, as hudson seems slower to start up, so first test failing.
Modified: trunk/integration-tests/build.xml
===================================================================
--- trunk/integration-tests/build.xml 2009-12-16 15:03:27 UTC (rev 395)
+++ trunk/integration-tests/build.xml 2009-12-16 17:50:20 UTC (rev 396)
@@ -86,7 +86,7 @@
<echo>JNP port detected, just waiting for 1 min 30 secs to ensure server started</echo>
- <sleep minutes="1" seconds="0" />
+ <sleep minutes="1" seconds="30" />
<echo>Server has started</echo>
15 years, 1 month
riftsaw SVN: r395 - in branches/ODE/ODE-2.0-maven: bpel-schemas and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2009-12-16 10:03:27 -0500 (Wed, 16 Dec 2009)
New Revision: 395
Added:
branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
* add pom for bpel-schema module.
Added: branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml 2009-12-16 15:03:27 UTC (rev 395)
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-schemas</artifactId>
+ <name>ODE :: BPEL Schemas</name>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xmlbeans-maven-plugin</artifactId>
+ <configuration>
+ <schemaDirectory>src/main/xsd</schemaDirectory>
+ <sourceGenerationDirectory>target/generated/xmlbeans</sourceGenerationDirectory>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>xmlbeans</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 11:29:54 UTC (rev 394)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 15:03:27 UTC (rev 395)
@@ -100,6 +100,7 @@
<module>utils</module>
<module>jacob-ap</module>
<module>jacob</module>
+ <module>bpel-schemas</module>
</modules>
<build>
@@ -154,7 +155,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
- <version>2.0-patched</version>
+ <version>2.3.3</version>
</plugin>
<plugin>
<artifactId>maven-one-plugin</artifactId>
@@ -194,16 +195,16 @@
-->
<repositories>
<repository>
+ <id>central</id>
+ <name>Maven Repository Switchboard</name>
+ <url>http://repo1.maven.org/maven2</url>
+ </repository>
+ <repository>
<id>intalio</id>
<name>ODE Maven2 repository</name>
<url>http://pxe.intalio.org/public/maven2</url>
</repository>
<repository>
- <id>central</id>
- <name>Maven Repository Switchboard</name>
- <url>http://repo1.maven.org/maven2</url>
- </repository>
- <repository>
<id>ibiblio</id>
<name>ibiblio</name>
<url>http://www.ibiblio.org/maven2</url>
@@ -212,16 +213,16 @@
<pluginRepositories>
<pluginRepository>
+ <id>central</id>
+ <name>Maven Repository Switchboard</name>
+ <url>http://repo1.maven.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
<id>intalio</id>
<name>Intalio Maven2 repository</name>
<url>http://pxe.intalio.org/public/maven2</url>
</pluginRepository>
<pluginRepository>
- <id>central</id>
- <name>Maven Repository Switchboard</name>
- <url>http://repo1.maven.org/maven2</url>
- </pluginRepository>
- <pluginRepository>
<id>ibiblio</id>
<name>ibiblio</name>
<url>http://www.ibiblio.org/maven2</url>
@@ -733,6 +734,11 @@
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <version>${xmlbeans.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>${xmlbeans.version}</version>
<exclusions>
@@ -741,7 +747,6 @@
<groupId>xmlbeans</groupId>
</exclusion>
</exclusions>
-
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
@@ -753,8 +758,8 @@
<groupId>xmlbeans</groupId>
</exclusion>
</exclusions>
+ </dependency>
- </dependency>
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xmlpublic</artifactId>
15 years, 1 month