• Optional autocommit available?

    Hi,     I have an application which is currently running in glassfish server  with autocommit as true. In some areas my application is explicitly calling connection.commit() and few places no connectio...
    Profile Photo
    created by bharath.polanki
  • Start Jboss EAP in domain controled mode in background

    Hi,   I want to start the jboss eap 6.4 in domain managed mode. Currently i am starting this using the script $HOME/bin/domain.bat, but i want to start this process in background so that no one is able to stop ...
    Profile Photo
    last modified by mayuran19
  • JBoss EAP 6.4 Session ID

    I am using JBoss EAP 6.4. I have few questions w.r.t how JBoss create/manage/tracks session ID. Please find below my questions?   1. Does JBoss generates unique Session ID for each session? 2. Does JBoss recogn...
    Profile Photo
    created by mayurl
  • RESTEasy version in EAP 6.4?

    Hello,   Wondering why the version in EAP 6.4.0 of RESTEasy is 2.3.X and not the more recent 3.0.X?  Secondly, as an enterprise customer, why does your support agreement state:   "Only the RESTEasy v...
    Profile Photo
    last modified by themikedshaffer
  • Jboss EAP 6.2 java.lang.NoSuchMethodError: javax.validation.Configuration.getBootstrapConfiguration()Ljavax/validation/BootstrapConfiguration;

    Hi all,   We have lot of existing rest services developed using jersey and deployed in JBoss EAP 6.2. Now we are trying to incorporate Bean Validation Support (https://jersey.java.net/documentation/latest/bean-...
    Profile Photo
    last modified by melbin
  • 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
  • EAP 6.4 doesn't support JSF 2.2?

    javax.servlet.ServletException: /search.xhtml @13,58 <f:viewAction> Tag Library supports namespace: http://java.sun.com/jsf/core, but no tag was defined for name: viewAction javax.faces.webapp.FacesServlet.servi...
    Profile Photo
    last modified by twittmin
  • Out of order messages received at MDB Jboss EAP 6.4

    Hi,     We have faced an issue in the message driven bean level. That is when messages are arrived to the MDB at the same time will process out of order.   ex:   Message 1, Message 2, Message 3 ...
    Profile Photo
    last modified by chathuraran
  • How to give refernce of external files in a web application in JBoss?

    Hi there   I am developing a web application using Jboss and there are a lot of Images that I have saved in a external Web Server.   I want to configure that external resources with some pseudo folder in m...
    Profile Photo
    created by rogersands
  • Clustering in JBoss 6.2 EAP

    Hi All,   Can any one provide me link/documentation re JBoss clustering in windows server. I have Apache as an web server in front of JBoss. How can i balance load and avoid fail-over. Please advice.   T...
    Profile Photo
    last modified by sreekanth.munarai
  • Sending Messages from Standalone JMS Client Program To JBOSS EAP6.1 AS

    Hi,   I am getting below exception while trying to send messages from Standalone JMS Client Program To JBOSS EAP6.1 AS.   Can you please help me to resolve this issue.       javax.naming.Co...
    Profile Photo
    last modified by aruntmca
  • DataSource Error

    Hi All,   I tried to create datasource connection in JBoss EAP 6.3.   I have followed all the basic steps as follows:      1.  Downloaded mysql-connector-java-5.1.34-bin.jar and p...
    Profile Photo
    last modified by sreekanth.munarai
  • Logging Issue

    Hi All,   Been trying to change logging directory from inside Standalone folder to out of the JBoss directory. I have changed the path in standalone.xml file for the server.log to the new path. But encounterin...
    Profile Photo
    last modified by sreekanth.munarai
  • mod_cluster is not working properly with jboss

    Hi All,   I have two servers, each having jboss 6.3 eap and both servers having one mod_cluster. I want to achieve HA, to resolve the single point of failure i configure mod_cluster on both the servers.   ...
    Profile Photo
    last modified by bharat4212
  • Need the JBOSS EAP-6.3.3 and as-7.4

    Hi All,   I am new to this discussion forum, Actually I am looking for the jboss EAP-6.3.3 and JBOSS AS-7.4. As per the current downloads page it says only Jboss EAP-6.3 GA is available.   Can somebody ple...
    Profile Photo
    last modified by sriram474
  • Prerequisites of Jboss

    Hi All,   Looking for prerequisites/installation guide for JBoss in Solaris and AIX OS. Can any one please share the related links.Thanks in advance.
    Profile Photo
    last modified by sreekanth.munarai
  • Transaction handling between two remote jboss eap 6.2 servers

    All,   I need to know whether starting a transaction on node1 and then doing work on node 2 with remote ejb calls from node 1 wrapped under a UserTransaction is possible or not. As of now What Im seeing is below...
    Profile Photo
    last modified by abajwa
  • Unable to lookup for DataResource and XADataResource in EAP 6.3.0

    I cannot create data resources and XAdataResouces or bind it to JNDI     In addition I got this error ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||...
    Profile Photo
    created by aalsobeh
  • Liferay jboss : Handle 500 exception

    Enviorment: liferay 6.2 App server: jboss     I am trying to display the custom error message whenever the 500 exception i.e internal server error occurs. Below are setting available in web.xml   &...
    Profile Photo
    created by maheshnarke
  • Message driven beans as "singleton" on Jboss EAP 6.2 in clustered environment

    Hi,   I have an enterprise application which has Singleton EJB's and Message Driven Beans. To ensure the application runs only on one node in a clustered environment, I am using JBoss SingletonService (ha-single...