Questions tagged [jboss-eap-7]

For development issues encountered while using Red Hat JBoss EAP 7

JBoss EAP 7 is a Red Hat supported release based on open source WildFly.
JBoss EAP 7 has been tested with OpenJDK 8, Oracle JDK 8, IBM JDK 8, and HP JDK 8
JBoss EAP 7 implements the Java EE 7 Full Platform and Web Profile standards.
Component versions reference: https://access.redhat.com/articles/112673#EAP_7
Click here for free development subscription which allows you to download Red Hat JBoss EAP 7 for development use https://developers.redhat.com/downloads/

442 questions
1
vote
1 answer

WELD-001408: Unsatisfied dependencies for type CdiCamelExtension with qualifiers @Default

We are migrating from EAP 6 to EAP 7 one project that uses Apache Camel. In this project, we are using dependency injection using the CDI 2.0 specification provided by EAP 7. We are migrating from EAP 6.4 which is using CDI 1.X specification. The…
1
vote
1 answer

Why does @Transactional fail for an application-managed EntityManager with EAP 7.2.x and 7.3.x while 7.1.x works flawless?

The following simple example does properly work with JBoss EAP 7.1.6 (and before) while it fails with EAP 7.2.x and the latest 7.3.0. I've created a simple reproducible example and pushed it to…
Daniel Bleisteiner
  • 3,190
  • 1
  • 33
  • 47
1
vote
0 answers

LinkageError when trying to run JBoss EAP 7.2 ear project with JDK11

Dears, I'm trying to switch from Java 8 to Java 11 an application packaged in a EAR, running on JBoss EAP 7.2. The application WAR is a Struts2 + Spring project. It runs fine with JDK8 but with 11, I have the following error: Caused by:…
user2447161
  • 277
  • 4
  • 12
1
vote
1 answer

Discard duplicate message only if they are still queued with ActiveMQ Artemis and JBoss EAP 7.1

We're using ActiveMQ Artemis on JBoss EAP 7.1. We noticed that once a message with a specific _AMQ_DUPL_ID value is passed through the queue, if the message producer tries to send a message with the same _AMQ_DUPL_ID value to the same queue again it…
mandrake_2
  • 25
  • 4
1
vote
1 answer

Spring JMS can't connect to JBoss EAP 7.1 ActiveMq Artemis

I am trying to connect to ActiveMq Artemis on EAP 7.1 which has legacy config (remote:4447). I can connect using JMSToolBox using port 5445 but when I want reach the server using the remote://xxx:4447 from my Spring Boot application I get this…
Nadarian
  • 962
  • 9
  • 22
1
vote
0 answers

JBoss throws ClassNotFoundException com.sun.org.apache.xml.internal.resolver.CatalogManager only when deploying on linux server

I'm trying to move a working JBoss EAP 7.2 installation with a working deployment from Windows to Linux. To do so, I copied the EAP directory to linux. When starting the deployment fails with: Caused by:…
0f695810
  • 11
  • 3
1
vote
0 answers

How to configure jax-rs related subsystem in jboss eap 7.0

I have a SOAP based web service that calls RESTFUL JAX-RS API of a third party using apache-wink client and is working fine on websphere 9. But when I deploy the service on jboss EAP 7, deployment fails with error…
pooja
  • 21
  • 3
1
vote
1 answer

Unable to use Infinispan embedded cachemanager on JBoss EAP 7.2

I need to use cache system on my web application under JBoss EAP 7.2 My purpose is to configure cache at application level, therefore no server configuration should be required. The cache provider is Infinispan This is my pom.xml: …
Fabrizio Stellato
  • 1,727
  • 21
  • 52
1
vote
0 answers

@Entity classes are not mapped without attribute in persistence.xml in JBOSS EAP 7 application

I am trying to Migrate from Weblogic to jboss EAP 7.2 , My project is using EJB3-persistence , @Entity classes are not recognized if attribute is not given in persistence.xml. When i try to do em.createQuery Entityclass not mapped issue occured. Is…
vijay
  • 33
  • 7
1
vote
1 answer

How to add JBOSS EAP 7.2 server in eclipse kepler (Sts 3.4) as there is no adapter service available for 7.2

I am using STS 3.4 and I want to setup JBOSS EAP 7.2. As I saw that there is no specific adapter service for JBOSS EAP 7.2. So which adapter service do I need to chose? I tried using JBoss EAP 6.1+ Runtime Server adapter service but it is giving me…
Shweta
  • 219
  • 5
  • 18
1
vote
1 answer

Why JBoss create only one ActiveMQ consumer?

Why JBoss EAP 7 create only one consumer with Active MQ(not Artemis)? How to increase number of consumer? I've tried: increase maxSession ActivationConfigProperty increase mdb pool size (via bean-instance-pools tag) set min/max pool size inside…
1
vote
1 answer

EAP 7 JMS cluster not in sync. Scheduled JMS message blocked when node is down

I'm setting up an EAP 7 cluster in standalone mode. I followed this tutorial and set up my cluster. Then I started testing the JMS system with a simple JMS app. Each time I send a JMS message, I observe that JMS message count updated in only one of…
Kobe Lin
  • 13
  • 2
1
vote
2 answers

Undertow (JBoss 7) mangles / re-encodes URL-encoded parameter on redirect

Posted in JBoss forums as well: https://developer.jboss.org/thread/280195 update 2019-06-26 apparently this is now confirmed as a bug in Undertow, with a pull request submitted here. This is a SSCCE. I have a very simple Servlet that does nothing…
Marcus Junius Brutus
  • 26,087
  • 41
  • 189
  • 331
1
vote
1 answer

Encountering _jspService is exceeding the 65535 bytes limit issue in JBOSS EAP7

I was encountering JBWEB004061: An error occurred at line: 129 in the generated java file The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit. I have tried several solution around the web and…
Starvinmarvinnn
  • 67
  • 2
  • 12
1
vote
0 answers

Jboss EAP 7.1.6 failover not working when have two nodes in cluster

I was investigating an issue related to the failover test when it only has two nodes. Here is the scenario. Test steps: We have two node cluster, let’s take them as node1 and node2. Initially, node1 is up and running, but node2 Is down and the…
Dilanka M
  • 372
  • 1
  • 5
  • 17