Bug 1038198 - RTGov and GadgetServer Datasource URL change required
Summary: RTGov and GadgetServer Datasource URL change required
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Installer
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER7
: 6.0.0
Assignee: Thomas Hauser
QA Contact: Andrej Vano
URL:
Whiteboard:
Depends On: 1017184
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-04 15:32 UTC by Gary Brown
Modified: 2014-02-06 15:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.