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
14
votes
2 answers

Cached connection manager in jboss/wildfly

I have defined a datasource for JBoss AS 7.4, with min/max pool sizes, tracing of idle connections etc. I am confused about the datasource use-ccm property. What does it do? Why use it? I thought the datasource itself manages the connection pool.
user1340582
  • 19,151
  • 35
  • 115
  • 171
14
votes
7 answers

JDBC - Oracle ArrayIndexOutOfBoundsException

I'm getting an Exception while trying to insert a row in oracle table. I'm using ojdbc5.jar for oracle 11 this is the sql i'm trying INSERT INTO…
lostinbytes
  • 293
  • 2
  • 3
  • 11
14
votes
5 answers

JBoss AS / Wildfly community version corresponding to Red Hat EAP version?

As far as i know the EAP editions of JBoss Application Server (AS) are just a bunch of community edition JBoss projects with some sugar. So, what is the community edition of the JBoss Application Server that JBoss EAP 4.3.0 corresponds to?
Stroboskop
  • 4,327
  • 5
  • 35
  • 52
14
votes
1 answer

Is the Cloud ready for an Enterprise Java web application? Seeking a Java EE hosting advice

Greetings to all the smart people around here! I'd like to ask whether it is feasible or a good idea at all to deploy a Java enterprise web application to a Cloud such as Amazon EC2. More exactly, I'm looking for infrastructure options for an…
Jakub Holý
  • 6,019
  • 3
  • 33
  • 33
14
votes
1 answer

Aborted Ajax call gives ClientAbortException / Broken pipe in server log: How to catch / suppress?

I'm running a Jboss server with, among other things, a JAX-RS Web service (using the resteasy-2.3.6.Final bundled with Jboss / EAP). When a client aborts a call to the server, the Resteasy SynchronousDispatcher can (obviously) not send the response…
Antares42
  • 1,406
  • 1
  • 15
  • 45
14
votes
4 answers

Where to put a shared library in JBoss AS 5?

I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I move these jars to a common location so that I don't…
Tushar Khairnar
  • 191
  • 1
  • 1
  • 8
14
votes
8 answers

Error starting JBoss 7.1.1 on Windows 7 64bit

I'm learning to use Jboss so I tried to install it. I downloaded it and dezip into C:. I have created Environment variable and is all ok. when I launch standalone.bat I have this java exception: what I must to do to fix it? 16:14:04,199 INFO …
user2509300
  • 271
  • 2
  • 4
  • 12
14
votes
8 answers

Java EE programmers do not write to files

Today one person told to me that "Java EE programmers do not write to files". Why can I not write to files from within a Java EE container (for example from JBoss)? What is wrong?
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
14
votes
3 answers

Get the current user Liferay using a simple Java code

I'm working with : Liferay 6.0.6 with JBoss 5.1 and Struts2. My question is, how to get the current user in Liferay once logged in, using a Java code.
Sabrina
  • 143
  • 1
  • 1
  • 5
13
votes
4 answers

How to rewrite an URL on a JBoss server?

I would like to redirect/rewrite this two kinds of URLs: mydomain.com -> newdomain.com mydomain.com/specificPage -> newdomain.com/newSpecificPage mydomain.com/anyOtherPage -> mydomain.com/anyOtherPage (no redirect here) So I just want to redirect…
Syl
  • 131
  • 1
  • 2
  • 4
13
votes
6 answers

Error creating bean with name 'defaultValidator' defined in class path resource

I am getting the following Error while trying to deploy my spring boot application on JBOSS. It works well on embedded Tomcat Server though. I tried to browse through Stack overflow to find similar issues. Could not find a solution yet. Any…
Madhu Reddy
  • 371
  • 1
  • 4
  • 12
13
votes
4 answers

Reconnecting JMS listener to JBossMQ

We have a Java listener that reads text messages off of a queue in JBossMQ. If we have to reboot JBoss, the listener will not reconnect and start reading messages again. We just get messages in the listener's log file every 2 minutes saying it can't…
MattGrommes
  • 11,974
  • 9
  • 37
  • 40
13
votes
7 answers

Spring and Hibernate suddenly set the transaction to readonly

We have an application running on JBoss 4.2.3, using Spring 2.5.2 and Hibernate 3.2.6.ga. This is running on Linux JEE01 2.6.16.60-0.54.5-smp, using its own user. Writing to a Oracle 10G database on another machine. We're using a standard view ->…
aseesing
  • 151
  • 1
  • 1
  • 7
13
votes
1 answer

JBoss: How to ignore Press any key to continue, without editing the jboss-cli.bat?

We are trying to read the JBoss status using the jboss-cli.bat command. jboss-cli.bat -c --command=":read-attribute(name=server-state)" > "$env:JBOSS_HOME\JbossServerStatus.txt" Storing the status in the TXT file. Since "Press any key to continue"…
Chandru M
  • 133
  • 1
  • 7
13
votes
2 answers

Docker on Windows: how to connect to container from host using container IP?

I have Windows 10 Docker for Windows V. 1.12.5 Rev. 9503, which does not rely on boot2docker or VirtualBox anymore. I have a number of JBoss instances running in Docker images (172.18.0.2 is a database): instance 1: name: jboss-eap, IP:…
kniffte
  • 153
  • 1
  • 2
  • 7