[
https://issues.apache.org/jira/browse/CXF-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Sosnoski resolved CXF-5002.
----------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0
Added full list of defined attributes to documentation, fixed XML typos, linked
to schema for more details of attributes.
> 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)