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

Why does the wildfly appclient script start a new instance of wildfly?

An application client is a Java EE client application that runs in the "application client container". But the command line usage here: https://docs.jboss.org/author/display/WFLY8/Application+Client+Reference appears to start up an entirely new…
jordanpg
  • 6,386
  • 4
  • 46
  • 70
0
votes
2 answers

User wildfly does not exist

I am trying to run wildfly-init-debian.sh to run wildfly on starup but when I run the file it gives "user wildfly does not exist..." error. How can I define this user?
xxlali
  • 996
  • 2
  • 15
  • 43
0
votes
1 answer

wildfly 8.1.0 hot deploy of static content

I am working on some JavaScript files, replace the file in tmp/vfs folder. It works fine only two or three times.during work on static content (HTML and JS files) I found, that wildfly seems to stop reloading the changed files after 2 or 3…
0
votes
1 answer

Error when configuring MariaDB driver on Wildfly server

I am trying to configure a MariaDB datasource on Wildfly. This seems like it should be a simple operation, but I can't seem to get the datasource module to load properly. I have added the maria-java-client-1.1.8.jar archive and a module.xml file to…
ljg43230
  • 43
  • 1
  • 3
0
votes
1 answer

Deploying SAR archives to WildFly

I have to migrate an application that currently uses JBoss AS 6.1 to WildFly 8.2. This application uses something like 5 SAR files. Could someone tell me what SAR files do? Could they be deployed in WildFly? Are there any alternatives to using…
Kiran Mohan
  • 2,696
  • 6
  • 36
  • 62
0
votes
1 answer

Web application security in J2EE7

I'm migrating a seam 2.2 application to the Java EE 7 platform. I'm looking for an alternative for the @Restrict annotations. I'm using Wildfly 8.2 as an application platform and I found some references from seam3 to the PicketLink project and…
gadeynebram
  • 725
  • 2
  • 6
  • 22
0
votes
1 answer

Configure Https blocking http wildfly 8.2 (i.e without using security-constraint in web.xml)

Migrate Jboss6 to WildFly8.2 Working on https keystone connection in wildlfy8.2. After configuring my application on standalone-full.xml conf using http://blog.eisele.net/2015/01/ssl-with-wildfly-8-and-undertow.html. I was able to access both http…
Karthigeyan Vellasamy
  • 2,038
  • 6
  • 33
  • 50
0
votes
1 answer

WildFly 8.2 does not start project while Jboss 7.1 do

My project originally developed under Jboss but if start it on WildFly there is only message in browser: "Not Found" and any errors. Is there something what I missed? web.xml mapping Faces…
rozero
  • 149
  • 3
  • 15
0
votes
1 answer

How to use an Upgraded Version of the Hibernate Validator Jar in Wildfly 8.2?

I'm in the process of integrating Hibernate Validator into our Java based web app. We use JSR-310 types extensively. I see that Hibernate Validator version 5.2 adds support for these types, so I've added version 5.2.0.Beta1 to my EAR deployment's…
peterl
  • 1,881
  • 4
  • 21
  • 34
0
votes
1 answer

Working with bouncycastle provided by wildfly

I am trying to decrypt some private keys (.pfx X509Certificate) with Bouncy Castle. If I run the code standalone (junit), it works fine, but when I run it on wildfly with arquillian deployed as a war file, I'm facing some…
fdam
  • 820
  • 1
  • 11
  • 25
0
votes
0 answers

Error creating bean with name 'validatorFactory' defined in ServletContext resource in Wildfly 8.2?

Hi am migrating my spring application from jboss 6 to wildfly 8.2. And am migrating spring 2.3 to 4.1 As i configured all the required jars as module in wildfly as per wildfly documentation. When i deploy my application in server am unable to load…
Raj Kumar Samala
  • 561
  • 12
  • 31
0
votes
1 answer

Create datasource and deploy application

I have a maven project which creates a war file and this should be deployed to a bundled wildfly server via wildfly:run. That works so far, but I need to create a datasource before deploying. I have tried to bind the add-resource goal to different…
CSchulz
  • 10,882
  • 11
  • 60
  • 114
0
votes
1 answer

Maven web project does not start

After converting eclipse web project to maven web project it was not resolve some dependensies. Description Resource Path Location Type Missing artifact org.infinispan:infinispan-core:jar:4.2.1.FINAL pom.xml /Visual Expressions …
andy007
  • 907
  • 1
  • 15
  • 41
0
votes
0 answers

Use different port or context for webservices in wildfly

This is my scenario: Wildfly 8.2.0 ejb-jar with 2-webservices deployed in ear-packaging several web-war each with one-webservice deployed as standalone wars My problem is that the webservices calls hit my servlet filters, which contains very…
maress
  • 3,533
  • 1
  • 19
  • 37
0
votes
0 answers

Applet not getting launched when migrating from JBoss 6 AS to Wildfly 8.2.0 AS

I am new to applet. I am migrating an EAR application containing applets from JBoss 6 AS to Wildfly AS 8.2.0. PFB the content of index.html which is used to launch java applet as defined in OBJECT tag.
sridhar
  • 1,117
  • 5
  • 31
  • 59