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 + https

Using WildFly 8.1.0.Final I have issues connecting to a https resource (JAX-RS). I have the following web.xml:
Puce
  • 37,247
  • 13
  • 80
  • 152
0
votes
1 answer

ServiceNotFoundException, StartException and more on JBoss WildFly Enterprise Application project

iam trying to run my enterprise application project but it does not work. WildFly cant find the index.xhtml file and giving a 404 error and it gives ServiceNotFoundException and a StartException. The war folder has the following…
Pero
  • 774
  • 3
  • 15
  • 34
0
votes
0 answers

JBoss WildFly 8.1.0 GA Infinite redeploy

I'm using JBoss WildFly 8.1.0 GA and when i started my application (with jdk1.8.0_05 or jdk1.8.0_45 - I tried both) the war is reployed over and over again (infinite redeploys). I don't have any application error/exception on this process. As…
JMarques
  • 3,044
  • 4
  • 34
  • 55
0
votes
1 answer

Wildfly classpath Isolation, and older version of hibernate

Wildfly has classpath isolation ( No more jar hell! ) , so can I expect my application to work correctly, given that it is packaged with older version of hibernate ( 3.6.0.Final ),without interference with the one that ships with wildfly 8 ? Has…
Abhiram mishra
  • 1,597
  • 2
  • 14
  • 34
0
votes
2 answers

Is it possible to remove role or flush cache in jboss at runtime?

In my webapp, running in Wildfly, there are several roles defined. User is given several tabs for each role he has (e.g. admin, support etc). User/admin can also enable/disable roles for himself or for other users in browser. But when the role is…
gmode
  • 3,601
  • 4
  • 31
  • 39
0
votes
0 answers

Marshalling Exception between infinispan on Wildfly 8 and Standalone Application

I'm trying to create cluster between Wildfly 8.0.2 and Standalone JAR application. Both are using same Infinispan version (6.0.2) with Embedded mode. Cache configured with distributed mode. But while starting Wildfly and then starting Standalone…
0
votes
1 answer

Wildfly(JBoss) 9.0.0 changes not reflecting for JSP

I am using Wildfly(JBoss) 9.0.0 on Eclipse LUNA, if I make changes on the JSP the same is not getting reflected on the browser. I have to restart the server every time. However this was not the case with Jboss 7.2 where the changes were shown…
anu4a5b
  • 33
  • 1
  • 5
0
votes
1 answer

Clustered datasource migration from JBoss AS 5 to Wildfly 8

We plan to migrate from Jboss 5 to Wildfly 8.2. On the database side, we have a three-node Galera cluster with MariaDB 10. On Jboss 5, we had the following setting in the ds.xml…
Ciprian Stoica
  • 2,309
  • 5
  • 22
  • 36
0
votes
0 answers

java.lang.NoClassDefFoundError: IllegalName

I am using 3rd Party Crystal report jars in my project and when i am running it from local eclipse it works fine. However getting below exception in my DEV env. I am using jboss 8.2.0 in local as well as in DEV env. I have cecore.jar in my…
Rajiv525
  • 141
  • 2
  • 10
0
votes
1 answer

ExceptionMapper causes "No 'Access-Control-Allow-Origin' header is present on the requested resource" when handling an exception

I have an AngularJS client trying to consume a REST Web Service on Wildfly. It works when the server returns an object, but when an exception is thrown, I'm getting the following message: XMLHttpRequest cannot load …
hbelmiro
  • 987
  • 11
  • 31
0
votes
1 answer

jsf faces Inject not working while deploying to wildfly

I am using JPA ecilpse link in my project. following is my pom.xml sms sms 1.0-SNAPSHOT war
Jayendra Gothi
  • 682
  • 2
  • 11
  • 26
0
votes
2 answers

WildFly 8.2 unable to configure for external property file

I am using the wildly 8.2 final , facing the configuration with external property file. My requirement is like this i am using jboss 5 earlier for locally . we were placed property file in this location jboss-5.0.0.GA\server\default\conf and using…
srikanth
  • 61
  • 6
0
votes
1 answer

Is it possible to hot swap classes with new methods on Wildfly in IntelliJ?

I've successfully been using hot swap to update static resources like jsps and .js files, as well as some types of code changes in my class files. For example, adding a new command into an existing method or whatever seems to be working (although…
PentaKon
  • 4,139
  • 5
  • 43
  • 80
0
votes
1 answer

UnsupportedOperationException in Wildfly 9.0.1.Final

I am running my code on Latest Wildfly 9.0.1.Final(JBoss). During deployment I am facing lot of issues and deployment is marked as faild. Below is my server.log ERROR [org.apache.myfaces.webapp.StartupServletContextListener] (ServerService Thread…
mahendra kawde
  • 855
  • 4
  • 25
  • 44
0
votes
0 answers

jbosgi 2.3.0 download links seems to be broken

Please, i'm interested in finding a link to download jbosgi at 2.3.0.Final. I've no experience using osgi and i read a post here that explain the integration with Wildfly 8.2.0 but the links they are suggesting are always broken. What i'm trying to…