Questions tagged [wildfly]

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server that implements the latest enterprise Java standards.

WildFly is written in Java and as such is usable on any operating system that supports Java.

WildFly was originally developed by JBoss Inc. which was acquired by Red Hat in 2006. It is licensed under the terms of the GNU Lesser General Public License. WildFly is free and open source software.

The renaming to WildFly was done to reduce confusion. The renaming only affects the JBoss Application Server project. The JBoss Community or the Red Hat JBoss product line (with JBoss Enterprise Application Platform) all retain their names. See also the tag.

For further information, visit the WildFly website.

6512 questions
2
votes
0 answers

Wildfly 8.2 and SOAP web service - sending files over https

SERVER: I have a SOAP Web service. Some of the methods of a web service handle receiving and saving files to db. The web service requires that it it called with a client-cert for authentication. The authentication is resolved by a custom login…
2
votes
2 answers

webapp in ManagementRealm on Wildfly

I'm writing an administration webapp to be deployed on Wildfly. It's gonna be used by the same users that have access to the Administration Console (http://localhost:9990/). It would be great if I could just declare that my app should use HTTP…
rzymek
  • 9,064
  • 2
  • 45
  • 59
2
votes
0 answers

Change default ports in Arquillian with Wildfly Embedded environment

I'm running integration tests under Arquillian + Wildfly Embedded server. Everything works fine. But as soon as I start tests when my local Wildfly is running, I get errors (when wildfly via arquillian is starting, not when I try to send a request…
Alexandr
  • 9,213
  • 12
  • 62
  • 102
2
votes
1 answer

How to create a new server.log every time WildFly start?

I am working with WildFly 8.2.1.Final (Standalone mode). All the messages are logged in server.log file in standalone\log directory. When I start WildFly currently it logs messages by appending them in server.log file. What I want when I start…
ChumboChappati
  • 1,442
  • 4
  • 18
  • 38
2
votes
3 answers

How to set hibernate.hbm2ddl.auto on deployment in Wildfly NOT using persistence.xml

I need on deployment schema generation for a webapp that uses JPA. The server is Wildfly 9 with Hibernate as JPA provider. I can achieve this by adding to persistence.xml. Is there another…
Harald Albers
  • 1,913
  • 16
  • 20
2
votes
1 answer

Deploying on wildfly produces "Unable to acquire lock after 15 seconds" exception

I am working with wildfly and i am getting "Unable to acquire lock after 15 seconds" exception. I don't know why am getting this exception.I tried with wildfly 8,9 and 10 as well. Here is the decription of exception thanks. 17:30:56,743 ERROR…
Nagendra V
  • 137
  • 2
  • 3
  • 13
2
votes
2 answers

Allow the RSA v1.5 Key Transport Algorithm for WildFly / JBossWS / CXF / WSS4J stack

In response to a security advisory (see http://cxf.apache.org/note-on-cve-2011-1096.html) regarding the RSA v1.5 key transport algorithm, both CXF and WSS4J projects have disallowed use of all related algorithms by default. They have however…
B. Nossing
  • 21
  • 2
2
votes
0 answers

Wildfly - Problems with form based authentication after restart

We have what I believe to be a pretty standard form based authentication for a web application running on wildfly 8.2. The authentication works well, except that when we stop&start the server some users are unable to log in again. I have managed to…
Guttorm
  • 21
  • 4
2
votes
1 answer

How to configure JPA according to WildFly environment (dev or test or prod)

I have a JavaEE application (WildFly 8.2 application server, JPA 2.1, Hibernate 4.3...) As I use JSF I'm using the JSF project stage (wich value is Development or SystemTest or Production according to if we are in dev or in the test or prod…
kwisatz
  • 1,266
  • 3
  • 16
  • 36
2
votes
1 answer

How to avoid appending -Djboss.node.name value to JSESSIONID

We migrated our application from JBoss 5.1.0 GA to WildFly 8.2.0. I observed that the value of "-Djboss.node.name"(node1) is appending to the JSESSIONID cookie which is causing major problem in my application. In my application we have a…
Sreenath Reddy
  • 390
  • 8
  • 29
2
votes
1 answer

How to deploy a EAR app as zipped from Eclipse into Wildfly using JBoss Tools plugin?

My operating system is Windows 7 64-bit. I am using Eclipse Luna. I have JBoss Tools 4.2.3.Final plugin. I am using Wildfly 8.2.1.Final in Standalone mode. I have a EAR app named TestApp. To publish it to Wildfly from Eclipse, in the Servers view,…
srh
  • 1,661
  • 4
  • 30
  • 57
2
votes
2 answers

Could not connect to http-remoting - Maven-Wildfly plugin

I am attempting to employ the functionality of Deploying to Wildfly 9 in my build process with the Wildfly-Maven plugin. I am unable to deploy the application, due to the following error. 2015-08-29 15:24:55,720 ERROR…
broot02
  • 103
  • 1
  • 2
  • 11
2
votes
1 answer

Hibernate 3 to Hibernate 4 migration - Custom ConnectionProvider implementation configure() method no longer exists

I am trying to migrate a legacy web application from JBoss 4.2.3GA to Wildfly 9. Part of this migration requires upgrading from Hibernate 3.2 to Hibernate 4.3.10 I have little Hibernate knowledge so forgive me if I'm missing something obvious…
SamF
  • 255
  • 1
  • 3
  • 16
2
votes
1 answer

How do I encrypt the bindCredential password in Wildfly?

I am trying to configure an security domain in Wildfly (8.2.1) for binding to our Active Directory. I need to try to find a way to encrypt the bindCredential password. I am able to encrypt the data source passwords just fine using Picketbox. I only…
Gabriel
  • 77
  • 1
  • 5
2
votes
1 answer

How to know if WildFly is running with Web Profile or Full Profile?

I am exploring WildFly first time. I have installed WildFly 8.2.1.Final. As I can see in the Standalone mode it can be run with 2 profiles: Web Profile and Full Profile. How to know for a currently running WildFly that if it is running with Web…
srh
  • 1,661
  • 4
  • 30
  • 57