[esb-issues] [JBoss JIRA] Closed: (JBESB-1857) Calling XMLMessageFactory.createTextMessage doesn't set the body of the message

Mark Little (JIRA) jira-events at lists.jboss.org
Wed Jul 9 15:02:26 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBESB-1857?page=all ]

Mark Little closed JBESB-1857.
------------------------------

    Resolution: Rejected

Not a bug since the Body extensions do not store in the default location. Have updated the documentation to make this clearer (see related JIRA).

> Calling XMLMessageFactory.createTextMessage doesn't set the body of the message
> -------------------------------------------------------------------------------
>
>                 Key: JBESB-1857
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1857
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.2.1
>         Environment: jdk1.5.0_15
> jbossesb-server-4.2.1GA
>            Reporter: Cimballi Cimballi
>         Assigned To: Mark Little
>
> When I call this, the body of the message is not set :
> XMLMessageFactory xmf = XMLMessageFactory.getInstance();
> Message message = xmf.createTextMessage("TOTO");
> With this, it works :
> message.getBody().add("TOTO");

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