Datasource add operation binds to wrong context
-----------------------------------------------
Key: AS7-1515
URL:
https://issues.jboss.org/browse/AS7-1515
Project: Application Server 7
Issue Type: Bug
Components: JCA
Environment: AS7 upstream
Reporter: jaikiran pai
Assignee: Jesper Pedersen
A datasource configured as follows:
{code}
<xa-datasource jndi-name="e-TL/jdbc/e-TL_DataSource-0"
pool-name="e-TL_DataSource-0_Pool" enabled="true"
use-java-context="true" use-ccm="true">
{code}
runs into deployment failures:
{code}
java.lang.RuntimeException: Illegal context in name: java:e-TL/jdbc/e-TL_DataSource-0
{code}
Please see the referenced forum thread for details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira