Top "Jboss6.x" questions

Version 6 of the JBoss Application Server

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 …

java hibernate logging log4j jboss6.x
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 …

jboss jboss7.x jboss6.x
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 …

java jersey jax-rs jboss6.x
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 …

jboss jboss7.x jboss6.x
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->…

openssl ssl-certificate jboss6.x pkcs#12
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.…

jsf jboss6.x
Error deploying WAR file to Jboss EAP 6.0, which works under JBOSS AS 7.1

We are working on our new system which is built using Jboss, Spring and Hibernate and at the moment we're …

jboss jboss7.x jboss6.x
RESTEasy Client + NoSuchMethodError

I am trying to write simple RESTEasy client. Below given is sample code: Client client = ClientBuilder.newBuilder().build(); WebTarget target = …

java maven resteasy jboss6.x nosuchmethoderror
jbas015852 could not index class java.lang.IllegalStateException: Unknown tag

This error happens when deploying to a local JBOSS server. Is there a way to resolve this warning? 22:31:22,992 WARN [org.…

java jboss6.x
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] (…

transactions warnings jboss6.x