[jboss-jira] [JBoss JIRA] (AS7-3287) Deploying a datasource should trigger 'server reload is required'
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Thu Jan 19 05:13:18 EST 2012
[ https://issues.jboss.org/browse/AS7-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660451#comment-12660451 ]
Stefano Maestri commented on AS7-3287:
--------------------------------------
No, there is another solution: call :enable on the datasource. DS are created disabled, but can be enabled w/o server reload calling the :enable operation that is designed exactly for this purpose.
Note also that editing an existing ds require a reload if you edit an enabled ds. You can call :disable on a ds, edit it (w/o reload) and the re-enable it (w/o reload) calling :enable
> Deploying a datasource should trigger 'server reload is required'
> -----------------------------------------------------------------
>
> Key: AS7-3287
> URL: https://issues.jboss.org/browse/AS7-3287
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Affects Versions: 7.1.0.CR1b
> Reporter: Jan Martiska
> Assignee: Stefano Maestri
>
> Deploying a datasource should trigger 'server reload is required' message and require a server reload. It is necessary for example for the datasource to appear in the JNDI naming list.
> Editing an existing datasource triggers this, but creation does not.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list