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 exception when L2C enabled

I got this exception in wildfly-8.2 domain mode: Caused by: Unable to acquire lock after [15 seconds] on key [app.entity.UserData#17568183] for requestor [GlobalTransaction::2482:remote]! Lock held by [GlobalTransaction::2135:remote] at …
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
0 answers

Is there any provision in keycloak always redirect to the dashboard after login and re-login?

Is there any provision in keycloak always redirect to dashboard after login and re-login?
Arvind Singh
  • 75
  • 2
  • 6
0
votes
0 answers

Can not override the default CharacterEscapeHandler in MarshallerImpl in Wildfly-8

I am using wildfly-8.2.1.Final (which supplies \wildfly-8.2.1.Final\modules\system\layers\base\com\sun\xml\bind\main\jaxb-impl-2.2.5.jboss-2.jar which contains MarshallerImpl which indirectly implements javax.xml.bind.Marshaller). On…
lab bhattacharjee
  • 1,617
  • 2
  • 17
  • 33
0
votes
0 answers

Hibernate duplicate enrty insertion

im using Hibernate with websockets in javaEE application deployed in Wildfly server . my problem is when i try to insert a new user the hibernate duplicate the insertion and i get 2 users with differents id, cuz im using auto generation of Primary…
Temo Rh
  • 11
  • 4
0
votes
0 answers

Something went wrong when using spring boot with jboss

When I used spring-boot with the wildfly, something went wrong. The following is my application and conf. pom.xml: org.springframework.boot spring-boot-starter-parent
0
votes
1 answer

Widfly logging configuration with SpringMVC application

I have a problem with logging and printers management using wildfly AS as its container. I set up the default basic springMVC application using eclipse tool, the project is set up with default log4j.xml file, when i deploy it on wildfly, all the…
Soufiane Rabii
  • 427
  • 2
  • 8
  • 29
0
votes
1 answer

Running a shell script in TeamCity to deploy a EAR artifact on a remote server's JBOSS deployment folder

I'm supposed to do the task mentioned in the title of the question and I'm kind of lost how to approach this. I'd like to hear what is the best practice but here's how I've figured out by myself how to approach this: 1) Create a shell script for…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
0 answers

Widlfy 8.2 CLI Datasource Setup

I am trying to set up a MySQL Datasource for a Wildfly 8.2 and need to add a connection-property to the data source. The connection-property is the tag in the standalone.xml. CLI Command: data-source add --name=mysqlDS --driver-name=mysql…
Bala
  • 11
  • 3
0
votes
1 answer

How to change WildFly socket binding offset without changing HTTP binding port?

I need the binding offset to be 10200 so I added this option: -Djboss.socket.binding.port-offset=10200 -Djboss.http.port=7011 -Djboss.https.port=7010 But HTTP port became 17211. I need HTTP port to be 7011 and there is no way to subtract the…
SwiftMango
  • 15,092
  • 13
  • 71
  • 136
0
votes
1 answer

Accessing EJBs deployed in WildFly from an application running in Jboss5

I am running an application in integration with another team's application. My application is running on JBoss5 and jdk6 Other Application is running on Wildfly8 with jdk8 My application calls an EJB Bean deployed as part of other application but…
SacJn
  • 777
  • 1
  • 6
  • 16
0
votes
0 answers

Wildfly 8.2.1 dies suddenly

i'm having a problem with WIldfly 8.2.1. I'm developing an application with Spring 4, Hibernate 4 and AngularJS 1.4.8, using as environment Windows 10, running the server from console with standalone.bat. The problem i have is that, when i publish…
Diego Becco
  • 23
  • 1
  • 5
0
votes
3 answers

Multiple resources under one request: RESTful API design pattern

I'm trying to create a GET request, where I have two different requests. Since both resources are related with each other, I'm trying to put them under one 'sub-resource'. The first one is: @QueryParam("{customerId}") public List
Aiguo
  • 3,416
  • 7
  • 27
  • 52
0
votes
1 answer

Let webservice use SSL

With WildFly 8.2.1, I am trying to make existing webservice (JAX-WS) use SSL, but I haven't seen any use of SSL in quickstarts and the information I was able to google is limited. So far I've added this to web.xml:
Radim Vansa
  • 5,686
  • 2
  • 25
  • 40
0
votes
1 answer

Setting up wildfly to start on reboot in ubuntu 16

Setting up wildfly to start on reboot in ubuntu 16 by executing: sudo update-rc.d /etc/init.d/wildfly defaults gives the following error: update-rc.d: error: initscript does not exist: /etc/init.d//etc/init.d/wildfly what could be the reason
bavon
  • 151
  • 2
  • 14
0
votes
0 answers

EntityManager Hibernate JPA insert data into table

I already managed to connect to two MySQL databases via Wildfly. And to automatically create one table with its columns for each database via JPA. Now my Problem is I can´t insert data automatically into the databases. Here my ManagerTrace.java…
barwuah
  • 51
  • 8