Bug 923171 - "</datasource>" tag is missing from 7th step of "Installing on JBoss Enterprise Application Platform 6"
Summary: "</datasource>" tag is missing from 7th step of "Installing on JBoss Enterpri...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: Documentation
Version: BRMS 5.3.0.GA
Hardware: All
OS: All
unspecified
high
Target Milestone: ---
: ---
Assignee: lcarlon
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
: 965166 970038 994516 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-19 10:53 UTC by Musharraf Hussain
Modified: 2018-12-01 15:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.7 Build Name: 11104, BRMS Getting Started Guide-5-5.3.1 Build Date: 01-02-2013 11:13:39
Last Closed: 2013-08-15 23:52:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Musharraf Hussain 2013-03-19 10:53:54 UTC
Description of problem:
7th step of "2.4. Installing on JBoss Enterprise Application Platform 6" section says:
~~~
<subsystem xmlns="urn:jboss:domain:datasources:1.1">
   <datasources>
      <datasource jndi-name="java:jboss/datasources/jbpmDS" pool-name="jbpmDS" enabled="true" use-java-context="true">
         <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
         <driver>h2</driver>
         <security>
            <user-name>sa</user-name>
            <password>sa</password>
         </security>
      <drivers>
         <driver name="h2" module="com.h2database.h2"/>
      </drivers>
   </datasources>
</subsystem>
~~~

where "</datasource>" tag is missing . It should look like:
~~~
<subsystem xmlns="urn:jboss:domain:datasources:1.1">
   <datasources>
       <datasource jndi-name="java:jboss/datasources/jbpmDS" pool-name="jbpmDS" enabled="true" use-java-context="true">
         		<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
		         <driver>h2</driver>
		         <security>
		            <user-name>sa</user-name>
		            <password>sa</password>
		         </security>
                </datasource>

                <drivers>
                    <driver name="h2" module="com.h2database.h2">
                        <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
                    </driver>
                </drivers>
            </datasources>
        </subsystem>
~~~


Version-Release number of selected component (if applicable):
- JBoss Enterprise BRMS Platform 5.3.1

How reproducible:
- check the documentation [https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_BRMS_Platform/5/html-single/BRMS_Getting_Started_Guide/index.html#Installing_on_JBoss_Enterprise_Application_Platform_61]

Steps to Reproduce:
1. check the documentation [https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_BRMS_Platform/5/html-single/BRMS_Getting_Started_Guide/index.html#Installing_on_JBoss_Enterprise_Application_Platform_61]
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 lcarlon 2013-03-19 23:21:31 UTC
Thanks for reporting, Musharraf.

I've added the missing </datasources> tag. This content will be updated the next time we republish the docs.

Thanks
Lee

Comment 2 lcarlon 2013-05-21 01:15:45 UTC
*** Bug 965166 has been marked as a duplicate of this bug. ***

Comment 3 lcarlon 2013-06-04 00:16:33 UTC
*** Bug 970038 has been marked as a duplicate of this bug. ***

Comment 4 lcarlon 2013-06-11 04:32:48 UTC
The guide has been updated and will be on the doc stage shortly. Link to follow.

Comment 6 lcarlon 2013-08-07 22:55:43 UTC
*** Bug 994516 has been marked as a duplicate of this bug. ***

Comment 7 lcarlon 2013-08-15 23:52:42 UTC
The guide has been pushed to access.redhat.com


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