[JBoss JIRA] Created: (JBESB-682) [FilterManager] GatewayFilter error
by Kurt Stam (JIRA)
[FilterManager] GatewayFilter error
------------------------------------
Key: JBESB-682
URL: http://jira.jboss.com/jira/browse/JBESB-682
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Kurt Stam
Assigned To: Mark Little
Fix For: 4.2 Milestone Release 3
I see this error all the time running the esb.
11:23:15,250 WARN [FilterManager] GatewayFilter encountered problem during JMS config check.
org.jboss.soa.esb.ConfigurationException: Missing or invalid <destination-name> attribute
at org.jboss.soa.esb.listeners.ListenerUtil.obtainAtt(ListenerUtil.java:342)
at org.jboss.internal.soa.esb.message.filter.GatewayFilter.onOutput(GatewayFilter.java:91)
at org.jboss.soa.esb.filter.FilterManager.doOutputWork(FilterManager.java:81)
at org.jboss.soa.esb.listeners.gateway.AbstractFileGateway.doRun(AbstractFileGateway.java:170)
at org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle.run(AbstractThreadedManagedLifecycle.java:115)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBESB-664) 2 Versions of jBPM Action Handler: ESBAction2 and ESBActionHandler
by Burr Sutter (JIRA)
2 Versions of jBPM Action Handler: ESBAction2 and ESBActionHandler
------------------------------------------------------------------
Key: JBESB-664
URL: http://jira.jboss.com/jira/browse/JBESB-664
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: BPM
Affects Versions: 4.2 Milestone Release 2
Reporter: Burr Sutter
Assigned To: Mark Little
Fix For: 4.2 Milestone Release 3
We have 2 versions of the jBPM to ESB action handler. The older one looks like:
<action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<esbCategoryName>BPM_Orchestration_Service1</esbCategoryName>
<esbServiceName>Service1</esbServiceName>
<millisToWaitForResponse>5000</millisToWaitForResponse>
<jbpmToEsb_variables>theBody</jbpmToEsb_variables>
<jbpmToEsb_esbNames>BODY_CONTENT</jbpmToEsb_esbNames>
<return_variables>theBody</return_variables>
<return_esbNames>BODY_CONTENT</return_esbNames>
</action>
The new one looks like:
<action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbAction2">
<esbCategoryName>BPM_Orchestration_Service1</esbCategoryName>
<esbServiceName>Service1</esbServiceName>
<millisToWaitForResponse>5000</millisToWaitForResponse>
<jbpmToEsbVars>
<mapping jbpm-name="theBody" esb-name="BODY_CONTENT" />
</jbpmToEsbVars>
<returnVars>
<mapping jbpm-name="theBody" esb-name="BODY_CONTENT" />
</returnVars>
</action>
Both examples are shown in quickstart bpm_orchestration1
We need to remove EsbActionHandler and rename EsbAction2 to EsbActionHandler, then correct the various BPM-based quickstarts so they use the correct version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBESB-671) Fix broken scoping tests
by Kevin Conner (JIRA)
Fix broken scoping tests
------------------------
Key: JBESB-671
URL: http://jira.jboss.com/jira/browse/JBESB-671
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Kevin Conner
Assigned To: Kevin Conner
Fix For: 4.2 Milestone Release 3
There are some standalone tests in the qa/junit directory which test esb scoping. These tests are currently broken and, from the svn logs, could not possibly have worked since at least March.
The specific tests (from issue 670) are
> ant one-test -Dtest=server (for the SimpleUnitTestCase)
>
> (and -Dtest=server/jca, and -Dtest=server/ftp for jca and ftp).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBESB-670) Scoped class loader seems broken
by Kurt Stam (JIRA)
Scoped class loader seems broken
--------------------------------
Key: JBESB-670
URL: http://jira.jboss.com/jira/browse/JBESB-670
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2
Reporter: Kurt Stam
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2
Probably because somebody broke the scoped classloader integration I did :)
Kurt T Stam wrote:
> Basically I want to you use the JBossTest harnass to run the QSs (or
> what will be the QA test). TomC and I started that but I have the
> following issues
>
> 1. I can run the qa server tests from the qa/junit directory doing
>
> ant one-test -Dtest=server (for the SimpleUnitTestCase)
>
> (and -Dtest=server/jca, and -Dtest=server/ftp for jca and ftp).
>
> Now, the SimpleUnitTestCase has a "testScope()" which should evaluate to
> "scope2", but
> it evaluates to "scope1" for me.
>
> Am I the only one?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months