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:19:27 UTC

svn commit: r1203020 [3/29] - in /geronimo/devtools/eclipse-plugin/branches/3.0-beta-1: eclipse/ plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/ plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/ plugins/org.apache.geronimo....

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml Thu Nov 17 02:19:12 2011
@@ -1,139 +1,139 @@
-<?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: 646917 $ $Date: 2008-04-11 02:27:11 +0800 (Fri, 11 Apr 2008) $ -->
-
-<ns2:application xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/application-2.0">
-    <environment>
-        <moduleId>
-            <groupId>org.apache.geronimo.testsuite</groupId>
-            <artifactId>jca-cms-ear</artifactId>
-            <version>2.2-SNAPSHOT</version>
-            <type>ear</type>
-        </moduleId>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>system-database</artifactId>
-                <type>car</type>
-            </dependency>
-        </dependencies>
-    </environment>
-    <ns2:module>
-        <ns2:connector>tranql.rar</ns2:connector>
-        <connector:connector xmlns:connector="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
-            <connector:resourceadapter>
-                <connector:outbound-resourceadapter>
-                    <connector:connection-definition>
-                        <connector:connectionfactory-interface>javax.sql.DataSource</connector:connectionfactory-interface>
-                        <connector:connectiondefinition-instance>
-                            <connector:name>cmsds</connector:name>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="CreateDatabase">false</connector:config-property-setting>
-                            <connector:connectionmanager>
-<connector:container-managed-security/>
-<connector:xa-transaction>
-    <connector:transaction-caching/>
-                                </connector:xa-transaction>
-<connector:single-pool>
-    <connector:max-size>10</connector:max-size>
-    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
-    <connector:select-one-assume-match/>
-                                </connector:single-pool>
-                            </connector:connectionmanager>
-                        </connector:connectiondefinition-instance>
-                        <connector:connectiondefinition-instance>
-                            <connector:name>configuredsecurityds</connector:name>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="UserName">system</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="Password">manager</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="CreateDatabase">true</connector:config-property-setting>
-                            <connector:connectionmanager>
-<connector:xa-transaction>
-    <connector:transaction-caching/>
-                                </connector:xa-transaction>
-<connector:single-pool>
-    <connector:max-size>10</connector:max-size>
-    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
-    <connector:select-one-assume-match/>
-                                </connector:single-pool>
-                            </connector:connectionmanager>
-                        </connector:connectiondefinition-instance>
-                    </connector:connection-definition>
-                </connector:outbound-resourceadapter>
-            </connector:resourceadapter>
-            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" class="org.apache.geronimo.security.realm.GenericSecurityRealm" name="test-cms-realm">
-                <connector:attribute name="realmName">test-cms-realm</connector:attribute>
-                <connector:xml-reference xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.1" name="LoginModuleConfiguration">
-                    <lc:login-config>
-                        <lc:login-module-ref control-flag="REQUIRED">
-                            <lc:pattern>
-<ns4:name>test-cms-credentials
-                                </ns4:name>
-                            </lc:pattern>
-                        </lc:login-module-ref>
-                        <lc:login-module control-flag="REQUIRED" wrap-principals="false">
-                            <lc:login-domain-name>test-app-credentials</lc:login-domain-name>
-                            <lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
-                            <lc:option name="usersURI">var/security/demo_users.properties</lc:option>
-                            <lc:option name="groupsURI">var/security/demo_groups.properties</lc:option>
-                        </lc:login-module>
-                    </lc:login-config>
-                </connector:xml-reference>
-                <connector:reference name="ServerInfo">
-                    <connector:name>ServerInfo</connector:name>
-                </connector:reference>
-            </connector:gbean>
-            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" class="org.apache.geronimo.connector.outbound.security.PasswordCredentialLoginModuleWrapperGBean" name="test-cms-credentials">
-                <connector:attribute name="loginModuleClass">
-                    org.apache.geronimo.connector.outbound.security.CallerIdentityPasswordCredentialLoginModule
-                </connector:attribute>
-                <connector:reference name="ManagedConnectionFactoryWrapper">
-                    <connector:name>cmsds</connector:name>
-                </connector:reference>
-                <connector:attribute name="loginDomainName">test-cms-credentials</connector:attribute>
-            </connector:gbean>
-        </connector:connector>
-    </ns2:module>
-    <ns2:module>
-        <ns2:web>web.war</ns2:web>
-        <web-app:web-app xmlns:web-app="http://geronimo.apache.org/xml/ns/j2ee/web-2.0">
-            <web-app:security-realm-name>test-cms-realm</web-app:security-realm-name>
-            <security:security xmlns:security="http://geronimo.apache.org/xml/ns/security-2.0">
-                <security:credential-store-ref>
-                    <name>test-credential-store</name>
-                </security:credential-store-ref>
-                <security:default-subject>
-                    <security:realm>test-cms-realm</security:realm>
-                    <security:id>test</security:id>
-                </security:default-subject>
-                <security:role-mappings>
-                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" role-name="test">
-                        <security:principal class="org.apache.geronimo.connector.outbound.security.ResourcePrincipal" name="george"/>
-                    </security:role>
-                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" role-name="fail">
-                        <security:run-as-subject>
-                            <security:realm>test-cms-realm</security:realm>
-                            <security:id>fail</security:id>
-                        </security:run-as-subject>
-                    </security:role>
-                </security:role-mappings>
-            </security:security>
-        </web-app:web-app>
-    </ns2:module>
-</ns2:application>
+<?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:application xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/application-2.0">
+    <environment>
+        <moduleId>
+            <groupId>org.apache.geronimo.testsuite</groupId>
+            <artifactId>jca-cms-ear</artifactId>
+            <version>2.2-SNAPSHOT</version>
+            <type>ear</type>
+        </moduleId>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+        </dependencies>
+    </environment>
+    <ns2:module>
+        <ns2:connector>tranql.rar</ns2:connector>
+        <connector:connector xmlns:connector="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
+            <connector:resourceadapter>
+                <connector:outbound-resourceadapter>
+                    <connector:connection-definition>
+                        <connector:connectionfactory-interface>javax.sql.DataSource</connector:connectionfactory-interface>
+                        <connector:connectiondefinition-instance>
+                            <connector:name>cmsds</connector:name>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="CreateDatabase">false</connector:config-property-setting>
+                            <connector:connectionmanager>
+<connector:container-managed-security/>
+<connector:xa-transaction>
+    <connector:transaction-caching/>
+                                </connector:xa-transaction>
+<connector:single-pool>
+    <connector:max-size>10</connector:max-size>
+    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
+    <connector:select-one-assume-match/>
+                                </connector:single-pool>
+                            </connector:connectionmanager>
+                        </connector:connectiondefinition-instance>
+                        <connector:connectiondefinition-instance>
+                            <connector:name>configuredsecurityds</connector:name>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="UserName">system</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="Password">manager</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" name="CreateDatabase">true</connector:config-property-setting>
+                            <connector:connectionmanager>
+<connector:xa-transaction>
+    <connector:transaction-caching/>
+                                </connector:xa-transaction>
+<connector:single-pool>
+    <connector:max-size>10</connector:max-size>
+    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
+    <connector:select-one-assume-match/>
+                                </connector:single-pool>
+                            </connector:connectionmanager>
+                        </connector:connectiondefinition-instance>
+                    </connector:connection-definition>
+                </connector:outbound-resourceadapter>
+            </connector:resourceadapter>
+            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" class="org.apache.geronimo.security.realm.GenericSecurityRealm" name="test-cms-realm">
+                <connector:attribute name="realmName">test-cms-realm</connector:attribute>
+                <connector:xml-reference xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.1" name="LoginModuleConfiguration">
+                    <lc:login-config>
+                        <lc:login-module-ref control-flag="REQUIRED">
+                            <lc:pattern>
+<ns4:name>test-cms-credentials
+                                </ns4:name>
+                            </lc:pattern>
+                        </lc:login-module-ref>
+                        <lc:login-module control-flag="REQUIRED" wrap-principals="false">
+                            <lc:login-domain-name>test-app-credentials</lc:login-domain-name>
+                            <lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
+                            <lc:option name="usersURI">var/security/demo_users.properties</lc:option>
+                            <lc:option name="groupsURI">var/security/demo_groups.properties</lc:option>
+                        </lc:login-module>
+                    </lc:login-config>
+                </connector:xml-reference>
+                <connector:reference name="ServerInfo">
+                    <connector:name>ServerInfo</connector:name>
+                </connector:reference>
+            </connector:gbean>
+            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" class="org.apache.geronimo.connector.outbound.security.PasswordCredentialLoginModuleWrapperGBean" name="test-cms-credentials">
+                <connector:attribute name="loginModuleClass">
+                    org.apache.geronimo.connector.outbound.security.CallerIdentityPasswordCredentialLoginModule
+                </connector:attribute>
+                <connector:reference name="ManagedConnectionFactoryWrapper">
+                    <connector:name>cmsds</connector:name>
+                </connector:reference>
+                <connector:attribute name="loginDomainName">test-cms-credentials</connector:attribute>
+            </connector:gbean>
+        </connector:connector>
+    </ns2:module>
+    <ns2:module>
+        <ns2:web>web.war</ns2:web>
+        <web-app:web-app xmlns:web-app="http://geronimo.apache.org/xml/ns/j2ee/web-2.0">
+            <web-app:security-realm-name>test-cms-realm</web-app:security-realm-name>
+            <security:security xmlns:security="http://geronimo.apache.org/xml/ns/security-2.0">
+                <security:credential-store-ref>
+                    <name>test-credential-store</name>
+                </security:credential-store-ref>
+                <security:default-subject>
+                    <security:realm>test-cms-realm</security:realm>
+                    <security:id>test</security:id>
+                </security:default-subject>
+                <security:role-mappings>
+                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" role-name="test">
+                        <security:principal class="org.apache.geronimo.connector.outbound.security.ResourcePrincipal" name="george"/>
+                    </security:role>
+                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns="" role-name="fail">
+                        <security:run-as-subject>
+                            <security:realm>test-cms-realm</security:realm>
+                            <security:id>fail</security:id>
+                        </security:run-as-subject>
+                    </security:role>
+                </security:role-mappings>
+            </security:security>
+        </web-app:web-app>
+    </ns2:module>
+</ns2:application>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-3.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml Thu Nov 17 02:19:12 2011
@@ -1,139 +1,139 @@
-<?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: 647891 $ $Date: 2008-04-15 00:40:39 +0800 (Tue, 15 Apr 2008) $ -->
-
-<application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns2="http://geronimo.apache.org/xml/ns/deployment-1.2">
-    <ns2:environment>
-        <ns2:moduleId>
-            <ns2:groupId>org.apache.geronimo.testsuite</ns2:groupId>
-            <ns2:artifactId>jca-cms-ear</ns2:artifactId>
-            <ns2:version>2.2-SNAPSHOT</ns2:version>
-            <ns2:type>ear</ns2:type>
-        </ns2:moduleId>
-        <ns2:dependencies>
-            <ns2:dependency>
-                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
-                <ns2:artifactId>system-database</ns2:artifactId>
-                <ns2:type>car</ns2:type>
-            </ns2:dependency>
-        </ns2:dependencies>
-    </ns2:environment>
-    <module>
-        <connector>tranql.rar</connector>
-        <connector:connector xmlns:connector="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
-            <connector:resourceadapter>
-                <connector:outbound-resourceadapter>
-                    <connector:connection-definition>
-                        <connector:connectionfactory-interface>javax.sql.DataSource</connector:connectionfactory-interface>
-                        <connector:connectiondefinition-instance>
-                            <connector:name>cmsds</connector:name>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="CreateDatabase">false</connector:config-property-setting>
-                            <connector:connectionmanager>
-<connector:container-managed-security/>
-<connector:xa-transaction>
-    <connector:transaction-caching/>
-                                </connector:xa-transaction>
-<connector:single-pool>
-    <connector:max-size>10</connector:max-size>
-    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
-    <connector:select-one-assume-match/>
-                                </connector:single-pool>
-                            </connector:connectionmanager>
-                        </connector:connectiondefinition-instance>
-                        <connector:connectiondefinition-instance>
-                            <connector:name>configuredsecurityds</connector:name>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="UserName">system</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="Password">manager</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
-                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="CreateDatabase">true</connector:config-property-setting>
-                            <connector:connectionmanager>
-<connector:xa-transaction>
-    <connector:transaction-caching/>
-                                </connector:xa-transaction>
-<connector:single-pool>
-    <connector:max-size>10</connector:max-size>
-    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
-    <connector:select-one-assume-match/>
-                                </connector:single-pool>
-                            </connector:connectionmanager>
-                        </connector:connectiondefinition-instance>
-                    </connector:connection-definition>
-                </connector:outbound-resourceadapter>
-            </connector:resourceadapter>
-            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" class="org.apache.geronimo.security.realm.GenericSecurityRealm" name="test-cms-realm">
-                <connector:attribute name="realmName">test-cms-realm</connector:attribute>
-                <connector:xml-reference xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.1" name="LoginModuleConfiguration">
-                    <lc:login-config>
-                        <lc:login-module-ref control-flag="REQUIRED">
-                            <lc:pattern>
-<ns2:name>test-cms-credentials
-                                </ns2:name>
-                            </lc:pattern>
-                        </lc:login-module-ref>
-                        <lc:login-module control-flag="REQUIRED" wrap-principals="false">
-                            <lc:login-domain-name>test-app-credentials</lc:login-domain-name>
-                            <lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
-                            <lc:option name="usersURI">var/security/demo_users.properties</lc:option>
-                            <lc:option name="groupsURI">var/security/demo_groups.properties</lc:option>
-                        </lc:login-module>
-                    </lc:login-config>
-                </connector:xml-reference>
-                <connector:reference name="ServerInfo">
-                    <connector:name>ServerInfo</connector:name>
-                </connector:reference>
-            </connector:gbean>
-            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" class="org.apache.geronimo.connector.outbound.security.PasswordCredentialLoginModuleWrapperGBean" name="test-cms-credentials">
-                <connector:attribute name="loginModuleClass">
-                    org.apache.geronimo.connector.outbound.security.CallerIdentityPasswordCredentialLoginModule
-                </connector:attribute>
-                <connector:reference name="ManagedConnectionFactoryWrapper">
-                    <connector:name>cmsds</connector:name>
-                </connector:reference>
-                <connector:attribute name="loginDomainName">test-cms-credentials</connector:attribute>
-            </connector:gbean>
-        </connector:connector>
-    </module>
-    <module>
-        <web>web.war</web>
-        <web-app:web-app xmlns:web-app="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
-            <web-app:security-realm-name>test-cms-realm</web-app:security-realm-name>
-            <security:security xmlns:security="http://geronimo.apache.org/xml/ns/security-2.0">
-                <security:credential-store-ref>
-                    <ns2:name>test-credential-store</ns2:name>
-                </security:credential-store-ref>
-                <security:default-subject>
-                    <security:realm>test-cms-realm</security:realm>
-                    <security:id>test</security:id>
-                </security:default-subject>
-                <security:role-mappings>
-                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" role-name="test">
-                        <security:principal class="org.apache.geronimo.connector.outbound.security.ResourcePrincipal" name="george"/>
-                    </security:role>
-                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" role-name="fail">
-                        <security:run-as-subject>
-                            <security:realm>test-cms-realm</security:realm>
-                            <security:id>fail</security:id>
-                        </security:run-as-subject>
-                    </security:role>
-                </security:role-mappings>
-            </security:security>
-        </web-app:web-app>
-    </module>
-</application>
+<?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$ -->
+
+<application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns2="http://geronimo.apache.org/xml/ns/deployment-1.2">
+    <ns2:environment>
+        <ns2:moduleId>
+            <ns2:groupId>org.apache.geronimo.testsuite</ns2:groupId>
+            <ns2:artifactId>jca-cms-ear</ns2:artifactId>
+            <ns2:version>2.2-SNAPSHOT</ns2:version>
+            <ns2:type>ear</ns2:type>
+        </ns2:moduleId>
+        <ns2:dependencies>
+            <ns2:dependency>
+                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
+                <ns2:artifactId>system-database</ns2:artifactId>
+                <ns2:type>car</ns2:type>
+            </ns2:dependency>
+        </ns2:dependencies>
+    </ns2:environment>
+    <module>
+        <connector>tranql.rar</connector>
+        <connector:connector xmlns:connector="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
+            <connector:resourceadapter>
+                <connector:outbound-resourceadapter>
+                    <connector:connection-definition>
+                        <connector:connectionfactory-interface>javax.sql.DataSource</connector:connectionfactory-interface>
+                        <connector:connectiondefinition-instance>
+                            <connector:name>cmsds</connector:name>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="CreateDatabase">false</connector:config-property-setting>
+                            <connector:connectionmanager>
+<connector:container-managed-security/>
+<connector:xa-transaction>
+    <connector:transaction-caching/>
+                                </connector:xa-transaction>
+<connector:single-pool>
+    <connector:max-size>10</connector:max-size>
+    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
+    <connector:select-one-assume-match/>
+                                </connector:single-pool>
+                            </connector:connectionmanager>
+                        </connector:connectiondefinition-instance>
+                        <connector:connectiondefinition-instance>
+                            <connector:name>configuredsecurityds</connector:name>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="UserName">system</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="Password">manager</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="DatabaseName">TestDatabase</connector:config-property-setting>
+                            <connector:config-property-setting xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" name="CreateDatabase">true</connector:config-property-setting>
+                            <connector:connectionmanager>
+<connector:xa-transaction>
+    <connector:transaction-caching/>
+                                </connector:xa-transaction>
+<connector:single-pool>
+    <connector:max-size>10</connector:max-size>
+    <connector:blocking-timeout-milliseconds>5000</connector:blocking-timeout-milliseconds>
+    <connector:select-one-assume-match/>
+                                </connector:single-pool>
+                            </connector:connectionmanager>
+                        </connector:connectiondefinition-instance>
+                    </connector:connection-definition>
+                </connector:outbound-resourceadapter>
+            </connector:resourceadapter>
+            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" class="org.apache.geronimo.security.realm.GenericSecurityRealm" name="test-cms-realm">
+                <connector:attribute name="realmName">test-cms-realm</connector:attribute>
+                <connector:xml-reference xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.1" name="LoginModuleConfiguration">
+                    <lc:login-config>
+                        <lc:login-module-ref control-flag="REQUIRED">
+                            <lc:pattern>
+<ns2:name>test-cms-credentials
+                                </ns2:name>
+                            </lc:pattern>
+                        </lc:login-module-ref>
+                        <lc:login-module control-flag="REQUIRED" wrap-principals="false">
+                            <lc:login-domain-name>test-app-credentials</lc:login-domain-name>
+                            <lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
+                            <lc:option name="usersURI">var/security/demo_users.properties</lc:option>
+                            <lc:option name="groupsURI">var/security/demo_groups.properties</lc:option>
+                        </lc:login-module>
+                    </lc:login-config>
+                </connector:xml-reference>
+                <connector:reference name="ServerInfo">
+                    <connector:name>ServerInfo</connector:name>
+                </connector:reference>
+            </connector:gbean>
+            <connector:gbean xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" class="org.apache.geronimo.connector.outbound.security.PasswordCredentialLoginModuleWrapperGBean" name="test-cms-credentials">
+                <connector:attribute name="loginModuleClass">
+                    org.apache.geronimo.connector.outbound.security.CallerIdentityPasswordCredentialLoginModule
+                </connector:attribute>
+                <connector:reference name="ManagedConnectionFactoryWrapper">
+                    <connector:name>cmsds</connector:name>
+                </connector:reference>
+                <connector:attribute name="loginDomainName">test-cms-credentials</connector:attribute>
+            </connector:gbean>
+        </connector:connector>
+    </module>
+    <module>
+        <web>web.war</web>
+        <web-app:web-app xmlns:web-app="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
+            <web-app:security-realm-name>test-cms-realm</web-app:security-realm-name>
+            <security:security xmlns:security="http://geronimo.apache.org/xml/ns/security-2.0">
+                <security:credential-store-ref>
+                    <ns2:name>test-credential-store</ns2:name>
+                </security:credential-store-ref>
+                <security:default-subject>
+                    <security:realm>test-cms-realm</security:realm>
+                    <security:id>test</security:id>
+                </security:default-subject>
+                <security:role-mappings>
+                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" role-name="test">
+                        <security:principal class="org.apache.geronimo.connector.outbound.security.ResourcePrincipal" name="george"/>
+                    </security:role>
+                    <security:role xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns="" role-name="fail">
+                        <security:run-as-subject>
+                            <security:realm>test-cms-realm</security:realm>
+                            <security:id>fail</security:id>
+                        </security:run-as-subject>
+                    </security:role>
+                </security:role-mappings>
+            </security:security>
+        </web-app:web-app>
+    </module>
+</application>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/application/geronimo-application-expected-6.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml Thu Nov 17 02:19:12 2011
@@ -1,43 +1,43 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647365 $ $Date: 2008-04-12 11:07:34 +0800 (Sat, 12 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXBClient</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:client-environment>
-
-    <dep:server-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXBClientServer</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:server-environment>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXBClient</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:client-environment>
+
+    <dep:server-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXBClientServer</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:server-environment>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml Thu Nov 17 02:19:12 2011
@@ -1,55 +1,55 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647891 $ $Date: 2008-04-15 00:40:39 +0800 (Tue, 15 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
-   xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXWSClient</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:client-environment>
-
-    <dep:server-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXWSClientServer</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:server-environment>
-
-    <naming:service-ref>
-        <naming:service-ref-name>services/Greeter</naming:service-ref-name>
-        <naming:port>
-            <naming:port-name>GreeterPort</naming:port-name>
-            <naming:protocol>http</naming:protocol>
-            <naming:host>localhost</naming:host>
-            <naming:port>8080</naming:port>
-            <naming:uri>/jaxws-war/servlet2</naming:uri>
-        </naming:port>
-    </naming:service-ref>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
+   xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXWSClient</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:client-environment>
+
+    <dep:server-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXWSClientServer</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:server-environment>
+
+    <naming:service-ref>
+        <naming:service-ref-name>services/Greeter</naming:service-ref-name>
+        <naming:port>
+            <naming:port-name>GreeterPort</naming:port-name>
+            <naming:protocol>http</naming:protocol>
+            <naming:host>localhost</naming:host>
+            <naming:port>8080</naming:port>
+            <naming:uri>/jaxws-war/servlet2</naming:uri>
+        </naming:port>
+    </naming:service-ref>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-2.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml Thu Nov 17 02:19:12 2011
@@ -1,85 +1,85 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647891 $ $Date: 2008-04-15 00:40:39 +0800 (Tue, 15 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
-            <dep:artifactId>corba-marshal-client</dep:artifactId>
-            <dep:version>${version}</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-        <dep:dependencies>
-            <dep:dependency>
-                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
-                <dep:artifactId>client-corba-yoko</dep:artifactId>
-                <dep:version>${version}</dep:version>
-                <dep:type>car</dep:type>
-            </dep:dependency>
-            <dep:dependency>
-                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
-                <dep:artifactId>client-transaction</dep:artifactId>
-                <dep:version>${version}</dep:version>
-                <dep:type>car</dep:type>
-            </dep:dependency>
-        </dep:dependencies>
-        <dep:hidden-classes/>
-        <dep:non-overridable-classes/>
-    </dep:client-environment>
-
-    <dep:server-environment>
-    </dep:server-environment>
-
-    <ejb-ref>
-        <ref-name>MarshalEJB</ref-name>
-        <ns-corbaloc>corbaloc::localhost:1050/NameService</ns-corbaloc>
-        <name>MarshalEJB</name>
-        <css-link>NoSecurity</css-link>
-    </ejb-ref>
-
-    <gbean name="NoSecurity" class="org.apache.geronimo.corba.CSSBeanGBean">
-        <reference name="TransactionManager">
-            <name>TransactionManager</name>
-        </reference>
-        <reference name="ConfigAdapter">
-            <name>ORBConfigAdapter</name>
-        </reference>
-        <reference name="SSLConfig">
-            <name>CORBASSLConfig</name>
-        </reference>
-        <attribute name="description">NoSecurity</attribute>
-        <xml-attribute name="cssConfig">
-            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
-                <css:compoundSecMechTypeList>
-                    <css:compoundSecMech>
-                        <css:SSL>
-                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
-                            <css:requires></css:requires>
-                        </css:SSL>
-                    </css:compoundSecMech>
-                </css:compoundSecMechTypeList>
-            </css:css>
-        </xml-attribute>
-    </gbean>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
+            <dep:artifactId>corba-marshal-client</dep:artifactId>
+            <dep:version>${version}</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+        <dep:dependencies>
+            <dep:dependency>
+                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+                <dep:artifactId>client-corba-yoko</dep:artifactId>
+                <dep:version>${version}</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+            <dep:dependency>
+                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+                <dep:artifactId>client-transaction</dep:artifactId>
+                <dep:version>${version}</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+        </dep:dependencies>
+        <dep:hidden-classes/>
+        <dep:non-overridable-classes/>
+    </dep:client-environment>
+
+    <dep:server-environment>
+    </dep:server-environment>
+
+    <ejb-ref>
+        <ref-name>MarshalEJB</ref-name>
+        <ns-corbaloc>corbaloc::localhost:1050/NameService</ns-corbaloc>
+        <name>MarshalEJB</name>
+        <css-link>NoSecurity</css-link>
+    </ejb-ref>
+
+    <gbean name="NoSecurity" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">NoSecurity</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
+                            <css:requires></css:requires>
+                        </css:SSL>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-3.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml Thu Nov 17 02:19:12 2011
@@ -1,43 +1,43 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647365 $ $Date: 2008-04-12 11:07:34 +0800 (Sat, 12 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXBClient</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:client-environment>
-
-    <dep:server-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXBClientServer</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:server-environment>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXBClient</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:client-environment>
+
+    <dep:server-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXBClientServer</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:server-environment>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-4.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml Thu Nov 17 02:19:12 2011
@@ -1,55 +1,55 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647891 $ $Date: 2008-04-15 00:40:39 +0800 (Tue, 15 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
-   xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.1"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXWSClient</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:client-environment>
-
-    <dep:server-environment>
-        <dep:moduleId>
-            <dep:groupId>JEE5</dep:groupId>
-            <dep:artifactId>JAXWSClientServer</dep:artifactId>
-            <dep:version>1.1</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-    </dep:server-environment>
-
-    <naming:service-ref>
-        <naming:service-ref-name>services/Greeter</naming:service-ref-name>
-        <naming:port>
-            <naming:port-name>GreeterPort</naming:port-name>
-            <naming:protocol>http</naming:protocol>
-            <naming:host>localhost</naming:host>
-            <naming:port>8080</naming:port>
-            <naming:uri>/jaxws-war/servlet2</naming:uri>
-        </naming:port>
-    </naming:service-ref>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
+   xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.1"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXWSClient</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:client-environment>
+
+    <dep:server-environment>
+        <dep:moduleId>
+            <dep:groupId>JEE5</dep:groupId>
+            <dep:artifactId>JAXWSClientServer</dep:artifactId>
+            <dep:version>1.1</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+    </dep:server-environment>
+
+    <naming:service-ref>
+        <naming:service-ref-name>services/Greeter</naming:service-ref-name>
+        <naming:port>
+            <naming:port-name>GreeterPort</naming:port-name>
+            <naming:protocol>http</naming:protocol>
+            <naming:host>localhost</naming:host>
+            <naming:port>8080</naming:port>
+            <naming:uri>/jaxws-war/servlet2</naming:uri>
+        </naming:port>
+    </naming:service-ref>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-5.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml Thu Nov 17 02:19:12 2011
@@ -1,85 +1,85 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!-- @version $Rev: 647891 $ $Date: 2008-04-15 00:40:39 +0800 (Tue, 15 Apr 2008) $ -->
-
-<application-client
-   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
-   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
-
-    <dep:client-environment>
-        <dep:moduleId>
-            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
-            <dep:artifactId>corba-marshal-client</dep:artifactId>
-            <dep:version>${version}</dep:version>
-            <dep:type>car</dep:type>
-        </dep:moduleId>
-        <dep:dependencies>
-            <dep:dependency>
-                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
-                <dep:artifactId>client-corba-yoko</dep:artifactId>
-                <dep:version>${version}</dep:version>
-                <dep:type>car</dep:type>
-            </dep:dependency>
-            <dep:dependency>
-                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
-                <dep:artifactId>client-transaction</dep:artifactId>
-                <dep:version>${version}</dep:version>
-                <dep:type>car</dep:type>
-            </dep:dependency>
-        </dep:dependencies>
-        <dep:hidden-classes/>
-        <dep:non-overridable-classes/>
-    </dep:client-environment>
-
-    <dep:server-environment>
-    </dep:server-environment>
-
-    <ejb-ref>
-        <ref-name>MarshalEJB</ref-name>
-        <ns-corbaloc>corbaloc::localhost:1050/NameService</ns-corbaloc>
-        <name>MarshalEJB</name>
-        <css-link>NoSecurity</css-link>
-    </ejb-ref>
-
-    <gbean name="NoSecurity" class="org.apache.geronimo.corba.CSSBeanGBean">
-        <reference name="TransactionManager">
-            <name>TransactionManager</name>
-        </reference>
-        <reference name="ConfigAdapter">
-            <name>ORBConfigAdapter</name>
-        </reference>
-        <reference name="SSLConfig">
-            <name>CORBASSLConfig</name>
-        </reference>
-        <attribute name="description">NoSecurity</attribute>
-        <xml-attribute name="cssConfig">
-            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
-                <css:compoundSecMechTypeList>
-                    <css:compoundSecMech>
-                        <css:SSL>
-                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
-                            <css:requires></css:requires>
-                        </css:SSL>
-                    </css:compoundSecMech>
-                </css:compoundSecMechTypeList>
-            </css:css>
-        </xml-attribute>
-    </gbean>
-
-</application-client>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- @version $Rev$ $Date$ -->
+
+<application-client
+   xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
+   xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+
+    <dep:client-environment>
+        <dep:moduleId>
+            <dep:groupId>org.apache.geronimo.testsuite</dep:groupId>
+            <dep:artifactId>corba-marshal-client</dep:artifactId>
+            <dep:version>${version}</dep:version>
+            <dep:type>car</dep:type>
+        </dep:moduleId>
+        <dep:dependencies>
+            <dep:dependency>
+                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+                <dep:artifactId>client-corba-yoko</dep:artifactId>
+                <dep:version>${version}</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+            <dep:dependency>
+                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+                <dep:artifactId>client-transaction</dep:artifactId>
+                <dep:version>${version}</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+        </dep:dependencies>
+        <dep:hidden-classes/>
+        <dep:non-overridable-classes/>
+    </dep:client-environment>
+
+    <dep:server-environment>
+    </dep:server-environment>
+
+    <ejb-ref>
+        <ref-name>MarshalEJB</ref-name>
+        <ns-corbaloc>corbaloc::localhost:1050/NameService</ns-corbaloc>
+        <name>MarshalEJB</name>
+        <css-link>NoSecurity</css-link>
+    </ejb-ref>
+
+    <gbean name="NoSecurity" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">NoSecurity</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
+                            <css:requires></css:requires>
+                        </css:SSL>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+</application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-example-6.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml?rev=1203020&r1=1203019&r2=1203020&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml Thu Nov 17 02:19:12 2011
@@ -1,38 +1,38 @@
-<?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: 647365 $ $Date: 2008-04-12 11:07:34 +0800 (Sat, 12 Apr 2008) $ -->
-   
-<ns4:application-client xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
-    <client-environment>
-        <moduleId>
-            <groupId>JEE5</groupId>
-            <artifactId>JAXBClient</artifactId>
-            <version>1.1</version>
-            <type>car</type>
-        </moduleId>
-    </client-environment>
-    <server-environment>
-        <moduleId>
-            <groupId>JEE5</groupId>
-            <artifactId>JAXBClientServer</artifactId>
-            <version>1.1</version>
-            <type>car</type>
-        </moduleId>
-    </server-environment>
-</ns4:application-client>
+<?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$ -->
+   
+<ns4:application-client xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
+    <client-environment>
+        <moduleId>
+            <groupId>JEE5</groupId>
+            <artifactId>JAXBClient</artifactId>
+            <version>1.1</version>
+            <type>car</type>
+        </moduleId>
+    </client-environment>
+    <server-environment>
+        <moduleId>
+            <groupId>JEE5</groupId>
+            <artifactId>JAXBClientServer</artifactId>
+            <version>1.1</version>
+            <type>car</type>
+        </moduleId>
+    </server-environment>
+</ns4:application-client>

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/test/resources/applicationclient/geronimo-application-client-expected-1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml