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

Arquillian JUnit test doesn't work

I'm trying to run JUnit test with Arquillian for my service classes annotated as @Stateless but it doesn't work... The @Deployment pass test but @Test assertions fails with a NullPointer Exception for injected…
antonio
  • 29
  • 2
  • 8
0
votes
1 answer

Wildfly 8.2.0 package level logging category

I have a problem trying to have a more generic appender which should catch easily most of my package loggers. I have a CDI application with the logger injected from my producer, whom code is the following package…
MaxPer
  • 31
  • 4
0
votes
1 answer

Using USYNCHRONIZED persistence context with Hibernate 5.x and Wildlfy

I'm trying to migrate application which uses unsynchronized persistence context with JTA transaction, from hibernate 4.3.7 to Hibernate 5.0.7, and I found a couple the of issues I can't get my head around. Our entity manager injected as…
Mikhail Chibel
  • 1,865
  • 1
  • 22
  • 34
0
votes
1 answer

Wildfly CLI remove using wildcard

In Wildfly (version 8.2.1) CLI, is there a way to remove using wildcard? For example, if I want to remove all broadcast groups, and I don't want to specify the name: /subsystem=messaging/hornetq-server=default/broadcast-group=*/:remove I'm getting…
jersey-city-ninja
  • 1,038
  • 11
  • 23
0
votes
1 answer

Issue when java version upgrade from 7 to 8 : org.jboss.classfilewriter.InvalidBytecodeException: Cannot load variable at 0

When I migrated java 7 to java 8, I see following exception. It works very well with java 7 but not with java8, could you help me on this. Environment: java 8 and wildfly 8.2 > Caused by: org.jboss.classfilewriter.InvalidBytecodeException:…
Sam
  • 131
  • 1
  • 5
0
votes
0 answers

Java – multiple call on DAO causes exception (wildly, jboss)

I am building a java REST application. Therefor I am using jboss on a wildfly 8 server. The following code causes this exception: JBAS011469: Transaction is required to perform this operation (either use a transaction or extended persistence…
user2741109
  • 121
  • 13
0
votes
1 answer

Wildfly Form Authentication

I have tried to work this out for several days. I am trying to create a form based authentication for my JAVA EE app which is running on wildfly. I am using JAX-RS and AngularJS. I have created the wildfly security domain as follows …
pnyota
  • 65
  • 1
  • 11
0
votes
1 answer

Enabling browser caching in wildfly 8

How can I configure Wildfly to Leverage browser caching? I know this can be done in apache through htaccess, but how to achieve same in wildfly. I tried to create .htaccess file and place it in both the wildfly's deployement folder and in my project…
atul
  • 552
  • 4
  • 16
0
votes
0 answers

How to deploy all undeployed files in JBOSS wildfly during server startup

I am using Wildfly 8 to deploy my application app.war. I could see that when app.war is undeployed, a marker file called app.war.undeployed is created. My requirement is for jboss to redeploy this application if the jboss service is restarted. Is…
Dalu
  • 172
  • 3
  • 18
0
votes
1 answer

Allow G zip compression in wildfly-8.2.0.Final

I am running my java project on wildfly-8.2.0.Final, and i want to enable G-zip compression for the web content (js, css ,jsp etc), how to achieve it.
atul
  • 552
  • 4
  • 16
0
votes
0 answers

How can we block http request on Wildfly server based on url pattern?

I have a weired secnerio to tackle with. We are using Wildfly 8.2.0 final as our server for javaEE Application. We want to restrict or block certain https request identified by url pattern on certain https port. For example: I have configured two…
0
votes
0 answers

Wildlfy 8 : Runtime final Server has encountered an error

Any idea how to solve this issue? The following message occurs in eclipse when I attempt to start the server or publish a war to the server from eclipse: Error renaming C:\runtimes\wildfly-8.0.0.Final\standalone\tmp\tmp1872668876413334227.MF …
Fabii
  • 3,820
  • 14
  • 51
  • 92
0
votes
0 answers

Closing Connection from WildFly Datasource cause java.net.SocketException

I'm using WildFly 10.0.0 and MySQL 5.5.17 and JDBC Driver 5.1.39 I first set a DataSouce in WildFly as a module in the folder WILDFLY_HOME\modules\system\layers\base\com\mysql\main there is the driver and the file module.xml :
kwisatz
  • 1,266
  • 3
  • 16
  • 36
0
votes
1 answer

hbm2ddl schema export fails due to 'Schema "XYZ" no found'

I am trying to export a DDL to a PostgreSQL 9.4 database during start up of Wildfly 8.2.1 using Hibernate 4.3.11. The DDL was created using hibernate-maven-plugin (http://juplo.de/hibernate-maven-plugin/), and looks like this: alter table…
Walter
  • 396
  • 1
  • 5
  • 16
0
votes
2 answers

Security domain not invoked (working)

I try to secure my Application using a Databaselogin in Wildfly 8.2.0.Final. I configured my datasource in standalone.xml and it seems to work as i can access the database:
Abbel
  • 320
  • 1
  • 9