You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/01/25 01:46:34 UTC

[jira] Closed: (GERONIMO-2287) Error in Connector schema header documentation

     [ https://issues.apache.org/jira/browse/GERONIMO-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-2287.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.1.x)
                   2.1
         Assignee: David Jencks

No longer an issue in trunk.  Don't know when it was fixed.

> Error in Connector schema header documentation
> ----------------------------------------------
>
>                 Key: GERONIMO-2287
>                 URL: https://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
>            Assignee: David Jencks
>             Fix For: 2.1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.