dblevins 2004/12/22 00:49:08
Added: modules/core/src/test-ejb-jar/META-INF ejb-jar.xml
openejb-jar.xml webservices.xml
Log:
Added testing code for testing run-time aspects of containers and protocols
Revision Changes Path
1.9 +1 -0
openejb/modules/core/src/test-ejb-jar/META-INF/ejb-jar.xml
1.9 +0 -0
openejb/modules/core/src/test-ejb-jar/META-INF/openejb-jar.xml
1.1
openejb/modules/core/src/test-ejb-jar/META-INF/webservices.xml
Index: webservices.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:test="http://openejb.org/test-ejb-jar"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
version="1.1">
<webservice-description>
<webservice-description-name>SimpleEJBTest</webservice-description-name>
<wsdl-file>META-INF/wsdl/test-ejb.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/wsdl/test-ejb.xml</jaxrpc-mapping-file>
<port-component>
<port-component-name>Simple</port-component-name>
<wsdl-port>test:SimplePort</wsdl-port>
<service-endpoint-interface>org.openejb.test.slsb.SimpleStatelessSessionEndpoint</service-endpoint-interface>
<service-impl-bean>
<ejb-link>SimpleStatelessSession</ejb-link>
</service-impl-bean>
</port-component>
</webservice-description>
</webservices>