Questions tagged [wildfly-13]

Use this tag for version specific questions about WildFly 13 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.

22 questions
0
votes
2 answers

how to configure wildfly server.log to have a fixed size and rotate daily and keep only logs for 5 days.?

snippet from standalone.xml, **below configuration is not yielding the result.
0
votes
1 answer

Deploy Websocket Client in Wildfly 13

I'm trying to deploy a Camel Route that use a Webscoket client as a consumer in Wildfly 13. When I try to run the project I got the follow error: Caused by: [java.lang.RuntimeException - Could not find an implementation class.]:…
vitorvr
  • 605
  • 1
  • 5
  • 19
0
votes
1 answer

Cli Batch Mode don't support module add command

I'm executing some commands using cli batch mode on Widlfly 13, but the command module add doesn't respect the "all-or-nothin" pattern. Because it executes before I finish the batch proccess, executing the command run-batch. Someone knows what's the…
martosfre
  • 764
  • 6
  • 14
0
votes
1 answer

Naming.unbind("somename") fails against wildfly 13

I'm migrating an app from jboss 4.2 to wildfly 13. The app exposes EJBs, successfully migrated and these EJBs are used by some standalone clients (wrapped as services with tanuki wrapper) running on the same machine as wildfly. These standalone…
will
  • 61
  • 1
  • 12
0
votes
0 answers

Wildfly war deployment timeout error :WFLYCTL0348

Getting error - Timeout after [300] seconds waiting for service container stability, I have increased the timeout still getting the same error
0
votes
1 answer

Wildfly 13 Operation ("read-attribute") subsystem jpa

I have recently migrated from wildfly 10 to wildfly 13. when deploying modules from console I get this weird error ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 1) WFLYCTL0013: Operation…
IsidIoan
  • 403
  • 2
  • 5
  • 13
0
votes
1 answer

How To Use Hibernate 4 with WildFly 13

Is it possible to run applications using hibernate-core-4.x on Wildfly 13? I'm pretty sure that hibernate 4 is not supported on WildFly13, however I have a requirement to do it anyways. Part of the reasoning for this is that the application is using…
Pytry
  • 6,044
  • 2
  • 37
  • 56
1
2