You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dennis Sosnoski (JIRA)" <ji...@apache.org> on 2013/07/03 09:20:22 UTC

[jira] [Assigned] (CXF-5002) Documentation "Using WS-Reliable Messaging" contains errors and could be improved

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

Dennis Sosnoski reassigned CXF-5002:
------------------------------------

    Assignee: Dennis Sosnoski
    
> Documentation "Using WS-Reliable Messaging" contains errors and could be improved
> ---------------------------------------------------------------------------------
>
>                 Key: CXF-5002
>                 URL: https://issues.apache.org/jira/browse/CXF-5002
>             Project: CXF
>          Issue Type: Bug
>          Components: Documentation, WS-* Components
>    Affects Versions: 2.7.4
>            Reporter: Philippe Mouawad
>            Assignee: Dennis Sosnoski
>
> Documentation contains typos errors:
> wsrm-mgr:jdbcStore id="myStore"
>     driverClassName="org.apache.derby.jdbc.ClientDriver"/>
>     url="jdbc:derby://localhost:1527/rmdb;create=true"/>
>     password="password"/>
> should be:
> wsrm-mgr:jdbcStore id="myStore"
>     driverClassName="org.apache.derby.jdbc.ClientDriver"
>     url="jdbc:derby://localhost:1527/rmdb;create=true"
>     password="password"/>
> It should also mention the right namespaces configuration:
> xmlns:wsrm-mgr="http://cxf.apache.org/ws/rm/manager"
> xsi:schemaLocation="
> http://cxf.apache.org/ws/rm/manager http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd
> ">
> Finally instead of mentionning the JDBC configuration with JDBC URL (which is rarely used in J2EE Environments), it should mention the datasource configuration way.
> I will be happy to contribute fixes if you can tell me how doc patches can be contributed
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira