Error in Connector schema header documentation
----------------------------------------------

                 Key: GERONIMO-2287
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2287
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: connector, deployment
    Affects Versions: 1.1
            Reporter: Aaron Mulder
             Fix For: 1.1.x


The geronimo-connector schema has this in the header:
{noformat}
    <xs:annotation>
        <xs:documentation>
            <![CDATA[
            documents using this schema should start like:
<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1";
    version="1.5">

          @(#)geronimo-connector_1_5.xsds
            ]]>
        </xs:documentation>
    </xs:annotation>
{noformat}

That is incorrect in that there is no longer a "version" attribute on the 
"connector" element.  Also, I'm really unsure what 
"@(#)geronimo-connector_1_5.xsds" means.  I think we should simplify to 
something like

{noformat}
    <xs:annotation>
        <xs:documentation>
            <![CDATA[
            XML Schema for the Geronimo deployment plan for a J2EE Connector.
            Documents using this schema should start like:
<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1";>
            If the plan is packaged in the connector RAR file it should appear 
at
META-INF/geronimo-ra.xml
            ]]>
        </xs:documentation>
    </xs:annotation>
{noformat}



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