[teiid-issues] [JBoss JIRA] (TEIID-2509) Attempt to create second salesforce source fails

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Wed May 22 15:04:06 EDT 2013


    [ https://issues.jboss.org/browse/TEIID-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776137#comment-12776137 ] 

Ramesh Reddy commented on TEIID-2509:
-------------------------------------

The issue I see here is with the using the name of the data source. For example: if you create 

createDS (one)
createDS (two)

it works fine, as soon as you do

createDS (one)
createDS (two)
deleteDS(one)
createDS (one)

That fails because AS does not clean up the service names until "reload" occurs. They do say in message that "reload" is required, which is unfortunate as JDBC data sources does not need to recycle the server for doing the same.

Options

1) we can wait until AS provides the fix where it does not require a reload
2) We can provide a explicit "reload/restart" method on the Admin API, that client programs can use to recycle the server.

What do u guys prefer?


                
> Attempt to create second salesforce source fails
> ------------------------------------------------
>
>                 Key: TEIID-2509
>                 URL: https://issues.jboss.org/browse/TEIID-2509
>             Project: Teiid
>          Issue Type: Bug
>          Components: AdminApi
>    Affects Versions: 8.4
>         Environment: Fedora 17, Teiid 8.4 Beta2, JBoss EAP 6.1 alpha
>            Reporter: Mark Drilling
>            Assignee: Ramesh Reddy
>         Attachments: Exception_duplicateSF.txt
>
>
> Attempt to create a second salesforce datasource via the Admin api fails (stacktrace attached).  When I restart the server, it appears.
> I tried the same scenario with the Twitter WS example and it worked - did not need to restart server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list