Questions tagged [jboss]

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

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

The company JBoss is a division of Red Hat, Inc. that charges to provide a support subscription for JBoss Enterprise Middleware e.g. JBoss application server.

JBoss AS is a Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. JBoss AS provides the full range of Java EE 6 features as well as extended enterprise services including clustering, caching, and persistence.

Starting with version 8, JBoss AS goes under the name .

Consider using a version specific tag:

References

Other Useful Resources

15135 questions
460
votes
8 answers

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. Netbeans ships with Glassfish. I have used Tomcat in the past. What are the differences between these three programs?
samoz
  • 56,849
  • 55
  • 141
  • 195
263
votes
22 answers

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.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block at…
Jimidy
  • 2,741
  • 2
  • 14
  • 8
205
votes
5 answers

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 up script to get a heap dump when we get an out of memory error in our application. I was wondering where this data gets dumped? Is it…
EdC
178
votes
1 answer

Steps to make an existing JNDI HornetQ service as HA?

TL;DR What are the steps to configure a HA-JNDI service with a HornetQ setup? I believe the documentation is a little scattered. I have read through the docs here but doesn't seem to illustrate in detail. Longer version: So we have a HornetQ JMS…
gravetii
  • 9,273
  • 9
  • 56
  • 75
162
votes
4 answers

@Column(s) not allowed on a @ManyToOne property

I have a JPA entity with a property set as @ManyToOne @Column(name="LicenseeFK") private Licensee licensee; But when I deploy on JBoss 6 the application throws an error saying: org.hibernate.AnnotationException: @Column(s) not allowed on a…
newguy
  • 5,668
  • 12
  • 55
  • 95
140
votes
5 answers

JBoss vs Tomcat again

This will appear to be the age old question (which it is :)) that which server is better between Tomcat and JBoss, but I have not found a good enough answer yet to solve my problem. I know that Tomcat is only a servlet engine and JBoss offers many…
Ashish
  • 3,028
  • 5
  • 28
  • 35
136
votes
9 answers

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 server would you choose and why? Part of your answer should include your arguments for your decision. And also how much experience you have with…
user14070
114
votes
3 answers

What is the difference between JBoss EAP, Wildfly, JBoss web, and JBoss server?

I'm new to JBoss, and have found a lot of different terminology - JBoss EAP, JBoss Server, Wildfly, Jboss Web, and a lot of documentation that is either not up to date or targeted at an older version. Where do I start learning about JBoss as a Java…
wajid-poernomo
  • 1,243
  • 2
  • 9
  • 5
114
votes
4 answers

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 only thing I provided was a url to a web-service WSDL. Now, the web service provider tells me to change the "url of client…
EugeneP
  • 11,783
  • 32
  • 96
  • 142
104
votes
19 answers

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 application, which interacts with client's database. We pass employee id and company id and the stored procedure will return employee…
user431514
  • 1,181
  • 3
  • 9
  • 7
101
votes
2 answers

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 get this error like never before when I tried to start Jboss 5 from eclipse, its quite big exeption : 3:53:10,693 ERROR…
ant
  • 22,634
  • 36
  • 132
  • 182
94
votes
2 answers

Should I use AWS Elastic Beanstalk or the Amazon EC2 Container Service (ECS) to scale Docker containers?

I've developed a Docker based application comprised of multiple microservices. It has to consume Amazon SQS messages and processes them. At first I wanted to use AWS Elastic Beanstalk, but then I fell over the EC2 Container Service. Now I don't know…
91
votes
1 answer

How to use BOM file with Maven?

I have done considerable research in internet and I haven't found any easy explanation what to do with BOM files with Maven. The problem is that I use JBoss 7.1.1 and I want to include all JBoss client jars in pom.xml. JBoss has a manual that says…
user2071995
  • 931
  • 1
  • 6
  • 5
77
votes
3 answers

JBoss AS 7: How to clean up tmp?

I noticed that in my JBoss Application Server 7 installation under standalone/tmp I have 400 MB of files related to past deployments, some of them a few months old. How is it cleaned up? Should it happen automatically? Is there a tool for it? Can I…
Konrad Garus
  • 53,145
  • 43
  • 157
  • 230
75
votes
15 answers

Keycloak 8: User with username 'admin' already added

I cannot start Keycloak container using Ansible and Docker Compose. I'am getting error: User with username 'admin' already added to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json' I have 3 Ansible jobs: Create network: -…
user3714967
  • 1,575
  • 3
  • 14
  • 29
1
2 3
99 100