Problem with ByteArray in the trailblazer
-----------------------------------------
Key: JBESB-1319
URL:
http://jira.jboss.com/jira/browse/JBESB-1319
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2.1
Reporter: Kurt Stam
Fix For: 4.2.1 CP1
I just heard from a user that:
"The trailblazer application required some changes. I was getting a
NullPointerException in the BankResponseActions class (I think it was line 47 - the code
is - ConfigTree tree = ConfigTree.fromXml(new String(message.getBody().getByteArray()));).
The getByteArray() is causing the NullPointerException. I had to change the code to
ConfigTree tree = ConfigTree.fromXml((String)message.getBody().get());
This allowed the trailblazer application to run successfully. "
It looks to me that this is still a problem.
--
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