• jboss.infinispan.ejb.dist: org.infinispan.commons.CacheException while deploying an app in wildfly 9.0.1 in clustered domain mode

    I'm getting below exception while trying to deploy an application on wildfly 9.0.1 in domain mode. I'm deploying to a server group which consists of two servers on different hosts. Please help.   2015-10-04 16:2...
    Profile Photo
    last modified by wildfly123
  • Failed to marshal EJB parameters

    I am using Jboss-eap-6.1 and ejb2.0 and in our application when we try to upload the attachment then we are getting the below error,the error is coming in ejb class when it is returning the value   and below is ...
    Profile Photo
    last modified by vsrikant2003
  • Issue while sending the email on jboss-eap-6.1

    Hi , I am facing an issue while sending an email from my application which is using Jboss it is working fine with other appServers , Below is the exception which i am getting , Can anyone guide on this as i am really...
    Profile Photo
    last modified by vsrikant2003
  • Spring + EJB + JMS

    Spring + EJB + JMS   I'm trying to migrate my EJB application from JBSS 5 to WIldfly 8.   Before that i tried and succeed the same JMS queue connections in Stand-alone Application and Web Application its w...
    Profile Photo
    created by kittu_lal
  • CLI Query to JBoss for memory and connections

    I have 2 questions that I hope the group can help with.   I need to list the IPs of the clients currently connected to a datasource in JBoss. I can query the number of connections used, but I cannot determine th...
    Profile Photo
    last modified by dagigadist
  • Get Available connection via java code

    Hi All,   I am able to see the available, max used, active and idle connection in Wildfly Adminstraion console. So now  I want to print the available connection in WildFly 8.2.0 Final, via java code it se...
    Profile Photo
    last modified by gurusathish
  • please help !!

    9:40:58,446 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA 09:40:58,680 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA 09:40:58,735 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "B...
    Profile Photo
    last modified by medach
  • how do I use an application created with java on jboss ? the application is a database management .

    My project is to create a java application with netbeans that manages a database . I want to use this app on jboss . the problem is the final part in the jboss for me is unknown . how do I start and then use this ap...
    Profile Photo
    last modified by ademis
  • Wildfly 8.2 Shutdown DataSource after Ear undeploy

    I am facing an issue while shutting down Wildfly 8.2 , standalone mode , jdk 1.7 on RHEL 6.5 . During shutdown we are updating the db using the datasource. But the datasource is getting un bounded  before the EJB...
    Profile Photo
    last modified by mkarteek
  • How to run JUnit Tests on EJB with embedded container

    Hi guys,     I'm making my first EAP project and I need some help. I want to test my business layer using JUnit but I haven't been able to. While looking on the internet, I found that since EJB 3.1 it's pos...
    Profile Photo
    last modified by codenoob
  • jboss 7 with amazon elasticached memcache.

    I am using jboss with hibernate and infinityspan caching. I wonder if there is a way to use amazon elasticached instead of infinityspan. I can configure hibernate with amazon caching but with jboss i am totally cluele...
    Profile Photo
    last modified by davegeorges
  • MDB Pool size configuration

    I'm looking for a definitive answer on configuring the pool size for an MDB.  I've seen several conflicting answers between forum posts and documentation, see http://community.jboss.org/thread/147300?tstart=30 &#...
    Profile Photo
    last modified by bwarren
  • javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule

        Its been more than 3 days couldn't figure out what is wrong with my Jenkins. I have Jenkins job, which pull the source from Bitbucket and build and Deploy in Jboss 5.1. But at the time of deployme...
    Profile Photo
    last modified by barun.vishwakarma
  • TransactionReaper  timeout

    Friends, can you help me please, I have an application deployed on a JEE wildfly 8 to start with a user I have no problem but when I use more than one concurrent user have the following error   12:23:38,409 WARN...
    Profile Photo
    last modified by diego.hidalgo
  • How to set an EJB timerService bean for JavaEE wabapp in an JBOSS cluster environment to be initialized only once and run on any node (just one)

    I have a JavaEE web module. This module, in startup, have to initialize an ejb timer for doing some work according to a scheduling configuration.   This module is packaging in a WAR. And this WAR is included in ...
    Profile Photo
    last modified by tanooki
  • Secure client EJB request jboss 6.1.1 final

    I am using Jboss EAP 6.1.1. and i need to add supporting of SSL to our client-server application. And i figure out that it need to set some configuration for server and client to do that. I setup server config as wel...
    Profile Photo
    created by b1gs
  • Wildfly 9 CR1 and WFLYEJB0034: EJB

    We were trying Wildfly 9 CR1 and got this error.   Can anyone please provide any sort of idea on what this may be. Its the longest Stack Trace any of us have ever seen!   21:46:45,515 ERROR [org.jboss....
    Profile Photo
    last modified by tony.herstell1
  • Cannot propagate client principal/credentials to server

    This should be really simple and straightforward from all the searching I've done for the task of setting up EJB security.  In a nutshell, I've simply taken the ejb-remote quickstart application and attempted to ...
    Profile Photo
    created by mpritt
  • Connection reset by peer during EJB invocations

    Hi All,   We have built an application which has components deployed across two wildfly instances (Main & Slave) on different physical servers. These two components talk to each other using EJB.   #1 -...
    Profile Photo
    last modified by raphy78626
  • How can I define the min and max number stateless bean instances

    I'm using ejb3.1 and I would like to define the minimum and maximum number of instances of a stateless session bean. How can I do this? Thanks.
    Profile Photo
    last modified by manuelfranqueira