Log in to follow, share, and participate in this community.
Thread Jboss Seam basic example to learn and get start
Jboss Seam basic example to learn and get startHey everyone, Please can anyone give me the sourcecode of any simple jboss seam example with eclipse to start learn. It would be really helpful if some one can provide sourcecode which directly run in eclipse.
Failed to marshal EJB parametersI 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 ...
Thread Issue while sending the email on jboss-eap-6.1
Issue while sending the email on jboss-eap-6.1Hi , 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...
Spring + EJB + JMSSpring + 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...
Thread CLI Query to JBoss for memory and connections
CLI Query to JBoss for memory and connectionsI 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...
Get Available connection via java codeHi 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...
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...
Thread Wildfly 8.2 Shutdown DataSource after Ear undeploy
Wildfly 8.2 Shutdown DataSource after Ear undeployI 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...
Thread How to run JUnit Tests on EJB with embedded container
How to run JUnit Tests on EJB with embedded containerHi 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...
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...
MDB Pool size configurationI'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 ...
TransactionReaper timeoutFriends, 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...
Thread 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)
Thread Secure client EJB request jboss 6.1.1 final
Secure client EJB request jboss 6.1.1 finalI 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...
Wildfly 9 CR1 and WFLYEJB0034: EJBWe 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....
Thread Cannot propagate client principal/credentials to server
Cannot propagate client principal/credentials to serverThis 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 ...
Thread Connection reset by peer during EJB invocations
Connection reset by peer during EJB invocationsHi 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 -...