[jboss-jira] [JBoss JIRA] (AS7-6536) Enable the reverse controller checks for the ejb 3 transformers test

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Feb 16 11:46:56 EST 2013


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

Brian Stansberry edited comment on AS7-6536 at 2/16/13 11:46 AM:
-----------------------------------------------------------------

This operation:

{code}
{
    "operation" => "add",
    "address" => [("subsystem" => "ejb3")],
    "default-slsb-instance-pool" => "slsb-strict-max-pool",
    "default-stateful-bean-access-timeout" => expression "${prop.default-access-timeout:5000}",
    "default-sfsb-cache" => "file",
    "default-clustered-sfsb-cache" => "cluster",
    "default-singleton-bean-access-timeout" => expression "${prop.default-access-timeout:5000}",
    "default-entity-bean-instance-pool" => "entity-strict-max-pool",
    "default-entity-bean-optimistic-locking" => true,
    "in-vm-remote-interface-invocation-pass-by-value" => false,
    "enable-statistics" => true,
    "default-distinct-name" => "myname",
    "default-mdb-instance-pool" => undefined,
    "default-resource-adapter-name" => undefined,
    "default-security-domain" => undefined,
    "default-missing-method-permissions-deny-access" => undefined
}
{code}

results in an exception in Stage.RUNTIME:

java.lang.IllegalArgumentException: EJBCLIENT000018: Node name cannot be null
                
      was (Author: brian.stansberry):
    This operation:

{
    "operation" => "add",
    "address" => [("subsystem" => "ejb3")],
    "default-slsb-instance-pool" => "slsb-strict-max-pool",
    "default-stateful-bean-access-timeout" => expression "${prop.default-access-timeout:5000}",
    "default-sfsb-cache" => "file",
    "default-clustered-sfsb-cache" => "cluster",
    "default-singleton-bean-access-timeout" => expression "${prop.default-access-timeout:5000}",
    "default-entity-bean-instance-pool" => "entity-strict-max-pool",
    "default-entity-bean-optimistic-locking" => true,
    "in-vm-remote-interface-invocation-pass-by-value" => false,
    "enable-statistics" => true,
    "default-distinct-name" => "myname",
    "default-mdb-instance-pool" => undefined,
    "default-resource-adapter-name" => undefined,
    "default-security-domain" => undefined,
    "default-missing-method-permissions-deny-access" => undefined
}

results in an exception in Stage.RUNTIME:

ava.lang.IllegalArgumentException: EJBCLIENT000018: Node name cannot be null
                  
> Enable the reverse controller checks for the ejb 3 transformers test
> --------------------------------------------------------------------
>
>                 Key: AS7-6536
>                 URL: https://issues.jboss.org/browse/AS7-6536
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Domain Management
>            Reporter: Kabir Khan
>            Assignee: Brian Stansberry
>             Fix For: 7.3.0.Alpha1
>
>


--
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 jboss-jira mailing list