• Jboss EAP Remote EJB invoke transaction

    Hi all , in my company we are using Wildfly 8 , 10 and we are migrating to EAP7 using technologies EJB, JPA, WS, Activemq etc.   In this moment we are developing a couple of apps, but i have a particular problem...
    Profile Photo
    last modified by erwin.etchart
  • Mission Control setup in EAP 6.4 creates log manager error

    I'm brand new to JBoss EAP. Just installed 6.4 and it comes up fine in standalone mode. I want to monitor remotely using Mission Control, which means adding the following java options:   -Dcom.sun.management.jm...
    Profile Photo
    last modified by raye
  • When does JBoss destroy stateless ejb instances?

    Hi, if i'am right, in my case the instances of stateless ejb's are created during phases of high load, until reaching max-pool-size. It seems that these instances stay in bean pool forerver, even if they are not use...
    Profile Photo
    last modified by henrikdeluxe
  • JBoss dump file with prepared statement

    Hi,   for couple of days we are seeing that JBoss EAP is generating the dump file in the server, as per latest dump file analysis we found that out of total 7 GB size of dump file, 5.2 GB was for prepared statem...
    Profile Photo
    last modified by pandyajayn
  • can any body help me in understanding parameters passed in run.conf

    Hi please provide me to understand the parameters which are passed in run.conf file for example like server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms1024m -Xmx1536m -XX:MaxPermSize=384m -Djava.net.preferIPv...
    Profile Photo
    last modified by kalyanmiddleware
  • How to enable JMX console for JBOSS EAP 6.4.0 ???

    I need to collect the thread dumps for my application since it is running slow . need help for enabling JMX console  for JBOSS EAP 6.4.0      Thanks
    Profile Photo
    last modified by princeanurag2011
  • JBWEB000236: Servlet.service() for servlet sample threw exception: java.lang.OutOfMemoryError: unable to create new native thread

    we have 2 JBOSS 6.4 servers, both has same configuration, same application, and same load the only difference is memory configuration  (standalone.conf)   server1:   JAVA_OPTS="-Xms4303m -Xmx4303m -...
    Profile Photo
    last modified by shijazi
  • Datasource connection pool optimize

    Practice has proved that the JBoss DataSource connection pool their reuse is notvery efficient. Would like to use professional connection pools such as HikariCP, Vibur DBCP, alibaba Druid. what should I do ? Using the...
    Profile Photo
    created by slieer
  • Issues with configuring multiple data sources in JBOSS EAP 6.3.3??

    we need to connect to 4 different ( oracle ) DBs from our application..   we have added 4  datasources in standalone.xml ..,   with 2/4 data soruces  connections are fine , but with remaining two...
    Profile Photo
    last modified by princeanurag2011
  • JBoss EAP or JBoss EWS?

    Hi. I am new user in this community and I am also using JBoss new user so I have some questions I want to clarify. Which is the difference between JBoss EAP and JBoss EWS? When I should choose one or the other? ...
    Profile Photo
    last modified by unaexpresion
  • how to resolve JBOSS EAP 6.3.0 Performance Issue??

    We are running the JBOSS EAP 6.3.0 GA server in our local system ,when we hit the url , pages are loading very slow. Our Webpages have 5-10 ajax requests for querying the back-end data in Tables.. If i open our app...
    Profile Photo
    last modified by princeanurag2011
  • Default max threads on HTTP connector

    Hi, I cannot find the spec what is the maximum count of threads on http connector in EAP 6.4 when using default configuration.   I have default configuration in stadnalone-ha.xml:      ...
    Profile Photo
    last modified by lkrzyzanek
  • JTA transaction timeout

    What is the purpose of JTA transaction timeout in JBOSS EAP ? How we can configure this in EAP sever ?
    Profile Photo
    last modified by naga_b
  • how to set the transaction timeout at JBOSS level

    We are using a Jboss-eap-6.2. Our requirement is to set the timeout at the JBOSS level.   From UI we are calling a SOAP service which is deployed on jboss eap, That SOAP service logic internally calls multiple...
    Profile Photo
    last modified by naga_b
  • Wonder about startup log of jboss eap 6.4

    [0m07:02:18,768 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started in 24811ms - Started 1013 of 1050 services (88 services are lazy, passive or on-dema...
    Profile Photo
    last modified by slieer
  • Unable To Obtain Datasource Pool Statistics In Managed Setup

    On a standalone configuration, the following CLI command works perfectly: /subsystem=datasources/data-source=TECBATCHDS/statistics=pool:read-resource(include-runtime=true) Returning: {     "outcome"...
    Profile Photo
    last modified by rmoyersrfd
  • Where can I add these variables on JBoss web console like validationQuery, etc?

    I have used MySQL, Spring, MyBatis. Like you know, when there is no database connection for 8 hours (default time), the database close the connection. And when I tried to run an application, it gives an error messag...
    Profile Photo
    last modified by brightpeoples
  • How do you improve the performance of the JBoss EAP 6.3 from the standalone-full.xml?

    Hi,   I am using the JBoss EAP 6.3.0-GA, it is running on a 8G machine. The default values for the ejb3 of our QueueServer are: <subsystem xmlns="urn:jboss:domain:ejb3:1.4"> ... <pools>  &...
    Profile Photo
    last modified by aqprov1
  • Connection string for Sql to connect using windows autentication

    Hi team, I want a connection url to connect to sql db using the windows service account that is to connect using windows authentication through AD.Please help in the same . Currently we are able to connect using sql...
    Profile Photo
    created by devashish008
  • Stateful Session Bean and memory leak in EAP61 or JBOSS 711

    I have encountered a system using severals rest services (Resteasy) making lookup on SFSB and theses beans are in memory holding hibernate session and persistence context causing a memory leak (they never die).  ...