You cannot post messages because only members can post, and you are not currently a member.
Description:
Castle Project User mailing list. To be used by Castle Project Users with questions or comments.
|
|
|
case sensitivity for component parameter names?
|
| |
For Windsor xml configuration, are component parameter names case sensitive to their code counterparts (constructor argument names and property names)? Example: <component id="MyFoo" lifestyle="transient" service="Acme.Int.IFoo, Acme.Int" type=" Acme.Impl.Foo, Acme.Impl "> <parameters> <dateTimeFormat>dd/MM/yyyy hh:mm:ss</dateTimeFormat> //this... more »
|
|
Windsor xml config question re: enum parameter values
|
| |
I have a log formatting component (ILogEntryFormatter) that I resolve from windsor via xml configuration . It has a enum flags based property called FormattingOptions of the following type: [Flags] public enum LogEntryFormatterOptions : int { None = 0, DateTime = 1, LogLevel = 2,... more »
|
|
Castle WCF Facility | Windows Service Hosting
|
| |
I’m trying to use Castle WCF integration facility in my WCF project,
but got lost in the way. Can you please help me out?
So, here is the situation:
I have a WCF Service Library, which is hosted inside a Windows Service
over TCP. Following is what is in my WCF Service Library: Service
Impl:... more »
|
|
NHibernateFacility and two bases
|
| |
I'm not using xnl config, all components are registerd fluently. Thus I've implemented IConfigurationBuilder that returns a configuration for the db (when there is no xml configuration NHibernateFacility creates single factory and uses ConfigurationBuilder to init it). Now I need to work with 2 databases, is there any way to achieve it without xml configuration?... more »
|
|
ILazyComponentLoader and dependencies of dependencies
|
| |
Hi I using the ILazyComponentLoader functionality to lazily load specific types (marked by interface or attribute) but ran into an issue with dependencies of optional dependencies where both are registered lazily. I have written the following self-contained (apart from the Castle libs) nunit test to illustrate the issue:... more »
|
|
Windsor w/ BackgroundFactoryMethod
|
| |
I'm looking to initialize a component on a background thread, so I hacked something together. It looks like this: [link] It works really nice, except that of course the component isn't being disposed unless something else that depends on it is resolved, meaning there's a live component needing disposing which isn't being disposed.... more »
|
|
Wordpress theme
|
| |
We have the new design for the website done and converted to html
([link]).
We're looking to hire someone to convert it to a wordpress theme, and
the doc page to screwturn wiki or mediawiki
([link]).
If anyone knows someone, please let me know.... more »
|
|
|