Questions tagged [jboss7.x]

Version 7 of the JBoss Application Server

JBoss Application Server 7 is a Java EE 6 implementation. Read more about JBoss AS 7 here.

3567 questions
17
votes
5 answers

JBoss AS 7.1 - datasource how to encrypt password

In JBoss AS 5, I have a datasource defined in *-ds.xml but put username/encrypted password in *-jboss-beans.xml. Now in JBoss AS 7.1, the datasource is defined in standalone.xml or domain.xml. Where do I put the encrypted password in AS 7.1? In…
Eric
  • 1,031
  • 4
  • 14
  • 29
16
votes
6 answers

jboss 7 AS datasource for sqlserver

I run jboss in standalone mode and have set my datasource in the standalone.xml to the following:
Marthin
  • 6,413
  • 15
  • 58
  • 95
15
votes
6 answers

How to deploy a war file in JBoss AS 7?

I downloaded JBoss Application Server 5 and successfully deployed a war file. I copypasted the Hello.war which has a simple index.jsp file into \jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA\server\default\deploy and it worked fine. However when I used JBoss…
user244333
15
votes
9 answers

JBoss server 7.1 not starting in Eclipse Luna

I have Eclipse Luna 4.4.1, and JBoss Server 7.1. The problem is when I start the Server, it never starts and after a long time it says Time Out Error. "JBoss is unable to start within 450 seconds". How to resolve this issue? The Console shows the…
Madhya Rehman
  • 543
  • 1
  • 4
  • 15
15
votes
0 answers

Use c3p0 with JBOSS AS 7.1.1

I read in c3p0´s manual link that it is possible to use c3p0 library inside JBOSS as an MBean. Once configured correctly, I would like to reference the new C3P0PooledDataSource in my Java WAR through its JNDI name. As I am using Spring it would be…
aloplop85
  • 892
  • 3
  • 16
  • 40
15
votes
3 answers

What is the meaning of 'durable' attribute for JMS Queue in JBoss 7 with HornetQ?

During configuration of JMS queues on JBoss 7 with HornetQ (based on standalone-full.xml configuration) I noticed an attribute 'durable'. I browsed several sources and many of them stated queues are always 'durable', meaning the message will be…
acalypso
  • 800
  • 1
  • 8
  • 26
15
votes
1 answer

No EJB receiver available for handling

I'm using EJB 3.0 with JBoss AS 7.1.1 Final. I am getting this error when I try to connect my client to the server: Aug 15, 2012 12:05:00 PM org.jboss.ejb.client.EJBClient INFO: JBoss EJB Client version 1.0.5.Final Exception in thread…
Graham
  • 5,488
  • 13
  • 57
  • 92
15
votes
2 answers

Difference between Jettison and Jackson in JBoss

What is the fundmental difference between using RestEasy JSON Provider Jettison (Badgerfish mapping) over Jackson? What is is pros and cons of using the one over the other?
Koekiebox
  • 5,793
  • 14
  • 53
  • 88
14
votes
1 answer

Understanding authentication in a Java Application Server

I'm currently working on a project running on JBoss AS 7 that requires authentication from a variety of sources. I'm trying to get an understanding of the various components that combine to provide authentication. I have some assumptions / guesses…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
14
votes
1 answer

Using log4j with JBoss 7.1

How can I use log4j with JBoss 7.1? I have a log4j-1.2.16.jar in my WebContent/WEB-INF/lib folder. When I output the result of Logger.getRootLogger().getClass().toString() I get class org.jboss.logmanager.log4j.BridgeLogger which is wrong. If I add…
T3rm1
  • 2,299
  • 5
  • 34
  • 51
14
votes
2 answers

Port MBean from JBoss 4.x to JBoss 7

we're currently in the process of porting some of our projects from JBoss 4.x to JBoss 7. So far everything seems to work fine, except for our MBeans, which we're commonly using to provide simple management operations. I've been searching for quite…
Thomas
  • 87,414
  • 12
  • 119
  • 157
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
6 answers

Can't add mysql driver to jboss

Ok this is driving me crazy. Especially because there are already many similar questions out there. But no answer works for me. I have jboss 7.1.1 on my windows 7 machine (running it from eclipse normally) and want to use mysql. I did the…
OschtärEi
  • 2,255
  • 3
  • 20
  • 41
14
votes
1 answer

OutOfMemoryError: PermGen space in debug mode on Jboss AS 7 and IntelliJ IDEA

I am using IntelliJ IDEA and JBOSS AS 7. When I am trying to deploy my app in debug mode I occur this exception java.lang.OutOfMemoryError: PermGen space and server is not answering. But if I am using Eclipse, there is no such problem with the same…
user1679671
14
votes
2 answers

Error retrieving connections in jboss to multiple databases even though there is no transaction

We are in the process of upgrading from JBoss 6 to JBoss 7. The nature of our application has a separate database instance per customer, as well as a core configuration database common to all customers. We often have EJB code which will at least…
Yishai
  • 90,445
  • 31
  • 189
  • 263