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

Static content delivery vs dynamic in WildFly

My application ear is bundled with static resources like js, css, images, etc and was serving js files at URI app/scripts. These requests were passing through filters in the application. Now I configured WildFly to serve static contents like images,…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
0 answers

HornetQ - QueueBrowser doesn't find messages in getEnumeration

I need to read the messages added in a Queue, just for visualization, but I never can get the messages. Queue queue = (Queue) new InitialContext().lookup("jms/queue/orderDuplicateQueue"); List list = new…
siega
  • 2,508
  • 1
  • 19
  • 22
0
votes
1 answer

how to store single device specific id on java(ee) server

I want to create some kind of grid of javaee applications. To identify each device i would generate an uuid on first start, but what is a good practice to store it? i am using javaee 7 (wildfly) as platform. Is there probably a "native" javaee way…
dermoritz
  • 12,519
  • 25
  • 97
  • 185
0
votes
1 answer

Kendo grid doesn't show any data with resteasy

I'm working in a project with Kendo UI HTML5 in the client side and in the server side with Java, WildFly 8.2.0.Final and RESTEasy. Well my server works fine, however I'll put my code here: import ec.com.decision.consultas.dao.AccesoesFacade; import…
Alex
  • 45
  • 3
  • 8
0
votes
1 answer

Wildfly 8.2 : org.xnio.channels.FixedLengthUnderflowException: 8088 bytes remaining

I am migrating from jboss 6 to jboss 8.2. Earlier it was working without any exception but now when I try to download a file , I get below exception Caused by: org.xnio.channels.FixedLengthUnderflowException: 8088 bytes remaining at…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Should we disable weld subsystem if CDI is not using?

My application is built on JSF 2.2.4 and EJB 3.2. It is not using CDI. Application is running on WildFly 8.2. Should we disable weld subsystem if CDI is not using?
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
2 answers

Why can't I access my EJB using the remote interface through JNDI?

I am having issues with the retrieval of beans using JNDI. I have 2 ears: clientear and workerear. Clientear contains clientejb and libejb Workerear contains workerejb and libejb The lib contains MyInterface The workerejb contains the bean and the…
JSBach
  • 4,679
  • 8
  • 51
  • 98
0
votes
1 answer

CSRF Security Error wildfly 8.2.0

I am making use of DWR 2.0 and Spring 3.2.5 in my web application. And the application is deployed in wildfly 8.2.0 with HA mode which will make use of standalone-ha.xml. When I run the application in normal configuration I am not getting any…
Kiran
  • 167
  • 2
  • 15
0
votes
1 answer

Migrating Jboss 5.1 Seam JBPM application to WildFly8.2

Currently I am working on migrating my seam jbpm application from Jboss 5.1 to WildFly 8.2 I am using Seam 2.2 and JBPM 3.3, deployed the jboss 5.1 application on WildFly 8.2 after compiling on java 8 and fixed few issues, I was blocked with a JBPM…
Sreenath Reddy
  • 390
  • 8
  • 29
0
votes
0 answers

How to authenticate from Java client for Wildfly web service?

I want to implement a client application for an already deployed web-service. The web-service is deployed as ear on a Wildfly 8 server and running. I generated the stub classes by parsing the web service's WSDL file with wsimport. I created a small…
fachexot
  • 491
  • 1
  • 8
  • 24
0
votes
1 answer

How should I deploy a war file into wildfly server?

I'm making a CI environment using Jenkins and wildfly. I used the following command: jboss-cli.bat --connect --controller=ip:adminPort --user=admin --password=*** --commands="deploy test.war --force" It works fine, I can successfully access to the…
Naga
  • 10,944
  • 2
  • 21
  • 38
0
votes
0 answers

What is the best place to enable gzip compression on an application running with proxy

My application is running on WildFly application server with NGINX proxy server on front. I have enabled gzip on WildFly and everything working fine when I access WildFly directly. But when I accessed via proxy there is content-encoding: gzip header…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
0 answers

The absolute uri: http://java.sun.com/jsf/html cannot be resolved when running JSF 1.0 application on Wildfly 8.1

I'm working on upgrading one of my applications from JSF 1.0 to 2.0. It runs on JBoss 4.0.3SP1 and I'm trying to make it run on WildFly 8.1 final. After some struggles, I was able to get the application compiled and deployed to WildFly but got this…
0
votes
1 answer

Lazy classloading in spring-mvc

I hava a project on Wildfly 8. So in it i have 1 war application, and many sar applications. In war i have controllers for managing entities, which are disposed in sar. mvc-dispatcher-servlet.xml
Alex Belov
  • 111
  • 4
0
votes
1 answer

Using apache commons BasicDataSource in wildfly 8

I want to use the apache commons library for BasicDataSource in order to create a connection pool. With apache tomcat 8 server it works fine, however when I tried to make it work with wildfly 8 I get the following…
PentaKon
  • 4,139
  • 5
  • 43
  • 80