Top "Jboss" questions

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

What is the difference between Tomcat, JBoss and Glassfish?

I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. …

java tomcat jboss glassfish enterprise
How to call a stored procedure from Java and JPA

I am writing a simple web application to call a stored procedure and retrieve some data. Its a very simple …

java sql stored-procedures jpa jboss
Address already in use: JVM_Bind java

Some times whenever I restart the application, which is built on Java Struts Mysql and Jboss 4.05 Version I get the …

java web-applications jboss struts
PSQLException: current transaction is aborted, commands ignored until end of transaction block

I am seeing the following (truncated) stacktrace in the server.log file of JBoss 7.1.1 Final: Caused by: org.postgresql.util.…

postgresql jboss infinispan
Using HeapDumpOnOutOfMemoryError parameter for heap dump for JBoss

I was told I can add the -XX:+HeapDumpOnOutOfMemoryError parameter to my JVM start up options to my JBoss start …

java jboss memory-leaks heap
How to change webservice url endpoint?

I generated a web-service client using JBoss utils (JAX-WS compatible) using Eclipse 'web service client from a wsdl'. So, the …

java web-services jboss jax-ws
SQLException: No suitable Driver Found for jdbc:oracle:thin:@//localhost:1521/orcl

I am trying to develop a Java EE application that connect to an Oracle database from eb service class but …

java oracle jdbc jboss ojdbc
JBoss vs Tomcat again

This will appear to be the age old question (which it is :)) that which server is better between Tomcat and …

tomcat jboss
How to enable TLS 1.2 in Java 7

I am trying to enable TLS 1.2 in my web app which uses JBoss 6.4 and Java 1.7. I have -Dhttp.protocols = TLSv1.2 …

java jboss java-7 tls1.2
JBoss debugging in Eclipse

How do you configure JBoss to debug an application in Eclipse?

java eclipse debugging jboss