Hide Forgot
project_key: SOA Release details says SOA-4.3.0.GA_CP5_CR1 for JBoss ESB and 1.4.0.SP3_CP11 for JBoss Messaging. The problem is as follows http://anonsvn.jboss.org/repos/labs/labs/jbossesb/workspace/platform/soa_tags/SOA-4.3.0.GA_CP5_CR1/product/rosetta/src/org/jboss/internal/soa/esb/rosetta/pooling/SessionExecutorInit.java contains line sessionState.getExecutor().restart() According to this http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_0_SP3_CP11/src/main/org/jboss/messaging/util/CompatibleExecutor.java there is no such method on the interface in question.
Revision 8868 of: branches/4.3/build-tools/builders/eap/build.xml updates the ESB build to use the jars provided by the EAP base. This now causes the ESB build to fail. With the removal of the restart() method, it looks like the whole of: product/rosetta/src/org/jboss/internal/soa/esb/rosetta/pooling/SessionExecutorInit.java is redundant.
Link: Added: This issue is related to SOA-563
The original problem (messaging creates non-daemon threads) is fixed. See: .../src/main/org/jboss/messaging/util/JBMThreadFactory.java in: http://fisheye.jboss.org/changelog/Messaging?cs=4937
Link: Added: This issue is a dependency of JBESB-3598
Affects Testing: Added: [Regression, Blocks Testing] Blocked Tests: Added: Blocks running JBossESB *project* tests against *platform* bits
Approved for SOA 4.3 CP05.
Removed the contents of SessionExecutorInit.initExecutor. Wasn't sure if anything else was using this internal yet public method.
Resolved with revision 8929 (4.3 branch) of: build-tools/dependencies.properties Commit message: SOA-3006 Use ESB JBESB_4_4_GA_CP5_CR2 tag to fix JBESB-3598.
Verified in ER2 code But to avoid any further dependency on JBM I would remove even import definitions
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage