Author: jbonofre
Date: Tue May 3 13:48:12 2011
New Revision: 1099053
URL: http://svn.apache.org/viewvc?rev=1099053&view=rev
Log:
[SM-2076] Avoid usage of jbi:projectDeploy in the samples.
Modified:
servicemix/smx3/trunk/samples/bridge-camel/README.txt
servicemix/smx3/trunk/samples/bridge-camel/pom.xml
servicemix/smx3/trunk/samples/bridge/README.txt
servicemix/smx3/trunk/samples/bridge/pom.xml
servicemix/smx3/trunk/samples/camel/README.txt
servicemix/smx3/trunk/samples/camel/pom.xml
servicemix/smx3/trunk/samples/cxf-wsdl-first/README.txt
servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
servicemix/smx3/trunk/samples/loan-broker/README.txt
servicemix/smx3/trunk/samples/loan-broker/pom.xml
servicemix/smx3/trunk/samples/wsdl-first/README.txt
servicemix/smx3/trunk/samples/wsdl-first/pom.xml
Modified: servicemix/smx3/trunk/samples/bridge-camel/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/README.txt (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/README.txt Tue May 3 13:48:12
2011
@@ -25,13 +25,22 @@ First start a ServiceMix server (if not
bin/servicemix
in the root dir of this ditribution.
-To start this sample, run:
- mvn install jbi:projectDeploy -Dmaven.test.skip=true
+To compile this sample, run:
+ mvn install
+
+It provides the Bridge Camel Service Assembly:
+ bridge-camel-sa/target/bridge-camel-sa-*.zip
+
+To install and start this sample simply copy the
bridge-camel-sa/target/bridge-camel-sa-*.zip
+into ServiceMix hotdeploy folder.
You can then launch the client.html in your favorite browser
and send an HTTP request which will be transformed in a JMS
message.
+To stop and uninstall this sample, remove the bridge-camel-sa-*.zip from the
ServiceMix
+hotdeploy folder.
+
For more information on running this example please see:
http://servicemix.apache.org/bridge.html
Modified: servicemix/smx3/trunk/samples/bridge-camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/pom.xml Tue May 3 13:48:12 2011
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
+ <!--
- 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.
--->
+ 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.
+ -->
<modelVersion>4.0.0</modelVersion>
@@ -31,38 +32,45 @@
<artifactId>bridge-camel</artifactId>
<name>ServiceMix :: Samples :: Bridge :: Camel</name>
<packaging>pom</packaging>
-
+
<modules>
- <module>bridge-camel-su</module>
- <module>bridge-camel-sa</module>
+ <module>bridge-camel-su</module>
+ <module>bridge-camel-sa</module>
</modules>
<!-- Add ServiceMix repositories for snaphots -->
<pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
</pluginRepositories>
<repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>
Modified: servicemix/smx3/trunk/samples/bridge/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/README.txt (original)
+++ servicemix/smx3/trunk/samples/bridge/README.txt Tue May 3 13:48:12 2011
@@ -25,13 +25,22 @@ First start a ServiceMix server (if not
bin/servicemix
in the root dir of this ditribution.
-To start this sample, run:
- mvn install jbi:projectDeploy -Dmaven.test.skip=true
-
+To compile this sample, run:
+ mvn install
+
+It provides the Bridge Service Assembly:
+ bridge-sa/target/bridge-sa-*.zip
+
+To install and start this sample simply copy the
bridge-sa/target/bridge-sa-*.zip
+into ServiceMix hotdeploy folder.
+
You can then launch the client.html in your favorite browser
and send an HTTP request which will be transformed in a JMS
message.
+To stop and uninstall this sample, remove the bridge-sa-*.zip from the
ServiceMix
+hotdeploy folder.
+
For more information on running this example please see:
http://servicemix.apache.org/bridge.html
Modified: servicemix/smx3/trunk/samples/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/pom.xml Tue May 3 13:48:12 2011
@@ -67,6 +67,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>
Modified: servicemix/smx3/trunk/samples/camel/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/README.txt (original)
+++ servicemix/smx3/trunk/samples/camel/README.txt Tue May 3 13:48:12 2011
@@ -20,16 +20,21 @@ Welcome to the ServiceMix Camel Example
This example shows how to use Apache Camel to deploy EIP routes
-You can run this example using an embedded ServiceMix install via
- cd camel-sa
- mvn jbi:servicemix
-
-Or if you prefer you can start a ServiceMix server (if not already started) by
running
+First start a ServiceMix server (if not already started) by running
bin/servicemix
in the root dir of this ditribution.
-To start this sample, run:
- mvn install jbi:projectDeploy
+To compile this sample, run:
+ mvn install
+
+It provides the Camel Service Assembly:
+ camel-sa/target/camel-sa-*.zip
+
+To install and start this sample simply copy the camel-sa/target/camel-sa-*.zip
+into ServiceMix hotdeploy folder.
+
+To stop and uninstall this sample, remove the camel-sa-*.zip from the
ServiceMix
+hotdeploy folder.
For more information on running this example please see:
http://servicemix.apache.org/camel-example.html
Modified: servicemix/smx3/trunk/samples/camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/pom.xml Tue May 3 13:48:12 2011
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
+ <!--
- 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.
--->
+ 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.
+ -->
<modelVersion>4.0.0</modelVersion>
@@ -31,39 +32,46 @@
<artifactId>camel</artifactId>
<name>ServiceMix :: Samples :: Camel</name>
<packaging>pom</packaging>
-
+
<modules>
- <module>camel-simple-su</module>
- <module>camel-sa</module>
- <module>camel-sa-itest</module>
+ <module>camel-simple-su</module>
+ <module>camel-sa</module>
+ <module>camel-sa-itest</module>
</modules>
<!-- Add ServiceMix repositories for snaphots -->
<pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
</pluginRepositories>
<repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>
Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/README.txt (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/README.txt Tue May 3 13:48:12
2011
@@ -25,12 +25,20 @@ First start a ServiceMix server (if not
bin/servicemix
in the root dir of this distribution.
-To run this sample, launch the following commands:
- mvn install jbi:projectDeploy
+To compile this sample, run:
+ mvn install
+
+It provides the WSDL First CXF Service Assembly:
+ wsdl-first-cxf-sa/target/wsdl-first-cxf-sa-*.zip
+
+To install and start this sample simply copy the
wsdl-first-cxf-sa/target/wsdl-first-cxf-sa-*.zip
+into ServiceMix hotdeploy folder.
You can browse the WSDL at
http://localhost:8092/PersonService?wsdl
-
+
You can also open the client.html page in a browser
to send a request to the service.
+To stop and uninstall this sample, remove the wsdl-first-cxf-sa-*.zip from the
ServiceMix
+hotdeploy folder.
\ No newline at end of file
Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml Tue May 3 13:48:12
2011
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
+ <!--
- 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.
--->
+ 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.
+ -->
<modelVersion>4.0.0</modelVersion>
@@ -31,39 +32,46 @@
<artifactId>cxf-wsdl-first</artifactId>
<name>ServiceMix :: Samples :: CXF WSDL first</name>
<packaging>pom</packaging>
-
+
<modules>
- <module>wsdl-first-cxfse-su</module>
- <module>wsdl-first-cxfbc-su</module>
- <module>wsdl-first-cxf-sa</module>
+ <module>wsdl-first-cxfse-su</module>
+ <module>wsdl-first-cxfbc-su</module>
+ <module>wsdl-first-cxf-sa</module>
</modules>
<!-- Add ServiceMix repositories for snaphots -->
<pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
</pluginRepositories>
<repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
-
+
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>
Modified: servicemix/smx3/trunk/samples/loan-broker/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/README.txt (original)
+++ servicemix/smx3/trunk/samples/loan-broker/README.txt Tue May 3 13:48:12
2011
@@ -27,17 +27,26 @@ First start a ServiceMix server (if not
bin/servicemix
in the root dir of this ditribution.
-This example depends on Apache Ode JBI Service Engine which has not been
+This example depends on Apache ODE JBI Service Engine which has not been
released yet. You will need to build it yourself (more informations at
http://incubator.apache.org/ode/getting-ode.html). You will need to copy
the Service Engine installer to the install directory of this distribution
prior to the following instructions.
-To run this sample, launch the following commands:
- mvn install jbi:projectDeploy
+To compile this sample, run:
+ mvn install
+
+It provides the Loan Broker Service Assembly:
+ loan-broker-sa/target/loan-broker-sa-*.zip
+
+To install and start this sample simply copy the
loan-broker-sa/target/loan-broker-sa-*.zip
+into ServiceMix hotdeploy folder.
To test this sample, launch the following commands:
ant run
+To stop and uninstall this sample, remove the loan-broker-sa-*.zip from the
ServiceMix
+hotdeploy folder.
+
For more information on this example please see
http://servicemix.apache.org/loan-broker-bpel.html
Modified: servicemix/smx3/trunk/samples/loan-broker/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/pom.xml Tue May 3 13:48:12 2011
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
+ <!--
- 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.
--->
+ 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.
+ -->
<modelVersion>4.0.0</modelVersion>
@@ -31,41 +32,48 @@
<artifactId>loan-broker</artifactId>
<name>ServiceMix :: Samples :: Loan Broker</name>
<packaging>pom</packaging>
-
+
<!-- Add ServiceMix repositories for snaphots -->
<pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
</pluginRepositories>
<repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
-
+
<modules>
- <module>loan-broker-bean-su</module>
- <module>loan-broker-drools-su</module>
- <module>loan-broker-ode-su</module>
- <module>loan-broker-jms-su</module>
- <module>loan-broker-sa</module>
+ <module>loan-broker-bean-su</module>
+ <module>loan-broker-drools-su</module>
+ <module>loan-broker-ode-su</module>
+ <module>loan-broker-jms-su</module>
+ <module>loan-broker-sa</module>
</modules>
-
+
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>
Modified: servicemix/smx3/trunk/samples/wsdl-first/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/README.txt?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/README.txt (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/README.txt Tue May 3 13:48:12 2011
@@ -25,12 +25,21 @@ First start a ServiceMix server (if not
bin/servicemix
in the root dir of this distribution.
-To run this sample, launch the following commands:
- mvn install jbi:projectDeploy
+To compile this sample, run:
+ mvn install
+
+It provides the WSDL First Service Assembly:
+ wsdl-first-sa/target/wsdl-first-sa-*.zip
+
+To install and start this sample simply copy the
wsdl-first-sa/target/wsdl-first-sa-*.zip
+into ServiceMix hotdeploy folder.
You can browse the WSDL at
http://localhost:8192/PersonService/main.wsdl
-
+
+To stop and uninstall this sample, remove the wsdl-first-sa-*.zip from the
ServiceMix
+hotdeploy folder.
+
You can also open the client.html page in a browser
to send a request to the service.
Modified: servicemix/smx3/trunk/samples/wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/pom.xml?rev=1099053&r1=1099052&r2=1099053&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/pom.xml Tue May 3 13:48:12 2011
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
+ <!--
- 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.
--->
+ 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.
+ -->
<modelVersion>4.0.0</modelVersion>
@@ -31,39 +32,46 @@
<artifactId>wsdl-first</artifactId>
<name>ServiceMix :: Samples :: WSDL first</name>
<packaging>pom</packaging>
-
+
<!-- Add ServiceMix repositories for snaphots -->
<pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
</pluginRepositories>
<repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
-
+
<modules>
- <module>wsdl-first-jsr181-su</module>
- <module>wsdl-first-http-su</module>
- <module>wsdl-first-sa</module>
+ <module>wsdl-first-jsr181-su</module>
+ <module>wsdl-first-http-su</module>
+ <module>wsdl-first-sa</module>
</modules>
-
+
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<inherited>false</inherited>