Re: Depency of dlls

2010-10-10 Thread Tuna Toksoz
This forum is an English speaking forum. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Oct 8, 2010 at 12:57 PM, Charlie drevil.co...@gmail.com wrote: Hola jose veo que ademas de nhibernate

Re: component registration always results in SingletonLifestyleManager being applied

2010-07-27 Thread Tuna Toksoz
I think he is asking about Component Model Contributor thing? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike 2010/7/28 Krzysztof Koźmic krzysztof.koz...@gmail.com Adam, you'd have to create a new

Re: Prevent throwing of ComponentNotFoundException

2010-07-25 Thread Tuna Toksoz
Best guess without writing the code is to implement IHandlerSelector Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Jul 26, 2010 at 12:51 AM, Adam Langley alang...@winscribe.comwrote: --

Re: What happened to the NHibernate Facility

2010-06-24 Thread Tuna Toksoz
Check the github repository. I made some new changes to make failing tests pass. Expect a release soon. Otherwise people are going to kill me soon. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On

Re: Where can I download the factory-support facility

2010-06-24 Thread Tuna Toksoz
If i recall correct, it is already embedded into microkernel (or windsor) Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jun 24, 2010 at 12:28 PM, joniba jbena...@gmail.com wrote: Sorry,

Re: How to query for LOWER(Column) = 'value'

2010-06-13 Thread Tuna Toksoz
think up to 7 it was server-specific (you could define case sensitive or case-insensitive). Starting with SQL 2000, it could be done on a per-database setting. --- Patrick Steele http://weblogs.asp.net/psteele On Sat, Jun 12, 2010 at 8:41 PM, Tuna Toksoz tehl...@gmail.com

Re: Castle NHibernate Integration Configuration

2010-06-01 Thread Tuna Toksoz
I will reply tonight, have to check the code. As a side info, you can still use NHibernate configuration file, there is a class (most probably configurationbuilder type) which I can't recall now. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz

Re: AddComponentWithLifestyle

2010-05-11 Thread Tuna Toksoz
.Register(Component.ForBlahBlah().ImplementedByHahaHihi().Lifestyle.Transient) Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, May 11, 2010 at 10:52 PM, Tiberius dean...@yahoo.co.uk wrote:

Re: [ANN] New PMC member

2010-04-29 Thread Tuna Toksoz
Well done, Krzysztof! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Apr 29, 2010 at 2:42 PM, Jonathon Rossi j...@jonorossi.com wrote: Krzysztof Koźmic has been voted in as a new PMC

Re: NHibernate Facility with Inversion of Control repository

2010-04-19 Thread Tuna Toksoz
I haven't tried yet. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Apr 19, 2010 at 10:42 PM, Rick Fleming rflem...@acqusys.com wrote: Does anyone know if the NHibernate Facility (as of

Re: How to filter configuration when loading it from XML

2010-03-24 Thread Tuna Toksoz
There is ComponentRegistering event in microkernel but not sure about facilities. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Mar 24, 2010 at 5:44 PM, Konstantin

Re: Windsor configuration for dependent collections

2010-01-28 Thread Tuna Toksoz
use ListResolver. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jan 28, 2010 at 6:24 PM, dhasenan dhase...@gmail.com wrote: Hi all, I want to register a type that depends on a collection

Re: good explanation of nh facility session management

2009-11-02 Thread Tuna Toksoz
in a web environment, what is done in NH Facility is that the session is opened at the beginning of the http request, stored in web session. Atthe end of the request, it is committer and disposed. Using this logic allows you to have lazy loading working pretty easily. It comes with downsides,

Re: Latest Trunk .NET 3.5 Release ZIP is corrupt

2009-10-02 Thread Tuna Toksoz
What are you using as Zip manager? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Oct 2, 2009 at 2:55 PM, Callum Hibbert callum.hibb...@gmail.comwrote: I've tired downloading the latest

Re: Latest Trunk .NET 3.5 Release ZIP is corrupt

2009-10-02 Thread Tuna Toksoz
at 7:57 PM, Tuna Toksoz tehl...@gmail.com wrote: What are you using as Zip manager? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Oct 2, 2009 at 2:55 PM, Callum Hibbert callum.hibb

Re: [ANN] New team member

2009-10-02 Thread Tuna Toksoz
Welcome aboard John! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Oct 2, 2009 at 6:58 PM, Jonathon Rossi j...@jonorossi.com wrote: Hi all, John Simons was voted as a committer by the

Re: NVelocity 1.1 and TemplateEngine Component 1.1 released

2009-09-28 Thread Tuna Toksoz
this is not a spam! it is ham! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Sep 28, 2009 at 4:48 PM, Jonathon Rossi j...@jonorossi.com wrote: Maybe people don't mind as I look at some

Re: Windsor - Dependency Resolution Question

2009-09-26 Thread Tuna Toksoz
IHandlerSelector? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Sep 27, 2009 at 12:36 AM, browns kelly.brownsber...@gmail.comwrote: Hey all - I'm trying to determine how to make Windsor

Re: Windsor - Dependency Resolution Question

2009-09-26 Thread Tuna Toksoz
http://ayende.com/Blog/archive/2008/10/05/windsor-ihandlerselector.aspx Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Sep 27, 2009 at 12:36 AM, browns kelly.brownsber...@gmail.comwrote:

Re: Dependency Injection in desktop app

2009-09-19 Thread Tuna Toksoz
MVP pattern perhaps? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sat, Sep 19, 2009 at 10:25 AM, Yannis yannis.psar...@gmail.com wrote: Hi all, I have used the castle IOC container in

Re: long startup time

2009-09-16 Thread Tuna Toksoz
Do you have a profiler trace? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Sep 16, 2009 at 12:05 PM, Tyler Burd tb...@cudc.org wrote: I have another similar project that has around 300

Re: long startup time

2009-09-16 Thread Tuna Toksoz
them later today after I purchase dotTrace. My evaluation period for it just ran out, hence the delay. *From:* castle-project-users@googlegroups.com [mailto: castle-project-us...@googlegroups.com] *On Behalf Of *Tuna Toksoz *Sent:* Wednesday, September 16, 2009 10:22 AM *To:* castle-project

Re: long startup time

2009-09-16 Thread Tuna Toksoz
N! times? How? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Sep 16, 2009 at 12:59 PM, Ayende Rahien aye...@ayende.com wrote: IIRC, the culprit is the ComponentRegistered event, that is

Re: get all classes that implement a specific interface in a namespace

2009-09-15 Thread Tuna Toksoz
Can't you do that with good old reflection? and with some lambda trick? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, Sep 15, 2009 at 8:50 AM, Wayne Douglas wa...@codingvista.comwrote: Hi

Re: PerWebRequest is supposed to release components when request ends?

2009-09-08 Thread Tuna Toksoz
Can you both please try container.ReleasePolicy = new Releasers.AllComponentsReleasePolicy(); Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, Sep 8, 2009 at 8:57 AM, tom tommy@gmail.com

Re: PerWebRequest is supposed to release components when request ends?

2009-09-08 Thread Tuna Toksoz
Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, Sep 8, 2009 at 9:18 AM, SimoneB simone.bus...@gmail.com wrote: Tuna, what's the purpose of doing that? On Sep 8, 3:05 pm, Tuna Toksoz tehl...@gmail.com

Re: fluent windsor

2009-09-08 Thread Tuna Toksoz
http://hammett.castleproject.org/?p=250 Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike 2009/9/8 Tuna Toksoz tehl...@gmail.com There is one. container.Kernel.Register(Component.ForBlahBlah

Re: selecting needed columns with criteria api

2009-09-08 Thread Tuna Toksoz
transformers, i don't remember the name though. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, Sep 8, 2009 at 9:38 PM, Tuna Toksoz tehl...@gmail.com wrote: The result is an array of an array.What

Re: selecting needed columns with criteria api

2009-09-08 Thread Tuna Toksoz
The result is an array of an array.What you see is pretty normal. Try to debug, you'll see. You need to use a sort of DTO + Result Transformer. isreadonly,isfixedsize,longlength,rank etc... sounds more like Props of an array, doesn't it? Tuna Toksöz Eternal sunshine of the open source mind.

Re: selecting needed columns with criteria api

2009-09-07 Thread Tuna Toksoz
use Projections.ProjectionList Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Sep 7, 2009 at 10:22 PM, olcay şeker delimav...@gmail.com wrote: how can i write this query select

Re: NHibernateFacility

2009-09-04 Thread Tuna Toksoz
the parameters passed to the CanResolve and Resolve methods? Cheers! 2009/9/3 Tuna Toksoz tehl...@gmail.com Better idea! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Sep 3, 2009

Re: NHibernateFacility

2009-09-03 Thread Tuna Toksoz
using Factory Support facility. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike 2009/9/3 DannyT danmo...@googlemail.com I'm trying to use Rhino.Security which has a dependency on ISession. However

Re: NHibernateFacility

2009-09-03 Thread Tuna Toksoz
(); } public bool CanResolve(...) { return typeof(ISession).IsAssignableFrom (dependency.TargetType)); } } On Sep 3, 8:52 am, Tuna Toksoz tehl...@gmail.com wrote: using Factory Support facility. Tuna Toksöz Eternal sunshine of the open source mind. http

Re: newbie: Getting Started, DynamicProxy(2) and SessionFactoryHolder

2009-08-28 Thread Tuna Toksoz
What is your AR setting? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sat, Aug 29, 2009 at 1:22 AM, Chris Curvey ccur...@gmail.com wrote: I'm taking Castle Active Record for a test drive, and

Re: Compress response gzip

2009-08-27 Thread Tuna Toksoz
: After all it was quiet easy all I had to do is create a filter BeforeAction and inject compression code similar to http://blogsharp.googlecode.com/svn/trunk/BlogSharp.MvcExtensions/Filters/CompressionFilter.cs it works like a charm; thanks all for the helpful links. On Aug 27, 12:59 am, Tuna

Re: If I use the default WindsorContainer() constructor, where will it look for the configuration?

2009-08-26 Thread Tuna Toksoz
yes! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Aug 26, 2009 at 9:13 PM, Uri Goldstein uri.goldst...@gmail.comwrote: OK, Looks like I should've spent a couple more minutes digging

Re: configuring Windsor with AR

2009-08-24 Thread Tuna Toksoz
for windsor. could you please check app.config. whats wrong On 24 Ağustos, 13:33, Tuna Toksoz tehl...@gmail.com wrote: The full exception would be useful Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitter.com/tehlike

Re: Logging or Writing Out All Registrations

2009-08-21 Thread Tuna Toksoz
Event is nice and afaik, it should work. kernel = new DefaultKernel(); kernel.ComponentRegistered += (x,y)=Console.WriteLine(x); kernel.Register(Component.ForCustomerImpl()); Prints out the key for the component, in this case typeof(CustomerImpl).FullName Are you using Xml Configuration? In that

Re: disable WHERE in AR

2009-08-15 Thread Tuna Toksoz
You may want to use filters Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Aug 16, 2009 at 1:16 AM, Raul Carlomagno rcarloma...@gmail.comwrote: i have define a class like this:

Re: ? render_component('/users/view/1/2/3')

2009-08-14 Thread Tuna Toksoz
Bump! On Jul 11, 1:02 pm, R. Rajesh Jeba Anbiah ng4rrjanb...@rediffmail.com wrote:    Previously I had mistaken that renderView() will handle the whole controller model cycles; but developer has updated that it's not handing such. So, is there any workarounds for render_component('/

Re: Touble w/subdependencies when mixing fluent and XML component registrations in Windsor

2009-08-08 Thread Tuna Toksoz
Very strange, it should work. Couldn't see any problem. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sat, Aug 8, 2009 at 8:48 PM, Mauricio Scheffer mauricioschef...@gmail.com wrote: Mixing

Re: Touble w/subdependencies when mixing fluent and XML component registrations in Windsor

2009-08-08 Thread Tuna Toksoz
There may be leftovers of different versions of Interfaces assembly, this might be the case? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Aug 7, 2009 at 10:30 PM, sbohlen sboh...@gmail.com

Re: LINQ query with multiple entities?

2009-08-07 Thread Tuna Toksoz
It should work, i wonder if it directly corresponds to this from f in context.Session.LinqFloor() select new {f.Id,f.Name,f.Building.Id,f.Building.Name} Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike

Re: Hibernate vs NHibernate

2009-08-07 Thread Tuna Toksoz
They are very same, HQL has almost the same semantics (maybe exactly?). Criteria api is there but theirs is a bit less powerful.Besides that they have EntityManager which is there for Java Persistence API. You can either use Attributes (they are common in Java world, really) or hbm mappings as

Re: Custom Error Page for ASP.NET

2009-08-04 Thread Tuna Toksoz
What sorts of exceptions are they, I mean where do they occur? In action, filter, etc?You can handle global exceptions via Custom 500 pages perhaps Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On

Re: Register all plugins in all assemblies and auto-wire dictionary

2009-08-03 Thread Tuna Toksoz
not sure but instead of using generic overloads, use the ones taking System.Type Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Aug 3, 2009 at 11:19 PM, Yannis yannis.psar...@gmail.com wrote:

Re: Register all plugins in all assemblies and auto-wire dictionary

2009-08-02 Thread Tuna Toksoz
AllTypes.OfIPlugin The second one, ISubdependencyResolver Something like this one http://www.tunatoksoz.com/post/Castle-ServiceIdResolver.aspx http://www.tunatoksoz.com/post/Castle-ServiceIdResolver.aspxor perhaps you may want to have a reference to IKernel as you may have plugins dynamically

Re: NHContrib ProxyGenerator: Static Proxies for Medium Trust

2009-07-31 Thread Tuna Toksoz
last number is 2.1.0.4000 (that is GA) I believe that if you make all use the same version of DP and NH it should just work. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jul 31, 2009 at

Re: NHibernate Facility ISessionManager notfound

2009-07-23 Thread Tuna Toksoz
I'd appreciate a test case. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jul 23, 2009 at 5:30 PM, thetrueaplus dwh...@thetrueaplus.comwrote: Can I see an example of this? On Jul 23,

Re: NHibernate Facility ISessionManager notfound

2009-07-23 Thread Tuna Toksoz
I have something like tihs http://www.tunatoksoz.com/post/Fluent-Interface-for-NH-Facility-e28093-Take-1.aspx http://www.tunatoksoz.com/post/Fluent-Interface-for-NH-Facility-e28093-Take-1.aspxon my local (if I haven't removed), I will improve this and commit, in following weeks. Tuna Toksöz

Re: NHibernate Facility ISessionManager notfound

2009-07-23 Thread Tuna Toksoz
at 7:52 PM, thetrueaplus dwh...@thetrueaplus.comwrote: Where is the source for something like this? On Jul 23, 10:48 am, Tuna Toksoz tehl...@gmail.com wrote: I have something like tihshttp:// www.tunatoksoz.com/post/Fluent-Interface-for-NH-Facility-e2809... http://www.tunatoksoz.com/post

Re: Lazy Loading with NHibernate and Facility

2009-07-22 Thread Tuna Toksoz
Is this a web or windows? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jul 22, 2009 at 6:01 AM, Daniel dwh...@thetrueaplus.com wrote: Hey guys. I have this repository pattern going and

Re: Lazy Loading with NHibernate and Facility

2009-07-22 Thread Tuna Toksoz
...@thetrueaplus.comwrote: This is web. On Jul 22, 6:06 am, Tuna Toksoz tehl...@gmail.com wrote: Is this a web or windows? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitter.com/tehlike On Wed, Jul 22, 2009 at 6:01 AM, Daniel

Re: Lazy Loading with NHibernate and Facility

2009-07-22 Thread Tuna Toksoz
://twitter.com/tehlike On Wed, Jul 22, 2009 at 2:58 PM, thetrueaplus dwh...@thetrueaplus.comwrote: This is web. On Jul 22, 6:06 am, Tuna Toksoz tehl...@gmail.com wrote: Is this a web or windows? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksozhttp

Re: AR Validation too late

2009-07-21 Thread Tuna Toksoz
protected virtual, perhaps? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Tue, Jul 21, 2009 at 10:52 PM, Jiggr f.hultg...@gmail.com wrote: On ayende.com you can find an article

Re: InvalidOperationException: The user must provide an ADO.NET connection - NHibernate is not creating it

2009-07-19 Thread Tuna Toksoz
Remove the hibernate. suffix from the properties and please try again Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Jul 19, 2009 at 1:04 PM, Swapnil Naik ssnai...@gmail.com wrote: Hello

Re: Castle Registration for different frameworks

2009-07-18 Thread Tuna Toksoz
You can simply implement IControllerFactory or IControllerBuilder, whatever the name is. And call thing like ControllerBuilder.Current.SetCurrentFactory etc and you'll be okay. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com

Re: a small contibution for unit test nant script(shamelessly stolen from Markus / roelofb (author of rev 5866))

2009-07-17 Thread Tuna Toksoz
NH integration tests uses special behavior to allow modification to them, and they can take the advantage of xml poke, iirc Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jul 17, 2009 at

Re: a small contibution for unit test nant script(shamelessly stolen from Markus / roelofb (author of rev 5866))

2009-07-17 Thread Tuna Toksoz
. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jul 17, 2009 at 1:53 PM, Tuna Toksoz tehl...@gmail.com wrote: I am going to (or may have already changed) change them to use

Re: Which is the latest release?

2009-07-17 Thread Tuna Toksoz
One can use the TeamCity release builds. http://www.castleproject.org:8090/viewLog.html?buildId=747tab=artifactsbuildTypeId=bt6 Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jul 17, 2009 at

Re: Context-aware helper/viewcomponent

2009-07-10 Thread Tuna Toksoz
However, this is not history breadcrumb, as i understand. This takes into account sitemap. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jul 10, 2009 at 6:13 PM, Cesar Sanz

Re: AR + Selecting just parent

2009-07-08 Thread Tuna Toksoz
This query hits db for the OPERATOR relation and it is not lazy, it seems. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jul 8, 2009 at 6:25 PM, Cesar Sanz

Re: AR + Selecting just parent

2009-07-07 Thread Tuna Toksoz
*The point is, I want to retrieve just Clients, not their related products.. but I still want to make this relationship not to be lazy loaded.* What? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike

Re: AR inheritance problem?

2009-07-05 Thread Tuna Toksoz
Not an answer to your question, but anyway instead of using new NHibernate.Expression.EqExpression() you can say Restrictions.Eq() Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Jul 5,

Re: Transactions (via ATF) slowing things up

2009-07-02 Thread Tuna Toksoz
open those? 2009/7/2 Tuna Toksoz tehl...@gmail.com Do you have a profiler? or can you share this sample project with us so that we can profile? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike

Re: nhibernate integration - disable for controllers/actions

2009-07-01 Thread Tuna Toksoz
yes, module doesn't have the knowledge. You can do the reverse, open session on controller, maybe? [NeedsNhSession] public class MyController:Controller { } Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com

Re: nhibernate integration - disable for controllers/actions

2009-07-01 Thread Tuna Toksoz
...@gmail.com wrote: I thought about this, but the I'll run into troubles within Filters and Initialize(). 2009/7/1 Tuna Toksoz tehl...@gmail.com yes, module doesn't have the knowledge. You can do the reverse, open session on controller, maybe? [NeedsNhSession] public class MyController:Controller

Re: register proxy without target

2009-07-01 Thread Tuna Toksoz
Does he have to enable FactorySupportFacility or is it already activated when the container is initiated? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jul 1, 2009 at 10:31 PM, José F.

Re: register proxy without target

2009-07-01 Thread Tuna Toksoz
Yes, it is a good idea to notify. Or we can automatically enable the factory facility if there is a way. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jul 1, 2009 at 11:03 PM, José F.

NHibernate Facility Namespace Changes

2009-06-25 Thread Tuna Toksoz
I am going to commit some changes in the namespace structure of the project, which is at the end a breaking change. This was necessary as there was no real namespace structure, they were mixed somehow. I am asking for your review for the new structure. +Components +Dao

Re: How do I fluently configure the NHibernateIntegration Facility?

2009-06-24 Thread Tuna Toksoz
Currently there is no easy way, it is on my to do list tho. You can use container.Kernel.ConfigurationStore.AddFacilityConfiguration( ) method to do it. This will be what the fluent interface is going to do. Tuna Toksöz Eternal sunshine of the open source mind.

Re: How do I fluently configure the NHibernateIntegration Facility?

2009-06-24 Thread Tuna Toksoz
; }) .AddFacilityNHibernateFacility(f = { f.IsWeb = false; f.ConfigFile = nhibernate.config; }) On Jun 24, 1:29 pm, Tuna Toksoz tehl...@gmail.com

Re: How do I fluently configure the NHibernateIntegration Facility?

2009-06-24 Thread Tuna Toksoz
BTW, you can easily integrate FNH by implementing IConfigurationBuilder. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jun 24, 2009 at 9:25 PM, Tuna Toksoz tehl...@gmail.com wrote: Using

Re: Compiling Windsor Facilities

2009-06-22 Thread Tuna Toksoz
Or he can get the compiled dll's from Team City :) Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Jun 22, 2009 at 11:44 AM, Roelof Blom roelof.b...@gmail.com wrote: n simpler: click on the

Re: Compiling Windsor Facilities

2009-06-21 Thread Tuna Toksoz
You should run nant first. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Jun 21, 2009 at 7:06 PM, Uri Goldstein uri.goldst...@gmail.comwrote: 2. Some DLL references reference a relative

Re: [DYNPROXY2] Inherited interface problem

2009-06-14 Thread Tuna Toksoz
Thanks Krzysztof! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike 2009/6/14 Krzysztof Koźmic krzysztof.koz...@gmail.com I'll try to look into it when I get a moment.

Re: Monorail Release - Status update and call for help

2009-06-11 Thread Tuna Toksoz
You spammed my mailbox with 50+ work close stuff! Good work, Ken! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jun 11, 2009 at 3:42 PM, Ken Egozi egoz...@gmail.com wrote: Guys, I get

Re: custom delete

2009-06-10 Thread Tuna Toksoz
Found this, maybe of help a little http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/04/08/soft-deletes.aspx Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Jun 10, 2009 at 9:41 AM,

Re: Monorail Release - Status update and call for help

2009-06-10 Thread Tuna Toksoz
a pain in the ass. -1 2009/6/10 Tuna Toksoz tehl...@gmail.com Just a little idea, for project template stuff, T4 may help. (i don't know much about them, though) Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http

Re: NHibernate - Using OpenSession() inside another OpenSession()

2009-06-04 Thread Tuna Toksoz
Can you send me an example project with the expected and actual behavior? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jun 4, 2009 at 1:56 PM, gusgorman augustusgor...@yahoo.co.ukwrote:

Re: NHibernate - Using OpenSession() inside another OpenSession()

2009-06-04 Thread Tuna Toksoz
I hope this solves your problem. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Jun 4, 2009 at 3:40 PM, Tuna Toksoz tehl...@gmail.com wrote: Alright, found the problem. You should change

Re: Nhibernate facilties trunk with Nhibernate 2.0.1

2009-05-28 Thread Tuna Toksoz
There are some features you won't be able to use and probably some interface changes on ISession may be the reason, but it won't be hard, probably 5-10 minutes of work, IIRC. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com

Re: Nhibernate facilties trunk with Nhibernate 2.0.1

2009-05-28 Thread Tuna Toksoz
Very very stable. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, May 28, 2009 at 1:30 PM, gusgorman augustusgor...@yahoo.co.ukwrote: Many thanks for the quick reply.

Re: ColumnType=StringClob still creates varchar(255)

2009-05-22 Thread Tuna Toksoz
Not sure if it makes you happy but you can write the corresponding sql type manually/ Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, May 22, 2009 at 6:21 PM, Jimmy Shimizu

Re: [ANN] New team member

2009-05-17 Thread Tuna Toksoz
Wow! You deserved it Krzysztof! Congrats and welcome aboard! Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike 2009/5/17 Roelof Blom roelof.b...@gmail.com All, Krzysztof Koźmic was voted as

Re: Suggest a way to obtain Windsor Container from model

2009-05-12 Thread Tuna Toksoz
Inject the container? .AddComponentInstance(typeof(IWindsorContainer),container); Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, May 13, 2009 at 7:00 AM, dnagir dna...@gmail.com wrote:

Fwd: Projects without leaders

2009-05-05 Thread Tuna Toksoz
*Forwarding what Jonathon Rossi sent in Devel.* Since no one has taken lead of a few projects still without a leader, I am posting this as a reminder that these projects are still waiting for a leader. * ActiveRecordIntegration * AutomaticTransactionManagement * Email/TemplateEngine * Scheduler

Re: Programmatically registering component with Dictionary dependency

2009-05-04 Thread Tuna Toksoz
Not exactly what you're looking for but here is some guide http://www.tunatoksoz.com/post/Castle-ServiceIdResolver.aspx You'll need to check if type is IDictionaryT1,T2 and thena ct accordingly. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz

Re: Adding and associating an nhibernate facility programmatically

2009-05-03 Thread Tuna Toksoz
Wait until my laptop returns from the repair. On Mon, May 4, 2009 at 12:05 AM, Yannis yannis.psar...@gmail.com wrote: whats hte point then? i want to configure nhibernate properties programmatically On May 2, 5:17 pm, Tuna Toksoz tehl...@gmail.com wrote: Please have the configuration

Re: Adding and associating an nhibernate facility programmatically

2009-05-03 Thread Tuna Toksoz
BTW, what do you mean by nhibernate properties? connection string etc? On Mon, May 4, 2009 at 12:05 AM, Yannis yannis.psar...@gmail.com wrote: whats hte point then? i want to configure nhibernate properties programmatically On May 2, 5:17 pm, Tuna Toksoz tehl...@gmail.com wrote: Please

Re: Adding and associating an nhibernate facility programmatically

2009-05-02 Thread Tuna Toksoz
Please have the configuration for the facility in xml and set the ConfigurationBuilder in the xml, and in the IConfigurationBuilder set the properties as you wish. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com

Re: Adding and associating an nhibernate facility programmatically

2009-04-30 Thread Tuna Toksoz
NHibernateConfigurationBuilder()); kernel.AddFacility(nhibernate, nhibernateFacility); but that results to an error: The NHibernateFacility requires an external configuration On Apr 29, 10:35 pm, Tuna Toksoz tehl...@gmail.com wrote: Adding NHFacility for injecting to a service constructor? why? Tuna Toksöz

Re: Adding and associating an nhibernate facility programmatically

2009-04-29 Thread Tuna Toksoz
Adding NHFacility for injecting to a service constructor? why? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Thu, Apr 30, 2009 at 12:32 AM, Yannis yannis.psar...@gmail.com wrote: is there any

Re: Monorail + Windsor + NHibernate = Slow Startup

2009-04-17 Thread Tuna Toksoz
How many entities do you have? Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Apr 17, 2009 at 5:20 PM, crimsondr bch...@gmail.com wrote: Hi all, I use monorail with windsor and

Re: using nhibernate without ISessionManager

2009-04-09 Thread Tuna Toksoz
You will anyway have some dependency on something. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Wed, Apr 8, 2009 at 12:27 AM, rg rafal.gwizd...@gmail.com wrote: Hi, I'd like to use Castle

NHibernate Facility Feature requests

2009-04-02 Thread Tuna Toksoz
As NHibernate is close to GA, I believe I should add some more features and improve the current documentation on it. I may not have enough time to fully concentrate on the facility, but if I collect requests, I can fastly process them when I am available. I appreciate any kind of feature requests

Re: NHibernateFacility: PersistentConfigurationBuilder suggestions

2009-03-25 Thread Tuna Toksoz
and date verification stuff into an IConfigurationPersister in order to improve the separation of concerns and to ease testing. Tell me what you think. On Sun, Mar 22, 2009 at 4:33 PM, Tuna Toksoz tehl...@gmail.com wrote: Thank you German Tuna Toksöz Eternal sunshine of the open source mind

Re: NHibernateFacility: PersistentConfigurationBuilder suggestions

2009-03-22 Thread Tuna Toksoz
a patch. On Sun, Mar 22, 2009 at 7:57 AM, Tuna Toksoz tehl...@gmail.com wrote: I guess this will have to wait until tuesday. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Mar 16, 2009

Re: NH 2.0 and Castle Windsor

2009-03-17 Thread Tuna Toksoz
Do you nant it? Tuna Toksöz http://tunatoksoz.com http://devlicio.us/blogs/tuna_toksoz http://twitter.com/tehlike Eternal sunshine of the open source mind. On Tue, Mar 17, 2009 at 1:04 PM, wasp r.ve...@gmail.com wrote: Hello, I've been a Windsor user since a few years, and I've been using

Re: NHibernateFacility: PersistentConfigurationBuilder suggestions

2009-03-15 Thread Tuna Toksoz
Cool suggestions. Going to work on it on Thursday. Thank you German Tuna Toksöz http://tunatoksoz.com http://devlicio.us/blogs/tuna_toksoz http://twitter.com/tehlike Typos included to enhance the readers attention! On Mon, Mar 16, 2009 at 2:28 AM, Germán Schuager gschua...@gmail.comwrote:

  1   2   >