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

Getting error while initializing JMS in Wildfly 8.2.0

I am working on MDB in wildfly 8.2.0. Server configuration used is standalone-full-ha.xml. I am getting the below error trace when the line Connection connection = connectionFactory.createConnection() gets executed. TRACE [org.hornetq.core.client]…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
0 answers

Is Jboss Wildfly 8 certified on AIX?

A simple question really. Will JBOSS Wildfly version 8 run on IBM's AIX operating system using Java 7 or higher ? Is there any official certification to prove this ?
0
votes
1 answer

HA Singleton not working in Wildfly 8

Could anyone provide a working example of HA Singleton implementation for Wildfly 8? I have tried a couple of things including this. However it always started multiple instances on various cluster nodes/servers. Ideas?
TomS
  • 1,159
  • 2
  • 17
  • 35
0
votes
1 answer

Named JSF object not found in JAR (Maven structure, Wildfly)

I'm switching from Glassfish 3.1.1 to Wildfly 8.2.0 and I have a Maven structure like this (but with more applications): Main (POM project) |-Web (POM project) | |-Mobile (Web application) | |-WWW (Web application) |-EJB (POM project) | …
Bjørn Stenfeldt
  • 1,432
  • 1
  • 18
  • 25
0
votes
1 answer

Wildfly 8 not finding MyLoginModule

I realized my implementation of Loginmodule. Installed into WildFly 8.2.0.Final as module. Configure Security Domain. add jboss-web.xml into my WebApplication in WEB-INF directory, with name of security-domain. And when I initiate login at web form,…
miroque
  • 320
  • 1
  • 5
  • 21
0
votes
1 answer

How to implement EJB timer service in Wildfly AS 8 for a datasource

I am migrating the EAR application from JBoss AS 6 to Wildfly AS 8.2.0. While doing, I am facing a concern on implementing EJB timer service in Wildfly AS for the datasource TestSybaseDB defined in standalone-full-ha.xml. FYI that below are the…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
0 answers

NoClassDefFoundError when runnung on server using apache commons httpclient lib

i'm writing a dynamic-web-project with wildfly as my web-server by java in this project, i want to connect with other server the library i'm using is apache.commons however, the function works when i run as application but once i run as server, it…
0
votes
1 answer

classNotfoundException during startup of ContextLoaderListener in wildfly 8.2 server

Getting below error during server startup. App Server: Wildfly 8.2 SpringVersion: 3.0.6.RELEASE resteasy : 3.0.10.Final resteasy-spring : 3.0.10.Final Please advice how to resolve this. spring-web jar is part of the EAR lib. 02:13:34,758 ERROR…
Shan
  • 521
  • 2
  • 8
  • 28
0
votes
0 answers

Webservices working in WildFly smoothly but 404 Not Found in Apache Tomcat

I have developed webservices using RESTEasy. It is working fine in JBoss WildFly, but it's throwing 404 Not Found error when using Tomcat. Any suggesations what could be the possible cause about this weired behaviour?
Satyaki
  • 751
  • 2
  • 10
  • 25
0
votes
1 answer

WildFly- Basic, form and no Authentication

Is it possible to configure wildfly such that users and agents have "optional" security? In essence I want form authentication for a web page, silent basic authentication for my services. Most unfortunately, one component of my ecosystem cannot call…
0
votes
1 answer

Authenticated user in Web Application receives 403 Forbidden on protected site

I have configured an Application User named "sven" on my WildFly 8.2 Application Server. I am trying to implement basic security using the BASIC method. After attempting to access the protected resource (secret/infidels.xhtml), I am prompted with a…
krystah
  • 3,587
  • 2
  • 25
  • 43
0
votes
2 answers

How can I make KIE workbench pull from an SVN repository?

I'd like to clone a new repository in the KIE workbench using SVN instead of Git. Can that be done easily or do I have to dig into the jbpm-console source code in order to add this functionality?
LifeAndHope
  • 674
  • 2
  • 10
  • 27
0
votes
1 answer

How to configure Wildfly 8 to target directly the project build path

I got a web project that don't use maven, i remember that i had worked once in a project where the tomcat was targeting the build path where eclipse automatically put the compiled files so we don't need to restart the server all the time to see the…
tiagomac
  • 461
  • 1
  • 7
  • 18
0
votes
1 answer

Where to find resource adapter for weblogic JMS?

I would like to configure Wildfly to send JMS messages to Weblogic 12c. for this I am using jms bridge in wildfly and want to configure resource adapters. Unfortunately I am not able to find required rar file of weblogic. Also I am looking for…
java2017
  • 158
  • 2
  • 12
0
votes
1 answer

ActiveMQ: enable Web Console in a CXF Project

i'm trying to figure out how to startup a web console for my Apache CXF-Maven project. It's quite messy cause it's not a standard project, i'm actually implementing the wsn\services from the cxf-master SVN or GITHUB developed by the Apache CXF…
Black.Jack
  • 1,878
  • 2
  • 22
  • 39