You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/04/16 17:02:01 UTC

svn commit: r1468451 - in /camel/trunk/examples: camel-example-bam/src/data/invoices/ camel-example-bam/src/data/purchaseOrders/ camel-example-cdi/src/data/ camel-example-etl/src/data/ camel-example-guice-jms/src/data/ camel-example-management/src/main...

Author: davsclaus
Date: Tue Apr 16 15:02:00 2013
New Revision: 1468451

URL: http://svn.apache.org/r1468451
Log:
Polished examples. Made the xml sample data smaller files so easier to read/see in logs/console etc.

Modified:
    camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml
    camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
    camel/trunk/examples/camel-example-cdi/src/data/message1.xml
    camel/trunk/examples/camel-example-cdi/src/data/message2.xml
    camel/trunk/examples/camel-example-etl/src/data/row1.xml
    camel/trunk/examples/camel-example-etl/src/data/row2.xml
    camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml
    camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml
    camel/trunk/examples/camel-example-management/src/main/data/message.xml
    camel/trunk/examples/camel-example-osgi-rmi/README.txt
    camel/trunk/examples/camel-example-osgi/README.txt
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml
    camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml
    camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml
    camel/trunk/examples/camel-example-spring-security/README.txt
    camel/trunk/examples/camel-example-spring-ws/README.txt
    camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml
    camel/trunk/examples/camel-example-spring/src/data/message1.xml
    camel/trunk/examples/camel-example-spring/src/data/message2.xml
    camel/trunk/examples/camel-example-ssh/README.txt
    camel/trunk/examples/camel-example-tracer/README.txt

Modified: camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <invoice purchaseOrderId="p1">
   <description>This invoice should tie up with purchase order p1</description>
 </invoice>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <invoice purchaseOrderId="p3">
   <description>This invoice should tie up with purchase order p3</description>
 </invoice>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <purchaseOrder id="p1">
   <product>beer</product>
   <amount>10</amount>

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <purchaseOrder id="p2">
   <product>pizza</product>
   <amount>2</amount>

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <purchaseOrder id="p3">
   <product>iPhone</product>
   <amount>1</amount>

Modified: camel/trunk/examples/camel-example-cdi/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cdi/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-cdi/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-cdi/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/src/data/message2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cdi/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-cdi/src/data/message2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-etl/src/data/row1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/data/row1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/data/row1.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/data/row1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-etl/src/data/row2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/data/row2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/data/row2.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/data/row2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-management/src/main/data/message.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-management/src/main/data/message.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-management/src/main/data/message.xml (original)
+++ camel/trunk/examples/camel-example-management/src/main/data/message.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person>
     <name>Claus</name>
 </person>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-osgi-rmi/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi-rmi/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-osgi-rmi/README.txt (original)
+++ camel/trunk/examples/camel-example-osgi-rmi/README.txt Tue Apr 16 15:02:00 2013
@@ -23,7 +23,7 @@ If using Apache Karaf / Apache ServiceMi
 from the shell
 
 First the camel-rmi feature must be installed
-  features:addUrl mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+  features:chooseurl camel ${version}
   features:install camel-rmi
 
 Then install the example

Modified: camel/trunk/examples/camel-example-osgi/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-osgi/README.txt (original)
+++ camel/trunk/examples/camel-example-osgi/README.txt Tue Apr 16 15:02:00 2013
@@ -24,7 +24,7 @@ You will need to compile and install thi
 
 If using Apache Karaf / Apache ServiceMix you can install this example
 from the shell
-  features:addUrl mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+  features:chooseurl camel ${version}
   features:install camel-spring
   osgi:install -s mvn:org.apache.camel/camel-example-osgi/${version}
 

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>

Modified: camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-spring-security/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-security/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-security/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-security/README.txt Tue Apr 16 15:02:00 2013
@@ -18,7 +18,7 @@ To stop the server hit ctrl + c
 
 Then you can use the script in the client directory to send the request and check the response,
 or use browser to access upper urls with the user/password 
-("jim/jimspassword" with the admin and user role  or "rob/robspassword" with user role).
+("jim/jimspassword" with the admin and user role  or "bob/bobspassword" with user role).
 
 This example is documented at
   http://camel.apache.org/spring-security-example.html

Modified: camel/trunk/examples/camel-example-spring-ws/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-ws/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-ws/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-ws/README.txt Tue Apr 16 15:02:00 2013
@@ -4,10 +4,10 @@ Camel Spring Web Services Example
 This example shows how to expose a SOAP-based web service using Camel and Spring Web Services.
 
 The web service endpoint address is:
- "http://localhost:8080/increment"
+  http://localhost:8080/increment
  
 The WSDL is available at:
- "http://localhost:8080/increment/increment.wsdl"
+  http://localhost:8080/increment/increment.wsdl
 
 You will need to compile this example first:
   mvn clean install

Modified: camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/src/data/message1.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring/src/data/message1.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/src/data/message2.xml?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-spring/src/data/message2.xml Tue Apr 16 15:02:00 2013
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-ssh/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-ssh/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-ssh/README.txt (original)
+++ camel/trunk/examples/camel-example-ssh/README.txt Tue Apr 16 15:02:00 2013
@@ -28,8 +28,9 @@ You will need to compile and install thi
 If using Apache Karaf / Apache ServiceMix you can install this example
 from the shell
 
-  > features:addurl mvn:org.apache.camel/camel-example-ssh/<camel version>/xml/features
-  > features:install camel-example-ssh
+  features:chooseurl camel <camel version>
+  features:addurl mvn:org.apache.camel/camel-example-ssh/<camel version>/xml/features
+  features:install camel-example-ssh
 
 If you hit any problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html

Modified: camel/trunk/examples/camel-example-tracer/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-tracer/README.txt?rev=1468451&r1=1468450&r2=1468451&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-tracer/README.txt (original)
+++ camel/trunk/examples/camel-example-tracer/README.txt Tue Apr 16 15:02:00 2013
@@ -13,18 +13,6 @@ For a background in tracer and JPA see
 To run the example with Maven, type
   mvn camel:run
 
-In the HSQL Database Explorer type
-  select * from camel_messagetraced
-
-to see the trace events of the Exchanges. Notice how the Exchange correlates with
-fromNode/toNode so you exactly can see how a given Exchange was routed in Camel.
-
-Using the query:
-  select shortExchangeId, previousNode, toNode, body from camel_messagetraced order by id
-
-is a bit more easier to read as it uses the fields we are most interested in to see how Exchanges
-was routed in Camel.
-
 In the console you can enter some words separated with space. Try to enter:
   nice beer
   beer whiskey