Questions tagged [wildfly-9]

WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 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.

279 questions
1
vote
2 answers

Wildfly9 domain mode cluster deployment with High Availablity

We have a web application which works fine on Wildfly9 standalone mode. Currently its on a single server. We want to add one more server to avoid high traffic and downtime issue. I am trying to follow the steps mentioned in…
Atul
  • 1,536
  • 3
  • 21
  • 37
1
vote
2 answers

WFLYJPA0060: Transaction is required to perform this operation (either use a transaction or extended persistence context)

I losted many time try solve this issuer, but I am in the same place. I suspect that I mixed something of CDI with EJB. The problem is persist and delete only don't work. Caused by: javax.persistence.TransactionRequiredException: WFLYJPA0060:…
1
vote
1 answer

Wildfly as an automatic service windows

I found the possibility to create a windows service with a Wildfly 9.0.1 Final. But my question is more how can I create an automatic service out of this? I like to have this on installation time, instead of doing this manually. My expertise on this…
DenMette
  • 73
  • 1
  • 10
1
vote
0 answers

Wildfly 9.1 Messaging (Clustered hornetq) - Domain mode - topic message (not shareSubscriptions) not consumed by MDB on one node only

I'm using Wildfly 9.1 in domain mode. I have three hosts: A , B and C. All nodes have a test server with the same test.ear. After starting the three nodes, all ClusterConnectionBridge are created correctly between them. Each node send messages on…
1
vote
0 answers

Wildfly 9, LDAP authentication fail: AcceptSecurityContext error, data 52e

On our website's login page we ask for user name and password and pass those into server over SSL. We then pass those credentials to our Active Directory server unencrypted logging into the server with our service account credentials. I've tried…
jbarrymore
  • 11
  • 2
1
vote
0 answers

Wildfly error IJ000652: Unable to obtain lock

My application which is running on Wildfly 9 connects to an Oracle DB to to invoke a PL/SQL function. Although it mostly works fine, every once in a while, a transaction would fail with the error. This is the code that makes the database call.…
Sam
  • 99
  • 1
  • 2
  • 8
1
vote
0 answers

JMS in Wildfly 9

I'm creating a queue in Wildlfy 9, this queue will get about 100 or more Messages per seconds, so Im trying to find out which is the best way I can send those messages to the queue, in order to get the best performance(no timeouts or delays). Below…
zepol
  • 187
  • 5
  • 20
1
vote
0 answers

Redirect / rewrite domain in Wildfly 9

How can I configure Wildfly to redirect from olddomain.com to newdomain.com? I know this can be done in apache through htaccess, but I have no idea which configuration files need to be edited in Wildfly and how to configure them.
Signum
  • 845
  • 1
  • 10
  • 33
1
vote
1 answer

mysqldump (Errcode: 2) trying do backup from java in linux (server) with wildfly

I'm working in a linux-server with wilfly. when java is train to execute the command: String command = "mysqldump -h "+ hostDB +" -u "+ dbUsername +" "+ dbPassword +" "+ nameDB +" -r \""+ path + backUpFile+"\""; Process process =…
gogoru
  • 376
  • 2
  • 19
1
vote
1 answer

Wildfly datasource - MongoDB

Sorry for the basic question. I'm totally new to Wildfly and MongoDB (in fact, I am new to nosql also). I need to know, is that possible to add MongoDB datasource in wildfly? If yes, then how can I do that? I have done few tutorials using MySQL and…
lxnx
  • 194
  • 2
  • 17
1
vote
1 answer

Apache FOP 1.1 > 2.1 Migration

I have been tasked with migrating an old Java application which uses Apache FOP 1.1. I'd like to use the latest FOP version, 2.1, but am having issues with the code that sets up FOP. Here is the original code we have, using the 1.1 API: FopFactory…
TJ Grant
  • 59
  • 1
  • 9
1
vote
0 answers

Generate and deploy a JSP in Wildfly 9 during runtime

I am looking for a way to deploy a JSP during runtime into Wildfly 9. I have an EAR project which generates these jsp files in their uncompiled form based on a template, I am not going into depth with this as it's irrelevant. We are in the process…
Gerrit Brink
  • 977
  • 3
  • 15
  • 26
1
vote
1 answer

Deploy Java EE Wildfly REST Application to Openshift

I am new to Openshift and having trouble with deploying my Java EE project to it. I have made REST API for a simple webstore. Locally it works fine on Wildfly 9.0.2 I want to deploy it on openshift. I 've made new wildfly9 + mysql5.5 application…
janerz6
  • 13
  • 3
1
vote
2 answers

Referencing a class packaged in an ear from a JBoss module

I'm deploying an ear (myear.ear) application to WildFly 9.0.2. The ear contains an ear module, let's call it myjar.jar. Also, I have an external custom JBoss module. From within that module I need (never mind the reason) to call a class packaged…
Ori Dar
  • 18,687
  • 5
  • 58
  • 72
1
vote
1 answer

WildFly has permissions errors with temporary files, on every other start up

I work on a Java EE application at work that deploys to Wildfly 9 final, and every other startup it throws a permissions error related to temporary files. This is very consistent, and is fixed by restarting Wildfly. To give a sample of the…
Will
  • 810
  • 6
  • 21