Bug 1038198

Summary: RTGov and GadgetServer Datasource URL change required
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Gary Brown <gbrown>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Andrej Vano <avano>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: 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
Description of problem:

The datasource jndi names for GadgetServer and RTGov were changed to use a consistent path. However the change was not communicated to the prod team to update the installer.

https://bugzilla.redhat.com/show_bug.cgi?id=1017184

Comment 1 Gary Brown 2013-12-04 15:34:53 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">

Comment 2 Thomas Hauser 2013-12-04 17:43:56 UTC
Done.

Comment 3 Andrej Vano 2013-12-13 07:54:24 UTC
Hello,

verified on ER7.