Bug 985578 - Teiid Designer is unable to perform web services data preview multiple times without restarting server
Summary: Teiid Designer is unable to perform web services data preview multiple times ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Integration
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER2
: 6.0
Assignee: Van Halbert
QA Contact:
URL:
Whiteboard:
Depends On: 985576
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-17 19:26 UTC by Van Halbert
Modified: 2014-07-09 05:02 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:37:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache Bugzilla 985576 0 None None None Never
Red Hat Issue Tracker TEIID-2035 0 Major Closed DeleteDataSource method on Admin API does not completely delete the Connection Factory 2014-02-04 18:06:58 UTC

Comment 2 JBoss JIRA Server 2013-08-12 12:55:20 UTC
Ramesh Reddy <rareddy> made a comment on jira TEIID-2035

Here is another variation of the script that is without the remove per the workaround suggested in the original JIRA. Note we are looking for a solution that does not require a restart.

{code} 
/subsystem=resource-adapters/resource-adapter=ws/connection-definitions=wsDS:add(jndi-name=java:/wsDS, class-name=org.teiid.resource.adapter.ws.WSManagedConnectionFactory, enabled=true, use-java-context=true)
/subsystem=resource-adapters/resource-adapter=ws/connection-definitions=wsDS/config-properties=EndPoint:add(value=http://foo.com)
/subsystem=resource-adapters/resource-adapter=ws:activate

/subsystem=resource-adapters/resource-adapter=ws/connection-definitions=wsDS/config-properties=EndPoint:remove
/subsystem=resource-adapters/resource-adapter=ws/connection-definitions=wsDS/config-properties=EndPoint:add(value=http://foo1.com)
{code}

I even tried the undefine-attribute instead of "remove" and "add" in last two lines of the script.

Comment 3 JBoss JIRA Server 2013-08-14 22:02:05 UTC
Ramesh Reddy <rareddy> updated the status of jira TEIID-2035 to Resolved

Comment 4 JBoss JIRA Server 2013-08-14 22:02:05 UTC
Ramesh Reddy <rareddy> made a comment on jira TEIID-2035

Implemented the workaround defined in the thread https://community.jboss.org/message/832363

This solution requires creating a resource-adapter for each connection factory, also when the connection factory is deleted then the resource-adapter also deleted.

Once side effect is user uses Admin API it completely will be consistent in creation/deletion of sources, if they mix in editing XML file directly and Admin API some in-consistency is expected the way they are handled.

Comment 9 belong 2013-11-19 23:25:20 UTC
Fixed before GA - setting to requires_doc_text- accordingly

Comment 10 JBoss JIRA Server 2013-12-05 13:55:47 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-2035 to Closed

Comment 11 Lucie Fabrikova 2014-02-04 18:06:52 UTC
Verified in JBDSIS-7.0.0.GA-GA + DV 6.0.0.GA.


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