Top "Jboss" questions

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

JBoss AS7 - Failed to process phase POST_MODULE of deployment

Always when I deploy my project (jsf) I get the following error on my JBoss AS7. On JBoss 6 everything worked …

jsf-2 jboss jboss7.x jboss5.x
Would you, at present date, use JBoss or Glassfish (or another) as Java EE server for a new project?

If you started a new Java EE project today which is to be finished in about a year, which application …

java jboss jakarta-ee glassfish
Is there any way to have the JBoss connection pool reconnect to Oracle when connections go bad?

We have our JBoss and Oracle on separate servers. The connections seem to be dropped and is causing issues with …

oracle jboss connection-pooling reconnect
what is the default admin console password for Jboss EAP 6

what is the default admin console password for Jboss EAP 6..? Its not allowing me to see the administration console without …

jboss jboss7.x jboss6.x
wildfly: reading properties from configuration directory

I'm trying to read deployment specific information from a properties file in my wildfly configuration folder. I tried this: @Singleton @…

java jakarta-ee jboss cdi wildfly
Keycloak retrieve custom attributes to KeycloakPrincipal

In my rest service i can obtain the principal information after authentication using KeycloakPrincipal kcPrincipal = (KeycloakPrincipal) servletRequest.getUserPrincipal(); statement. Keycloak …

authentication jboss customization principal keycloak
IllegalAnnotationException: Two classes have the same XML type name

I am developing web service under JBoss 5 and Java 1.6. What could possibly cause this exception? Below is my simplified web …

java jboss jaxb jbossws
502 Bad Gateway... invalid response from upstream server (apache and jboss)

I'm using apache on one machine to serve requests to jboss on another machine. Everything works fine when I startup …

apache jboss mod-jk
No EJB receiver available for handling

I'm using EJB 3.0 with JBoss AS 7.1.1 Final. I am getting this error when I try to connect my client to …

jboss ejb ejb-3.0 jboss7.x
Deploying a Jersey webapp on Jboss AS 7

Currently running some webapps on Jboss AS 4/5 and I am testing migration to jboss7. When I try to deploy a …

jboss migration jersey jboss7.x