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

What is the proper way to acces JBPM6 Process Variables

I started off with this example JBPM webapp as the basis for my code. I made enough modifications to go the code to deploy in JBoss EAP 6.3 using JBPM6.1.0.Final (I could not get it to deploy in WildFly 8.1 or 8.2). I wanted to modify the webapp to…
Mike
  • 820
  • 7
  • 19
2
votes
0 answers

Bug in WildFly http-remoting

When I access remote EJB, the login credentials are passed into the custom security domain that is set for all EJBs. Here password is received in my custom login module as org.jboss.as.security.remoting.RemotingConnectionCredential@35ddbd0f. But…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
2
votes
1 answer

wildfly 8.2 start fails on javaagent in vm argument

I am new to wildfly8 and also new for aspectJ. Wildfly 8.2 startup is getting failled if i add javaagent argument in VM argument for aspectjWeaver.jar for LTW(load time weaving) purpose. -javaagent:"D:\Installables\JBOSS-8-Tools\aop\sample aspectJ …
2
votes
1 answer

WildFly 8 and Log4j 2’s log4j-web module

I am working on a web application that is running on WildFly and that is using SLF4J and Log4j 2 as logging system. On the Apache pages about Log4j 2 I read about the advantages of using the log4j-web module in a web application (Using Log4j 2 in…
Johannes
  • 828
  • 12
  • 29
2
votes
0 answers

Programmatical solution to list all @Schedule and programmatical Timers in JEE7

I am wondering if there is a way to get all JEE7 Timers with their crons from a container. We are right now using wildfly, but it would be nice to get a solution for all JEE7 containers. We need the list of timers to visualize on a UI, so it must be…
cilap
  • 2,215
  • 1
  • 25
  • 51
2
votes
1 answer

unable to acess the admin console of Wildfly when using wildfly-maven-plugin

I am new to Wildfly (8.0.0.Final) and maven. I used the standalone script to start WildFly server and I've added a management user called admin to be able to acess the admin interface. But when I start the wildfly server using wildfly maven plugin…
Cooper
  • 208
  • 2
  • 3
  • 10
2
votes
1 answer

execute multiple commands in cmd using java

I need to execute multiple comments in single cmd window using java. The comments are 1. cd C:\Apps\wildfly-8.0.0.Final\bin 2. jboss-cli.bat --connect --command=\"deploy --force C:\Users\me\git\test\Test\build\libs\TestEAR.ear Because I need to…
Jince Martin
  • 301
  • 1
  • 9
  • 18
2
votes
0 answers

How to access classes in war from Wildfly module

I have a ear deployment which contain several war. A common library is needed by these wars so a custom module is created. This library would somehow load the classes in the war (using class.forName() may be)). However, it seems that the module is…
Quincy
  • 4,393
  • 3
  • 26
  • 40
2
votes
1 answer

Automatic deployment of security-domain in WildFly 8.x

I seek a method of application autosetup with security domain and module named Database. Please someone advise me, how to add a section in standalone.xml or domain.xml at the deployment (maven) or setup (runtime) phase for purpose of initial setup…
2
votes
1 answer

Simple RESTful endpoint using wildfly

I am running a javaee web application from the ground up using wildfly and simply want to expose some RESTful web services. My wildfly application server is running with the defaults it shipped with and I am not using any database entities although…
2
votes
2 answers

Getting out of memory error when restarting WildFly on OpenShift

I have a issue with WildFly AS on OpenShift. When i try to deploy WAR on server i keep getting following exception. 2014-12-20 04:31:33,072 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010406: Registered connection factory…
Kiki
  • 2,243
  • 5
  • 30
  • 43
2
votes
1 answer

How do I access my servlet?

My problem is, that I can not access my Servlet outside from my computer. So. f.e. if I go to http://127.0.0.1:8080/TestProject/test/, it shows me my site. In my case there is some JSON- Code. But if I want to access this Site from a computer that…
romaneso
  • 1,097
  • 1
  • 10
  • 26
2
votes
1 answer

Unable to run Multiple tests with Arquillian

I have to Arquillian test unit in my application and each one has its own Deployment method: @RunWith(Arquillian.class) public class CallerTest { @EJB private CallerPrincipalDemoSessionBean sut; @Deployment public static WebArchive…
user1079877
  • 9,008
  • 4
  • 43
  • 54
2
votes
1 answer

Wildfly 8.1 ClassNotFound org.apache.http.conn.ClientConnectionManager

I'm having a heck of a time getting a pooling connection manager to work for Resteasy clients. Deploying on Wildfly 8.1. import org.apache.http.client.HttpClient; import org.apache.http.impl.client.DefaultHttpClient; import…
Matt
  • 362
  • 5
  • 21
2
votes
1 answer

WildFly External Context - LDAP

I am using WildFly 8.2 and setup the following external context
ci_ms
  • 65
  • 1
  • 8
1 2 3
99
100