<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>StackOverflow</title>
    <description>StackOverflow</description>
    <pubDate>Tue, 14 Jul 2026 16:25:37 +0000</pubDate>
    <lastBuildDate>Tue, 14 Jul 2026 16:25:37 +0000</lastBuildDate>
    <generator>4Each - Forum Progress</generator>
    <link>http://www.4each.com.br/forums/stackoverflow.88/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://www.4each.com.br/forums/stackoverflow.88/index.rss"/>
    <item>
      <title>[JBoss] Errors while starting Wildfly 35.0.1 server which is configured for jasper reports...</title>
      <pubDate>Thu, 27 Nov 2025 07:42:42 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-errors-while-starting-wildfly-35-0-1-server-which-is-configured-for-jasper-reports.165057/</link>
      <guid>http://www.4each.com.br/threads/jboss-errors-while-starting-wildfly-35-0-1-server-which-is-configured-for-jasper-reports.165057/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I have deployed jasperserver-pro.war in Wildfly deployments folder and trying to start the server. But I am getting lot of WARNING server logs and I am not able to start the server.These are the WARNING logs I am getting. Can anyone help me ?<br />
<br />
10:49:52,143 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class com/google/common/io/Closer.class at /E:/usr/local/js90-wildfly-19.1.0.Final/report-server/deployments/repo.war/WEB-INF/lib/guava-32.1.2-jre.jar: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1<br />
    at org.jboss.jandex@2.1.2.Final//org.jboss.jandex.Indexer.updateTypeTarget(Indexer.java:841)<br />
    at org.jboss.jandex@2.1.2.Final//org.jboss.jandex.Indexer.updateTypeTargets(Indexer.java:624)<br />
    at org.jboss.jandex@2.1.2.Final//org.jboss.jandex.Indexer.index(Indexer.java:1603)<br />
    at...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-errors-while-starting-wildfly-35-0-1-server-which-is-configured-for-jasper-reports.165057/" class="internalLink">[JBoss] Errors while starting Wildfly 35.0.1 server which is configured for jasper reports...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] WildFly Undertow UT000173: Invalid control character [250] in cookie - persists</title>
      <pubDate>Fri, 21 Nov 2025 15:33:47 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-wildfly-undertow-ut000173-invalid-control-character-250-in-cookie-persists.163946/</link>
      <guid>http://www.4each.com.br/threads/jboss-wildfly-undertow-ut000173-invalid-control-character-250-in-cookie-persists.163946/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I&#039;m experiencing a persistent cookie corruption issue with my Java EE web application deployed on WildFly 37.0.1.Final. The error appears immediately when accessing the application URL, even after clearing all browser cookies, server cache, and testing in incognito mode.<br />
<br />
I&#039;m a development student and this issue is honestly driving me a bit crazy, since I can’t figure out why it keeps happening despite trying all the usual fixes. Any guidance would be really appreciated. Thanks in advance!<br />
<br />
<span style="font-size: 15px"><b>Error Details</b></span><br />
<br />
<br />
<b>Full Error Message:</b><br />
<br />
java.lang.IllegalArgumentException: UT000173: An invalid control character [250] was present in the cookie value or attribute<br />
    at io.undertow.core@2.3.18.Final//io.undertow.util.LegacyCookieSupport.isHttpSeparator(LegacyCookieSupport.java:149)<br />
    at...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-wildfly-undertow-ut000173-invalid-control-character-250-in-cookie-persists.163946/" class="internalLink">[JBoss] WildFly Undertow UT000173: Invalid control character [250] in cookie - persists</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] How to use identity attribute of io.quarkus.scheduler.Scheduled in log messages</title>
      <pubDate>Fri, 21 Nov 2025 15:33:47 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-how-to-use-identity-attribute-of-io-quarkus-scheduler-scheduled-in-log-messages.163945/</link>
      <guid>http://www.4each.com.br/threads/jboss-how-to-use-identity-attribute-of-io-quarkus-scheduler-scheduled-in-log-messages.163945/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I have a Java Quarkus application which is using JBoss for logging.<br />
<br />
I am using a scheduled job via io.quarkus.scheduler.Scheduled like so:<br />
<br />
private static final Logger LOGGER = Logger.getLogger(ReportFetchTask.class);<br />
<br />
...<br />
<br />
@Scheduled(every = &quot;1h&quot;, identity = &quot;test&quot;, concurrentExecution = SKIP)<br />
    public void fetchData() {<br />
        LOGGER.info(&quot;Fetching data...&quot;);<br />
    }<br />
<br />
<br />
The Quarkus docs <a href="https://quarkus.io/guides/scheduler-reference#identity" target="_blank" class="externalLink" rel="nofollow">https://quarkus.io/guides/scheduler-reference#identity</a> mention that the identity field is used in log messages, but it does not appear.<br />
<br />
I tried adapting the log format to quarkus.log.console.format=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{3.}] (%t) [identity:%X{identity}] %s%e%n assuming that the identity might be added to the MDC (<a href="https://quarkus.io/guides/logging#use-mdc-to-add-contextual-log-information" target="_blank" class="externalLink" rel="nofollow">https://quarkus.io/guides/logging#use-mdc-to-add-contextual-log-information</a>), but that does not seem to be the case:<br />
2025-11-17 17:02:25,004 INFO...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-how-to-use-identity-attribute-of-io-quarkus-scheduler-scheduled-in-log-messages.163945/" class="internalLink">[JBoss] How to use identity attribute of io.quarkus.scheduler.Scheduled in log messages</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Support for Java 8 built EAR in JBoss EAP 8.0</title>
      <pubDate>Fri, 21 Nov 2025 15:33:47 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-support-for-java-8-built-ear-in-jboss-eap-8-0.163944/</link>
      <guid>http://www.4each.com.br/threads/jboss-support-for-java-8-built-ear-in-jboss-eap-8-0.163944/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[Our application with legacy components is built on Java 8 and is running successfully on JBoss EAP 7.4. The client now wants to migrate the application to JBoss EAP 8.0.<br />
<br />
However, when we try to deploy the application on EAP 8.0, we encounter javax.* exceptions, since EAP 8.0 uses Jakarta EE 10 (which replaces java.* with jakarta.*).<br />
<br />
We cannot upgrade our source application to use jakarta.* for various reasons.<br />
<br />
<br />
Questions<br />
<br />
<ol>
<li>Is there a backward compatibility like Tomcat that provides for version 10 and onwards (jakartaConverter=&quot;TOMCAT&quot;)?</li>
<li>If not, what is the best way to convert my .ear file for it to be ready for deployment on JBoss?</li>
</ol><br />
<a href="https://stackoverflow.com/questions/79809378/support-for-java-8-built-ear-in-jboss-eap-8-0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Why does fetch performance degrade over time in JBoss with MariaDB and how to properly...</title>
      <pubDate>Fri, 21 Nov 2025 15:02:45 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-why-does-fetch-performance-degrade-over-time-in-jboss-with-mariadb-and-how-to-properly.163921/</link>
      <guid>http://www.4each.com.br/threads/jboss-why-does-fetch-performance-degrade-over-time-in-jboss-with-mariadb-and-how-to-properly.163921/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I’m running an application on JBoss 7 connected to a MariaDB database hosted on a separate AWS EC2 instance (c5.9xlarge). The SQL query execution itself is extremely fast (around 57ms), but when fetching large result sets (e.g., 20,000 rows), the fetch performance progressively degrades over hours of uptime. Initially, fetching rows is very fast, but after 6-8 hours, fetching the same query results takes several seconds.<br />
<br />
I can see that takes the time in<br />
<br />
while (resultSet.next()) {<br />
<br />
....<br />
<br />
<br />
I have try some configurations like<br />
<br />
statement = connection.prepareStatement(sql,ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);<br />
            if ((withIndex &amp;&amp; noches &gt; 1) || noches &gt;= 5){<br />
                statement.setFetchSize(Integer.MIN_VALUE);<br />
            } else {<br />
                statement.setFetchSize(2000);<br />
            }<br />
        <br />
        <br />
<br />
<br />
but no luck.<br />
<br />
Restarting JBoss instantly...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-why-does-fetch-performance-degrade-over-time-in-jboss-with-mariadb-and-how-to-properly.163921/" class="internalLink">[JBoss] Why does fetch performance degrade over time in JBoss with MariaDB and how to properly...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] syntax error near unexpected token `echo`</title>
      <pubDate>Fri, 21 Nov 2025 15:02:45 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-syntax-error-near-unexpected-token-echo.163920/</link>
      <guid>http://www.4each.com.br/threads/jboss-syntax-error-near-unexpected-token-echo.163920/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I am trying to execute the following code with an IP address as a parameter from the command line. However, I am getting an error saying -<br />
<br />
<div style="padding-left: 30px"><br />
line 6: syntax error near unexpected token `echo&#039;<br />
&#8203;</div><br />
#!/bin/sh<br />
echo $1;<br />
declare -a values=$(ssh -q  jboss@$1 &quot;ps -eo pcpu,pid,user | sort -r -k1 | less | grep jboss&quot;);<br />
for value in ${values[*]} do<br />
   echo $value;<br />
done<br />
<br />
<a href="https://stackoverflow.com/questions/20666207/syntax-error-near-unexpected-token-echo" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] How run jboss-cli on start docker container with Dockerfile</title>
      <pubDate>Fri, 21 Nov 2025 15:02:45 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-how-run-jboss-cli-on-start-docker-container-with-dockerfile.163919/</link>
      <guid>http://www.4each.com.br/threads/jboss-how-run-jboss-cli-on-start-docker-container-with-dockerfile.163919/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I am trying create image docker container with Dockerfile. I need execute some commands with jboss-cli when docker container starts. To execute jboss-cli it is necessary that the wildfly service is running.<br />
<br />
My Dockerfile:<br />
<br />
FROM jboss/wildfly:latest<br />
<br />
USER jboss<br />
<br />
RUN /opt/jboss/wildfly/bin/add-user.sh admin admin --silent<br />
<br />
CMD [&quot;/opt/jboss/wildfly/bin/standalone.sh&quot;, &quot;-b&quot;, &quot;0.0.0.0&quot;, &quot;-bmanagement&quot;, &quot;0.0.0.0&quot;]<br />
<br />
<br />
And i tried add a jboss-cli command in my Dockerfile<br />
<br />
FROM jboss/wildfly:latest<br />
<br />
USER jboss<br />
<br />
COPY mysql-connector-java-5.1.44.jar /opt/jboss/<br />
<br />
RUN /opt/jboss/wildfly/bin/add-user.sh admin admin --silent<br />
<br />
USER root<br />
#in this line is needed to change owner file to jboss user use this file<br />
RUN chown jboss.root /opt/jboss/mysql-connector-java-5.1.44.jar<br />
USER jboss<br />
<br />
CMD [&quot;/opt/jboss/wildfly/bin/standalone.sh&quot;, &quot;-b&quot;, &quot;0.0.0.0&quot;, &quot;-bmanagement&quot;, &quot;0.0.0.0&quot;]<br />
CMD...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-how-run-jboss-cli-on-start-docker-container-with-dockerfile.163919/" class="internalLink">[JBoss] How run jboss-cli on start docker container with Dockerfile</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Excluding a webmodule from an ear</title>
      <pubDate>Fri, 21 Nov 2025 15:02:45 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-excluding-a-webmodule-from-an-ear.163918/</link>
      <guid>http://www.4each.com.br/threads/jboss-excluding-a-webmodule-from-an-ear.163918/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I have the following configuration inside my ear module:<br />
<br />
            &lt;plugin&gt;<br />
            &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;<br />
            &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;<br />
            &lt;configuration&gt;<br />
                &lt;version&gt;7&lt;/version&gt;<br />
                &lt;defaultLibBundleDir&gt;lib&lt;/defaultLibBundleDir&gt;<br />
                &lt;outputDirectory&gt;${project.build.directory}&lt;/outputDirectory&gt;<br />
                &lt;generateApplicationXml&gt;false&lt;/generateApplicationXml&gt;<br />
                &lt;skinnyWars&gt;true&lt;/skinnyWars&gt;<br />
                &lt;modules&gt;<br />
                    {other modules configurations}<br />
                    &lt;webModule&gt;<br />
                        &lt;groupId&gt;example.groupId&lt;/groupId&gt;<br />
                        &lt;artifactId&gt;test-support&lt;/artifactId&gt;<br />
                        &lt;contextRoot&gt;${contextRoot}&lt;/contextRoot&gt;<br />
                        &lt;moduleId&gt;test-support&lt;/moduleId&gt;...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-excluding-a-webmodule-from-an-ear.163918/" class="internalLink">[JBoss] Excluding a webmodule from an ear</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Eclipse Remote debugging issue</title>
      <pubDate>Fri, 21 Nov 2025 15:02:45 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-eclipse-remote-debugging-issue.163917/</link>
      <guid>http://www.4each.com.br/threads/jboss-eclipse-remote-debugging-issue.163917/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I am using Eclipse 2025-09. When attaching the remote debugger to Module B, my entire JBoss server gets suspended, even though I have set all breakpoint settings to suspend only the thread.<br />
<br />
I work on multiple modules, where Module A calls Module B. When I attach the debugger to Module B, all JBoss threads get suspended, including those running Module A’s code.<br />
<br />
I have tried all the debugger settings available on Google but couldn’t find anything beyond the breakpoint property to suspend only the thread. Although I tried that option, it did not change the situation.<br />
<br />
<a href="https://stackoverflow.com/questions/79785152/eclipse-remote-debugging-issue" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Why are 2 classes in an example application loaded by 2 different moduleclassloaders?</title>
      <pubDate>Fri, 21 Nov 2025 14:32:28 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-why-are-2-classes-in-an-example-application-loaded-by-2-different-moduleclassloaders.163890/</link>
      <guid>http://www.4each.com.br/threads/jboss-why-are-2-classes-in-an-example-application-loaded-by-2-different-moduleclassloaders.163890/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[For studying purposes I have put dependencies in the pom of an application called jaxb_study,<br />
<br />
&lt;dependency&gt;<br />
        &lt;groupId&gt;org.jdom&lt;/groupId&gt;<br />
        &lt;artifactId&gt;jdom2&lt;/artifactId&gt;<br />
        &lt;version&gt;2.0.6.1&lt;/version&gt;<br />
    &lt;/dependency&gt;<br />
<br />
     &lt;dependency&gt;<br />
            &lt;groupId&gt;javax.transaction&lt;/groupId&gt;<br />
            &lt;artifactId&gt;javax.transaction-api&lt;/artifactId&gt;<br />
            &lt;version&gt;1.3&lt;/version&gt;<br />
        &lt;/dependency&gt;<br />
<br />
<br />
In the debugger I look at a few moduleclassloaders and it&#039;s classpath (I hope I determined the classpath correctly).<br />
<br />
In my application there is a class Book in WEB-INF/classes. It&#039;s moduleclassloader is the one of the application module, jaxb_study.main. When I look at a part of it&#039;s classpath, I see,<br />
<br />
cl = {ModuleClassLoader@22107} &quot;ModuleClassLoader for Module &quot;deployment.jaxb_study.war&quot; from Service Module Loader&quot;<br />
 paths = {AtomicReference@22126}...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-why-are-2-classes-in-an-example-application-loaded-by-2-different-moduleclassloaders.163890/" class="internalLink">[JBoss] Why are 2 classes in an example application loaded by 2 different moduleclassloaders?</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] What is the difference between adding a module to the application (module) and adding...</title>
      <pubDate>Fri, 21 Nov 2025 14:32:28 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-what-is-the-difference-between-adding-a-module-to-the-application-module-and-adding.163889/</link>
      <guid>http://www.4each.com.br/threads/jboss-what-is-the-difference-between-adding-a-module-to-the-application-module-and-adding.163889/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[In the quickstart ejb-txn-remote-call I see in dependency added in the pom of the application:<br />
<br />
&lt;!-- for Mock XAResource recovery we need the dependency to Narayana --&gt;<br />
&lt;dependency&gt;<br />
    &lt;groupId&gt;org.jboss.narayana.jts&lt;/groupId&gt;<br />
    &lt;artifactId&gt;narayana-jts-idlj&lt;/artifactId&gt;<br />
    &lt;version&gt;${version.narayana}&lt;/version&gt;<br />
    &lt;scope&gt;provided&lt;/scope&gt;<br />
&lt;/dependency&gt;<br />
<br />
<br />
In jboss-deployment-structure.xml I see a module dependency added to the application (module):<br />
<br />
&lt;jboss-deployment-structure&gt;<br />
    &lt;deployment&gt;<br />
        &lt;dependencies&gt;<br />
            &lt;!-- dependency to Narayana transaction module as the deployment uses<br />
                 internal Narayana classes to work with XAResource and recovery --&gt;<br />
            &lt;module name=&quot;org.jboss.jts&quot; slot=&quot;main&quot; export=&quot;true&quot; meta-inf=&quot;export&quot;/&gt;<br />
        &lt;/dependencies&gt;<br />
    &lt;/deployment&gt;<br />
&lt;/jboss-deployment-structure&gt;<br />
<br />
<br />
If I look at the module, I think both refer...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-what-is-the-difference-between-adding-a-module-to-the-application-module-and-adding.163889/" class="internalLink">[JBoss] What is the difference between adding a module to the application (module) and adding...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Remote JNDI-Lookup on JBoss 7.1 - Failed to connect to remote host</title>
      <pubDate>Fri, 21 Nov 2025 14:32:28 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-remote-jndi-lookup-on-jboss-7-1-failed-to-connect-to-remote-host.163888/</link>
      <guid>http://www.4each.com.br/threads/jboss-remote-jndi-lookup-on-jboss-7-1-failed-to-connect-to-remote-host.163888/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I&#039;m quite new to JavaEE and trying to get a little EJB example running, but always fail with the remote JNDI-Lookup.<br />
<br />
What did I do until now?<br />
<br />
<ol>
<li>I use Eclipse for JavaEE, installed JBossTools ffrom the Marketplace and created a JBoss EAP 7.x Runtime Server (I downloaded a 7.1 runtime during setup).</li>
<li>I wrote some Beans, deployed them on the server and started it.</li>
<li>I wrote some client code with a JNDI-Lookup</li>
</ol><br />
Here is the code:<br />
<br />
HelloWorld.java<br />
<br />
package com.ibytecode.business;  <br />
import javax.ejb.Remote;  <br />
@Remote  <br />
public interface HelloWorld {  <br />
    public String sayHello();  <br />
} <br />
<br />
<br />
HelloWorldBean.java<br />
<br />
package com.ibytecode.businesslogic;  <br />
import com.ibytecode.business.HelloWorld;  <br />
import javax.ejb.Stateless;  <br />
<br />
@Stateless  <br />
public class HelloWorldBean implements HelloWorld {  <br />
    public HelloWorldBean() { }  <br />
    @Override  <br />
    public String sayHello() {...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-remote-jndi-lookup-on-jboss-7-1-failed-to-connect-to-remote-host.163888/" class="internalLink">[JBoss] Remote JNDI-Lookup on JBoss 7.1 - Failed to connect to remote host</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Migration from JBoss embedded JMS broker to remote ActiveMQ Artemis</title>
      <pubDate>Fri, 21 Nov 2025 14:32:28 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-migration-from-jboss-embedded-jms-broker-to-remote-activemq-artemis.163887/</link>
      <guid>http://www.4each.com.br/threads/jboss-migration-from-jboss-embedded-jms-broker-to-remote-activemq-artemis.163887/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I need to migrate all queues and topics from the existing JBoss embedded JMS broker to a remote ActiveMQ Artemis broker (i.e. outside JBoss server).<br />
<br />
I configured both embedded broker and remote broker in same standalone-full.xml file. Removed one queue from the embedded broker, and added it to the remote broker and pointed producers and consumers to the remote broker queue. After migrating all the queues/topics completely I&#039;ll remove the embedded broker.<br />
<br />
Here&#039;s the subsystem config:<br />
<br />
&lt;subsystem xmlns=&quot;urn:jboss:domain:messaging-activemq:15.0&quot;&gt;<br />
  &lt;server name=&quot;default&quot;&gt;<br />
    &lt;in-vm-connector name=&quot;in-vm&quot; server-id=&quot;0&quot;/&gt;<br />
    &lt;in-vm-acceptor  name=&quot;in-vm&quot; server-id=&quot;0&quot;/&gt;<br />
<br />
    &lt;!-- embedded queues --&gt;<br />
    &lt;jms-queue name=&quot;DemoLocalQueue&quot; entries=&quot;java:/jms/queue/DemoLocalQueue&quot;/&gt;<br />
<br />
    &lt;!-- Migrated to Remote broker --&gt;<br />
    &lt;!-- &lt;jms-queue name=&quot;TestQueue&quot;...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-migration-from-jboss-embedded-jms-broker-to-remote-activemq-artemis.163887/" class="internalLink">[JBoss] Migration from JBoss embedded JMS broker to remote ActiveMQ Artemis</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Packaging Facelets (JSF 2.2) files in a JAR - Deployed as JBoss Modul (seperate...</title>
      <pubDate>Fri, 21 Nov 2025 14:32:28 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-packaging-facelets-jsf-2-2-files-in-a-jar-deployed-as-jboss-modul-seperate.163886/</link>
      <guid>http://www.4each.com.br/threads/jboss-packaging-facelets-jsf-2-2-files-in-a-jar-deployed-as-jboss-modul-seperate.163886/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[My Question is near the same than <a href="https://stackoverflow.com/questions/3531432/packaging-facelets-files-templates-includes-composites-in-a-jar/3540425#3540425?newreg=bef0646df7804b4295f9b84ba61996ff" target="_blank" class="externalLink" rel="nofollow">Packaging Facelets files (templates, includes, composites) in a JAR</a>. Which was full qualified answered by BalusC.<br />
<br />
But I&#039;ll go a bit farther. Since JBoass AS 7 the ClassLoading in JB has changed. Now there is a strict Modul-ClassLoading and it works so far.<br />
<br />
I have a WAR-file with an jboss-deployment-structure.xml plus one JAR-file with some CDI-Beans and xhtml-files in /META-INF/resources/modul. I deploy the two &quot;projects&quot; separately (so the JAR is not packaged into the WAR both are copied in JBOSS_HOME/standalone/deployment).<br />
<br />
The WAR references the JAR as a Modul through the jboss-deployment-structure.xml.<br />
<br />
I&#039;m able to Inject CDI-Beans from the JAR but I can&#039;t reach the...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-packaging-facelets-jsf-2-2-files-in-a-jar-deployed-as-jboss-modul-seperate.163886/" class="internalLink">[JBoss] Packaging Facelets (JSF 2.2) files in a JAR - Deployed as JBoss Modul (seperate...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Why does JBoss 7.4 choose a jar from jboss iso a jar in WEB-INF/lib of the application?</title>
      <pubDate>Wed, 17 Sep 2025 09:32:51 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-why-does-jboss-7-4-choose-a-jar-from-jboss-iso-a-jar-in-web-inf-lib-of-the-application.159606/</link>
      <guid>http://www.4each.com.br/threads/jboss-why-does-jboss-7-4-choose-a-jar-from-jboss-iso-a-jar-in-web-inf-lib-of-the-application.159606/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[In the pom of a project which uses jaxb there is the dependency,<br />
<br />
&lt;dependency&gt;<br />
    &lt;groupId&gt;jakarta.xml.bind&lt;/groupId&gt;<br />
    &lt;artifactId&gt;jakarta.xml.bind-api&lt;/artifactId&gt;<br />
    &lt;version&gt;2.3.3&lt;/version&gt;<br />
&lt;/dependency&gt;<br />
<br />
<br />
When you build the application the corresponding jar is in WEB-INF/lib.<br />
<br />
In the code I ask which jar JAXBContext is in;<br />
<br />
URL location = JAXBContext.class.getProtectionDomain().getCodeSource().getLocation();<br />
<br />
It says that it is not the jar in WEB-INF/lib, but the jar in jboss,<br />
<br />
jboss-eap-7.4_upgrade/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar!/<br />
<br />
<br />
I expected that it would have been the jar in WEB-INF/lib. Which rule JBoss uses to choose the jar?<br />
<br />
<a href="https://stackoverflow.com/questions/79767080/why-does-jboss-7-4-choose-a-jar-from-jboss-iso-a-jar-in-web-inf-lib-of-the-appli" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Searching for Simple Frontend Development Workflow</title>
      <pubDate>Tue, 16 Sep 2025 05:03:04 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-searching-for-simple-frontend-development-workflow.159285/</link>
      <guid>http://www.4each.com.br/threads/jboss-searching-for-simple-frontend-development-workflow.159285/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[Apology for english. I recently joined a software company. Here they assigned me as frontend developer. We do it in React. They said that during development we make changes, then make .war file then deploy it in jboss to see the changes. I think it is too time taking. Is this how it&#039;s done everywhere else? Here is some context. We have multiple microservices and multiple microfrontends. I will only be working one one specific microfrontend.<br />
<br />
<a href="https://stackoverflow.com/questions/79765795/searching-for-simple-frontend-development-workflow" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] How difficult would it be to migrate project from JBOSS to Tomcat EE?</title>
      <pubDate>Mon, 15 Sep 2025 16:54:13 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-how-difficult-would-it-be-to-migrate-project-from-jboss-to-tomcat-ee.159175/</link>
      <guid>http://www.4each.com.br/threads/jboss-how-difficult-would-it-be-to-migrate-project-from-jboss-to-tomcat-ee.159175/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[We&#039;re currently using JBOSS as our application server and I&#039;ve been tasked to research other server options that doesn&#039;t require licensing.<br />
<br />
Tomcat EE seems to &quot;fit the bill&quot; as it implements Java EE specs and supports EJBs. Another option I found was Glassfish. (Are there better alternatives?)<br />
<br />
How difficult would it be to migrate our project from JBOSS to Tomcat EE?<br />
<br />
And please let me know if you need additional details.<br />
<br />
Thank you in advance.<br />
<br />
<a href="https://stackoverflow.com/questions/79765402/how-difficult-would-it-be-to-migrate-project-from-jboss-to-tomcat-ee" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] Can't register SQL Server driver in JBoss</title>
      <pubDate>Fri, 12 Sep 2025 16:57:55 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-cant-register-sql-server-driver-in-jboss.158583/</link>
      <guid>http://www.4each.com.br/threads/jboss-cant-register-sql-server-driver-in-jboss.158583/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[We have just recently setup JBoss EAP 8.0.0 and need to register a SQL Server driver to connect to a SQL Server database from our deployed application. After running the CLI command to register it, I receive an error stating that I am missing dependencies.<br />
<br />
I have created the module.xml file in the &lt;server home&gt;/modules/com/microsoft/sqlserver/main folder and have included the JAR file there as well. The only listed dependencies in the module.xml are the expected javax.transaction.api and javax.api modules. The interesting thing is that we have an Oracle driver we registered using the same dependencies and it is working fine. Even more interesting is that this works fine on our Windows machines but not on the Linux machine we really need it working on. Naturally I assume something is off on the Linux machine but I cannot seem to find anything. I did try changing the dependencies to...<br />
<br />
<a href="http://www.4each.com.br/threads/jboss-cant-register-sql-server-driver-in-jboss.158583/" class="internalLink">[JBoss] Can&#039;t register SQL Server driver in JBoss</a>]]></content:encoded>
    </item>
    <item>
      <title>[JBoss] JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)</title>
      <pubDate>Thu, 11 Sep 2025 07:34:13 +0000</pubDate>
      <link>http://www.4each.com.br/threads/jboss-jdwp-transport-dt_socket-failed-to-initialize-transport_init-510.158240/</link>
      <guid>http://www.4each.com.br/threads/jboss-jdwp-transport-dt_socket-failed-to-initialize-transport_init-510.158240/</guid>
      <author>Stack</author>
      <dc:creator>Stack</dc:creator>
      <content:encoded><![CDATA[I want to run two deployed applications ( .ear ) in two instances of JBoss 6.0 at the same time<br />
<br />
I have changed all used ports of both standalone.xml files including http , management-http , etc... <br />
<br />
Like this:<br />
<br />
<div style="padding-left: 30px"><br />
<b>application1.ear :</b> socket-binding name=&quot;http&quot; port=&quot;8080<br />
<b>application2.ear :</b> socket-binding name=&quot;http&quot; port=&quot;8081<br />
<br />
<br />
<b>application1.ear :</b> name=&quot;management-http&quot; port=&quot;9990<br />
<b>application2.ear :</b> name=&quot;management-http&quot; port=&quot;9991<br />
&#8203;</div><br />
Any Help is appreciated<br />
<br />
<a href="https://stackoverflow.com/questions/56290388/jdwp-transport-dt-socket-failed-to-initialize-transport-init510" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>[Stackoverflow]</title>
      <pubDate>Wed, 10 Sep 2025 02:43:21 +0000</pubDate>
      <link>http://www.4each.com.br/threads/stackoverflow.157957/</link>
      <guid>http://www.4each.com.br/threads/stackoverflow.157957/</guid>
      <author>fdantas</author>
      <dc:creator>fdantas</dc:creator>
      <content:encoded><![CDATA[encountering an odd issue with a sequence in Openedge version 11.7. While testing to ensure that using a sequence to generate a key value for a high usage table would not get duplicate values when setting the key using NEXT-VALUE.<br />
<br />
To test this I ran code in a loop in 2 separate instances connected to the same db to ensure no duplicates would occur. The results are:<br />
<br />
<ol>
<li>run both instances on one PC: no issue sequence numbers just interlace as program 1 and 2 each grab the next number</li>
<li>Run instances on separate PCs (same DB): dupliccate sequence numbers are generated, but anytime a duplicate happens the next number is 2 higher than the last (eg both output 2 and the next number is 4) so it is clearly incrementing correctly.</li>
</ol><br />
Does anyone have any idea why this could be happening? And if this could happen on a server running an Openedge built program as opposed to 2...<br />
<br />
<a href="http://www.4each.com.br/threads/stackoverflow.157957/" class="internalLink">[Stackoverflow]</a>]]></content:encoded>
    </item>
  </channel>
</rss>
