Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
3
votes
2 answers

Configure HTTP Headers in Wildfly 10

Is there a way to configure the Http Headers that Wildfly(10 or more) sends to the client only to configure the following: HTTPS Strict Transport Security (HSTS) X-XSS-Protection X-Frame-Options Strict-Transport-Security …
3
votes
1 answer

How to overwrite apiman.gateway-endpoint default property values in Apiman (1.3.1.Final)

Environment Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial Bug I'm using dockerized apiman version 1.3.1.Final. (Quite old I know...) I'm trying to overwrite gateway properties for the…
user3793803
  • 336
  • 4
  • 7
3
votes
3 answers

NoClassDefFoundError: org/keycloak/KeycloakPrincipal

I am getting following exception while deploying ear in WildFly 10. Apapter is installed so no jars included in ear & no dependencies set. Caused by: java.lang.NoClassDefFoundError: org/keycloak/KeycloakPrincipal Caused by:…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
3
votes
1 answer

Wildfly Resteasy requests randomly taking a long time

We're using Wildfly 10.1.0 and Resteasy 3.1.1. At throughput in the hundreds of rps we see randomly long requests even though the average latency is very low. We are looking at metrics generated from New Relic on our application. We notice that a…
3
votes
2 answers

Where exactly does KIE Workbench create a project?

Before anyone starts downvoting this question, I tried Googling this with all combinations of the words "kie", "project", "where", "location", "workbench", "pom", "source", "files" and I did not get one single answer. I am running kie-wb.war on…
EdmDroid
  • 1,350
  • 1
  • 11
  • 25
3
votes
1 answer

KeyCloak User Federation AND DYNAMIC ROLES

I am using this guide http://www.keycloak.org/docs/3.2/server_development/topics/user-storage.html to configure user federation. This works fine and my users can login. My users are stored in a Mysql Database. Users have different roles - also store…
chege
  • 323
  • 5
  • 16
3
votes
0 answers

Remote Invocation of EJB in WildFly 10 using JNDI lookup

Im trying to invoke an EJB from a remote server using JNDI lookup, Im using EJB3 with Spring-MVC in WildFly 10 and the configuration guided in this documentation has been done in my client and remote…
Madan Thunderfist
  • 193
  • 1
  • 2
  • 14
3
votes
1 answer

Why does slf4j w/ Wildfly ActiveMQ cause ObjectMessage.getMessage () to throw JMSException?

I’m resurrecting an old application that worked with WildFly 8 / HornetMQ / Log4J. It is a remote Java GUI Client that swaped JMS ObjectMessages. So far everything works again when reconfigured for WildFly 10 / ActiveMQ / Slf4j, except one…
George
  • 509
  • 2
  • 9
  • 25
3
votes
1 answer

JBOSS wildfly 10 Performance Tuning using Jmeter

This is regarding use of JMETER tool to test a REST API and check the throughput. I am pretty much new to using the JMETER tool. Coming to my Application, it is a simple REST API which converts an XLS file to JSON formatted data based on few…
Sunil Kumar S
  • 31
  • 1
  • 2
3
votes
0 answers

Trying to inject cdi in jax-rs provider

I am having an issue with wildfly 10 when trying to get a custom Transformer bean that will perform the incoming data into the form I need. I declare custom…
stefo0O0o
  • 119
  • 1
  • 11
3
votes
0 answers

Standalone deployment in wildfly 10 is not deploying on single node

I am using wildfly 10, and trying to use its standalone deployment feature -- https://docs.jboss.org/author/display/WFLY10/Singleton+deployments According to the above link, I have included /META-INF/singleton-deployment.xml, inside my web…
3
votes
0 answers

Wildfly 10 JAX-WS attachements : MTOM threshold not working as expected (?)

I have JAX-WS endpoint defined with @MTOM annotation and set threshold as below. So I expect any attachments less 5MB shall be sent inline as base64binary. But the soap response is always returned as MTOM for even small files. Is this expected…
ulab
  • 1,079
  • 3
  • 15
  • 45
3
votes
1 answer

Max post size ignored by Wildfly 10

I have a problem with uploading files larger than 10MB on Wildfly 10.0.0.Final. Here you have my standalone.xml file
kekolab
  • 801
  • 10
  • 24
3
votes
1 answer

How to configure the JMS in Wildfly 10?Can not find the JMS menu under subsystem

Currently I am writing a JMS sample application which runs on Wildfly 10. But I can not see the menu under which we can create JMS Queue in Subsystem of Admin console in wildfly 10. Please help me to locate the JMS menu in Wildfly 10 admin…
chandan kumar
  • 31
  • 1
  • 5
3
votes
1 answer

Wildfly 10.1 Consuming All Cores

We have recently upgraded our banking application from java 1.6 to 1.8 and jboss 4.x to wildfly 10.1. We have observed that java consuming all the cores (10), available on the machine. Can someone tell what is the reason, normally with jboss 4.x max…
ROHIT
  • 185
  • 1
  • 3
  • 17