Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4306

Invalid invoker mbean names in standardjboss.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • No Release
    • JBossAS-5.0.0.Beta2
    • EJB2
    • None

      The following invoker-proxy-binding is useless in terms of defining the invoker-mbean such that it can be used as a ejb container dependency:

      <invoker-proxy-binding>
      <name>message-driven-bean</name>
      <invoker-mbean>default</invoker-mbean>
      <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
      <proxy-factory-config>
      <JMSProviderAdapterJNDI>DefaultJMSProvider</JMSProviderAdapterJNDI>
      <ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI>
      <CreateJBossMQDestination>false</CreateJBossMQDestination>
      <!-- WARN: Don't set this to zero until a bug in the pooled executor is fixed -->
      <MinimumSize>1</MinimumSize>
      <MaximumSize>15</MaximumSize>
      <KeepAliveMillis>30000</KeepAliveMillis>
      <MaxMessages>1</MaxMessages>
      <MDBConfig>
      <ReconnectIntervalSec>10</ReconnectIntervalSec>
      <DLQConfig>
      <DestinationQueue>queue/DLQ</DestinationQueue>
      <MaxTimesRedelivered>10</MaxTimesRedelivered>
      <TimeToLive>0</TimeToLive>
      </DLQConfig>
      </MDBConfig>
      </proxy-factory-config>
      </invoker-proxy-binding>

      Either there should be an mbean representing the state of the default invoker, or the mdb invoker config specified in another way such that dependencies can be configured.

              starksm64 Scott Stark (Inactive)
              starksm64 Scott Stark (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: