Top "Jboss" questions

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

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
How to create a WAR file using the commandline?

I installed JBoss Developer Studio and it's possible to create a WAR file by "right mouse project > Export > …

maven jboss war pom.xml siesta
@GeneratedValue(strategy = GenerationType.AUTO) not working as thought

I'm trying to persist an object to a database. Keep getting 'Column ID cannot accept null value error'. My object …

hibernate jpa jboss derby
Spring JTA TransactionManager config: Supporting both Tomcat and JBoss

I have a web application using JPA and JTA with Spring. I would like to support both JBoss and Tomcat. …

java spring jboss jta jotm
JBoss 7.x or JBoss EAP 6.x

I am installing JBoss but I don't understand which version to choose. Should I download JBoss 7.x or the JBoss …

jboss jboss7.x
Java NoClassDefFound Error

I am trying to run a basic Hibernate program. When I run it, I am getting the below error java.…

java hibernate jboss jar noclassdeffounderror
Weblogic or JBoss?

I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over …

java jboss weblogic
Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.debugf

I have a problem when I deploy a webapp with hibernate 5 Caused by: java.lang.NoSuchMethodError: org.jboss.logging.Logger.…

java logging jboss hibernate-5.x
Spring JTA configuration - how to set TransactionManager?

We configure our Spring transaction in Spring config as: <tx:jta-transaction-manager/> I gather this means that Spring will …

java spring jboss jta spring-transactions
How can I solve "java.lang.LinkageError: loader constraint violation" during execute Jersey 1.6 & axis2 1.3 in one web application?

I already have soap based web service running with axis2 1.3. These day, we have a plan to develop RESTful web …

jboss jaxb axis2 jersey