According to JBI specification (version 1.0; page 186/226) the "getContent()"
methode of the "NormalizeMessage" class may return "null" value.
But in the "SourceUtilImpl" class of package "ow2.petals.component.framework.util"
this situation is not checked.
In practice, A usecase based on bc-soap binding component that receives a SOAP
message with an empthy body part (allowed according WS-I Basic profile 2.0 and
other related specifications) will throw a NPE due to a NormalizeMessage with
empty content.
temp fix on branch version : see commit n° 16147=>16148, in tdejean's petals sandbox
folder