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
1
vote
1 answer

What is environment variable in openshift v3?

How can I to set enabled = "true" on datasource of standalone.xml of Openshift v3 Wildfly container like below. I put…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
1
vote
0 answers

WildFly Logging Profile not working with log4j

Following JBOSS Example Logging Profile Configuration guide I've created a logging profile on my WildFly10 server. I've edited my MANIFEST.MF adding Manifest-Version: 1.0 Logging-Profile: accounts-app-profile But i can't find logs in…
sgargel
  • 986
  • 2
  • 11
  • 29
1
vote
1 answer

Infinispan 2LC : entity cache with regions specified in query cache

I have an entity A and it is defined as @Cacheable. And I have query cache loading the entity A under specified cache region say "regionA". This is accomplished by setHint and enabled cache. As for the settings in wildfly, The regionA is configured…
ulab
  • 1,079
  • 3
  • 15
  • 45
1
vote
1 answer

Wildfly10 Throws an error while deploying an Oauth server's war file

I am getting this error while deploying an Oauth Server on wildfly10. Do I need to change Application.prperties file?
ShraddhaJ
  • 201
  • 1
  • 14
1
vote
1 answer

Sequence generator warning in JPA Application after upgrading to hibernate 5

I faced following issues after upgrading to hibernate 5 in JPA Application. HHH90000015: Found use of deprecated [org.hibernate.id.MultipleHiLoPerTableGenerator] table-based id generator; use org.hibernate.id.enhanced.TableGenerator instead.…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
1
vote
0 answers

JBoss logger appender with dependency

I'm trying to create a custom logger appender that would be included in Wildfly (With jboss cli: /subsystem=logging/custom-handler=LOG4J_MY:add and /subsystem=logging/root-logger=ROOT:root-logger-assign-handler(name=LOG4J_MY) The problem is that…
egaga
  • 21,042
  • 10
  • 46
  • 60
1
vote
1 answer

f:ajax listener in composite component stopped working in WildFly 10

We have in our JSF 2.2 project a composite component used like this (the code has been simplified for clarity):