Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
0
votes
1 answer

Unable to Deploy Spring with Native JDBC Applications in Wildfly 8.2?

Am Unable to Deploy Spring with Native JDBC Applications in Wildfly 8.2, Am Using Java1.8 and Wildfly 8.2, as i have Spring Libs in WEB-INF/lib And My applicationcontext.xml file is :
Raj Kumar Samala
  • 561
  • 12
  • 31
0
votes
1 answer

Wildfly redeliver JMS Messages

im using jms in jboss Wildfly 8 for messaging. Message delivered succesfully and Receiver goes on with processing. And it takes about 15-20 Minutes, till Receiver does its job. But Server redelivers same Message after about 10 minutes. My Question…
Runomu
  • 411
  • 1
  • 8
  • 18
0
votes
0 answers

Is it possible to annotated the interface for a method validation using BeanValidation?

I have the following structure ina project I am using to learn JavaEE7: Bean: @Stateless public class MyBean implements MyInterface{ public String lookup(@NotNull String text){ return "found3"; } …
JSBach
  • 4,679
  • 8
  • 51
  • 98
0
votes
1 answer

Where is Willdfly 8.1 runtime in Eclipse?

The Eclipse (Kepler) Server -> Runtime environments contains WildFly 8.1 runtime but when I'm trying set up a Wildfly server runtime for webapp in Add Library -> Server Runtime it does not contains Wilfly runtime... So how set up it?
andy007
  • 907
  • 1
  • 15
  • 41
0
votes
1 answer

Issue deploying EAR Application in WildFly 8, can't find persistence UNIT

I'm creating a Java EE/7 EAR application, and as destination AS use WildFly 8.2. First thing I've noted is that my ds.xml file doesn't define any DS in the server, I had to create it manually. Second y classes that inject EntityManage have the…
MadMad666
  • 955
  • 3
  • 11
  • 19
0
votes
0 answers

Huge garbage created at regular intervals in Wildfly 8.2.0.Final

Huge garbage is created in wildfly every couple of minutes. Though Full GC is able to reclaim memory, this causes frequent full gcs, as heap is getting occupied due to the increase in number of objects created . We can reproduce this issue in 60…
Srivathsan
  • 49
  • 1
  • 7
0
votes
0 answers

Wildfly 8 with inifinispan Java thread

I am using Infinispan in a WildFly 8 server. In my application I am using normal java threads and timers. So how can I use it in Infinispan distributed mode with 4 nodes and 2 owners? My Problem: The thread wakes up every 15 mins in all nodes and…
Shankar S
  • 133
  • 1
  • 5
  • 15
0
votes
0 answers

Wildfly ClassCastException

I am migrating a legacy web application from Jboss AS7.1 to Wildfly 8.2. The application works perfectly on AS7. It stores a User object in the session using session.setAttribute() and retrieves it in various places where it needs to know the user…
0
votes
1 answer

Issues with CDI when injecting generic type : Wildfly 8.2.0.Final

We are facing weird injection issues in Widfly due to CDI changes. We have interface public interface Command { } and many classes implement this interface like this public class ApproveUserRequests implements…
Srivathsan
  • 49
  • 1
  • 7
0
votes
0 answers

Full frequent garbage collection in wildfly 8.2.0 Final

We moved from Jboss AS 7.1.1 to wildfly 8.2.0 Final. After upgrade, we are seeing full frequent garbage collection on running 60 user load test. Full gc were not able to recover any memory. On analysis we found that…
Srivathsan
  • 49
  • 1
  • 7
0
votes
0 answers

JSF 2.2.6 Ajax Partial Rerendering is very slow

I have created an app using JSF Mojarra 2.2.6, Richfaces 4.x and Seam 2.3.1 on jboss widlfly. Some of the pages are pretty heavy component wise and it takes average 12s to 15s for AJAX partial re-rendering with WELD enabled. I have tried all the…
0
votes
1 answer

How to project a micro-service architecture via Spring Boot framework

Hello all, I am trying to figure out how to move my current system architecture based on modules (war´s) running in Wildfly. Nowadays all infra resources are placed in JNDI tree, such as Datasources, JMS, etc... The framework for my projects is…
0
votes
2 answers

Possible to detect when application starts successfully in Wildfly?

Is there a way to detect when a war file is successfully loaded by Wildfly and cause some code to execute?
Patrick
  • 261
  • 3
  • 16
0
votes
1 answer

Get principal for wildfly

I am migrating a legacy application from Orion web server to Wildfly. In orion web server, the security principal is fetched in the following way: String remoteUser = request.getRemoteUser(); javax.naming.InitialContext initialContext =new…
prefetcher
  • 63
  • 6
0
votes
1 answer

RESTful Authentication of an Android client

I'm developing a web server (Using J2EE/Wildfly 8.2) with a RESTful API for the Android clients. To authenticate the connected client I would like to use a token (OAUTH2 or whatever is appropriate) from that client rather have to deal with the…
Dobbo
  • 1,188
  • 3
  • 16
  • 27