While trying to upgrade the Quartz.NET facility (
https://github.com/castleprojectcontrib/QuartzNetIntegration ) to Windsor
3, I found a breaking change I'm not sure how to overcome.

Concretely, this test breaks:
https://github.com/castleprojectcontrib/QuartzNetIntegration/blob/5fca07bb7252b18b06a77e88cecc1181c39d1787/QuartzNetIntegration.Tests/FacilityTests.cs#L31
because
FacilityConfig is null.

It looks as if the facility's FacilityConfig property isn't being populated
from the ConfigurationStore.

I received a patch with a workaround that simply skips the FacilityConfig
and passes an IConfiguration explicitly :
https://github.com/jochenjonc/QuartzNetIntegration/commit/78cb6f191bf00a02f3ebccd17c01998882705c1f

But it's really a workaround... any ideas why I can't get the
FacilityConfig to work?
Of course, this used to work in Windsor 2.5.

Thanks.

Mauricio

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to