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

Mybatis useGeneratedKeys Fails in EJB with Proxy

I am using Mybatis 3.3.0 and EJB 3.1 running in a Wildfly 8.2.1 App server. I modified my EJB's to have a Remote Interface and Injected the interface into all my classes that require the functionality instead of the injecting the LocalBean…
0
votes
1 answer

Wildfly Performance issues

I'm having issues with my wildly installation. The version is 8.2.0. I observed that when number of connections gets to a certain level it would start rejecting connections. Here are my questions: Is it only at worker under io subsystem that the…
Jibz
  • 31
  • 3
0
votes
1 answer

Deploying MyFaces 2.2.8 on WildFly 8.2.0

Environment : JAVA EE 7 CDI WildFly 8.2.0 MyFaces 2.2.8 Issue : I am trying to run WildFly 8.2.0 with myFaces 2.2.8 as default JSF implementation. Installion is completed . The details for this are on another SO question : Installing Apache…
Atul
  • 1,560
  • 5
  • 30
  • 75
0
votes
1 answer

ArrayOutOfBoundException and OracleXAException (XAException.XAER_RMFAIL) exceptions

I am using Oracle Database 11g Release 11.2.0.4.0 - 64bit database and WildFly 8.2.0 Application Server. I am using managed connection in our application and XA transactions. When I try to execute a query that is very complex (number of parameters…
user140888
  • 609
  • 1
  • 11
  • 31
0
votes
1 answer

Edit standalone.xml while running WildFly 8.2

I have a WildFly running and an application that allow to edit database connection (ds.xml), that connection use security domain. When WildFly stopped it's work! When WildFly is running, I can write standalone.xml and save it but automatically the…
Wender
  • 991
  • 15
  • 24
0
votes
2 answers

How to remove Hibernate debug statements from WildFly debug log

I am using WildFly log in debug mode and it shows a lot of unnecessary debug statements from Hibernate and I need to stop them. This is what I have changed in my standalone-full.xml.
kirti
  • 4,499
  • 4
  • 31
  • 60
0
votes
0 answers

NullPointerException when I try to inject EJB in JAX-RS

I have seen all the issues noticed in this forum, but I still don't have any solution for my problem. I work on a EAR project with Maven, Wildfly and JBoss. When I try to browse to my resource I have NPE. This is my JAX activator class: import…
majd hwas
  • 95
  • 2
  • 2
  • 10
0
votes
1 answer

Wildfly 8 : Not able to deploy Jolokia running at different port w.r.t other applications under same IP

To start with this not a Jolokia issue, but something related to Wildfly. I want one of my applications (Jolokia) in wildfly to listen to a different port from the rest of the applications (listening at default port). Following these two (here and…
Arnab Biswas
  • 4,495
  • 3
  • 42
  • 60
0
votes
2 answers

wildfly 8.2.0 oracle datasource

i have some problem with oracle datasource in wildfly 8.2.0 server. I use server in domain mode with two server and domain controller with default profile. So in my domain.xml is declared datasource and drivers
0
votes
1 answer

Error Sahi when java try to check login data

I'm getting a wrong behavior when I'm trying to do the testing of a login, using Sahi. When I'm running outside of Sahi is working fine. The database in using is mysql. The server I'm using is Wildfly8. This is the error I've got from Eclipse.…
0
votes
1 answer

Openshift wildfly cartridge standalone.xml vs Java EE 7 Web Profile

Why does openshift wildfly cartridge standalone.xml file contain subsystems which are not part of Java EE Web profile specification (checked for 8 & 9 version) such as these ones ?
Rémi Bantos
  • 1,899
  • 14
  • 27
0
votes
3 answers

wildfly: How to use encrypted password for a xa-datasource?

I have a wildfly 8.2.0.Final running. I use two oracle datasources, one and one . I want to have my DB passwords encrypted and managed to do that for the datasource using a security-domain but not for the xa-datasource. I…
Gronk
  • 21
  • 1
  • 5
0
votes
2 answers

How to Inject SessionContext in arquillian embedded container for wildfly 8.2

My wildfly server not running after adding the line @Resource private SessionContext sessionContext; How to inject Session Context in embeded arquillian with wildfly 8.2 version??? I even tried to add the line .addAsWebInfResource(new…
0
votes
1 answer

Issue with upgrading from JBOSS 7.1.1 to Wildfly 8.2.1

In my project previously we were using jboss 7 as the application server and my application was having a code like below in the jboss-web.xml. my-form-auth webapps
robin
  • 1,893
  • 1
  • 18
  • 38
0
votes
1 answer

Auto update web page

I have a delivery report page in my application. My customers are always interested to know the latest status of delivery of goods. I need to add an ‘auto-refresh’ functionality so that customers can get the latest status with out doing a manual…
Sam
  • 554
  • 1
  • 12
  • 23