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
36
votes
5 answers

Which embedded messaging system -> ActiveMQ or HornetQ

I would appreciate some general pointers and opinions regarding which of the two messaging systems is easier to manage has less gotchas or magic stuff one needs to know and avoid has less overal dependencies is simple to work with.
mP.
  • 18,002
  • 10
  • 71
  • 105
36
votes
4 answers

jboss interceptor api 1.1 not found when added as sbt dependency

I'm trying to set jboss-interceptor-api-1.1 as a dependency via sbt, but it can't be found. I've searched on Maven Repository and this version is there, can anyone help me? Actually, I'm trying to use sbt-assembly. Removing the plugin dependency and…
vicaba
  • 2,836
  • 1
  • 27
  • 45
36
votes
15 answers

Jboss port configuration on Intellij Idea error

I'm trying to run my application on Jboss App Server by Intellij Idea12. I've done configuration: but As you can see in the picture I got the error Management Port Configuration not found.
Super Hornet
  • 2,839
  • 5
  • 27
  • 55
35
votes
8 answers

JBoss default password

What's the JBoss 5.x EAP default web console password?
Viren Pushpanayagam
  • 2,397
  • 6
  • 35
  • 39
35
votes
12 answers

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 an existing wsdl using JAX-WS tool wsgen. This created the Service files and @XmlType annotated clases that would act as request and…
Pablo Venturino
  • 5,208
  • 5
  • 33
  • 41
34
votes
1 answer

Upgrade JSF / Mojarra in JBoss AS / EAP / WildFly

How do I upgrade Mojarra in JBoss server and tell it use the given Mojarra 2.x JARs instead of JBoss own jboss-jsf-api_2.1_spec-2.0.1.Final.jar as indicated in startup log? If that's relevant, I am currently using JBoss AS 7.1.
user2172625
  • 463
  • 2
  • 8
  • 16
33
votes
10 answers

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 jersey based webapp on JBoss AS 7 (full profile with standalone-preview config file), I…
DOS
  • 543
  • 1
  • 5
  • 9
33
votes
1 answer

eclipse remote debug timeout problem

When I try to connect to remote server (jboss) that is on my local machine all works perfectly, but if I try to connect to remote machine (to jboss again) eclipse starts connecting and after some time tells me Failed to connect to remote VM.…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
32
votes
3 answers

Wildfly and auto reconnect to the database

I've got a client, a server and a database. The client communicates with the server via a EJB remote interfaces. As the server - I use a Wildfly 8.2.0. As the database - I use a MySQL. The server communicates with the MySQL via a JPA/Hibernate. When…
Robert
  • 762
  • 2
  • 10
  • 23
32
votes
6 answers

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 JBoss. How can I have the JBoss reconnect to Oracle if the connection is bad while we figure out why the connections are being dropped in…
Joshua
  • 26,234
  • 22
  • 77
  • 106
32
votes
3 answers

Are there any reasons why h2 database shouldn't be used in production?

I am recently considering making an application that uses h2 database as its main database (because it comes with JBoss), but I am bit worried about that. I have read in a few places (discussion boards mainly) that one should not use h2 in…
bjedrzejewski
  • 2,378
  • 2
  • 25
  • 46
31
votes
5 answers

Benefits (and tips) of an upgrade from JBoss 4.2.x to JBoss 5.x, 6.x, 7.x and WildFly 8.x?

Please assume that I do not need to worry about development time and costs: I am interested in general technical benefits (improved performance? improved APIs?) and new features. I am currently working on products using 4.2.x, and we consider a…
haylem
  • 22,460
  • 3
  • 67
  • 96
31
votes
1 answer

Receive an HTTP 400 error if %2F is part of the GET URL in JBOSS

Whenever a URL that has %2F which is the hex code for / is posted to my JBOSS Server, I get an error: HTTP 400 Bad Request error message. Here is the URL: http://localhost:8080/application/**abc%2Fhi**?msg=hello" If I remove the %2F from the URL…
Naresh S
  • 765
  • 2
  • 10
  • 19
31
votes
3 answers

Jboss 7 war deployment failed

Jboss 7 war deployment failed and i got the below error message in the log. ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout…
Radan
  • 1,630
  • 5
  • 25
  • 38
30
votes
2 answers

How do you generate module dependencies in MANIFEST.MF for JBoss AS 7 with maven?

In JBoss AS 7, a Web application that depends on libraries contained in the AS, must declare those dependencies in META-INF/MANIFEST.MF like this: Dependencies: Example: Dependencies: org.slf4j (This is comparable to Import-Package:…
migu
  • 1,371
  • 1
  • 14
  • 23