[
http://jira.jboss.com/jira/browse/JBESB-1357?page=comments#action_12388861 ]
Kevin Conner commented on JBESB-1357:
-------------------------------------
Hiya Jarkko.
We still have a task to update the ESB plugin to ESB4.2.1. The plugin is currently
following a different release cycle, even though it is part of the ESB source base, but we
will get around to it as soon as we can.
I will see if I can get some time to look at it this weekend, apologies for the problems
this is causing you.
Deprecated hint in javadoc for
org.jboss.soa.esb.message.Body.getByteArray doesn't work
---------------------------------------------------------------------------------------
Key: JBESB-1357
URL:
http://jira.jboss.com/jira/browse/JBESB-1357
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 4.2.1
Reporter: jarkko Lietolahti
Assigned To: Mark Little
Priority: Minor
Fix For: 4.2.1 CP1
Javadoc for Body.getByteArray says:" Deprecated. As of 4.2 this has been replaced
by get(BytesBody.BYTES_LOCATION) "
But this doesn't work. BytesBody.BYTES_LOCATION is also deprecated without a proper
hint where to go next!
Following the javadoc and calling System.out.println("Body: " +
message.getBody().get(BytesBody.BYTES_LOCATION)); in HelloWorld ( from Eclipse ESB create
project )
shows "[STDOUT] Body: null
--
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