dblevins 2005/01/07 20:57:46 Modified: modules/core/src/test-ejb-jar/META-INF/wsdl test-ejb.xml Log:
Fixed the namespace used for referencing the wsdl Revision Changes Path 1.2 +1 -1 openejb/modules/core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml Index: test-ejb.xml =================================================================== RCS file: /home/projects/openejb/scm/openejb/modules/core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test-ejb.xml 22 Dec 2004 05:49:08 -0000 1.1 +++ test-ejb.xml 8 Jan 2005 01:57:41 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:wsdl="http://Hello.org" + xmlns:wsdl="http://openejb.org/test-ejb-jar" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd" version="1.1">
