I have one of my Topics in WebLogic with overrides properties “Time-To Deliver Override” and “Delivery Mode Override” I’m working on a migration to WildFly server. I’ve declared the Topics in the standalone.xml under the ActiveMQ subsystem tag as following But, I have no idea on how can I configure the equivalent of “Time-To Deliver Override” and “Delivery Mode Override”
Tag: jboss
Unable to launch Jboss Developer Studio
When I double click the jbdevstudio.exe I’m getting below error. I suspect this has got to do with the wrong jdk path (default path), in which file i can now give the correct jdk path? java was …
Error com.fasterxml.jackson Deploy .WAR Spring Boot in JBoss/Wildfly
ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] (default task-22) Forwarding to error page from request [/api/method] due to exception [com.fasterxml.jackson.annotation.JsonFormat$…
can I include dependent jar files directly in a jboss EAP 7.3 container?
I am migrating a java ear application from weblogic to jboss. The application is an ear with the below maven dependency on antlr in the pom: antlr …
How to set JBoss Wildfly context root with XML-less Spring web application?
Having a Spring application with Maven where all the configuration is done in Java (all configuration previously stored in web.xml is now in annotated @Configuration files or in WebAppInitializer that …
ClassNotFoundException for HibernatePersistenceProvider
I have a JSF project which builds perfectly with java 7, but when I try to deploy the WAR in Jboss Application Server, I’m getting the bellow error. 00:24:30,940 ERROR [org.jboss.msc.service.fail] (…
EAP 7.3 JPA+Hibernate REST Serialization of Bidirectional ManyToOne relationship (NOT SPRING)
I come from a Payara/EclipseLink background where this just works out of the box. My contract requires me to use EAP which does not support EclipseLink.persistance and I always prefer the “…
JBOSS EAP 6.4: Can not use the HTTPS schema in “soap:address” in generated WSDL
I have modified my standalone configuration to use HTTPS connector along with the HTTP connector: <subsystem xmlns="urn:jboss:domain:web:2.2" default-virtual-server="default-host&…
Why JBoss EAP failed to start?
I’m new to JBoss Server. Currently I’m using JBoss server 7.2. Error : 09:25:05,213 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final-redhat-00001 09:25:05,646 INFO [org.jboss.msc] …
Jersey test framework: Test Container is null
I have the following test class that tests a simple “/helloWorld” endpoint that is implemented in jax-rs. I am running this as an EAR file in a JBOSS EAP Server locally. public class HelloWorldTest …