[
https://issues.jboss.org/browse/JBAS-8816?page=com.atlassian.jira.plugin....
]
Jason Greene reopened JBAS-8816:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all
unscheduled AS6 issues that are a year or less old. This will make it easier community
members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate
them.
data-source element in application.xml descriptor is not processed
correctly
----------------------------------------------------------------------------
Key: JBAS-8816
URL:
https://issues.jboss.org/browse/JBAS-8816
Project: Legacy JBoss Application Server 6
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Deployers, Other
Affects Versions: 6.0.0.Final
Environment: Mac OS X 10.6
Reporter: henk de boer
Assignee: Weston M. Price
Fix For: No Release
Defining a datasource in the application.xml descriptor of an EAR using the data-source
element, does not cause this datasource to become available in the defined namespace.
For instance the following is supposed to make a datasource available in JNDI at
java:app/MyDataSource
<data-source>
<description>Sample DataSource definition</description>
<name>java:app/MyDataSource</name>
<class-name>org.postgresql.ds.PGSimpleDataSource</class-name>
<server-name>myserver.com</server-name>
<port-number>5432</port-number>
<database-name>mydb</database-name>
<user>myuser</user>
<password>mypass</password>
</data-source>
This however does not happen.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira