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
11
votes
2 answers

EAP 7.3: java.lang.ClassNotFoundException: # Licensed to the Apache Software Foundation (ASF) under one or more - only in standalone mode

we've got a web app (war) that deploys successfully to JBoss EAP 7.3 in domain mode (using the default profile), however deployment in standalone mode (config based on the default standalone.xml) it fails with: 14:47:40,342 ERROR…
Petr H
  • 452
  • 1
  • 3
  • 10
10
votes
3 answers

Jboss EAP 7 - How to exclude implicit modules from deployment (javax.jms)?

I didn't think I would end up here but after a lot of Google and StackOverflow searches here I'm. This is my exact problem except that I can't afford to make code changes. The WAR I'm trying to deploy includes a JMS library (i.e. javax.jms, which I…
Dilip Raj Baral
  • 3,060
  • 6
  • 34
  • 62
10
votes
2 answers

How to configure JMS in JBoss EAP 7?

I have tired searching google and got like this. Those link are refer jboss eap 6. 1.How to configure JMS in jboss eap 7? 2.Is there Jboss eap 7 have in built-in JMS? or need configure manually? 3.sample Application using Jboss eap 7?
Sangram Badi
  • 4,054
  • 9
  • 45
  • 78
9
votes
1 answer

NPE from sun.awt.FontConfiguration.getVersion using Apache FOP JDK 11 on Linux system

I am using Apache FOP (v 2.3 and with testing v 2.5). I have recently upgraded from Oracle JDK 8 to Oracle JDK 11. I am using JBoss EAP 7.2 on Oracle Linux (which is RedHat derivative). Everything works fine when using JDK 8, but just the upgrade to…
javafreak
  • 301
  • 1
  • 3
  • 9
7
votes
2 answers

Wildfly version in JBoss EAP 7.1.0

I am using Java 8 to build my application and planning to use JBoss EAP 7.1.0 for production deployment, but I am not getting which version of Wildfly ships with JBoss EAP 7.1.0. I find Wildfly core 3.0.1 but what is Wildfly core? Also is it…
Anirban
  • 925
  • 4
  • 24
  • 54
7
votes
1 answer

How to check if a WildFly Server has started successfully using command/script?

I want to write a script to manage the WildFly start and deploy, but I'm having trouble now. To check if the server has started, I found the command ./jboss-cli.sh -c command=':read-attribute(name=server-state)' | grep running But when the server…
Germinate
  • 2,008
  • 2
  • 14
  • 23
7
votes
2 answers

Configure Http Headers in JBoss EAP 7

Do you know if there is a standard way to configure the Http Headers that JBoss EAP 7 sends to the client? I am mainly interested in being able to configure the following…
Alex Mi
  • 1,409
  • 2
  • 21
  • 35
6
votes
3 answers

JBoss EAP 7 exclude webservices subsystem gives NoClassDefFoundError: Failed to link EndpointDefinitionParser$SpringEndpointImpl

In Jboss EAP7 I have added cxf maven dependencies in pom.xml and excluded webservices subsystem in jboss-deployment-structure.xml since want to use my own version of cxf defined in pom.xml. But get below exception during server start up- Caused by:…
Rajesh Vyas
  • 151
  • 1
  • 2
  • 10
6
votes
2 answers

Exclude provided jackson version from JBoss 7 EAP

I am trying to use a newer version of Jackson as JBoss 7 EAP delivers. To solve my issue I have created a jboss-deployment-structure.xml file which is contained in my war deployment.
CSchulz
  • 10,882
  • 11
  • 60
  • 114
5
votes
2 answers

JBoss EAP 7.1 Spring-Data-JPA CDI Extension

We have an app that uses Spring Data JPA repositories to inject into EJB's. Spring's org.springframework.data.jpa.repository.cdi.JpaRepositoryExtension does the magic. It looks for an EntityManager in CDI, saves it for later use, looks for Spring…
Cary
  • 61
  • 6
5
votes
3 answers

JBoss EAP 7.1 + Spring Boot Application: No validator could be found for constraint 'javax.validation.constraints.NotBlank'

I'm attempting to deploy a Spring Boot (2.0.2) application on JBoss EAP 7.1 server. The code that's causing the problem is: import javax.validation.constraints.NotBlank; import org.springframework.stereotype.Component; import…
Tora Tora Tora
  • 973
  • 3
  • 18
  • 33
5
votes
1 answer

Customize Ejb Timer Schedule without Rebuilding War

I am using a ejb timer in my code as follows: import org.apache.logging.log4j.Logger; import javax.annotation.Resource; import javax.ejb.Schedule; import javax.ejb.Singleton; import javax.ejb.Startup; import…
Baz
  • 12,713
  • 38
  • 145
  • 268
4
votes
1 answer

How to configure jndi reference name workmanger and timer in Jboss 7.1 When deploying war web application

This is the configuration i have which is working fine in tomcat , Im using http://commonj.myfoo.de/ as the workmanger and timer Now when i try to install the war web app in JBoss 7.1 as standalone application (not domain) I keep getting those…
user63898
  • 29,839
  • 85
  • 272
  • 514
4
votes
2 answers

"WFLYJCA0041: Failed to load module for driver [com.mysql]" on Jboss 7 with MySQL database

I am creating a web application for JBoss EAP 7 and trying to connect to MySQL 8.0 database. Am getting the error as [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 39) WFLYCTL0013: Operation ("add") failed - address:…
Manasa
  • 41
  • 1
  • 1
  • 4
4
votes
2 answers

spring boot application deployment failed on jboss eap 7

I am not able to deploy the my Spring BOOT REST Application on JBOSS EAP 7 Server. However, its running fine after deployment on Apache Tomcat 8 Server. Application Main Class: @SpringBootApplication(scanBasePackages=…
Ankit
  • 2,126
  • 4
  • 33
  • 53
1
2 3
29 30