[JBoss JIRA] (AS7-6972) JBAS014884: No operation named 'composite' exists at address
by Van Halbert (JIRA)
Van Halbert created AS7-6972:
--------------------------------
Summary: JBAS014884: No operation named 'composite' exists at address
Key: AS7-6972
URL: https://issues.jboss.org/browse/AS7-6972
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Environment: RHEL 6, JDK 1.7
Reporter: Van Halbert
Assignee: Brian Stansberry
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 [
…
(see forum for full discussion)
--
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
11 years, 8 months
[JBoss JIRA] (AS7-6770) Recovery manager service may not always use the correct orphan filters
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/AS7-6770?page=com.atlassian.jira.plugin.s... ]
jaikiran pai reopened AS7-6770:
-------------------------------
Reopening to link the PR on github
> Recovery manager service may not always use the correct orphan filters
> ----------------------------------------------------------------------
>
> Key: AS7-6770
> URL: https://issues.jboss.org/browse/AS7-6770
> Project: Application Server 7
> Issue Type: Bug
> Components: Transactions
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: jaikiran pai
> Assignee: jaikiran pai
> Fix For: 8.0.0.Alpha1
>
>
> I've been looking into certain transaction recovery use cases (with EJB remote beans involved) and while investigating the issues, I noticed that the orphan filters being set in the JTAEnvironmentBean might not be available to the Recovery manager service. That's because the MSC service which sets up the transaction recovery manager service runs before the JTAEnvironmentBean is setup with the orphan filters, which actually happens in a separate MSC service (Arjuna tx manager service) which starts *after* the recovery manager MSC service.
> (Sorry, don't have the code in front of me, else would have added the exact class names - will do so later).
--
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
11 years, 8 months