[JBoss JIRA] (TEIID-2509) Attempt to create second salesforce source fails
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2509?page=com.atlassian.jira.plugin... ]
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
12 years, 10 months
[JBoss JIRA] (TEIID-2480) Unable to execute the domain cli script due bug in AS 7
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2480?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2480.
-----------------------------------
Resolution: Done
Marking as resolved based upon Van's script changes and AS changes for EAP 6.1 ER8 (which mean that on $0 EAP beta devs and EAP subscription users will see that fix for now).
> Unable to execute the domain cli script due bug in AS 7
> -------------------------------------------------------
>
> Key: TEIID-2480
> URL: https://issues.jboss.org/browse/TEIID-2480
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.4
>
>
> I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
> /profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
> /profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule", "flag"=>"required", "module-options"=>[("usersProperties"=>"$
> {jboss.domain.config.dir}/teiid-security-users.properties"), ("rolesProperties"=>"${jboss.domain.config.dir}
> /teiid-security-roles.properties")]}])
> but I get the message:
> …
> "failure-description" => "JBAS014884: No operation named 'composite' exists at address [
> …
> The resolution is the workaround. However, this workaround needs to be applied to the script to make it work.
--
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
12 years, 10 months
[JBoss JIRA] (TEIID-2480) Unable to execute the domain cli script due bug in AS 7
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2480?page=com.atlassian.jira.plugin... ]
Work on TEIID-2480 stopped by Van Halbert.
> Unable to execute the domain cli script due bug in AS 7
> -------------------------------------------------------
>
> Key: TEIID-2480
> URL: https://issues.jboss.org/browse/TEIID-2480
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.4
>
>
> I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
> /profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
> /profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule", "flag"=>"required", "module-options"=>[("usersProperties"=>"$
> {jboss.domain.config.dir}/teiid-security-users.properties"), ("rolesProperties"=>"${jboss.domain.config.dir}
> /teiid-security-roles.properties")]}])
> but I get the message:
> …
> "failure-description" => "JBAS014884: No operation named 'composite' exists at address [
> …
> The resolution is the workaround. However, this workaround needs to be applied to the script to make it work.
--
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
12 years, 10 months
[JBoss JIRA] (TEIID-2480) Unable to execute the domain cli script due bug in AS 7
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2480?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-2480:
------------------------------------
2 minor changes need to be made:
- remove the "name=." from the teiid-async:add command (this is no longer supported and was already changed on the standalone script).
- remove the deployment of the odata war, its already being deployed
> Unable to execute the domain cli script due bug in AS 7
> -------------------------------------------------------
>
> Key: TEIID-2480
> URL: https://issues.jboss.org/browse/TEIID-2480
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.4
>
>
> I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
> /profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
> /profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule", "flag"=>"required", "module-options"=>[("usersProperties"=>"$
> {jboss.domain.config.dir}/teiid-security-users.properties"), ("rolesProperties"=>"${jboss.domain.config.dir}
> /teiid-security-roles.properties")]}])
> but I get the message:
> …
> "failure-description" => "JBAS014884: No operation named 'composite' exists at address [
> …
> The resolution is the workaround. However, this workaround needs to be applied to the script to make it work.
--
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
12 years, 10 months
[JBoss JIRA] (TEIID-2512) Allow chaining of Metadata Repositories with multiple <metadata> elements in vdb.xml
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-2512:
-----------------------------------
Summary: Allow chaining of Metadata Repositories with multiple <metadata> elements in vdb.xml
Key: TEIID-2512
URL: https://issues.jboss.org/browse/TEIID-2512
Project: Teiid
Issue Type: Enhancement
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Currently when chaining the multiple Metadata Repositories in VDB.xml they are defined using a comma separated list on <metadata> element. Any "context" specific value is submitted via "TEXT" element under <metadata>.
However with above only one TEXT value can be defined, and if multiple repositories need to use the TEXT value there is no way to distinguish who is the owner of the data.
A Enhancement is required to be able to define multiple <metadata> elements in the vdb.xml to chain the repositories instead using the comma separated list.
--
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
12 years, 10 months
[JBoss JIRA] (TEIID-2480) Unable to execute the domain cli script due bug in AS 7
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2480?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-2480:
------------------------------------
I'm testing EAP 6.1 GA now, let me try the existing domain script to verify no change is needed. If it works, I would say this could be rejected.
> Unable to execute the domain cli script due bug in AS 7
> -------------------------------------------------------
>
> Key: TEIID-2480
> URL: https://issues.jboss.org/browse/TEIID-2480
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.4
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.4
>
>
> I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
> /profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
> /profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule", "flag"=>"required", "module-options"=>[("usersProperties"=>"$
> {jboss.domain.config.dir}/teiid-security-users.properties"), ("rolesProperties"=>"${jboss.domain.config.dir}
> /teiid-security-roles.properties")]}])
> but I get the message:
> …
> "failure-description" => "JBAS014884: No operation named 'composite' exists at address [
> …
> The resolution is the workaround. However, this workaround needs to be applied to the script to make it work.
--
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
12 years, 10 months