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

Cimballi Cimballi (JIRA) jira-events at lists.jboss.org
Wed Jul 2 17:34:32 EDT 2008


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


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