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
8
votes
1 answer

Application runs into a Redirect Loop error WildFly8

I was trying to migrate the server from Jboss 4.2.2 to WildFly-8.2.0. Facing some issues while deploying the war file. War is getting deployed, but url rewriting creates issues. For 4.2.2 the same had been written in a file called rewrite.properties…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
8
votes
2 answers

Unable to resolve any beans for Types [org.glassfish.jersey.message.filtering.spi.ObjectProvider]

trying to move from Moxy to Jackson json media provider for my Jersey web service and found couple of issues which I can't resolve so far: first of all moxy was working fine for the same piece of code, but because we are using jackson everywhere in…
Fedor Skrynnikov
  • 5,521
  • 4
  • 28
  • 32
8
votes
2 answers

WildFly 8 Logging Levels

How do I modify the WildFly 8 logging levels, specifically server.log. Currently I suspect they default to INFO and would like to change it to Debug or Error. For reference I've been exploring these articles…
Martialshot
  • 81
  • 1
  • 1
  • 2
8
votes
1 answer

Deploying Java @Schedule with Wildfly 8.1.0 Final

I am trying to test the @Schedule annotation with the following code: import javax.ejb.Schedule; import javax.ejb.Singleton; import javax.ejb.Startup; @Singleton @Startup public class TimerTest { public TimerTest() { } …
cardori
  • 235
  • 1
  • 5
  • 13
8
votes
5 answers

Wildfly Remote EJB Invocation

I am trying to invoke a stateless EJB, deployed on a remote server. I can invoke the bean from my local JBoss environment but when I change the remote.connection.default.host to the remote machine's host, my client code does not work. This is my…
Jack Ant
  • 201
  • 2
  • 4
  • 7
7
votes
2 answers

Increase JTA transaction timeout limit in WildFly

How can I increase JTA transaction timeout in WildFly? Can be updated in standalone.xml as well as from Admin Console right?
Danyal Sandeelo
  • 12,196
  • 10
  • 47
  • 78
7
votes
1 answer

Wildfly SSL protocol (TLSv1.2) configuration

I would like to know the correct way of configuring the SSL protocol on wildfly. On looking at examples, I found two different ways of doing so. I want to know which one is the proper way of doing it - Adding it in the protocol section as below: …
Deb
  • 349
  • 2
  • 7
  • 14
7
votes
2 answers

How to activate secure cookies in Wildfly?

I’m trying to add the secure flag to my cookies for a web app in Wildfly (version 8.2). In the documentation page of the servlet container settings you’ll find that the children of the “servlet-container”…
gurghet
  • 7,591
  • 4
  • 36
  • 63
7
votes
3 answers

Set system properties in standalone-full.xml in wildfly 8.2

I have added system-properties tag in standalone-full.xml, but its not working in standalone mode. However, if I add the same tag in domain.xml it's working for domain mode.
happy
  • 2,550
  • 17
  • 64
  • 109
7
votes
1 answer

How to view and edit Infinispan cached data remotely

I have an Infinispan cache embedded in a WildFly 8.2 server. I added to standalone.xml inside :
Sujith PS
  • 4,776
  • 3
  • 34
  • 61
7
votes
1 answer

Hot deploying resources in war libs

Using Wildfly 8.2.0.Final, Windows 7, JBoss Developer Studio 8.0.2.GA. We're trying to split our war into modules. Seems like the most natural way to do this is by relying on web fragments + JSF/Facelet ability to find resources in war/WEB-INF/lib…
Vsevolod Golovanov
  • 4,068
  • 3
  • 31
  • 65
7
votes
1 answer

IntelliJ & Wildfly - hot deploy webapp

I am using IntelliJ (14.0.3) and Wildfly (8). When I recompile my Java classes, hot swapping is easy and everything works just fine. However, my HTML, JS and CSS files will not hot swap for me. I am sure it is just a configuration issue and was…
el n00b
  • 1,957
  • 7
  • 37
  • 64
7
votes
1 answer

WildFly 8.2.0 - Lost connection to the server

I try the new version of WildFly: 8.2.0 (I was with the 8.1.0) on Windows 8.1 with JDK 1.8u25 So I install wildfly, add user, add WildFly to NetBeans, go to the admin console (on Firefox 34), add jdbc driver in runtime and then click on…
kwisatz
  • 1,266
  • 3
  • 16
  • 36
7
votes
2 answers

What are Best Practice Recommendations for Java EE 7 Property File Configuration?

Where does application configuration belong in modern Java EE applications? What best practice(s) recommendations do people have? By application configuration, I mean settings like connectivity settings to services on other boxes, including external…
peterl
  • 1,881
  • 4
  • 21
  • 34
7
votes
5 answers

How to configure wildfly to use EclipseLink?

i have installed wildfly 8.1 and because i have already a project configured to use EclipseLink, i have tried to configure wildfly to use it. However, it always gives the same error : at…
Seb
  • 1,118
  • 1
  • 11
  • 25
1 2
3
69 70