[esb-issues] [JBoss JIRA] Commented: (JBESB-532) Null value passed in MetaDataFilter

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Fri Apr 27 08:06:30 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-532?page=comments#action_12360691 ] 
            
Daniel Bevenius commented on JBESB-532:
---------------------------------------

Hi ,

I just tried to run the quickstart again (after the update mentioned by Mark in the forum)  but got the same error:
[code]
13:42:40,507 ERROR [JmsGatewayListener] Unexpected problem
java.lang.IllegalArgumentException: null 'value' arg in method call.
        at org.jboss.internal.soa.esb.assertion.AssertArgument.isNotNull(AssertArgument.java:40)
        at org.jboss.internal.soa.esb.message.format.xml.PropertiesImpl.setProperty(PropertiesImpl.java:62)
        at org.jboss.internal.soa.esb.message.metadata.MetaDataFilter.onOutput(MetaDataFilter.java:130)
        at org.jboss.soa.esb.couriers.filter.FilterManager.doOutputWork(FilterManager.java:76)
        at org.jboss.internal.soa.esb.couriers.JmsCourier.deliver(JmsCourier.java:155)
        at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:158)
        at org.jboss.soa.esb.listeners.gateway.JmsGatewayListener.doRun(JmsGatewayListener.java:163)
        at org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle.run(AbstractThreadedManagedLifecycle.java:115)
        at java.lang.Thread.run(Thread.java:595)

These are the setup I took to reproduce this:

svn up  
ant clean
ant 
ant dist
cd install
ant install


Started build/jbossesb-server-4.2.MR1

cd quickstarts/transform_CSV2XML:
ant deploy 
and when it is deploy to the server run 
ant runtest



> Null value passed in MetaDataFilter
> -----------------------------------
>
>                 Key: JBESB-532
>                 URL: http://jira.jboss.com/jira/browse/JBESB-532
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Kevin Conner
>         Assigned To: Kevin Conner
>             Fix For: 4.2 Milestone Release 2
>
>
> A null value is being set in the MetaDataFilter causing an IllegalArgumentException.
> This error is occurring because the To header is not being set in the incoming message.

-- 
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

        



More information about the esb-issues mailing list