Top "Jboss5.x" questions

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

How to deploy a war file in JBoss AS 7?

I downloaded JBoss Application Server 5 and successfully deployed a war file. I copypasted the Hello.war which has a simple …

java jboss jboss5.x jboss7.x
Error starting jboss server

I've just finished re-installing my OS, and as always install and test standard tools which I use, and now I …

java eclipse jboss jboss5.x
JBoss transaction timeout setting?

We have a timer service triggered task in JBoss 5.1.0.GA application and the problem is that we cannot change the …

jboss timeout ejb-3.0 transactions jboss5.x
jboss 5 changing default port

I am trying to change the default port on my jboss server to port 80. i have had a look around …

default port jboss5.x
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
setProperty must be overridden by all subclasses of SOAPMessage

I'm trying to deploy some web services in a WAR application on JBoss 5.1.0. I have created the source files from …

java web-services jboss jax-ws jboss5.x
JBoss error report: HTTP Status 404 - Servlet is not available

I'm trying to create a very basic web project called "web" using MyEclipse and JBoss 5 as an application server. I've …

java eclipse servlets web jboss5.x
org.hibernate.ejb.HibernatePersistence cannot be cast to javax.persistence.spi.PersistenceProvider

I am developing an application using SPRING 3.0.4, JPA 2, Hibernate 3.5.5. I an trying an existing example given on link http://www.…

java hibernate spring jboss5.x jpa-2.0
java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.POIXMLDocument on Jboss 5.0 EAP

Getting following exception in Jboss 5.0 EAP but it work fine in JBoss 5.1 GA. we are using POI 3.7 and jars included …

java apache-poi jboss5.x jsf-1.2
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