All plans should use 1.2 namespace
----------------------------------

                 Key: GERONIMO-2486
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2486
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 1.2
         Environment: All
            Reporter: Anita Kulshreshtha
         Assigned To: Anita Kulshreshtha
            Priority: Minor


    The plans are still using 1.1 namespace. Here is an example:
<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1";>

    <gbean name="WebServiceBuilder" 
class="org.apache.geronimo.axis.builder.AxisBuilder"/>

    <gbean name="AxisServiceRefBuilder" 
class="org.apache.geronimo.axis.builder.AxisServiceRefBuilder">
        <attribute 
name="eeNamespaces">http://java.sun.com/xml/ns/j2ee</attribute>
        <xml-attribute name="defaultEnvironment">
            <environment 
xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1";>
    
................................................................................................................................
    All plans must be updated to use 1.2 namespace.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to