You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org> on 2007/01/03 02:07:27 UTC

[jira] Created: (QPID-237) Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage

Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage
--------------------------------------------------------------------------------------------------

                 Key: QPID-237
                 URL: https://issues.apache.org/jira/browse/QPID-237
             Project: Qpid
          Issue Type: Bug
          Components: Dot Net Client
         Environment: .NET 1.1 and 2.0
            Reporter: Tomas Restrepo
            Priority: Blocker


The current build is broken and fails with the following error:
Client\Message\QpidBytesMessage.cs(37,18): error CS0536: 'Qpid.Client.Message.QpidBytesMessage' does not implement interface member 'Qpid.Messaging.IBytesMessage.Reset()'. 'Qpid.Client.Message.QpidBytesMessage.Reset()' is either static, not public, or has the wrong return type.

Seems like the easiest workaround is to define an explicit IBytesMessage.Reset() implementation that calls the protected Reset method.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (QPID-237) Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage

Posted by "Rupert Smith (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462230 ] 

Rupert Smith commented on QPID-237:
-----------------------------------

This patch fixes the build. I'll get someone to commit it and close this bug.

> Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage
> --------------------------------------------------------------------------------------------------
>
>                 Key: QPID-237
>                 URL: https://issues.apache.org/jira/browse/QPID-237
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>         Environment: .NET 1.1 and 2.0
>            Reporter: Tomas Restrepo
>            Priority: Blocker
>         Attachments: QpidBytesMessage.Reset.diff
>
>
> The current build is broken and fails with the following error:
> Client\Message\QpidBytesMessage.cs(37,18): error CS0536: 'Qpid.Client.Message.QpidBytesMessage' does not implement interface member 'Qpid.Messaging.IBytesMessage.Reset()'. 'Qpid.Client.Message.QpidBytesMessage.Reset()' is either static, not public, or has the wrong return type.
> Seems like the easiest workaround is to define an explicit IBytesMessage.Reset() implementation that calls the protected Reset method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-237) Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo updated QPID-237:
--------------------------------

    Attachment: QpidBytesMessage.Reset.diff

> Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage
> --------------------------------------------------------------------------------------------------
>
>                 Key: QPID-237
>                 URL: https://issues.apache.org/jira/browse/QPID-237
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>         Environment: .NET 1.1 and 2.0
>            Reporter: Tomas Restrepo
>            Priority: Blocker
>         Attachments: QpidBytesMessage.Reset.diff
>
>
> The current build is broken and fails with the following error:
> Client\Message\QpidBytesMessage.cs(37,18): error CS0536: 'Qpid.Client.Message.QpidBytesMessage' does not implement interface member 'Qpid.Messaging.IBytesMessage.Reset()'. 'Qpid.Client.Message.QpidBytesMessage.Reset()' is either static, not public, or has the wrong return type.
> Seems like the easiest workaround is to define an explicit IBytesMessage.Reset() implementation that calls the protected Reset method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-237) Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-237.
-------------------------------

       Resolution: Fixed
    Fix Version/s: M2

Applied to svn rev 492602

> Build broken because of missing IBytesMessage.Reset() impl in Qpid.Client.Message.QpidBytesMessage
> --------------------------------------------------------------------------------------------------
>
>                 Key: QPID-237
>                 URL: https://issues.apache.org/jira/browse/QPID-237
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>         Environment: .NET 1.1 and 2.0
>            Reporter: Tomas Restrepo
>            Priority: Blocker
>             Fix For: M2
>
>         Attachments: QpidBytesMessage.Reset.diff
>
>
> The current build is broken and fails with the following error:
> Client\Message\QpidBytesMessage.cs(37,18): error CS0536: 'Qpid.Client.Message.QpidBytesMessage' does not implement interface member 'Qpid.Messaging.IBytesMessage.Reset()'. 'Qpid.Client.Message.QpidBytesMessage.Reset()' is either static, not public, or has the wrong return type.
> Seems like the easiest workaround is to define an explicit IBytesMessage.Reset() implementation that calls the protected Reset method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira