Hi,
I'm trying to run the RSB starbucks sample tests and the RSB tests too
on a windows XP box with MSMQ 3.0 the problem is that every test i run
i get the following error:
Starbuck Test (Can_by_coffee_from_starbucks):
System.Reflection.TargetInvocationException:
System.Reflection.TargetInvocationException : Uma exceção foi
acionada pelo destino de uma chamada.
---- System.Messaging.MessageQueueException : Invalid queue path name.
em System.RuntimeTypeHandle.CreateInstance(RuntimeType type,
Boolean publicOnly, Boolean noCheck, Boolean& canBeCached,
RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
em System.RuntimeType.CreateInstanceSlow(Boolean publicOnly,
Boolean fillCache)
em System.Activator.CreateInstance(Type type, Boolean nonPublic)
em Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
em
Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
em Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate
delegate)
----- Inner Stack Trace -----
em System.Messaging.MessageQueue.ResolveFormatNameFromQueuePath
(String queuePath, Boolean throwException)
em System.Messaging.MessageQueue.get_FormatName()
em System.Messaging.MessageQueue.Purge()
em Rhino.ServiceBus.Tests.MsmqTestBase..ctor() na C:\Documents and
Settings\0531\Meus documentos\Visual Studio 2008\Projects\3 Parties
\rhino-tools\esb\Rhino.ServiceBus.Tests\MsmqTestBase.cs:linha 78
em Rhino.ServiceBus.Tests.PublishingTests..ctor() na C:\Documents
and Settings\0531\Meus documentos\Visual Studio 2008\Projects\3 Parties
\rhino-tools\esb\Rhino.ServiceBus.Tests\PublishingTests.cs:linha 13
I've changed some points, switch the ";" to "#" in the name of the
subqueues. Now the tests fails with the InvalidOperationException
("didn't get my coffee in time").
With the RSB Tests the above error stills on.
I read at some blog that there is a patch for msmq 3.0, where can i
get this? I'm running the last revision on
https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk.
Thanks in advance!