You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2011/11/17 03:12:28 UTC

svn commit: r1203012 [5/28] - in /geronimo/devtools/eclipse-plugin/trunk: eclipse/ plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/ plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/ plugins/org.apache.geronimo.j2ee.v11.jaxbm...

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml Thu Nov 17 02:12:14 2011
@@ -1,95 +1,95 @@
-<?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.
--->
-
-<!-- @version $Rev: 647930 $ $Date: 2008-04-15 02:47:16 +0800 (Tue, 15 Apr 2008) $ -->
-           
-<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1">
-           
-    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
-        <moduleId>
-            <groupId>geronimo</groupId>
-            <artifactId>test-ear</artifactId>
-            <version>1.0</version>
-            <type>car</type>
-        </moduleId>
-    </environment>
-
-    <resourceadapter>
-        <outbound-resourceadapter>
-            <connection-definition>
-                <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
-                <connectiondefinition-instance>
-                    <name>FirstTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting>
-                    <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting>
-                    <connectionmanager>
-                        <container-managed-security/>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <partitioned-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                            <partition-by-subject/>
-                        </partitioned-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-                <connectiondefinition-instance>
-                    <name>SecondTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty4">newvalue3</config-property-setting>
-                    <config-property-setting name="OutboundStringProperty1">newvalue4</config-property-setting>
-                    <connectionmanager>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <single-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                        </single-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-                <connectiondefinition-instance>
-                    <name>ThirdTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty1">StringValue3</config-property-setting>
-                    <connectionmanager>
-                        <container-managed-security/>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <partitioned-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                            <partition-by-subject/>
-                        </partitioned-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-            </connection-definition>
-        </outbound-resourceadapter>
-    </resourceadapter>
-
-    <!--normally this is in the j2ee-server-plan.xml.  It is included here so the gbeans can start in unit tests-->
-    <gbean name="ConnectionTracker" class="org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinatorGBean">
-        <reference name="TransactionManager">
-            <name>TransactionManager</name>
-        </reference>
-    </gbean>
-
-</connector>
+<?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.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+           
+<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1">
+           
+    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
+        <moduleId>
+            <groupId>geronimo</groupId>
+            <artifactId>test-ear</artifactId>
+            <version>1.0</version>
+            <type>car</type>
+        </moduleId>
+    </environment>
+
+    <resourceadapter>
+        <outbound-resourceadapter>
+            <connection-definition>
+                <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
+                <connectiondefinition-instance>
+                    <name>FirstTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting>
+                    <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting>
+                    <connectionmanager>
+                        <container-managed-security/>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <partitioned-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                            <partition-by-subject/>
+                        </partitioned-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+                <connectiondefinition-instance>
+                    <name>SecondTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty4">newvalue3</config-property-setting>
+                    <config-property-setting name="OutboundStringProperty1">newvalue4</config-property-setting>
+                    <connectionmanager>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <single-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                        </single-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+                <connectiondefinition-instance>
+                    <name>ThirdTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty1">StringValue3</config-property-setting>
+                    <connectionmanager>
+                        <container-managed-security/>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <partitioned-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                            <partition-by-subject/>
+                        </partitioned-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+            </connection-definition>
+        </outbound-resourceadapter>
+    </resourceadapter>
+
+    <!--normally this is in the j2ee-server-plan.xml.  It is included here so the gbeans can start in unit tests-->
+    <gbean name="ConnectionTracker" class="org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinatorGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+    </gbean>
+
+</connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-5.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml Thu Nov 17 02:12:14 2011
@@ -1,143 +1,143 @@
-<?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.
--->
-
-<!-- @version $Rev: 647930 $ $Date: 2008-04-15 02:47:16 +0800 (Tue, 15 Apr 2008) $ -->
-           
-<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1">
-           
-    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
-        <moduleId>
-            <groupId>geronimo</groupId>
-            <artifactId>test-ear</artifactId>
-            <version>1.0</version>
-            <type>car</type>
-        </moduleId>
-    </environment>
-
-    <resourceadapter>
-        <resourceadapter-instance>
-            <resourceadapter-name>testRA</resourceadapter-name>
-            <config-property-setting name="RAStringProperty">NewStringValue</config-property-setting>
-            <workmanager>
-                <gbean-link>DefaultWorkManager</gbean-link>
-            </workmanager>
-        </resourceadapter-instance>
-        <outbound-resourceadapter>
-            <connection-definition>
-                <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
-                <connectiondefinition-instance>
-                    <name>FirstTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting>
-                    <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting>
-                    <connectionmanager>
-                        <container-managed-security/>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <partitioned-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                            <partition-by-subject/>
-                        </partitioned-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-                <connectiondefinition-instance>
-                    <name>SecondTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty4">newvalue3</config-property-setting>
-                    <config-property-setting name="OutboundStringProperty1">newvalue4</config-property-setting>
-                    <connectionmanager>
-                        <container-managed-security/>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <partitioned-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                            <partition-by-subject/>
-                        </partitioned-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-            </connection-definition>
-            <connection-definition>
-                <connectionfactory-interface>
-                    org.apache.geronimo.connector.mock.ConnectionFactoryExtension</connectionfactory-interface>
-                <connectiondefinition-instance>
-                    <name>ThirdTestOutboundConnectionFactory</name>
-                    <config-property-setting name="OutboundStringProperty1">StringValue3</config-property-setting>
-                    <connectionmanager>
-                        <container-managed-security/>
-                        <xa-transaction>
-                            <transaction-caching/>
-                        </xa-transaction>
-                        <partitioned-pool>
-                            <max-size>10</max-size>
-                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
-                            <match-one/>
-                            <partition-by-subject/>
-                        </partitioned-pool>
-                    </connectionmanager>
-                </connectiondefinition-instance>
-            </connection-definition>
-        </outbound-resourceadapter>
-    </resourceadapter>
-
-    <adminobject>
-        <adminobject-interface>org.apache.geronimo.connector.mock.MockAdminObject</adminobject-interface>
-        <adminobject-class>org.apache.geronimo.connector.mock.MockAdminObjectImpl</adminobject-class>
-        <adminobject-instance>
-            <message-destination-name>tweedledee</message-destination-name>
-            <config-property-setting name="Tweedle">Dee-value</config-property-setting>
-        </adminobject-instance>
-        <adminobject-instance>
-            <message-destination-name>tweedledum</message-destination-name>
-            <config-property-setting name="Tweedle">Dum-value</config-property-setting>
-        </adminobject-instance>
-    </adminobject>
-
-    <!--normally this is in the j2ee-server-plan.xml.  It is included here so the gbeans can start in unit tests-->
-    <gbean name="ConnectionTracker" class="org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinatorGBean">
-        <reference name="TransactionManager">
-            <name>TransactionManager</name>
-        </reference>
-    </gbean>
-
-    <gbean name="DefaultThreadPool" class="org.apache.geronimo.pool.ThreadPool">
-        <attribute name="keepAliveTime">5000</attribute>
-        <attribute name="poolSize">300</attribute>
-        <attribute name="poolName">DefaultThreadPool</attribute>
-    </gbean>
-
-    <gbean name="DefaultWorkManager" class="org.apache.geronimo.connector.work.GeronimoWorkManagerGBean">
-        <reference name="SyncPool">
-            <name>DefaultThreadPool</name>
-        </reference>
-        <reference name="StartPool">
-            <name>DefaultThreadPool</name>
-        </reference>
-        <reference name="ScheduledPool">
-            <name>DefaultThreadPool</name>
-        </reference>
-        <reference name="TransactionManager">
-            <name>TransactionManager</name>
-        </reference>
-    </gbean>
-
-    <gbean name="TransactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManagerGBean"/>
-</connector>
+<?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.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+           
+<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1">
+           
+    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
+        <moduleId>
+            <groupId>geronimo</groupId>
+            <artifactId>test-ear</artifactId>
+            <version>1.0</version>
+            <type>car</type>
+        </moduleId>
+    </environment>
+
+    <resourceadapter>
+        <resourceadapter-instance>
+            <resourceadapter-name>testRA</resourceadapter-name>
+            <config-property-setting name="RAStringProperty">NewStringValue</config-property-setting>
+            <workmanager>
+                <gbean-link>DefaultWorkManager</gbean-link>
+            </workmanager>
+        </resourceadapter-instance>
+        <outbound-resourceadapter>
+            <connection-definition>
+                <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
+                <connectiondefinition-instance>
+                    <name>FirstTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting>
+                    <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting>
+                    <connectionmanager>
+                        <container-managed-security/>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <partitioned-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                            <partition-by-subject/>
+                        </partitioned-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+                <connectiondefinition-instance>
+                    <name>SecondTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty4">newvalue3</config-property-setting>
+                    <config-property-setting name="OutboundStringProperty1">newvalue4</config-property-setting>
+                    <connectionmanager>
+                        <container-managed-security/>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <partitioned-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                            <partition-by-subject/>
+                        </partitioned-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+            </connection-definition>
+            <connection-definition>
+                <connectionfactory-interface>
+                    org.apache.geronimo.connector.mock.ConnectionFactoryExtension</connectionfactory-interface>
+                <connectiondefinition-instance>
+                    <name>ThirdTestOutboundConnectionFactory</name>
+                    <config-property-setting name="OutboundStringProperty1">StringValue3</config-property-setting>
+                    <connectionmanager>
+                        <container-managed-security/>
+                        <xa-transaction>
+                            <transaction-caching/>
+                        </xa-transaction>
+                        <partitioned-pool>
+                            <max-size>10</max-size>
+                            <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+                            <match-one/>
+                            <partition-by-subject/>
+                        </partitioned-pool>
+                    </connectionmanager>
+                </connectiondefinition-instance>
+            </connection-definition>
+        </outbound-resourceadapter>
+    </resourceadapter>
+
+    <adminobject>
+        <adminobject-interface>org.apache.geronimo.connector.mock.MockAdminObject</adminobject-interface>
+        <adminobject-class>org.apache.geronimo.connector.mock.MockAdminObjectImpl</adminobject-class>
+        <adminobject-instance>
+            <message-destination-name>tweedledee</message-destination-name>
+            <config-property-setting name="Tweedle">Dee-value</config-property-setting>
+        </adminobject-instance>
+        <adminobject-instance>
+            <message-destination-name>tweedledum</message-destination-name>
+            <config-property-setting name="Tweedle">Dum-value</config-property-setting>
+        </adminobject-instance>
+    </adminobject>
+
+    <!--normally this is in the j2ee-server-plan.xml.  It is included here so the gbeans can start in unit tests-->
+    <gbean name="ConnectionTracker" class="org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinatorGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+    </gbean>
+
+    <gbean name="DefaultThreadPool" class="org.apache.geronimo.pool.ThreadPool">
+        <attribute name="keepAliveTime">5000</attribute>
+        <attribute name="poolSize">300</attribute>
+        <attribute name="poolName">DefaultThreadPool</attribute>
+    </gbean>
+
+    <gbean name="DefaultWorkManager" class="org.apache.geronimo.connector.work.GeronimoWorkManagerGBean">
+        <reference name="SyncPool">
+            <name>DefaultThreadPool</name>
+        </reference>
+        <reference name="StartPool">
+            <name>DefaultThreadPool</name>
+        </reference>
+        <reference name="ScheduledPool">
+            <name>DefaultThreadPool</name>
+        </reference>
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+    </gbean>
+
+    <gbean name="TransactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManagerGBean"/>
+</connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-example-6.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml Thu Nov 17 02:12:14 2011
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-  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.
--->
-           
-<!-- @version $Rev: 647930 $ $Date: 2008-04-15 02:47:16 +0800 (Tue, 15 Apr 2008) $ -->
-           
-<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
-    <environment>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derby</artifactId>
-                <type>jar</type>
-            </dependency>
-        </dependencies>
-    </environment>
-    <ns2:resourceadapter>
-        <ns2:outbound-resourceadapter>
-            <ns2:connection-definition>
-                <ns2:connectionfactory-interface>javax.sql.DataSource</ns2:connectionfactory-interface>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>RARDBDatasource-1_3</ns2:name>
-                    <ns2:config-property-setting name="Password"></ns2:config-property-setting>
-                    <ns2:config-property-setting name="LoginTimeout"></ns2:config-property-setting>
-                    <ns2:config-property-setting name="DatabaseName">DefaultDB-1_3</ns2:config-property-setting>
-                    <ns2:config-property-setting name="UserName"></ns2:config-property-setting>
-                    <ns2:config-property-setting name="ShutdownDatabase"></ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:local-transaction/>
-                        <ns2:single-pool>
-                            <ns2:max-size>15</ns2:max-size>
-                            <ns2:min-size>5</ns2:min-size>
-                            <ns2:blocking-timeout-milliseconds>500</ns2:blocking-timeout-milliseconds>
-                            <ns2:idle-timeout-minutes>15</ns2:idle-timeout-minutes>
-                            <ns2:match-one/>
-                        </ns2:single-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-            </ns2:connection-definition>
-        </ns2:outbound-resourceadapter>
-    </ns2:resourceadapter>
-</ns2:connector>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
+           
+<!-- @version $Rev$ $Date$ -->
+           
+<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
+    <environment>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.derby</groupId>
+                <artifactId>derby</artifactId>
+                <type>jar</type>
+            </dependency>
+        </dependencies>
+    </environment>
+    <ns2:resourceadapter>
+        <ns2:outbound-resourceadapter>
+            <ns2:connection-definition>
+                <ns2:connectionfactory-interface>javax.sql.DataSource</ns2:connectionfactory-interface>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>RARDBDatasource-1_3</ns2:name>
+                    <ns2:config-property-setting name="Password"></ns2:config-property-setting>
+                    <ns2:config-property-setting name="LoginTimeout"></ns2:config-property-setting>
+                    <ns2:config-property-setting name="DatabaseName">DefaultDB-1_3</ns2:config-property-setting>
+                    <ns2:config-property-setting name="UserName"></ns2:config-property-setting>
+                    <ns2:config-property-setting name="ShutdownDatabase"></ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:local-transaction/>
+                        <ns2:single-pool>
+                            <ns2:max-size>15</ns2:max-size>
+                            <ns2:min-size>5</ns2:min-size>
+                            <ns2:blocking-timeout-milliseconds>500</ns2:blocking-timeout-milliseconds>
+                            <ns2:idle-timeout-minutes>15</ns2:idle-timeout-minutes>
+                            <ns2:match-one/>
+                        </ns2:single-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+            </ns2:connection-definition>
+        </ns2:outbound-resourceadapter>
+    </ns2:resourceadapter>
+</ns2:connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml Thu Nov 17 02:12:14 2011
@@ -1,104 +1,104 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-  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.
--->
-           
-<!-- @version $Rev: 652419 $ $Date: 2008-05-01 10:09:32 +0800 (Thu, 01 May 2008) $ -->
-           
-<conn:connector xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:conn="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:name="http://geronimo.apache.org/xml/ns/naming-1.2">
-    <dep:environment>
-        <dep:moduleId>
-            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
-            <dep:artifactId>agent-ear</dep:artifactId>
-            <dep:version>2.2-SNAPSHOT</dep:version>
-            <dep:type>ear</dep:type>
-        </dep:moduleId>
-        <dep:dependencies>
-            <dep:dependency>
-                <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
-                <dep:artifactId>agent-ds</dep:artifactId>
-                <dep:version>2.2-SNAPSHOT</dep:version>
-                <dep:type>car</dep:type>
-            </dep:dependency>
-        </dep:dependencies>
-    </dep:environment>
-    <conn:resourceadapter>
-        <conn:resourceadapter-instance>
-            <conn:resourceadapter-name>resourceadapter-name</conn:resourceadapter-name>
-            <conn:config-property-setting name="resourceadapter-instance-name">resourceadapter-instance-value</conn:config-property-setting>
-            <name:workmanager>
-                <name:pattern>
-                    <name:groupId>connector-resourceadapter-workmanager-pattern-groupid</name:groupId>
-                    <name:artifactId>connector-resourceadapter-workmanager-pattern-artifactid</name:artifactId>
-                    <name:version>connector-resourceadapter-workmanager-pattern-version</name:version>
-                    <name:module>connector-resourceadapter-workmanager-pattern-module</name:module>
-                    <name:name>connector-resourceadapter-workmanager-pattern-name</name:name>
-                </name:pattern>
-                <name:gbean-link>connector-resourceadapter-workmanager-gbeanlink</name:gbean-link>
-            </name:workmanager>
-        </conn:resourceadapter-instance>
-        <conn:outbound-resourceadapter>
-            <conn:connection-definition>
-                <conn:connectionfactory-interface>resourceadapter-outbound-connectiondefinition-interface</conn:connectionfactory-interface>
-                <conn:connectiondefinition-instance>
-                    <conn:name>resourceadapter-outbound-connectiondefinition-instance-name</conn:name>
-                    <conn:implemented-interface>resourceadapter-outbound-connectiondefinition-instance-implementedinterface</conn:implemented-interface>
-                    <conn:config-property-setting name="resourceadapter-outbound-connectiondefinition-instance-name">resourceadapter-outbound-connectiondefinition-instance-value</conn:config-property-setting>
-                    <conn:connectionmanager>
-                        <conn:container-managed-security/>
-                        <conn:no-transaction/>
-                        <conn:local-transaction/>
-                        <conn:xa-transaction>
-                            <conn:transaction-caching/>
-                            <conn:thread-caching/>
-                        </conn:xa-transaction>
-                        <conn:transaction-log/>
-                        <conn:no-pool/>
-                        <conn:single-pool>
-                            <conn:max-size>0</conn:max-size>
-                            <conn:min-size>0</conn:min-size>
-                            <conn:blocking-timeout-milliseconds>0</conn:blocking-timeout-milliseconds>
-                            <conn:idle-timeout-minutes>0</conn:idle-timeout-minutes>
-                            <conn:match-one/>
-                            <conn:match-all/>
-                            <conn:select-one-assume-match/>
-                        </conn:single-pool>
-                        <conn:partitioned-pool>
-                            <conn:max-size>0</conn:max-size>
-                            <conn:min-size>0</conn:min-size>
-                            <conn:blocking-timeout-milliseconds>0</conn:blocking-timeout-milliseconds>
-                            <conn:idle-timeout-minutes>0</conn:idle-timeout-minutes>
-                            <conn:match-one/>
-                            <conn:match-all/>
-                            <conn:select-one-assume-match/>
-                            <conn:partition-by-subject/>
-                            <conn:partition-by-connectionrequestinfo/>
-                        </conn:partitioned-pool>
-                    </conn:connectionmanager>
-                </conn:connectiondefinition-instance>
-            </conn:connection-definition>
-        </conn:outbound-resourceadapter>
-    </conn:resourceadapter>
-    <conn:adminobject>
-        <conn:adminobject-interface>adminobject-adminobjectinterface</conn:adminobject-interface>
-        <conn:adminobject-class>adminobject-adminobjectclass</conn:adminobject-class>
-        <conn:adminobject-instance>
-            <conn:message-destination-name>adminobject-instance-messagedestinationname</conn:message-destination-name>
-            <conn:config-property-setting name="adminobject-instance-name">adminobject-instance-value</conn:config-property-setting>
-        </conn:adminobject-instance>
-    </conn:adminobject>
-    <dep:gbean name="gbean-name" class="gbean-class"/>
-</conn:connector>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
+           
+<!-- @version $Rev$ $Date$ -->
+           
+<conn:connector xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:conn="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:name="http://geronimo.apache.org/xml/ns/naming-1.2">
+    <dep:environment>
+        <dep:moduleId>
+            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
+            <dep:artifactId>agent-ear</dep:artifactId>
+            <dep:version>2.2-SNAPSHOT</dep:version>
+            <dep:type>ear</dep:type>
+        </dep:moduleId>
+        <dep:dependencies>
+            <dep:dependency>
+                <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
+                <dep:artifactId>agent-ds</dep:artifactId>
+                <dep:version>2.2-SNAPSHOT</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+        </dep:dependencies>
+    </dep:environment>
+    <conn:resourceadapter>
+        <conn:resourceadapter-instance>
+            <conn:resourceadapter-name>resourceadapter-name</conn:resourceadapter-name>
+            <conn:config-property-setting name="resourceadapter-instance-name">resourceadapter-instance-value</conn:config-property-setting>
+            <name:workmanager>
+                <name:pattern>
+                    <name:groupId>connector-resourceadapter-workmanager-pattern-groupid</name:groupId>
+                    <name:artifactId>connector-resourceadapter-workmanager-pattern-artifactid</name:artifactId>
+                    <name:version>connector-resourceadapter-workmanager-pattern-version</name:version>
+                    <name:module>connector-resourceadapter-workmanager-pattern-module</name:module>
+                    <name:name>connector-resourceadapter-workmanager-pattern-name</name:name>
+                </name:pattern>
+                <name:gbean-link>connector-resourceadapter-workmanager-gbeanlink</name:gbean-link>
+            </name:workmanager>
+        </conn:resourceadapter-instance>
+        <conn:outbound-resourceadapter>
+            <conn:connection-definition>
+                <conn:connectionfactory-interface>resourceadapter-outbound-connectiondefinition-interface</conn:connectionfactory-interface>
+                <conn:connectiondefinition-instance>
+                    <conn:name>resourceadapter-outbound-connectiondefinition-instance-name</conn:name>
+                    <conn:implemented-interface>resourceadapter-outbound-connectiondefinition-instance-implementedinterface</conn:implemented-interface>
+                    <conn:config-property-setting name="resourceadapter-outbound-connectiondefinition-instance-name">resourceadapter-outbound-connectiondefinition-instance-value</conn:config-property-setting>
+                    <conn:connectionmanager>
+                        <conn:container-managed-security/>
+                        <conn:no-transaction/>
+                        <conn:local-transaction/>
+                        <conn:xa-transaction>
+                            <conn:transaction-caching/>
+                            <conn:thread-caching/>
+                        </conn:xa-transaction>
+                        <conn:transaction-log/>
+                        <conn:no-pool/>
+                        <conn:single-pool>
+                            <conn:max-size>0</conn:max-size>
+                            <conn:min-size>0</conn:min-size>
+                            <conn:blocking-timeout-milliseconds>0</conn:blocking-timeout-milliseconds>
+                            <conn:idle-timeout-minutes>0</conn:idle-timeout-minutes>
+                            <conn:match-one/>
+                            <conn:match-all/>
+                            <conn:select-one-assume-match/>
+                        </conn:single-pool>
+                        <conn:partitioned-pool>
+                            <conn:max-size>0</conn:max-size>
+                            <conn:min-size>0</conn:min-size>
+                            <conn:blocking-timeout-milliseconds>0</conn:blocking-timeout-milliseconds>
+                            <conn:idle-timeout-minutes>0</conn:idle-timeout-minutes>
+                            <conn:match-one/>
+                            <conn:match-all/>
+                            <conn:select-one-assume-match/>
+                            <conn:partition-by-subject/>
+                            <conn:partition-by-connectionrequestinfo/>
+                        </conn:partitioned-pool>
+                    </conn:connectionmanager>
+                </conn:connectiondefinition-instance>
+            </conn:connection-definition>
+        </conn:outbound-resourceadapter>
+    </conn:resourceadapter>
+    <conn:adminobject>
+        <conn:adminobject-interface>adminobject-adminobjectinterface</conn:adminobject-interface>
+        <conn:adminobject-class>adminobject-adminobjectclass</conn:adminobject-class>
+        <conn:adminobject-instance>
+            <conn:message-destination-name>adminobject-instance-messagedestinationname</conn:message-destination-name>
+            <conn:config-property-setting name="adminobject-instance-name">adminobject-instance-value</conn:config-property-setting>
+        </conn:adminobject-instance>
+    </conn:adminobject>
+    <dep:gbean name="gbean-name" class="gbean-class"/>
+</conn:connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-11.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml Thu Nov 17 02:12:14 2011
@@ -1,85 +1,85 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-  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.
--->
-           
-<!-- @version $Rev: 647930 $ $Date: 2008-04-15 02:47:16 +0800 (Tue, 15 Apr 2008) $ -->
-           
-<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
-    <environment>
-        <moduleId>
-            <groupId>geronimo</groupId>
-            <artifactId>test-ear</artifactId>
-            <version>1.0</version>
-            <type>car</type>
-        </moduleId>
-    </environment>
-    <ns2:resourceadapter>
-        <ns2:outbound-resourceadapter>
-            <ns2:connection-definition>
-                <ns2:connectionfactory-interface>javax.resource.cci.ConnectionFactory</ns2:connectionfactory-interface>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>FirstTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue1</ns2:config-property-setting>
-                    <ns2:config-property-setting name="OutboundStringProperty3">newvalue2</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:container-managed-security/>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:partitioned-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                            <ns2:partition-by-subject/>
-                        </ns2:partitioned-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>SecondTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty4">newvalue3</ns2:config-property-setting>
-                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue4</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:single-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                        </ns2:single-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>ThirdTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty1">StringValue3</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:container-managed-security/>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:partitioned-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                            <ns2:partition-by-subject/>
-                        </ns2:partitioned-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-            </ns2:connection-definition>
-        </ns2:outbound-resourceadapter>
-    </ns2:resourceadapter>
-</ns2:connector>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
+           
+<!-- @version $Rev$ $Date$ -->
+           
+<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
+    <environment>
+        <moduleId>
+            <groupId>geronimo</groupId>
+            <artifactId>test-ear</artifactId>
+            <version>1.0</version>
+            <type>car</type>
+        </moduleId>
+    </environment>
+    <ns2:resourceadapter>
+        <ns2:outbound-resourceadapter>
+            <ns2:connection-definition>
+                <ns2:connectionfactory-interface>javax.resource.cci.ConnectionFactory</ns2:connectionfactory-interface>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>FirstTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue1</ns2:config-property-setting>
+                    <ns2:config-property-setting name="OutboundStringProperty3">newvalue2</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:container-managed-security/>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:partitioned-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                            <ns2:partition-by-subject/>
+                        </ns2:partitioned-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>SecondTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty4">newvalue3</ns2:config-property-setting>
+                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue4</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:single-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                        </ns2:single-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>ThirdTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty1">StringValue3</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:container-managed-security/>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:partitioned-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                            <ns2:partition-by-subject/>
+                        </ns2:partitioned-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+            </ns2:connection-definition>
+        </ns2:outbound-resourceadapter>
+    </ns2:resourceadapter>
+</ns2:connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-2.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml Thu Nov 17 02:12:14 2011
@@ -1,107 +1,107 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-  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.
--->
-           
-<!-- @version $Rev: 647930 $ $Date: 2008-04-15 02:47:16 +0800 (Tue, 15 Apr 2008) $ -->
-           
-<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
-    <environment>
-        <moduleId>
-            <groupId>geronimo</groupId>
-            <artifactId>test-ear</artifactId>
-            <version>1.0</version>
-            <type>car</type>
-        </moduleId>
-    </environment>
-    <ns2:resourceadapter>
-        <ns2:resourceadapter-instance>
-            <ns2:resourceadapter-name>testRA</ns2:resourceadapter-name>
-            <ns2:config-property-setting name="RAStringProperty">NewStringValue</ns2:config-property-setting>
-        </ns2:resourceadapter-instance>
-        <ns2:outbound-resourceadapter>
-            <ns2:connection-definition>
-                <ns2:connectionfactory-interface>javax.resource.cci.ConnectionFactory</ns2:connectionfactory-interface>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>FirstTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue1</ns2:config-property-setting>
-                    <ns2:config-property-setting name="OutboundStringProperty3">newvalue2</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:container-managed-security/>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:partitioned-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                            <ns2:partition-by-subject/>
-                        </ns2:partitioned-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>SecondTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty4">newvalue3</ns2:config-property-setting>
-                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue4</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:container-managed-security/>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:partitioned-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                            <ns2:partition-by-subject/>
-                        </ns2:partitioned-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-            </ns2:connection-definition>
-            <ns2:connection-definition>
-                <ns2:connectionfactory-interface>
-                    org.apache.geronimo.connector.mock.ConnectionFactoryExtension</ns2:connectionfactory-interface>
-                <ns2:connectiondefinition-instance>
-                    <ns2:name>ThirdTestOutboundConnectionFactory</ns2:name>
-                    <ns2:config-property-setting name="OutboundStringProperty1">StringValue3</ns2:config-property-setting>
-                    <ns2:connectionmanager>
-                        <ns2:container-managed-security/>
-                        <ns2:xa-transaction>
-                            <ns2:transaction-caching/>
-                        </ns2:xa-transaction>
-                        <ns2:partitioned-pool>
-                            <ns2:max-size>10</ns2:max-size>
-                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
-                            <ns2:match-one/>
-                            <ns2:partition-by-subject/>
-                        </ns2:partitioned-pool>
-                    </ns2:connectionmanager>
-                </ns2:connectiondefinition-instance>
-            </ns2:connection-definition>
-        </ns2:outbound-resourceadapter>
-    </ns2:resourceadapter>
-    <ns2:adminobject>
-        <ns2:adminobject-interface>org.apache.geronimo.connector.mock.MockAdminObject</ns2:adminobject-interface>
-        <ns2:adminobject-class>org.apache.geronimo.connector.mock.MockAdminObjectImpl</ns2:adminobject-class>
-        <ns2:adminobject-instance>
-            <ns2:message-destination-name>tweedledee</ns2:message-destination-name>
-            <ns2:config-property-setting name="Tweedle">Dee-value</ns2:config-property-setting>
-        </ns2:adminobject-instance>
-        <ns2:adminobject-instance>
-            <ns2:message-destination-name>tweedledum</ns2:message-destination-name>
-            <ns2:config-property-setting name="Tweedle">Dum-value</ns2:config-property-setting>
-        </ns2:adminobject-instance>
-    </ns2:adminobject>
-</ns2:connector>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
+           
+<!-- @version $Rev$ $Date$ -->
+           
+<ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0">
+    <environment>
+        <moduleId>
+            <groupId>geronimo</groupId>
+            <artifactId>test-ear</artifactId>
+            <version>1.0</version>
+            <type>car</type>
+        </moduleId>
+    </environment>
+    <ns2:resourceadapter>
+        <ns2:resourceadapter-instance>
+            <ns2:resourceadapter-name>testRA</ns2:resourceadapter-name>
+            <ns2:config-property-setting name="RAStringProperty">NewStringValue</ns2:config-property-setting>
+        </ns2:resourceadapter-instance>
+        <ns2:outbound-resourceadapter>
+            <ns2:connection-definition>
+                <ns2:connectionfactory-interface>javax.resource.cci.ConnectionFactory</ns2:connectionfactory-interface>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>FirstTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue1</ns2:config-property-setting>
+                    <ns2:config-property-setting name="OutboundStringProperty3">newvalue2</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:container-managed-security/>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:partitioned-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                            <ns2:partition-by-subject/>
+                        </ns2:partitioned-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>SecondTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty4">newvalue3</ns2:config-property-setting>
+                    <ns2:config-property-setting name="OutboundStringProperty1">newvalue4</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:container-managed-security/>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:partitioned-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                            <ns2:partition-by-subject/>
+                        </ns2:partitioned-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+            </ns2:connection-definition>
+            <ns2:connection-definition>
+                <ns2:connectionfactory-interface>
+                    org.apache.geronimo.connector.mock.ConnectionFactoryExtension</ns2:connectionfactory-interface>
+                <ns2:connectiondefinition-instance>
+                    <ns2:name>ThirdTestOutboundConnectionFactory</ns2:name>
+                    <ns2:config-property-setting name="OutboundStringProperty1">StringValue3</ns2:config-property-setting>
+                    <ns2:connectionmanager>
+                        <ns2:container-managed-security/>
+                        <ns2:xa-transaction>
+                            <ns2:transaction-caching/>
+                        </ns2:xa-transaction>
+                        <ns2:partitioned-pool>
+                            <ns2:max-size>10</ns2:max-size>
+                            <ns2:blocking-timeout-milliseconds>5000</ns2:blocking-timeout-milliseconds>
+                            <ns2:match-one/>
+                            <ns2:partition-by-subject/>
+                        </ns2:partitioned-pool>
+                    </ns2:connectionmanager>
+                </ns2:connectiondefinition-instance>
+            </ns2:connection-definition>
+        </ns2:outbound-resourceadapter>
+    </ns2:resourceadapter>
+    <ns2:adminobject>
+        <ns2:adminobject-interface>org.apache.geronimo.connector.mock.MockAdminObject</ns2:adminobject-interface>
+        <ns2:adminobject-class>org.apache.geronimo.connector.mock.MockAdminObjectImpl</ns2:adminobject-class>
+        <ns2:adminobject-instance>
+            <ns2:message-destination-name>tweedledee</ns2:message-destination-name>
+            <ns2:config-property-setting name="Tweedle">Dee-value</ns2:config-property-setting>
+        </ns2:adminobject-instance>
+        <ns2:adminobject-instance>
+            <ns2:message-destination-name>tweedledum</ns2:message-destination-name>
+            <ns2:config-property-setting name="Tweedle">Dum-value</ns2:config-property-setting>
+        </ns2:adminobject-instance>
+    </ns2:adminobject>
+</ns2:connector>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/connector/geronimo-ra-expected-3.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml Thu Nov 17 02:12:14 2011
@@ -1,32 +1,32 @@
-<?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.
--->
-
-<!-- @version $Rev: 650735 $ $Date: 2008-04-23 11:35:03 +0800 (Wed, 23 Apr 2008) $ -->
-
-<openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2">
-
-    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
-        <moduleId>
-            <groupId>geronimo</groupId>
-            <artifactId>test-ejb</artifactId>
-            <version>1.0</version>
-            <type>car</type>
-        </moduleId>
-    </environment>
-
-</openejb-jar>
+<?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.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2">
+
+    <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+        <moduleId>
+            <groupId>geronimo</groupId>
+            <artifactId>test-ejb</artifactId>
+            <version>1.0</version>
+            <type>car</type>
+        </moduleId>
+    </environment>
+
+</openejb-jar>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml?rev=1203012&r1=1203011&r2=1203012&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml Thu Nov 17 02:12:14 2011
@@ -1,53 +1,53 @@
-<?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.
--->
-
-<!-- @version $Rev: 650735 $ $Date: 2008-04-23 11:35:03 +0800 (Wed, 23 Apr 2008) $ -->
-
-<openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2">
-
-    <cmp-connection-factory>
-        <resource-link>SystemDatasource</resource-link>
-    </cmp-connection-factory>
-
-    <enterprise-beans>
-
-        <session>
-            <ejb-name>SimpleStatelessSession</ejb-name>
-            <jndi-name>client/test/simple/SimpleStatelessSessionHome</jndi-name>
-        </session>
-
-        <entity>
-            <ejb-name>SimpleCMPEntity</ejb-name>
-            <table-name>SimpleCMP</table-name>
-            <cmp-field-mapping>
-                <cmp-field-name>id</cmp-field-name>
-                <table-column>id</table-column>
-            </cmp-field-mapping>
-            <cmp-field-mapping>
-                <cmp-field-name>firstName</cmp-field-name>
-                <table-column>firstName</table-column>
-            </cmp-field-mapping>
-            <cmp-field-mapping>
-                <cmp-field-name>lastName</cmp-field-name>
-                <table-column>lastName</table-column>
-            </cmp-field-mapping>
-        </entity>
-
-    </enterprise-beans>
-
-</openejb-jar>
+<?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.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2">
+
+    <cmp-connection-factory>
+        <resource-link>SystemDatasource</resource-link>
+    </cmp-connection-factory>
+
+    <enterprise-beans>
+
+        <session>
+            <ejb-name>SimpleStatelessSession</ejb-name>
+            <jndi-name>client/test/simple/SimpleStatelessSessionHome</jndi-name>
+        </session>
+
+        <entity>
+            <ejb-name>SimpleCMPEntity</ejb-name>
+            <table-name>SimpleCMP</table-name>
+            <cmp-field-mapping>
+                <cmp-field-name>id</cmp-field-name>
+                <table-column>id</table-column>
+            </cmp-field-mapping>
+            <cmp-field-mapping>
+                <cmp-field-name>firstName</cmp-field-name>
+                <table-column>firstName</table-column>
+            </cmp-field-mapping>
+            <cmp-field-mapping>
+                <cmp-field-name>lastName</cmp-field-name>
+                <table-column>lastName</table-column>
+            </cmp-field-mapping>
+        </entity>
+
+    </enterprise-beans>
+
+</openejb-jar>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/openejb/openejb-jar-example-2.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml