Top "Wildfly" questions

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

Arquillian: Wildfly embedded?

Until now I had my integration tests running with Arquillian and an embedded Glassfish 4.x. As I suffer from bug …

junit jboss wildfly jboss-arquillian
How to inject EntityManager in CDI (weld)?

In my project , I use JSF+JPA+CDI+WildFly 8.2 in the persistence layer. I have a BasicDao , like this: public …

jpa cdi wildfly entitymanager weld
Setting up maximum of connections for web

In JBoss7 we've restricted number of web connections by using this <connector name="https" scheme="https" protocol="HTTP/1.1" socket-binding="…

wildfly
Could not refresh JMS Connection for destination 'jmsinqueue' - retrying in 5000 ms

Goal to connect to Hornteq and send a message to a queue and route it to a topic or queue …

spring apache-camel hornetq spring-jms wildfly
Wildfly 8 Final - jconsole can't connect remotely

Good day, people, I am trying to use jconsole to connect to remote Wildfly 8 Final servers. That did not work: …

jconsole wildfly
Deploy Angular app in Wildfly

I made an AngularJs application that just uses my REST api backend (built in java and deployed on Wildfly). I …

java angularjs jakarta-ee wildfly
WildFly: EJB invocations from a remote client

I was trying to lookup and call an EJB deployed as EAR in WildFly. I have tried different ways. Properties …

java jboss java-ee-7 wildfly ejb-3.2
Wildfly Failed to Load Module for Oracle Driver

I'm attempting to add an Oracle DB datasource to Wildfly 10. Here's what I have: <wildfly-home>\modules\com\oracle\…

oracle jdbc wildfly oracle12c wildfly-10
How to configure Jackson in Wildfly?

I've got a Session Bean with the following method: @POST @Consumes("application/x-www-form-urlencoded") @Path("/calculate") @Produces("application/json") public CalculationResult …

java rest jackson jax-rs wildfly
How to activate secure cookies in Wildfly?

I’m trying to add the secure flag to my cookies for a web app in Wildfly (version 8.2). In the …

java servlets cookies wildfly wildfly-8