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/10/14 00:13:41 UTC

[jira] [Closed] (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 closed CXF-5002.
--------------------------------


I think this change should be sufficient, but if not reopen with further details.

> 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
>             Fix For: 3.0.0
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)