Top "Jboss" questions

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

java.lang.IllegalStateException: EntityManager is closed

I'm building a JAR file, deploying to JBoss 4.2.3.GA (can't help it), with Hibernate 4.1.5.SP1 with validator 4.3.0.Final. The database …

hibernate jboss entitymanager hibernate-entitymanager
Duplicate resource Wildfly

I'm getting below error in Wildfly 8.2: 05:17:12,202 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 05:17:12,285 INFO [org.jboss.as] (MSC …

java jboss wildfly
javax.security.sasl.SaslException: Authentic Failed while connecting to Jboss 7 server from remote client

I have standalone Java client(Running from within eclipse ) that I wish to connect to an external server . If the …

java jboss ejb jboss7.x
can't get DB Connection using JNDI datasource on JBoss

I'm studying how to build java webapps for JBossAS 5.1.0 and I'm trying to build a very basic jsp web app …

java jboss jndi jboss5.x
Jboss 7 war deployment failed

Jboss 7 war deployment failed and i got the below error message in the log. ERROR [org.jboss.as.server.deployment.…

deployment jboss war
Caused by: java.sql.SQLException: Connection is not associated with a managed connection.org.jboss.resource.ada

I have an application with Jboss, Seam, Hibernate and h2. I wrote a simple action for importing data to the …

java hibernate jboss jboss5.x h2
Difference between standalone.xml and standalone-full.xml

What is the Difference between standalone.xml and standalone-full.xml. In what scenarios we use standalone-full.xml

java jboss
'Hot code replace' not working -- Eclipse doesn't change any code on JBoss

I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3. Among other applications I'm …

java eclipse jboss remote-debugging hotswap
JBoss AS 7 migration - java.lang.ClassNotFoundException: org.hibernate.validator.ClassValidator

I have an application running on JBoss AS 4.2.3 and am trying to migrate this to JBoss AS 7.0.2. I am also …

hibernate jboss seam jboss7.x
Keycloak Logout Request

I wanted to ask if there is a way to logout from keycloak via a single http request. I already …

java jboss keycloak