Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
0
votes
2 answers

What is this parent (jboss-parent) that the parent pom in Wildfly Quickstart is pointing to?

org.jboss jboss-parent 14 Where should this parent go, once I find it? Or is it safe to ignore?
Patrick Garner
  • 3,201
  • 6
  • 39
  • 58
0
votes
1 answer

How to setup jacoco java agent in wildfly

I have to setup jacoco with wildfly. i have provided java opts in standalone.bat. i have jcoco ant tasks for coverage and report. i am getting test code coverage always 0%. my junits extend cactus servertest. if i do not extend servertest(cactus) i…
user3654324
  • 9
  • 1
  • 2
0
votes
1 answer

Deploying HawtIO to WildFly 8.0.0 fails

I have had HawtIO running under JBoss AS 7.1.1 but when I try to deploy to WildFly 8.0.0 it fails with the following org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Injector with qualifiers @Default at…
user1723105
  • 121
  • 9
0
votes
2 answers

Wildfly CLI not working for me

All I did was download wildfly-8.1.0.CR2 and extract it. standalone.bat and add-user.bat work but jboss-cli.bat does not. F:\wildfly-8.1.0.CR2\bin>jboss-cli java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi64-1.9…
Patrick Garner
  • 3,201
  • 6
  • 39
  • 58
0
votes
1 answer

Jboss as7 to WildFly migration weld unsatisfied dependencies for type

I'm trying to migrate a jboss as 7 application to WildFly. For some reason I am getting the weld unsatisfied dependencies for type Set. For just about every class that uses the @Inject (Using guice). I can not think of any way for solving this and…
David Limkys
  • 4,907
  • 5
  • 26
  • 38
-1
votes
1 answer

I am facing the following error while upgrading to jboss wildfly

2022-03-01 01:31:49,997 ERROR [stderr] (default task-13) org.apache.jasper.JasperException: java.lang.ClassCastException: java.lang.LinkageError cannot be cast to java.lang.Exception 2022-03-01 01:31:49,997 ERROR [stderr] (default task-13) at…
user123
  • 3
  • 1
-1
votes
1 answer

How to publish JMS message concurrently in one connection

I want know how to publish JMS message concurrently to different topic. Example: 1 thread to publish JMS message to topic X, 1 thread to publish JMS message to topic Y periodically (let say every 5 seconds) How can achieve that? Currently using…
syamsi
  • 19
  • 4
-1
votes
1 answer

Wildfly not starting

We are not able to start wildfly service. The error shown is "It can not find the file specified" but it will not show which file it is not able to find. Also, it was working fine and suddenly it stopped working. Any idea anyone?
Pretty
  • 1
  • 2
-1
votes
1 answer

Jboss(Wildfly) server log not able to print MDC key value using %X{key}

I have configured %X{key} pattern in standalone.xml file(at path /usr/local/wildfly/standalone/configuration) under logging module as given below.
Ranjit Soni
  • 594
  • 6
  • 19
-1
votes
1 answer

Steps to Secure Wildfly 8

Steps to configure Wild fly 8 in secure way Cent OS 6 without security loop holes. 3 Points Delivering your configuration using property files Securing your configuration hashing passwords Securing and protecting passwords using a vault Apart…
k_v_k
  • 1
  • 2
-1
votes
1 answer

Load jars from a subfolder of WEB-INF in Wildfly 8 server

I have a set of jars located inside WEB-INF/jars/mylocation inside the war artifact. Are these jars available in the classpath automatically? If not , how should I make those available in classpath? I am using WildFly 8 as the application server.…
Dalu
  • 172
  • 3
  • 18
-1
votes
2 answers

Wildfly-8.2 start up failure with JBAS014674: Failed to load module org.jboss.as.cmp

I am trying to start up wildfly-8.2 standalone , i am getting an exception . Please check exception log below. C:\jboss\wildfly-8.2.0.Final\bin>standalone.bat Calling "C:\jboss\wildfly-8.2.0.Final\bin\standalone.conf.bat" Setting JAVA property…
Vinay
  • 17
  • 1
  • 6
-1
votes
1 answer

StackOverflowError by using Wordpress 4.0 on Quercus

i want to use Wordpress on an applicationserver (Tomcat or JBoss, doesn't matter what version) with Quercus. Installation and configuration with the mysql database works fine. But when i create a new article or a new page the view of the frontend…
J Hi
  • 55
  • 7
-2
votes
1 answer

Debug Eclipse Wildfly from IntelliJ

I have a local application running in local Wildfly that is configured using eclipse. I also have IntelliJ running in local. Now I want to run the application in Eclipse and connect remote debugger to it from my IntelliJ which is also running in the…
Maz
  • 653
  • 12
  • 22
-2
votes
1 answer

IBM DB2 Connection error with autoReconnect

I am using db2jcc4.jar version 4.19.26 and JDBC4 . When I am adding autoReconnect=true in the connection URL ,
Sujith PS
  • 4,776
  • 3
  • 34
  • 61
1 2 3
69
70