fyi - i'm removing the fluent nhibernate stuff and getting slightly
closer to having it working.

though atm the following block of code only creates the db for one of
the factories:

<code>

Configuration[] cfgs = _container.ResolveAll<Configuration>();
            foreach (Configuration cfg in cfgs)
            {
                SchemaExport export = new SchemaExport(cfg);
                export.Create(true, true);
            }

</code>

On Sun, Oct 25, 2009 at 12:18 PM, Wayne Douglas
<[email protected]> wrote:
> hmm - thanks for the help.
>
> ok i have looked at the source and it's not straight forward - i've
> also googled the hell out of the internet and that's not helping-
> going to try using something else to get my project working. i dont
> think the nh facility is what i should be using.
>
> cheers
>
> w://
>
> On Sun, Oct 25, 2009 at 12:06 PM, Valeriu Caraulean <[email protected]> 
> wrote:
>> IConfigurationContributor
>
>
>
> --
> Cheers,
>
> w://
>



-- 
Cheers,

w://

--~--~---------~--~----~------------~-------~--~----~
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