[
https://issues.apache.org/jira/browse/QPID-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618300#action_12618300
]
Martin Ritchie commented on QPID-1204:
--------------------------------------
pool-2-thread-4 2008-07-30 12:24:57,732 INFO [qpid.protocol] SEND: [EMAIL
PROTECTED] Frame channelId: 0, bodyFrame: [ConnectionSecureOkBodyImpl: [EMAIL
PROTECTED]
pool-2-thread-4 2008-07-30 12:24:57,733 INFO [qpid.protocol] RECV: [EMAIL
PROTECTED] Frame channelId: 0, bodyFrame: [ConnectionTuneBodyImpl:
channelMax=65535, frameMax=65535, heartbeat=0]
pool-2-thread-4 2008-07-30 12:24:57,735 INFO [qpid.protocol] SEND: [EMAIL
PROTECTED] Frame channelId: 0, bodyFrame: [ConnectionTuneOkBodyImpl:
channelMax=65535, frameMax=65535, heartbeat=0]
pool-2-thread-4 2008-07-30 12:24:57,747 INFO [qpid.protocol] SEND: [EMAIL
PROTECTED] Frame channelId: 0, bodyFrame: [ConnectionOpenBodyImpl:
virtualHost=/test, capabilities=null, insist=true]
pool-2-thread-4 2008-07-30 12:24:57,747 INFO [qpid.protocol] RECV: [EMAIL
PROTECTED] Frame channelId: 0, bodyFrame: [ConnectionOpenOkBodyImpl:
knownHosts=/test]
pool-2-thread-3 2008-07-30 12:24:57,797 INFO [qpid.protocol] RECV: [EMAIL
PROTECTED] Frame channelId: 1, bodyFrame: [ChannelOpenOkBodyImpl: [EMAIL
PROTECTED]
main 2008-07-30 12:24:57,798 INFO [qpid.protocol] SEND: [EMAIL PROTECTED] Frame
channelId: 1, bodyFrame: [ChannelOpenBodyImpl: outOfBand=null]
pool-2-thread-1 2008-07-30 12:24:57,800 INFO [qpid.protocol] RECV: [EMAIL
PROTECTED] Frame channelId: 1, bodyFrame: [BasicQosOkBodyImpl: ]
main 2008-07-30 12:24:57,800 INFO [qpid.protocol] SEND: [EMAIL PROTECTED] Frame
channelId: 1, bodyFrame: [BasicQosBodyImpl: prefetchSize=0, prefetchCount=5000,
global=false]
main 2008-07-30 12:24:57,820 INFO [qpid.protocol] SEND: [EMAIL PROTECTED] Frame
channelId: 1, bodyFrame: [ExchangeDeclareBodyImpl: ticket=0,
exchange=amq.direct, type=direct, passive=false, durable=false,
autoDelete=false, internal=false, nowait=true, arguments=null]
pool-2-thread-1 2008-07-30 12:24:57,827 INFO [qpid.protocol] RECV: [EMAIL
PROTECTED] Frame channelId: 1, bodyFrame: [ConnectionCloseBodyImpl:
replyCode=403, replyText= [error code 403: access refused], classId=60,
methodId=40]
pool-2-thread-1 2008-07-30 12:24:57,828 ERROR
[qpid.client.state.AMQStateManager] No Waiters for error saving as last error:
[error code 403: access refused] [error code 403: access refused]
Failover 2008-07-30 12:24:57,830 ERROR [apache.qpid.client.AMQConnection]
Throwable Received but no listener set: Failover was vetoed by client
> SimpleACLTest is not accurate enough
> ------------------------------------
>
> Key: QPID-1204
> URL: https://issues.apache.org/jira/browse/QPID-1204
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker, Java Client, Java Tests
> Affects Versions: M3
> Reporter: Martin Ritchie
>
> Summary:
> The SimpleACLTest is not comprehensive enough. e.g.
> testServerPublishInvalidQueueSuccess
> Is designed to test that the user 'server' cannot publish to an invalid
> queue. It doesn't test this!
> Due to the fact that send now validates the destination before publication
> this test is actually checking to see if the user 'server' can declare an
> exchange.
> Protocol logging in comments.
> Suggested Change:
> Our Exceptions from the broker should contain more detail about the cause of
> the error .. 'Access Denied to Exchange' for example so this test can check
> for 'Acecess Denied to Publish'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.