Philippe Mouawad created CXF-5002:
-------------------------------------
Summary: 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: WS-* Components
Affects Versions: 2.7.4
Reporter: Philippe Mouawad
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