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

OpenShift: Can not deploy binary application on wildfly

What I did? Created application rhc app create map https://cartreflect-claytondev.rhcloud.com/reflect?github=openshift-cartridges/openshift-wildfly-cartridge Configure it to be binary deployment rhc app configure -a
daydreamer
  • 87,243
  • 191
  • 450
  • 722
1
vote
1 answer

Lazy data Loading with JSF (2.2)

Without using REST, how would you load additional data (not a table-like data set), like a scrolling calendar, with JSF 2.2? The lazy loading should be triggered when the user reaches the bottom of the html document. That is fairly simply to do with…
feder
  • 1,849
  • 2
  • 25
  • 43
1
vote
2 answers

Enabling Rest cache under JBoss Wildfly

My web application uses Resteasy and Infinispan Cache. Our setup works fine in Jetty but now we need to deploy in JBoss Wildfly 8.1.0. Under Wildfly we have an intermitent error after some requests: java.lang.ClassCastException:…
ivan.aguirre
  • 500
  • 4
  • 11
1
vote
2 answers

How to add user defined jar in wildfly server

I am new to wildfly8.1 sever. In my application ear, I have a dependency to interfaces.jar, so how can i add in wildfly server?
Shankar S
  • 133
  • 1
  • 5
  • 15
1
vote
0 answers

WildFly 8 can't connect to MySQL after restart

My enviroment has the following servers: WildFly 8.0 and MySQL 5.5.32. The database server is stopped and started every night for backup procedures. After that, I'm getting the following error in my WildFly Log: 09:52:38,136 ERROR [stderr] (default…
Hernã Saldanha
  • 300
  • 2
  • 10
1
vote
1 answer

Simple websocket and static file example

Trying to set up undertwo to play with it a bit, i am trying to server a static html file index.html and add my annoted websocket ServerEndpoint pojo so i did the following final Xnio xnio = Xnio.getInstance("nio", Undertow.class.getClassLoader()); …
FPGA
  • 3,525
  • 10
  • 44
  • 73
1
vote
1 answer

Maven build failed for struts2 showcase

I read about the struts2-showcase and found the maven repository at https://mvnrepository.com Maven repository I am using is https://mvnrepository.com/artifact/org.apache.struts/struts2-showcase/2.3.16.3 I am trying to create one project using the…
John Maclein
  • 1,034
  • 3
  • 13
  • 24
1
vote
1 answer

Web Service on OpenShift

I have deployed a web service on OpenShift by annotating a class with @WebService and a public method with @WebMethod. Then, I deployed the class in a WildFly8 container and the server started the service. In order to be able to access the WSDL file…
Ciri
  • 371
  • 1
  • 6
  • 19
1
vote
1 answer

Websocket server to initialise a connection to another websocket server

Is there a way to get a websocket server to connect to another websocket server? I wrote this snippet in Java but it doesn't work. I don't get any errors or exceptions, it just waits forever to connect. @OnMessage public void message(Session…
Ciri
  • 371
  • 1
  • 6
  • 19
1
vote
1 answer

Connecting two WebSocket servers to eachother

I have two WebSocket servers that can communicate wonderfully with a client. They are on two separate machines, implemented in Java and running inside WildFly8 webservers. What I need them to do now is communicate with each other. That means: client…
Ciri
  • 371
  • 1
  • 6
  • 19
1
vote
1 answer

Eclipse - maven - what goal should I execute to actually deploy to Wildfly from maven (achieve the same result as the "run on server" eclipse command)

New to maven - I have an eclipse project that I can Right click > Run as... > Run on server and it runs successfully on my local Wildfly installation. Is there a way to RClick> Run as... and choose an appropriate maven goal to achieve the same…
Mr_and_Mrs_D
  • 32,208
  • 39
  • 178
  • 361
1
vote
0 answers

Jboss 8 Wildfly and Spring Framework

I'm using Play Framework and I created a .war file using Play2-War to deploy on JBoss 8, my Play application is using a jar that use Spring. I'm using class configuration for spring. The Problem: When I deploy the war and try to enable it, it shows…
1
vote
1 answer

Shutdown hook/event in Wildfly/JBoss

We've got a thread checking if our database is ready. The thread is exited when the database is available. However in some case the Wildfly server is shutting down before a database is ready. In that case, Wildfly won't shutdown since this thread is…
Thomas
  • 8,357
  • 15
  • 45
  • 81
1
vote
0 answers

Error deploying EJBs in Wildfly 8 (JBOSS 8)

I am getting error when I am trying to deploy EJB in Wildfly 8. I am trying to place my ejb.ear file which contains (beans.jar file with all bean and remote classes and meta-inf folder with ejb-jar.xml and jboss.xml) in…
Jack Ant
  • 201
  • 2
  • 4
  • 7
1
vote
1 answer

How to add an attribute 'node-identifier' to transactions subsystem using jboss-cli?

There's an XML element in standalone-full.xml:
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148