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
0 answers

Wildfly 8.1.0-3 deployment error with Expression language

I have problem with stactrace below during deployment of my simple application in war archive on wildfly 8.1.0-3.fc20 on fedora 20. Same application deployment on binary version of wildfly-8.0.0.Final-SNAPSHOT succeeds. I would be grateful for…
0
votes
3 answers

WSDL based webservices on Wildfly

I am trying to create a simple WSDL based webservice to be deployed on Wildfly using Apache CXF. I tried the standard web.xml, cxf-servlet.xml configurations with the wsdl file but the server gave me the following error Apache CXF library…
Nova Guy
  • 505
  • 2
  • 9
  • 16
0
votes
1 answer

Writing Undertow access.log to non-default location in Wildfly

I am new to the undertow web server in Wildfly. I am running Wildfly8.1 in domain mode and attempting to have undertow write the access log to a non-default location. currently the default is directory="${jboss.server.log.dir}". I am trying to…
Carl
  • 1
  • 1
  • 2
0
votes
1 answer

Property dLQMaxResent is not respected using WildFly-8.1.0.Final

I have a problem using message-driven beans, since the dlQMaxResent does not seem to be respected, using WildFly-8.1.0.Final as application server. My jboss-ejb3.xml contains the following settings
Robert Heine
  • 1,820
  • 4
  • 29
  • 61
0
votes
1 answer

wildfly8 remove (exclude) hibernate4 and use older version

I am upgrading from JBoss 6 to WildFly8. My application uses Hibernate 3.6, but WildFly 8 is bound with Hibernate 4. I do not want to change my version of Hibernate to 4. How can I tell WildFly8 to use another version of Hibernate in my case. I have…
0
votes
0 answers

Cannot Deploy App To WildFly 8 On OpenShift

I created an OpenShift application online, using the Wildfly 8 cartridge, and also added MySQL 5.5 and PHPMyAdmin 4.0 to the app. Its on a small gear on a free account so it only has 1GB storage and 512MB memory. I disabled automatic maven build so…
Odili Charles Opute
  • 331
  • 2
  • 4
  • 13
0
votes
1 answer

Use infinispan with jdbc-store in wildfly-8.1.0.Fianl

I have some problem configuring jdbc-store for infinispan. I have defined a local cache with this configurations:
codadilupo
  • 158
  • 4
  • 13
0
votes
1 answer

Different session IDs for JAX-RS resources

I faced a very strange behavior with WildFly 8.x (tested with 8.1 and 8.0 also). If I deploy my WAR as ROOT (set the '/' as context-root in jboss-web.xml) my JAX-RS resource classes will have different session IDs (each resource class will have a…
aberkes
  • 134
  • 1
  • 5
0
votes
4 answers

Error MEM sending STATUS command to , configuration will be reset: MEM: Can't read node

I'm trying to implement Wildfly 8.1.0.Final domain setup, profile full-ha, with 1 master and 2 slaves with load balancing by mod_cluster. My environment: 1) host master on VPS (DigitalOCean) Ubuntu 14.04 LTS x64, Wildfly 8.1.0.Final and Apache Web…
cviniciusm
  • 139
  • 1
  • 2
  • 13
0
votes
1 answer

Cometd in wildfly8.1.0 no response

I'm trying to deploy a project which utilizes Cometd2.9.1 in Wildfly8.1.0. The project worked in glassfish4.0, however it won't work in wildfly. It can be deployed with no problem, but it stuck after I visit http://localhost:8080/Cometd3/ (Yes, the…
nosnhoj
  • 793
  • 1
  • 12
  • 30
0
votes
2 answers

Wildfly8.1.0 deploy jsf2.2 - cookie name is a reserved token

I'm trying to use wildfly 8.1.0 to deploy jsf2.2. I'm just deploying a simple Helloworld which generated by Netbeans7.4 while I create a new JSF project, but whenever I visit http://localhost:8080/Helloworld/ ,it tells me that…
nosnhoj
  • 793
  • 1
  • 12
  • 30
0
votes
1 answer

Cannot access primefaces modules from war

I have an ear (Selene.ear) which contains a war (SeleneWar.war). When I put primefaces-5.0.jar inside the Selene.war assembly (in WEB-INF/lib) I have no issues using the functionality. Anyway, I am a fan of thin deployments and I have been tried to…
SJuan76
  • 24,532
  • 6
  • 47
  • 87
0
votes
1 answer

SessionScoped cdi observer with @Inject for producer bean

This is my current scenario: @WebListener public class WebListenerService implements HttpSessionListener{ .... implement methods @Produces @Dependent public SessionDependentService sessionDependentService(){ } } @SessionScoped @Named public…
maress
  • 3,533
  • 1
  • 19
  • 37
0
votes
1 answer

REST service always returns OK, Why?

Environment: WildFly 8.1. I deploy 2 applications on one server. One is connecting with other and trying to run POST method on rest service. In service project I added: import javax.ws.rs.ApplicationPath; import…
Karol
  • 89
  • 13
0
votes
1 answer

Spring Sock JS connection drops frequently on wildfly 8 server

I have an application which uses Spring Websocket. It works perfect on Tomcat/WAS -recently we tried to port it on Wildfly. There a sockjs connection is created but as soon as client sends a message the connection drops! I have enabled asyn support…
cpandey05
  • 1,241
  • 2
  • 17
  • 30