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

Wildfly 8.2: importing wildcard certificate, intermediate certificate missing

I've followed this thread for importing my GeoTrust Wildcard certificate for my company domain. From GeoTrust I received a private key, a public key and an intermediate certificate all in PEM format. These are all the steps I've made so far: …
Chris
  • 1,140
  • 15
  • 30
0
votes
1 answer

Wildfly 8.2.0.Final: Misconfiguration because of example datasource or persistence.xml?

I have three datasources configured in my persistence.xml:
Bevor
  • 8,396
  • 15
  • 77
  • 141
0
votes
0 answers

Application changes are not reflecting after deployment in Wildfly 8.2 App Server

We are using Wildfly 8.2.0 Server and sometimes the hot deployment doesn't work, it says EAR/WAR module has been deployed but changes are not reflecting until we restart our Application Server. Please let me know if anyone has faced this issue and…
Shan
  • 521
  • 2
  • 8
  • 28
0
votes
0 answers

JPA shared-cache-mode CMS login not working

I wrote a simple EAR application with a CMS login. When I have ALL the login is working perfectly, but if I use NONE I get the following exception: Login failure:…
perotom
  • 851
  • 13
  • 33
0
votes
0 answers

How to integrate mod_jk (apache2) with Wildfly 8.2.0-Final AS

I am migrating an EAR application from JBoss 6.1.0 AS to Wildfly 8.2.0-Final AS. standalone-full-ha.xml is the configuration file used for running the server in standalone mode. mod_jk setup is available utilizing apache2 in the integrated setup…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

ClassNotFoundException at deployment

I have an external dependency (ejb-client) installed in local maven repo. Eclipse and manual maven builds see it just fine and compile successfully. It is also listed correctly under Maven dependencies. When I deploy to WildFly 8.1, the runtime does…
cen
  • 2,873
  • 3
  • 31
  • 56
0
votes
0 answers

WildFly messaging, deployment does not respect clustered configuration

We ran into some kind of trouble configuring messaging on WildFly 8.2 (in domain mode). Somehow deployment does not take proper configuration (clustered=true, cluster password) and reverts to some default. Weird part that no configuration file…
pfyod
  • 617
  • 5
  • 11
0
votes
2 answers

log4j Could not parse url invalid character Ł

BACKGROUND: I've spent several hours tried to setup log4j together with Spring MVC on WildFly. The problem was that WildFly has its own logger and it conflicted with my own. Nevertheless I've got it almost working. I had to add…
kukis
  • 4,489
  • 6
  • 27
  • 50
0
votes
0 answers

Share same wildfly module between multiple war's and jar's

I want share same wildfly module between multiple war's and jar's . I have org.json module which I have added as an dependencies in A.war's manifest.mf file and B.jar's manifest file but when I invoke it I get below exception.It tries to load it…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

How to prevent application logs getting logged in server.log in Wildfly 8.2.0 Final AS

I am migrating an EAR application from JBoss 6.1.0 AS to Wildfly 8.2.0 AS. EAR contains log4j.xml and application logs are generated by using this logging configuration file by employing the below line of…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

Destroy SessionScoped CDI beans during Shiro logout

The problem is that the session scoped beans are not destroyed before the session-timeout is reached. Therefore I have two questions regarding the following logout procedure: Is this the right way to use shiro logout (see logout() below) What would…
sinclair
  • 2,812
  • 4
  • 24
  • 53
0
votes
0 answers

EJB jndi address in wildfly

I had all my class files in WEB-INF folder of WAR file under classes which I removed and bundled into a jar file and loaded the jar as module wildfly-home/modules/system/layers/base I have some ejb's in that same code so while invoking the ejb I…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Refer classes from module of wildfly in war file

I want to remove classes folder from WAR files's WEB-INF folder and refer the same from jar file which is loaded as an module of wildfly server. So I have created and module in wildfly-home/modules/com/mypackage/main jar and module.xml of module…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

What does this lookup addresses mean in Wildfly 8?

I have tested my first sessoin bean using Wildfly 8. I use the following code to obtain a proxy for the bean InitialContext ctx = new InitialContext(); Object obj = ctx.lookup("java:global/EJBDemo/FirstDemoEJB"); When I print the object out I get…
Synex
  • 207
  • 6
  • 18
0
votes
1 answer

JAX-WS unable to create new native thread SOAPFaultException

I'm having this exception when I try to consume a WebService from my application. I've been googling this error but all I see is about OutOfMemoryErrror. I have Wildfly 8.1.0.Final and jaxws-api version 2.2.9 as dependency in my pom.xml. I'm using…
walterpaoli
  • 69
  • 2
  • 3