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
5
votes
0 answers

Serve static content(Single page application) using Wildfly

I need to serve static content outside of WAR using the Wildfly application server. I setup
5
votes
0 answers

javax.servlet.ServletException: UT010031: Login failed

I am trying to build up a JEE application using JAAS programmatic security with WildFly 10 and Postgres Database, however i never succeeded to login where i always get the error saying **javax.servlet.ServletException: UT010031: Login failed** and…
Mohammad Fneish
  • 829
  • 1
  • 9
  • 20
5
votes
3 answers

Setting per application properties on Wildfly

I am normally the Tomcat guy but we use Widlfly on one of our client project. With Tomcat, I can set "per application" properties by creating a separate context for each application, just as Tomcat documentation very nicely says. This way, my…
Petr Dvořák
  • 750
  • 1
  • 9
  • 21
5
votes
0 answers

Error while deploying to Wildfly-10, Application Server Migration from Weblogic11g to Wildfly-10

We are experiencing error while deploying to wildfly-10 when we are trying to migrate from Oracle Weblogic11g AS to Wildfly-10. We have made following changes to Eclipse IDE in order to remove weblogic dependancies from project build: We had…
5
votes
2 answers

ClassNotFoundException in Wildfly 10 despite dependency being set

I'm running an application on WildFly 10. It contains a number of EJBs in an EAR. I have one EJB "gt" being triggered via JMS. That EJB calls another EJB "ps", resulting in an error, ultimately Caused by: java.lang.ClassNotFoundException:…
stmoebius
  • 662
  • 11
  • 30
5
votes
1 answer

How to configure WildFly 10 logging subsystem from management console for an application?

I want to use the logging subsystem for the Wildfly server for my application. With the help of some blogs online, i added a logging profile for my application in standalone.xml.
Vishnu P N
  • 415
  • 5
  • 19
5
votes
0 answers

Singleton, Application Scope and Timers across a Clustered Environment

I have setup a clustered environment on Amazon Web Service using Wildfly 10 with infinispan s3ping. Everything works fine. But singletons, application scope objects, and timers works on each node separately. I have to make these work across the full…
xxlali
  • 996
  • 2
  • 15
  • 43
5
votes
1 answer

Wildfly 10 - How to use a newer version of jackson for an aplication

I have an application running on wildfly 10 that needs a newer version of jackson. Simply updating the maven dependency does not to work. Wildflys own version seems to interfere... Somebody has a hint?
Philipp
  • 4,180
  • 7
  • 27
  • 41
5
votes
2 answers

Wildfly 10 Final indefinitely creating ActiveMQ-client-global-threads

I have a Wildfly AS setup for JMS, I;m monitoring it with Jconsole and have noticed that before I even create a session on my Consumer or Producer the thread count is steadily increasing, I was previously using Wildfly 9 final for the same purpose,…
JTK
  • 1,469
  • 2
  • 22
  • 39
4
votes
0 answers

Wildfly 10 JBossWS SOAP address rewrite for wsdl-uri-scheme=https for nested XML schema documents (XSD) referenced by the WSDL behind reverse proxy

NOTE: Cross post from developer.jboss.org We have Wildfly 10 configured behind NGINX as a reverse proxy for handling the SSL requirements of the web service. Wildfly serves everything as plain HTTP and NGINX handles the HTTPS side of the request. We…
nicoschl
  • 2,346
  • 1
  • 17
  • 17
4
votes
1 answer

Unable to find a MessageBodyReader of content-type text/html and type interface java.util.List

Please do not consider it as duplicate request as i have gone through all the post in stackoverflow, none of them answered. no response i found. Issue is : I am facing a very weird issue making a GET request with same piece of code via…
user2413660
  • 51
  • 1
  • 2
  • 7
4
votes
1 answer

Error in executing query in JBDS (Teiid)

I am using JBDS 10.4 with WildFly 10,Teiid Designer 10. Successfully made a VDB by following the link: https://developer.jboss.org/wiki/SalesforceAsARESTServiceUsingDataVirtualization?_sscc=t When running on browser getting notfound error…
Vijay
  • 53
  • 5
4
votes
1 answer

Auto identify mime types in wildfly10

To suppport all UTF-8 characters we have added in Servlet filter servletResponse.setContentType("text/html; charset=" + "UTF-8"); servletRequest.setCharacterEncoding(servletResponse.getCharacterEncoding()); because of this it sets the content type…
happy
  • 2,550
  • 17
  • 64
  • 109
4
votes
2 answers

Which JNDI datasource name works both on Wildfly and Websphere?

I've a java/spring web app that needs to be deployed as war file both on Wildfly and Websphere The app is using datasource with JNDI names: The WebConfig.java contains: public DataSource dataSource() { final JndiDataSourceLookup…
sgargel
  • 986
  • 2
  • 11
  • 29
4
votes
4 answers

WFLYCTL0083: failed to load module org,keycloak.keycloak-server-subsytem

When I am starting my Wildfly server I am getting this error which ultimately shuts my server from running. What am I missing while installing the server ?
Haseb Ansari
  • 587
  • 1
  • 7
  • 23