Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
2
votes
1 answer

How to dynamically change JMS queue MDB pool size in WildFly 10

I am working with WildFly 10.1 which ships with Artemis as the new JMS provider but I am unable to find how to dynamically change the number of consumer threads for a specific MDB. I have a queue, and a message listener (MDB) consuming messages from…
Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165
2
votes
0 answers

How to fix `java.io.IOException: invalid manifest format (Webservice)` with Wildfly 10?

17:38:34,739 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."axiswebservice.war".STRUCTURE: org.jboss.msc.service.StartException in service…
ROHIT
  • 185
  • 1
  • 3
  • 17
2
votes
1 answer

Unable to get managed connection EJB, Hibernate, JBOSS, Postgres

What can be a reason for this error? My datasource included as module and fells ok if I do not try to look up from there. This is my error: 2016-11-04 15:57:55,389 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread…
Anna Leonenko
  • 179
  • 2
  • 10
2
votes
1 answer

Why didn't read JPA find() method uncommitted changes?

I am puzzled by a JPA behavior which I did not expect in that way (using Eclipselink). I run on Wildfly 10 (JDK-8) a stateless session EJB (3.2). My method call is - per default - encapsulated in a transaction. Now my business method, when reading…
Ralph
  • 4,500
  • 9
  • 48
  • 87
2
votes
1 answer

Target folder is there but still getting no file found error, what can be the reason?

I am trying to deploy the ejb jar to Wildfly 10. I am getting the following error: Oct 23, 2016 3:09:15 PM org.xnio.Xnio INFO: XNIO version 3.3.1.Final Oct 23, 2016 3:09:15 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
2
votes
0 answers

Wildfly admin: Use encrypted password in mail subsystem

I am using a JBoss Wildfly 10.1 to deploy several war files. My goal is to define a mail session in the mail subsystem. I was able to achieve this, but I have learned, that the password is stored in the standalone.xml in clear text. Now I am willing…
user3218708
  • 55
  • 1
  • 1
  • 8
2
votes
0 answers

Wildfly 10, Spring, Hibernate 4.2 - transaction configuration

I cannot figure out how to properly configure transaction manager to be used with Wildfly and Hibernate. My configuration is:
kot.filemon
  • 103
  • 1
  • 11
2
votes
1 answer

Why UTF8 character encoding doesn't work properly in my project?

I'm developing a web application in Spring Framework under Wildfly 10 application server. I use Eclipse IDE. I experienced problems with the character encoding which I wasn't able to solve: some of the characters doesn't appear properly when I send…
Igorovics
  • 416
  • 1
  • 7
  • 25
2
votes
1 answer

Java EE run error "java.net.MalformedURLException: no protocol: ${client.url}"

I have an Enterprise Java Application. Which has a *.war and a *.jar, when I ran the war it works fine but when I run the Enterprise shows me an error "java.net.MalformedURLException: no protocol: ${client.url}" When I clean and build it's all ok…
2
votes
1 answer

Attaching IntelliJ IDEA debugger to Wildfly Docker image started by Arquillian

I'm trying to create Arquillian unit test using http://arquillian.org/arquillian-cube extension where you can set a breakpoint on the server side. I've created a project which executes a simple test successfully (all details are…
scetix
  • 803
  • 1
  • 8
  • 20
2
votes
2 answers

How to exclude the default Hibernate (5) from Wildfly 10 application?

(I've revised my question based on the helpful hint from James Perkins) I'm trying to upgrade from Jboss 4.2.3 to WildFly 10 is an involved process. In order not to change too many things I'd like to try get the application to work without changing…
inor
  • 2,781
  • 2
  • 32
  • 42
2
votes
1 answer

HTTP method POST is not supported by this URL in WildFly

I'm trying to build a Java web-app in Intellij, using Wildfly as Application server. In my web app, i'm trying to configure a module for restful webservices (with RestEasy library) but when I try to test my restful webservice (as post method), i…
user3449772
  • 749
  • 1
  • 14
  • 27
2
votes
0 answers

Getting error while deploying lightblue on WildFly 10.1.0

What is LightBlue? This is the error I am getting : 10:34:15,886 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service…
Janki Gadhiya
  • 4,492
  • 2
  • 29
  • 59
2
votes
1 answer

How to set maintenance page when server directory is getting updated in WILDFLY 10?

We are using WILDFLY 10 server for our website. We need to set a maintenance page when a new war file is getting uploaded to server directory for new changes. How to do this?
halim
  • 211
  • 1
  • 10
2
votes
1 answer

JMS Bridge Between WildFly 10 Artemis and ActiveMQ 5.14 (ONCE_AND_ONLY_ONCE Quality of Service)

I'm trying to set up a JMS Bridge between Artemis (Running in WildFly 10) and ActiveMQ 5.14 In general the process seems to work smoothly, but unfortunately I'm getting stuck on the XA configuration that is necessary to get ONCE_AND_ONLY_ONCE QoS to…
Greg Fullard
  • 365
  • 3
  • 15