wildfly-9 Questions

4

Solved

When I test my application with JUnit, it is printing the log as specified by layout pattern in log4j2.xml, but when I deploy my application in WildFly 9, I am no more getting the same format. Even...
Lest asked 15/2, 2016 at 6:15

3

Solved

Yesterday our web application ran fine on WildFly 9. Since this morning I get only a "Forbidden" in the web browser. We don't use JAAS. There is also no difference if I set the following value to f...
Gastroenterostomy asked 27/1, 2016 at 11:52

1

Solved

I'm migrating my application from JBoss 7 to WildFly (v9.0.1) and it is not deployed because of bean transaction management error. Caused by: javax.naming.NamingException: WFLYNAM0062: Failed to ...
Netta asked 23/5, 2018 at 15:14

3

In JBoss 7.1.1 in standalone mode all JNDI bindings are configured in standalone.xml file in jboss:domain:naming:1.1 subsystem. According to documentation standalone.xml cannot be modified when ser...
Madalynmadam asked 30/5, 2012 at 6:54

1

Solved

I have doing some analysis of modern Container less Java Stack on net, two Major promising things i came about was: Spring Boot/Cloud (Packed in Tomcat or Jetty,...) Wildfly Swarm (Moduler Wildfl...
Gunpaper asked 4/4, 2016 at 16:2

1

I am running a Web Application on a WildFly 9.0.2 Server with a Custom Login Realm (which needs to recursively query multiple Organizational Units A for Organizational Units B that are queried from...
Kuvasz asked 3/4, 2017 at 9:11

1

I'm trying to use an @PicketLinked class that extends the BaseAuthenticator. My set-up is an ear project on wildfly 9.0.2.Final. I'm using this in my jboss-deployment-structure.xml <?xml vers...
Rondeau asked 12/2, 2016 at 10:56

2

Solved

I have the simple code below: @PersistenceContext(name = "mycontext") private EntityManager entityManager; public void getAggregatePower() { String sqlString = "SELECT SUM(power) FROM mytable";...
Doughty asked 14/1, 2016 at 9:42

2

Solved

I'm running into a Jackson serialization issue with null values in maps. Apparently this is a known bug in the Jackson version used by Wildfly 9 (https://issues.jboss.org/browse/WFLY-4906). I'd lik...
Wergild asked 5/5, 2016 at 21:7

2

Solved

I'm trying to use Logback with Wildfire 9. For that, I added a jboss-deployment-structure.xml file in my WEB-INF folder with this content (I excluded also Hibernate to be sure to not pull jboss-log...
Davison asked 3/5, 2016 at 12:38

2

Solved

I found some strange behaviour that I cannot understand. I have tested 4 similar examples: 1 @GET @Produces(MediaType.APPLICATION_JSON) public Response produce() { List<Book> books = Arra...
Lelahleland asked 27/1, 2016 at 13:55

0

I am trying to remove messages from JMS queue on Wildfly 9.0.2 (JBoss) using JMX, see following code: MBeanServer server = ManagementFactory.getPlatformMBeanServer(); try { String name = "jbos...
Argyres asked 16/8, 2016 at 12:0

1

During the set up of a cluster I'm having an issue with WildFly/Infinispan attempting to serialize a number of classes which are fine to be recreated on each instance - although for whatever reason...
Diesel asked 28/1, 2016 at 12:0

1

I am trying to invoke remote ejb on each node of a cluster with nodes node1 & node2, but i am always getting node1. Deployed EJB & client code as EAR file in both nodes. Application is runn...
Malynda asked 28/1, 2016 at 18:34
1

© 2022 - 2024 — McMap. All rights reserved.