• How to maintain process modification on multiple branches for multiple environments

    I'm using KIE server for designing processes, but there will be multiple environments (DEV, Testing, UAE, Support , Production), how can I preserve the source for each process (project) , merging the changes on diffe...
    Profile Photo
    last modified by sheriefshawky
  • Teiid queries  not never releasing the memory from heap resulting Garbage collection failures

    We have a federated VDB with a Views made from attributes from multiple Oracle data sources. The View results in 2 million records and it involves joining tables with 2 million records from two different data sources(...
    Profile Photo
    last modified by vishnusv
  • Issue Deploying Mojarra 2.2.13.SP1 as secondary JSF configuration on Wildfly18

    Hi,   I'm migrating from Wildfly10 to Wildfly18.  My JSF enterprise (*.ear) application has been running on Wildfly10 with the built-in Mojarra version 2.2.13.SP1.  For Wildfly18, I've observed that th...
    Profile Photo
    last modified by afd0174
  • Is "instanceof" supported in conditions?

    Consider this trivial Java code:   public class Foo {     public static void main(final String[] args) throws Exception {         printMessage("Hello");  ...
    Profile Photo
    last modified by jaikiran
  • jboss XA datasource for remote sql server failed

    Hi,   I am getting the below error while connecting the SQL server in the remote server configured as XA datasource.     23:37:12,074 ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Peri...
    Profile Photo
    last modified by rrajamani2ups.com
  • [JBoss 7.2.5 EAP] Cannot access the application at the very first request.

    Hello everyone,   we have our Oracle Web Commerce application upgraded to JBoss 7.2.5 EAP and we noticed that for the very first request we get   2020-02-12 11:36:35,867 ERROR  [io.undertow.request] (a...
    Profile Photo
    last modified by ksiczek
  • Flooding "not found in retransmission table" in server log too much in cluster and making application slow.

    We have Wildfly 11.0.0 Final version - 24 JVMs cluster using multicast and observing below error too much in server.log and it is making application slower. attaching logs for your reference. 2020-02-02 02:22:07,839 W...
    Profile Photo
    last modified by dheeraj.mishra
  • Wildfly 10 AWS using JDBC_PING for JGROUPS

    Hi All   I am getting this error when shutting down wildfly node on my EC2 instances.  Has anyone else seen this?  Can I ignore?             ...
    Profile Photo
    last modified by mc11
  • WildFly11 - Single Sign on in a cluster

    I have a cluster with two nodes. Session is not replicated, but I would like the SSO to be so.   Both nodes have an entry like this   <single-sign-on path="/"/>   under undertown configuration....
    Profile Photo
    last modified by lagoria
  • WildFly 18.0.1.Final - Error fetching WildFly component 'org.picketlink:picketlink-api:::2.5.5.SP12-redhat-00006'

    Provision worked fine with WildFly: 16.0.x - 17.0.1. Upgraded provision.gradle to upgrade to use wildFly 18.0.1. plugins {   id "org.wildfly.build.provision" version '0.0.11' } repositories {   mavenLocal()...
    Profile Photo
    last modified by notify
  • Jboss7.1.1 to Wildfly 8 or 18 for Java8

    Hi All, I am planning to upgrade the jboss version from Jboss7.1.1 to Wildfly 8 or above to work with Java 8 version. The java EAR application is old and jbioss4.2 version was used and we have made that work in Jbos...
    Profile Photo
    last modified by karthik.chandran
  • ARJUNA017017: enlist of resource failed exception with Oracle 11g Release 2 XE but not with MySQL

    Using jbpm-spring-boot-starter-basic in a Spring Boot project, which in return brings Naryana as the transaction manager. My database is Oracle 11g Release 2, and I am receiving the following exception:   org.spr...
    Profile Photo
    last modified by hasancansaral
  • Method calls on .class literal trigger invalid rule error

    Consider this simple class:   public class Foo {     public static void main(final String[] args) throws Exception {         System.out.println("Hello world"); &#...
    Profile Photo
    last modified by jaikiran
  • Picketlink Multi forwarding

    We have a War called login when has a picketlink.xml   There is a web war which also has a picket link.xml. Everything works ok with the single link - https://abccompany.com   But now we need to add our c...
    Profile Photo
    last modified by mbaig1001
  • Is there a way to hide the debug lines wildfly uses when calling interface methods?

    So when I call the method of an interface, there are a bunch of lines between the calling class and the called class that I do not care about. Is there a way to omit them from the debug call stack? If A class X method...
    Profile Photo
    last modified by breaker71413901
  • can Drools API tell me how many rules are using a particular attribute

    Say i have a rule file like below. Below rules are built on 2 properties Instrument and maverickModelMappingId . Can Drools tell me how many rules uses the field "Instrument".  My use case is that I want to know ...
    Profile Photo
    last modified by meabhishek80
  • Why doesn't System.out.printlin, and Logger work in my websocket?

    Can anyone tell me why this doesn't work?  I.e. why nothing I log from my class, and nothing I print using System.out.println, shows up in the log or on the console?   My websocket endpoint class is named "...
    Profile Photo
    last modified by gberish
  • Custom listener shows dirty properties only per event (per class)

    For an object tree if a property of a nested object changes the whole object tree should be versioned. However, it seems there are only hibernate envers events sent to e.g. a customed listener for a class with a prop...
    Profile Photo
    created by jobame
  • Clustered Java EE Application With Wildyfly 10.1 & Apache Http

    I'm trying to start up a cluster with 2 nodes of wildyfly 10.1 Running in standalone-ha.xml standalone mode with 3 modules deployed in each one : EJB_EAR.ear, Singleton_EJB_EAR.ear, Web_EAR.ear are deployed with the ...
    Profile Photo
    last modified by mohammedadel
  • how to assign Authentication token to REST Service Task

    I am calling a REST service from jbpm using the REST service task but I don't know how to specify the Authorization Token (assignment picture attached). Does anyone know how to do this? Your help will be much apprecia...
    Profile Photo
    last modified by aha001