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 8.0 Passing parameters to standalone.xml file

We are using wildfly 8.0 version for our legacy application. We are trying to pass datasource value as parameter in standalone.xml file but wildfly is throwing error as it's not recognizing $ sign. standalone.xml ${DB_URL} can anyone explain how to…
Rakesh
  • 177
  • 2
  • 14
0
votes
1 answer

Cannot change the type of an instance of parent A to subclass B In the JPA join table strategy

We use Eclipselink-2.6 with wildfly-8 server in a JavaEE7 application. we have three JPA entities A, B, and C. B and C extend A. In order to change the type of an object "myObjectId" A to B, we try to: 1- Change the dtype value from "a" to "b" in…
john miran
  • 393
  • 2
  • 13
0
votes
1 answer

HttpServletRequest returns null session after authenticated IDP and redirected to SP

I'm setting up OKTA SAML 2.0 integration with Struts 1.0 in Wildfly 8.1.0. Earlier I had the same setup in JBoss 7 server in which everything works fine. I just replicated the same in Wildfly 8 but after the authentication is completed in OKTA and…
0
votes
2 answers

Configuring standalone.xml in Wildfly for redirect root(/) to sub directory

How to redirect root path to subpath? e.g. http://test.com:9090/ -> http://test.com:9090/portal/
tony
  • 91
  • 1
  • 8
0
votes
0 answers

spring basic authentication is not worlking in wildfly 8.2 while same is working fine jboss as 7.1

i have updated my j boss 7.1 to wild fly 8.2 .but same war file working on 7.2 however not in wild fly 8.2.i getting problem in authentication .War deployed perfectly in WF 8.2…
shyag
  • 1
  • 4
0
votes
0 answers

java.sql.SQLException: Connection org.postgresql.jdbc.PgConnection is closed

Environment: Java 8 WildFly 8 (WF 8) PostgreSQL 11 Spring 4.3 Hibernate 5 DBCP version 2.5 PostgreSQL JDBC driver: 42.2.5 In this Java app that we have, we run a job via Quartz. Say every N hours a method is called, this method spawns 30-40…
peter.petrov
  • 38,363
  • 16
  • 94
  • 159
0
votes
0 answers

Is it possible to edit standalon.xml file of wildfly server at runtime programatically for change database setting?

I'm working on a JSF application in which I have used a Firebird database. There are large datasets and application performance is decreased so I have separated database year wise like DB2011.FDB,DB2012.FDB,DB......,DB2019.FDB. We also have a…
Nitin Upadhyay
  • 113
  • 1
  • 15
0
votes
2 answers

JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "test.war")])

Getting server log error - earlier 13:31:25,905 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for testJpaUnit 13:31:27,731 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613:…
Sumit Ranjan
  • 1
  • 1
  • 4
0
votes
1 answer

Ignore entities persistence from a dependency

I'm working on a web application that needs some dependencies, one of those being be.cocof.ddp ddp-model 1.2 (this…
Dat Nguyen
  • 232
  • 2
  • 15
0
votes
0 answers

Migration JBoss AS 7.1.1 to Wildfly 8.1.0 - error: java.lang.LinkageError

I am trying to migrate a project from JBoss AS 7.1.1 Final to Wildfly 8.1.0 Final. But I am getting the error java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/modules/ModuleClassLoader) previously initiated loading…
Henrique Lima
  • 111
  • 3
  • 7
0
votes
1 answer

Error during restart wildfly server : ”/usr/lib/jvm/java-8-oracle/bin/java”: No such file or directory

I am configuring Wildfly server on 80 port using autobind in ubuntu using link http://www.solomonapenya.com/2016/10/08/wildfly-on-port-80-for-http-443-for-https-using-authbind/ .At Step 9 from the mentioned link, i am getting following…
Ranjit Soni
  • 594
  • 6
  • 19
0
votes
0 answers

The chosen transaction strategy requires access to the JTA TransactionManager

Details :- Build and Deployed in openJDK 8 Spring - 3.1.1.RELEASE Hibernate - 3.6.9.Final Wildfly server - 8.0.0.Final Error :- 15:25:22,969 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 53) MSC000001: Failed to start…
0
votes
1 answer

JBoss Wildfly display values of attributes in jboss-cli command line mode

I would like to see values of different attributes while using the jboss-cli.sh commandline tool in JBoss WildFly 8.1 (I think the version doesn't matter that much) I know how to write values and I know how to list possible attributes to write to…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
0 answers

Wildfly Maven Plugin not updating config

We used to be able to update our Wildfly app server configuration (standalone-full-ha.xml) using wildfly-maven-plugin 1.0.2.Final. It stopped working when we switched to version 1.2.2.Final. We're still on Wildfy 8.2.1. I had to upgrade the plugin…
jersey-city-ninja
  • 1,038
  • 11
  • 23
0
votes
1 answer

wildfly-maven-plugin deployment over SSL works once then "connection error"

I'm getting a weird behavior after securing Wildfly Admin console to use HTTPS, and configuring my pom.xml to deploy over https. (I tried on versions 8.2.1 and 10.1.0, standalone mode). I can only (re)deploy once successfully. After that, I get…
jersey-city-ninja
  • 1,038
  • 11
  • 23