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: