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
2 answers

Jboss AS 7 work with JDK8

I'm trying startup JBoss EAP 7.1.1 Final with JDK 1.8.0_144 in Window 7 enviroment. Each time I run the standalone.bat from command line I got following error. Server halt on starting cannot proceed anymore. 09:20:44,413 INFO [org.jboss.modules]…
Webster Lou
  • 51
  • 1
  • 7
0
votes
0 answers

Maven with CDI always get NullPointerException

I am working on a maven project using wildfly 8.2.0, the CDI isn't working, I always get NullPointerException when using injection. I put the code below in the order it is called. The code start on method deleteEvent: Edit: I clean the commented…
M. A. S.
  • 1
  • 1
0
votes
1 answer

Performance impact on invoking remote ejb in Wildfly10

I have deployed applications like below in the domain mode MyWebApp.war ---> which has web tier MyEjb.jar --> which has all ejbs service.jar --> from where ejb is invoked Both are deployed in the domain mode. and while invoking the same I…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
0 answers

How to restart wildfly host-controller in domain mode efficiently without any risk?

My companay uses wildfly 8.1.0.Final for middleware and the production system mode is in domain. For some reason we have to restart the host-controller before auto-deploy. To resolve this, my workmates always take two ways: kill all java processes…
Z.Loon.F
  • 13
  • 5
0
votes
1 answer

Difference in features between WildFly 8.2 and WildFly 10

I have to document main configuration related features that are present in wildfly 10 but not in 8.2 (as we are moving from 8.2 to 10). I am trying to find the feature documentation but all I find is admin and developer guide. To find the…
0
votes
1 answer

extension vs global-modules in wildfly

I am new to wildfly. Can anyone give the difference between extension and global-modules in wildfly standalone.xml. As per the Wildfly documentation an extension is a module that extends the core capabilities of the server. But global-module is…
0
votes
0 answers

Query result not getting mapped to mybatis resultMap

I have a resultSet which looks like this:
Shubham
  • 97
  • 1
  • 14
0
votes
0 answers

Error during Wildfly8.2/ Jboss EAP 7.0 deployment from Hibernate persistence

I started with the migration of Java 8 and hence i have to change Spring and Hibernate. So i upgraded Spring and hibernate to the below versions. I was able to deploy and the run the code locally on Tomcat 7. But getting the below error while trying…
Jess
  • 425
  • 1
  • 5
  • 15
0
votes
1 answer

Can the admin console colors be changes on Wildfly?

Ive checked the documents but cant find any advice on changing the admin console colors. My plan would be a different color per environment - dev, test, ... If it cant I could change it through a browser plugin
farrellmr
  • 1,815
  • 2
  • 15
  • 26
0
votes
0 answers

Browser stop responding after deployment of application in Wildfly server

Whenever i deploy any application to my local Wildfly server, all the browsers stop responding for 10-15 minutes after deployment. So after ever change in the code, i need to wait for around 20 minutes. I am not able to link these two things.…
rahulP
  • 244
  • 2
  • 6
0
votes
1 answer

javax.persistence.PersistenceException: org.hibernate.HibernateException: Provider is closed

I'm developing a web application. WildFly 8.1, SQL Server 2012 I have a problem in my local environment, even though the code and the state of the database is identical to preproduction, where everything works fine. 1) I just restored my database…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
0 answers

Error deploying the switchyard quickstart in wildfly 8.0

'Hello, I am new to Jboss pardon me if i am asking silly question. When I am trying to deploy one of the wildfly quickstart example. But i am facing with this error. If anyone can help me that would be very helpful to me. Thanks in Advance [WARNING]…
0
votes
1 answer

log4j logger statements are not displayed in jboss wildfly AS

I have added log4j.properties and included relevant log 4j entries in pom.xml in spring mvc web application. But , the logger statements are displayed neither in the eclipse ( which is configured with jboss wildfly AS ) console or server log.
VNT
  • 934
  • 2
  • 8
  • 19
0
votes
0 answers

Different encoding on different environment of same web application

I have a web-application running on WildFly 8.2. The application has a view, with links to txt-files. I have the application running on a local WildFly and on a remote "test" server. Both environments have exactly the same version of the application…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
0 answers

WildFly exception: java.lang.ClassCastException: NonTxInvocationContext cannot be cast to TxInvocationContext

Caused by: java.lang.ClassCastException: org.infinispan.context.impl.NonTxInvocationContext cannot be cast to org.infinispan.context.impl.TxInvocationContext I got this exception in wildfly-8.2 domain with JPA - hibernate L2C enabled. Please help…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51