| <?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> |