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
3
votes
1 answer

What is the performance impact of using JBoss' AccessLogValve to log requests?

The short question is, is there is a definitive, quantifiable overhead to using AccessLogValve over FastCommonAccessLogValve? If I enable access logging in JBoss 4.2.3GA, I can either use FastCommonAccessLogValve or AccessLogValve (as documented at…
matt freake
  • 4,877
  • 4
  • 27
  • 56
3
votes
2 answers

How to maintain a group of apps with shared libraries that change often?

I have a lot of small-ish Java command-line apps that have to use a vendor set of jars to make their connection to the servers, and while writing these apps has been pretty easy, maintaining them is turning out not to be. I built them using Maven…
Nick Klauer
  • 5,893
  • 5
  • 42
  • 68
3
votes
1 answer

Can a custom LoginModule be a stateful ejb?

I am using jboss-as-7.1.0.Final-SNAPSHOT and trying to set up custom login module that uses a database. I followed the instructions in the AS7 documentation to configure a new security domain in standalone.xml, security-domain in jboss-security.xml…
Patrick Garner
  • 3,201
  • 6
  • 39
  • 58
3
votes
4 answers

Getting error Named query not found: UnescalatedDeadlines

I'm trying to create a jbpm human task web application and deployed it in jboss as 7. Adhering to the deployment structure i have placed the orm.xml in resources META-INF folder along with persistent.xml and it's having the required…
Arun Selva
  • 117
  • 3
  • 15
3
votes
2 answers

Delay start of JMS Listener (MDB) in JBoss 6.0

we have multiple instances of JBoss-Server in a clustered environment. For background tasks there is a global queue available, that manages all jobs registered at it. For this queue there is a simple listener (MDB) on each node, manages the incoming…
danny
  • 215
  • 4
  • 11
3
votes
1 answer

Advice on running a .war on a web server

I have created a web application (.war) and I want to put it online. I need a server of course. Do I need to buy a server that has jboss or tomcat on it? When I get my server how do I run my .war file? I have only ever bought hosting from sites…
Decrypter
  • 2,784
  • 12
  • 38
  • 57
3
votes
1 answer

JBoss mutual certificate authentication fails on SSL Handshake

I followed all the steps in this blogpost http://virgo47.wordpress.com/2010/08/23/tomcat-web-application-with-ssl-client-certificates/ except for the fact that I'm using JBoss7.0.2 and not the 6.x version. The goal is to ask any clients to provide a…
sovo
  • 31
  • 1
  • 4
3
votes
1 answer

Enabling SSI (ServerSide Includes) in JBoss?

Any of you guys have enabled SSI (ServerSide Includes) in JBoss? I guess it should be not difficult as it is built on top of a Tomcat instance.
victor hugo
  • 35,514
  • 12
  • 68
  • 79
3
votes
2 answers

Can a JBoss JDBC connection be invalidated so that it doesn't get resupplied from the connection pool?

I have a circumstance where a JDBC connection places the Oracle session to which it is attached into a particular state (i.e. DBMS_FLASHBACK enabled mode). It's possible for the exit of this mode to fail (at least theoretically) which means that the…
Alohci
  • 78,296
  • 16
  • 112
  • 156
3
votes
2 answers

Does project lombok works in jboss developer studio?

Is it possible to install project lombok in jboss developer studio? When i run lombok.jar, i can only install it into a real eclipse. Thanks!
cremersstijn
  • 2,375
  • 4
  • 28
  • 41
3
votes
2 answers

How do I use JBossAS 5 with Apache Ivy?

I am relitively new to Apache Ivy and am trying to move an existing dev project to using Ivy for dependency management. The last dependency I have to configure is jboss-javaee.jar. I can't find it anywhere and am getting the following error…
Erik W
  • 69
  • 7
3
votes
1 answer

Android client communicating with jboss server

My android client makes a URLconnection to a servlet deployed on jboss. But when i run the client in emulator there seems to be no connection being established. My client code: URL url = new URL("http://192.168.56.1:8080/hello"); …
Ashwin
  • 12,691
  • 31
  • 118
  • 190
3
votes
0 answers

Enabling logging in JBoss 6.1 final with slf4j

I'm trying to enable logging with slf4j 1.6.1 in JBoss 6.1 final and have run in to many problems, read many articles on Google and on here, and have ended up confused with logging still not working. The errors I get are either: 11:20:16,256 ERROR…
user1111284
  • 886
  • 1
  • 6
  • 23
3
votes
2 answers

bind a custom object to a JMS MapMessage

Is there a standard way for me to add my own custom object to a Map and then have it properly marshalled in a MapMessage? Currently I get the Invalid Object Type message. I noticed that WebSphere has a solution but I am looking for something that…
Rocky Pulley
  • 22,531
  • 20
  • 68
  • 106
3
votes
1 answer

JBoss cant find JDBC driver for PostgreSQL in development environment

Right now, I am doing this EJB tutorial: http://programming.manessinger.com/tutorials/an-eclipse-glassfish-java-ee-6-tutorial/#heading_toc_j_23 , but instead of GlassFish I use JBoss 7.0, and instead of DerbyDB I use PostgreSQL and Hibernate as…
DoktorNo
  • 269
  • 1
  • 5
  • 16