Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.4
-
None
-
Unknown
Description
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