It's good to know which issues are results of TCK failures.
They should be labelled as such.

We don't need to know why they fail the TCK, just that they do :-)

John

On 04/12/06, Martin Ritchie <[EMAIL PROTECTED]> wrote:

This should be fixed on trunk now.

On 02/12/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> Some tests are failing as it throws MessageNotWriteableException when
trying
> to add properties.
> This exception is throw when _readableProperties is set to true in the
> AbstractJMSMessage.
>
> After some close inspection I see the following logic in the
> AbstractJMSMessage constructors
>
>        _readableProperties = (_contentHeaderProperties != null);
>        _readableMessage = data != null;
>
> Why is this done this way ?
>
> As a temorary messure I just set the above to properties to false and
now it
> results in more tests being passed.
> However I would like to understand the reason behind the above logic to
> provide a proper fix.
>
> Comments are appreciated.
>
> Regards,
>
> Rajith
>
>


--
Martin Ritchie

Reply via email to