Udi, Sorry again. There is problem to use Generic Host (NServiceBus.Host.exe) if folder contains Win32 .dll files. How about to do mechanism for this like...
You're right Edgar, the problem is that we are scanning assemblies in order to find the users endpoint configuration so there is no way for the user specify...
Edgars - Check the trunk - the fix for this is now in. Both the assembly load and the GetTypes() call happen within a try / catch block - if any errors occur...
Since we've had issues in the past with swallowing exceptions and file scanning, I've added another option. If you'd prefer that nServiceBus not scan...
There is one more bug to run Generic Host with Saga's Handlers. It is nowhere SagaMessageHandler loading in GenericHost. So saga messages never handling. In...
... I am trying to get the generic host to work also. I don't know if my problem is related to yours. But when I start NServiceBus.Host I get this one: ...
... I have already done that and the DLL is in the application folder. Apparently the host is not looking into that assembly, but in the "NServiceBus"...
I think this checkin is a bit problematic too: 01 Jul 09 16:39 Upgraded to 2.0 release of Castle Windsor. The supplied version of NHibernate does not work with...
Trunk (r612) should have all of these issues already fixed. The version of NHibernate brought in is such that does not depend on Castle anymore, and the lazy...
... Maybe I messed up everything, but that's the version I have. Anyway: I installed latest NHibernate 2.1.0 alpha 1, Castle plus NServiceBus from NServiceBus...
This is actually the exact same scenario I have been using nServiceBus for. From the research I did nServiceBus is the most appropriate .Net solution for the...
The version of NHibernate that comes with nServiceBus is 2.1.0 beta 2. -- Udi Dahan From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On ...
Do let us know which problems you haven't found solutions for. -- Udi Dahan From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of...
Edgars, While you're right that the generic host currently doesn't allow specify handler ordering (though will shortly), that does not mean that the ...
Hello group, We are experiencing some unexpected behaviour when working with timeouts. What it appears to be doing is exponentially increasing the number of...
Well, I got the timeoutmanager to behave by removing the GridInterceptionMessageHandler from the handlers, and only specifying the TimeoutMessageHandler. Code...
Hello Brad, I hope the following is helpful (haven't used the timeout manager): When I started out having a look at NServiceBus I actually published a group of...
Hi Has anyone some experience with automated integration tests of servers running NServiceBus? I would like to make sure that the application actually starts...
If your server only receives commands and does not respond I would suggest that you look to testing the outcome of receiving said commands. For instance, if...
Okay, so basically just use whatever scripting means available to start the server, interact with it, and check expected output elsewhere. Unfortunately no...
That is very cool! Thanks for a throrough answer. /Jørn ... From: Andreas Öhlund To: nservicebus@yahoogroups.com Sent: Tuesday, July 07, 2009 7:45 PM ...