Connection Tests in .NET Client failing because no virtual host specified
-------------------------------------------------------------------------
Key: QPID-344
URL: https://issues.apache.org/jira/browse/QPID-344
Project: Qpid
Issue Type: Test
Components: Dot Net Client
Affects Versions: M2
Reporter: Tomas Restrepo
The Connection tests in Qpid.Client.Tests are failing against the current trunk
version of the Java Broker because the connection info does not specify a
virtual host to connect to.
TestCase 'Qpid.Client.Tests.Connection.ConnectionTest.SimpleConnection'
failed: Qpid.Client.AMQConnectionException : Unable to connect
----> Qpid.AMQConnectionClosedException : Error: Unknown virtual host:
default [error code 404]
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(160,0): at
Qpid.Client.AMQConnection..ctor(IConnectionInfo connectionInfo)
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client.Tests\connection\ConnectionTest.cs(37,0):
at Qpid.Client.Tests.Connection.ConnectionTest.SimpleConnection()
--AMQConnectionException
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\State\StateWaiter.cs(90,0):
at Qpid.Client.State.StateWaiter.WaituntilStateHasChanged()
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\State\AMQStateManager.cs(220,0):
at Qpid.Client.State.AMQStateManager.AttainState(AMQState s)
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(733,0): at
Qpid.Client.AMQConnection.MakeBrokerConnection(IBrokerInfo brokerDetail)
E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(145,0): at
Qpid.Client.AMQConnection..ctor(IConnectionInfo connectionInfo)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.