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
4
votes
1 answer

Unique constraint violation on insertion after server restart

I am running a JBoss EAP 7 server with an Oracle 11g DB, and Hibernate for JPA. I have noticed something weird. When I first create the database and start the server, everything works fine. I send requests from the client and the server persists the…
devil0150
  • 1,350
  • 3
  • 13
  • 36
4
votes
2 answers

JBoss EAP 7.1 Deployment Failed : WFLYCTL0013: Operation ("deploy") failed

My Project is war deployment. XXX.war For my project there is a datasource (ds) that is installed in jboss. Also XXX.war has maven dependency on a xxx-domain.jar ,which deals with hibernate/persistence configurations. Here is my…
edwin
  • 7,985
  • 10
  • 51
  • 82
3
votes
1 answer

Configure HTTP headers for Jboss Admin Console URL

When configuring the filters in undertow to apply some http response headers, the headers are appearing only for the http & https ports, not for the management-http & management-https ports. Is there any way to configure the same for management…
Biswadip Dey
  • 509
  • 2
  • 7
  • 20
3
votes
1 answer

Send message to a JMS queue using Spring Boot

I am new to Spring JMS. My application is developed using Spring Boot and is deployed in JBoss EAP 7.2.0. I have a remote queue which is an Active MQ Artemis queue which is also embedded within JBoss EAP 7.2.0. Can anyone please suggest me how to…
Anirban
  • 925
  • 4
  • 24
  • 54
3
votes
1 answer

Error while starting JBoss - Could not read provided index: /content/<>r/WEB-INF/lib/camel-api-3.0.1.jar/META-INF/jandex.idx

In our project, we are using Spring Boot 2.2.4 and Apache Camel 3.0.1 and deploying the application as a war file in JBoss EAP 7.2.0. I am getting the following error while deploying the application in JBoss 2020-03-11 20:35:59,822 ERROR…
Anirban
  • 925
  • 4
  • 24
  • 54
3
votes
2 answers

How to list files in directory inside classpath in web module

Inside my WEB application there is a classpath or resource directory with JSON and text files. /classes/mydir/a.json /classes/mydir/b.json /classes/mydir/b.txt /classes/mydir/xyz.json I need a InputStream (to give to Jackson JSON ObjectMapper) to…
JStefan
  • 149
  • 1
  • 2
  • 11
3
votes
2 answers

how to monitor java heap memory usage in jboss eap production server

I need to monitor java heap memory usage in my production server JBOSS EAP and web server nginx in order to avoid OutofMemory Error. Please suggest
Aaruhi
  • 77
  • 1
  • 4
  • 13
3
votes
1 answer

Getting an error "Cause: AMQ119031: Unable to validate user" in Spring-Boot app

I'm getting the following error when trying to connect to ActiveMQ Artemis Queue deployed on JBoss EAP 7.1. Error: DefaultMessageListenerContainer: Could not refresh JMS Connection for destination 'jms/queue/QueueA' - retrying using …
3
votes
0 answers

JBoss EAP 8 - Release Date

I don't appear to be able to find any information on the proposed release date for EAP 8. Wildfly 11 has been out a few months now. We have clients running our Financial Services Product on either Wildfly or Enterprise Application Platform and would…
3
votes
2 answers

New missing/unsatisfied dependencies in Jboss EAP 7.0

I am moving my Java EE application from JBoss EAP 6.4.7 to JBoss EAP 7.0. I have installed JDK and have already made the required changes but I am getting an error as per the below message while starting the server even though I am successfully able…
whywake
  • 880
  • 10
  • 29
3
votes
1 answer

JSF 2.3 on EAP 7

I would like to upgrade to JSF 2.3 on an Jboss EAP 7. I followed this guide: https://docs.jboss.org/author/display/WFLY10/JSF+Configuration#JSFConfiguration-ConfiguringaJSFapptouseanondefaultJSFimplementation I splitted the JSF 2.3 jar following…
onderbewustzijn
  • 935
  • 7
  • 32
3
votes
2 answers

error when merge using hibernate 3 and ojdbc 7

I get an error when I save my entity using the merge() method from EntityManager. This issue happens when I use Hibernate 3 combined with ojdbc7 12.1.0.2.0 JDBC 4.1, but if I change to ojdbc6 11.2.0.3.0 JDBC 4.0 this error will disappear. Can anyone…
3
votes
1 answer

log4j2 logging of code in EJB jar on JBoss EAP 7

I am doing the following: porting several legacy applications from WebLogic to JBoss EAP 7. Some of the components being ported are EJBs. Others are servlet apps that invoke these EJBs. These EJBs are deployed in ejb-jars. I know that I could…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
3
votes
1 answer

Log4j2 and Jboss EAP 7: Exceptions logging

I have a web app running on Jboss EAP 7.0.2. In my app I want to use Log4j2 for logging. So, I added log4j2 and log4j-slf4j-impl as dependencies: build.gradle compile 'org.apache.logging.log4j:log4j-core:2.7' compile…
3biga
  • 392
  • 1
  • 5
  • 17
2
votes
0 answers

EAP 7.4 with Elytron: JBOSS-LOCAL-USER authentication issue with remote EJB

We're running JBoss EAP 7.4.11 (at OpenJDK 11.0.20) configured with Elytron (via the docs/examples/enable-elytron-se17-domain.cli script) in domain mode. Some applications call others via remote EJB. For that purpose there's an…
Petr H
  • 452
  • 1
  • 3
  • 10
1
2
3
29 30