Questions tagged [wildfly-11]

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.

114 questions
0
votes
2 answers

WildFly 11 - Use certificate to make https requests

I'm a bit lost of how I can use certificate in WidlFly 11. I re the doccumentation and found a lot of terms like JSSE, OpenSSL, Elytron, ApplicationRealm. The problem occurs when I execute the code final URL url = new…
Bruno Morais
  • 23
  • 1
  • 5
0
votes
0 answers

Apache Artemis - Messages from same group-id are received by multiple consumers

I have two deployed apps, one on my local machine and one on the server. Both apps are communicating through the same Artemis client, which is installed on the server. Artemis version is 1.5.5. The problem occurs when I execute a simple test that…
OGI
  • 179
  • 1
  • 1
  • 9
0
votes
1 answer

Send message to jms queue throws AMQ119031: Unable to validate user exception

Code to send message to JMS queue in Wildfly 11.0.0-Final is throwing ActiveMQSecurityException[errorType=SECURITY_EXCEPTION message=AMQ119031: Unable to validate user] exception if I provide credentials to createConnection() method. Followed steps…
Mohan
  • 233
  • 1
  • 8
  • 21
0
votes
1 answer

Transaction marked with status rollback without any visible reason (Wildfly 11, Hibernate 5.1.10, PostgreSQL 10)

We are migrating from JBoss 4.2.3 GA and MS SQL Server 2008 R2 to Wildfly 11 and PostgreSQL 10. We use the Hibernate version shipped with Wildfly (5.1.10.Final) We have a very complex application where we use an external API that cannot be debugged…
Siggi K.
  • 13
  • 1
  • 4
0
votes
2 answers

WildFly 11: CDI does not work

I have written a very simple application, but CDI does not work as expected: the definition @EJB private CustomerProviderSessionBeanLocal customerProvider; does not lead to an instance of the bean. Definition of my stateless session…
Thomas Bayer
  • 71
  • 1
  • 3
0
votes
1 answer

How to add jms queue programmatically in runtime for Wildfly 10/11?

This code below creates JMS queue at run time in Wildfly 9.0.1 with no problem. In Wildfly 10 and 11 hornetq-server was replaced with activemq. How properly migrate it to Wildfly 10/11? Thank you. private boolean createQueue(String operationName,…
GrandAM74
  • 1
  • 3
0
votes
1 answer

Enable JAX-RS 2.0 security with Wildfly Realm

I am trying to secure my RESTFul webservice, but I am failing to do so. Even though I created the web.xml, Application subclass and placed the annotations, I still can access the webservice without authentication. Do you guys have any idea of what…
Lluc
  • 43
  • 8
0
votes
1 answer

Log4J2 in Wildfly 11- causing ERROR Unable to locate plugin

Wrote a simple web app that uses programmatic configuration of Log4J2 . ( no log4j2.xml ) The configurator snippet looks like below ConfigurationBuilder builder =…
NishM
  • 1,706
  • 2
  • 15
  • 26
-1
votes
1 answer

issues while doing deployment of war file and doing configuration of mariadb into wildfly 18.0.0 FInal

I have added the module.xml file and appropriate mariadb connector jar files, in wildfly/module/.../com/maraidb. I have added the Jar visa console also but when the execute standalone.sh file i get these errors which i am not sure about. …
1 2 3 4 5 6 7
8