Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-16793

[GSS](7.2.z) XNIO-339 - Standalone EJB Client using Remote UserTransaction can hang if there are more than 15 concurrent client threads

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.2.4.CR1, 7.2.4.GA
    • 7.2.0.GA
    • EJB
    • None
    • +
    • Hide

      Use a wildfly-config.xml on the client side to raise the thread pool size:

      <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <worker xmlns="urn:xnio:3.5">
          <pool-size max-threads="100"/>
        </worker>
      </configuration>
      
      Show
      Use a wildfly-config.xml on the client side to raise the thread pool size: <?xml version= "1.0" encoding= "UTF-8" ?> <configuration> <worker xmlns= "urn:xnio:3.5" > <pool-size max-threads= "100" /> </worker> </configuration>

    Description

      Standalone EJB Client using Remote UserTransaction can hang if there are more than 15 concurrent client threads

      Attachments

        Issue Links

          Activity

            People

              flaviarnn Flavia Rainone
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: