| Summary: | RTGov and GadgetServer Datasource URL change required | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Gary Brown <gbrown> |
| Component: | Installer | Assignee: | Thomas Hauser <thauser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Andrej Vano <avano> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | atangrin, jsedlace, kconner, soa-p-jira |
| Target Milestone: | ER7 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-06 15:26:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1017184 | ||
| Bug Blocks: | |||
|
Description
Gary Brown
2013-12-04 15:32:52 UTC
Currently standalone-full,xml (for example) contains: <datasource jndi-name="java:jboss/GadgetServer" pool-name="GadgetServer" enabled="true"> and <datasource jndi-name="java:jboss/datasource/OverlordRTGov" pool-name="OverlordRTGov" enabled="true"> should be: <datasource jndi-name="java:jboss/datasources/GadgetServer" pool-name="GadgetServer" enabled="true"> and <datasource jndi-name="java:jboss/datasources/OverlordRTGov" pool-name="OverlordRTGov" enabled="true"> Done. Hello, verified on ER7. |