dblevins    2005/01/07 20:59:31

  Modified:    modules/openejb-builder/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/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml
  
  Index: test-ejb.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/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:42:40 -0000      1.1
  +++ test-ejb.xml      8 Jan 2005 01:59:31 -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">
   
  
  
  

Reply via email to