Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4497

Channel creation options in EJB3 subsystem refer to class names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.2.Final (EAP)
    • None
    • EJB
    • None

      AS7-4373 introduced a way to configure the channel creation options for the EJB remote channel. The way it's allowed is as follows:

      <subsystem xmlns="urn:jboss:domain:ejb3:1.3">
      
          <remote connector-ref="remoting-connector" thread-pool-name="default">
              <channel-creation-options>
                  <!-- Just random configurations as examples -->    
                  <option name="org.xnio.Options.READ_TIMEOUT" value="20"/>
                  <option name="org.jboss.remoting3.RemotingOptions.MAX_OUTBOUND_MESSAGES" value="1234"/>
              </channel-creation-options>
          </remote>
      

      This isn't acceptable since the option name refers to a classname.

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: