Questions tagged [jboss6.x]

Version 6 of the JBoss Application Server

http://www.jboss.org/jbossas/docs/6-x

978 questions
40
votes
8 answers

How to change port number in jboss-7

I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?
vivek rai
  • 2,081
  • 9
  • 22
  • 21
31
votes
3 answers

What causes Arjuna 1603 (Could not find new XAResource to use for recovering non-serializable XAResource)

I have no experience with Arjuna, but my log file gets filled with: 2011-06-27 09:25:18,021 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA-16037 Could not find new XAResource to use for recovering non-serializable XAResource formatId=131076,…
Laures
  • 4,917
  • 11
  • 45
  • 68
25
votes
5 answers

Java RestFull WebService: JAX-RS implementation with Jersey 2.3.1 libraries

I am trying to run a simple "Hallo World" application Jersey 2.3.1 REST service on JBoss jboss-eap-6.1 AS. In web.xml i have disabled restEasy library. During deployment i am getting the error: JBWEB000289: Servlet …
Roberto
  • 273
  • 1
  • 3
  • 6
24
votes
5 answers

Enable Hibernate logging

I'm trying to create a log of hibernate statements. I perform my sql statements using JPA where Hibernate 2.0 is the persistence provider (my application server is JBoss AS 6.0). I call my CRUD methods using the EntityManager interface provided by…
Rosanero4Ever
  • 464
  • 1
  • 6
  • 18
19
votes
2 answers

Error in Assigning proper home directory while configuring jboss-eap-6.4 server in Eclipse Luna

when adding a jboss-eap-6.4 version server in Eclipse luna, i added the below home directory. D:\jboss-eap-6.4.0\jboss-eap-6.4: which contains all the subfolders (bin, bundles, docs, domain,modules, standalone etc). But I am getting error : 'User…
Srilata
  • 191
  • 1
  • 4
18
votes
2 answers

Adding an intermediate certificates to a pkcs12 file

I have a certificate that has the following chain of certification: Entrust->My CA->My Issuing CA->My JBoss Certificate. Now, if I install my certificate on my JBoss instance, any page I access running on this instance will appear untrusted as My…
blackirishman
  • 775
  • 1
  • 8
  • 19
17
votes
3 answers

RESTEasy Client + NoSuchMethodError

I am trying to write simple RESTEasy client. Below given is sample code: Client client = ClientBuilder.newBuilder().build(); WebTarget target = client.target("http://localhost:8080/context/path"); Response response =…
user613114
  • 2,459
  • 10
  • 40
  • 68
15
votes
3 answers

Why does Java Web Start redownload jars from JBoss?

We just discovered that every time we restart JBoss, all of our Java Web Start clients redownload all of their jars, instead of reusing the cached jars, even if our application has not changed. From what I've seen on the web, Java Web Start does an…
skiphoppy
  • 83,104
  • 64
  • 169
  • 214
15
votes
2 answers

JMS queue with multiple consumers

I have a JBoss-6 server with HornetQ and a single queue: There a different consumers (on different machines) connected to this queue, but only a single consumer is active at a…
Thor
  • 6,375
  • 13
  • 60
  • 93
13
votes
3 answers

Exception: could not find Factory: javax.faces.context.FacesContextFactory

I'm migrating from JBoss 5.1.0.GA to JBoss 6.0.0-Final and facing following exception during FacesServler initialization 2011-03-09 18:07:24,574 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[Faces Servlet]]…
Yury Litvinov
  • 1,235
  • 2
  • 15
  • 24
12
votes
1 answer

Problem with session security feature of JBoss 6 using servlet 3.0

We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0. Everything works fine apart from one new feature of JBoss 6 and servlet 3.0: setting the session cookie to…
Alex
  • 616
  • 1
  • 12
  • 26
12
votes
2 answers

What versions of Jackson are allowed in JBoss 6.4.20 patch?

I am trying to update my version of Jackson being used after the 6.4.20 JBoss patch. I'm using org.codehause.jackson, and JBoss 6.4.x does not provide implicit dependencies for the newer com.fasterxml.jackson as far as I'm aware. Is it appropriate…
marco dominguez
  • 121
  • 1
  • 3
12
votes
3 answers

what is the default admin console password for Jboss EAP 6

what is the default admin console password for Jboss EAP 6..? Its not allowing me to see the administration console without password. And I can't find the configuration page also. Please advice.
Madhan
  • 661
  • 1
  • 11
  • 24
11
votes
2 answers

Use Arquillian to test secure EJB

I am using JBoss 6.1 and I got a secure EJB having methods annotated with @RolesAllowed("Admin"). I am trying to test this method with Arquillian. I have done the EJB log in successfully in the @Before of the test, however, it failed to invoke the…
Linh
  • 445
  • 5
  • 13
11
votes
1 answer

Work around for faulty INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL in Mojarra JSF 2.1

I know there are a number of posts about converting empty string to null in JSF2. The usual prescription is to add the following to web.xml. Does not appear to work
Andrew Wheeler
  • 271
  • 3
  • 10
1
2 3
65 66