Questions tagged [jboss-eap-6]

For development issues encountered while using Red Hat Jboss EAP 6

JBoss EAP 6 is a Red Hat supported release based on open source JBoss AS 7 (now called WildFly).
JBoss EAP versions 6.0 - 6.3 only support Java 7. Jboss EAP versions 6.4 onward have full Java 8 support
JBoss EAP 6 is Certified for Java EE 6.
Component versions reference: https://access.redhat.com/articles/112673#EAP_6
Click here for free development subscription which allows you to download Red Hat JBoss EAP 6 for development use https://developers.redhat.com/downloads/

551 questions
0
votes
1 answer

Jboss 7 to oracle 8.0.5 connection dropping

I have jboss 7 (jboss EAP 6.0.1) .I have oracle 9 DB and oracle 8.0.5 DB.The oracle 8.0.5 DB drops inside 5 hours but oracle 9 connection keeps working.the oracle 8 and oracle 9 Db are used by the same application. They are added in same ds…
user2758406
  • 536
  • 7
  • 16
0
votes
1 answer

JSF ClassNotFoundException in EJB module on JBoss EAP 6.1

I'm in the middle of porting a JSF 2.1 application to Jboss EAP 6.1 (JBoss AS 7.2). The application runs smoothly on Glassfish 3.1, and Weblogic 12c. Moreover a slightly similar application was ported successfully. The problem occurs in a specific…
Zed
  • 33
  • 5
0
votes
1 answer

How to include ejb-jar.xml in .war

My ejb-jar.xml contained in my war is not loaded when I package it inside an .ear that I use on jboss-eap-6.0.0/maven3 Here is what my .ear file contains: -- lib/other.jar -- mesejbs.jar (with META-INF/ejb-jar.xml) -- monwar.war (with…
jboz
  • 91
  • 2
  • 7
0
votes
0 answers

How to deploy camel-servlet as a OSGI in JBoss EAP 6.1

I'm starting to work with Apache Camel and I want to create an OSGI bundle for the camel-servlet component. Looking the documentation on camel site, I found this tutorial, http://camel.apache.org/tutorial-osgi-camel-part1.html, but looks like it is…
Sigrist
  • 1,471
  • 2
  • 14
  • 18
0
votes
0 answers

JSF tag ui:repeat causing high CPU utilisation

We use an application (using JSF2 (Mojara))that has some large pages using ui:repeat tag and which has been deployed on JBoss EAP 6.0 version. Of late, we have been facing very high CPU utilisation during our performance tests and the thread dumps…
user2228591
  • 115
  • 1
  • 1
  • 10
0
votes
2 answers

Jenkins "__redirected.__SAXParserFactory not found" on JBoss eap 6.1

I have the problem that I get the following exception after my my tests ran on an eap 6.1 server (using arquillian) started by jenkins. On my local machine everything works fine so I think it must be a jenkins related problem. Jenkins Version is…
TdL
  • 25
  • 1
  • 5
0
votes
1 answer

Arquillian tests fail on JBoss eap 6.1 (but working on JBoss 7.1.1)

I have a problem running my arquillian tests (started by a jenkins job) on a JBoss eap 6.1 server. It's no problem to run the tests on a JBoss 7.1.1 server, but when I switch to the eap 6.1 I get the following exception for all…
TdL
  • 25
  • 1
  • 5
0
votes
1 answer

Issue moving ear from JBoss EAP 5.1 to 6.1

I'm trying to move an ear file from JBoss 5.1 EAP to 6.1. I'm getting this issue when I try to use an EJB: NamingException JBAS011843: Failed instantiate InitialContextFactory com.sun.jndi.cosnaming.CNCtxFactory from classloader ModuleClassLoader…
Rocky Pulley
  • 22,531
  • 20
  • 68
  • 106
0
votes
1 answer

jboss-eap-6.1 + log4j configuration webapp

i'm trying to set up my webapp, in order to configure log4J-1.2.17 in my jboss-eap-6.1 server in standalone mode. is there anyone of you who may add post, a guide, a link with a concrete example to help me? Thank you
adalfonsi
  • 1
  • 3
0
votes
1 answer

JBOSS ESB(Jboss developer studio)

In JBOSS Developer Studio while creating ESB Project I am getting following error java.lang.NoClassDefFoundError: org/jboss/tools/esb/core/runtime/JBossRuntimeManager at …
swamy
  • 1,200
  • 10
  • 23
0
votes
1 answer

System.out.print doesn't work on JBoss EAP 6/JBoss AS 7

I deplyed a very simple war on JBoss EAP 6.0.1. The servlet action is ok,but System.out.print wasn't print to the console and server.log file.But System.out.println is working well,and when System.out.print and System.out.println both used,both work…
user2640993
  • 1
  • 1
  • 2
0
votes
1 answer

Cross application transaction scoped persistence context injection

I have a project broken down to 2 parts: persistence.jar, webapp.war. I don't package them in a single EAR, because I want to re-deploy webapp/run arquillian tests without re-deploying persistence for quick turnaround. With this kind of setup, how…
Tair
  • 3,779
  • 2
  • 20
  • 33
0
votes
1 answer

Call from MDB to SSB is always anonymous in JBoss AS7/EAP6

Got problem with JBoss AS7 / EAP6. In MDB, when I lookup for SSB and call its method, the call is always anonymous, i.e. sessionContext.getCallerPrincipal() returns Principal(anonymous). Always... In AS5 everything was fine. How can I fix it to make…
Qu Vad
  • 11
  • 4
0
votes
0 answers

How to get jboss server node name

I am using jboss eap 6.0.1 and we have 2 servers and each server has 2 nodes. Am trying to get the node name using a utility class which would be useful for troubleshooting. I created following ServerUtil.java class import…
OTUser
  • 3,788
  • 19
  • 69
  • 127
0
votes
1 answer

Jboss RestEasy web service connection pooling

Getting error NoSuchMethodError: org.apache.http.impl.conn.DefaultClientConnectionOperator.(Lorg/apache/http/conn/scheme/SchemeRegistry;Lorg/apache/http/conn/DnsResolver;) Using httpclient-4.2-alpha1.jar Configuration :