Re: [nhusers] using different connectionstrings

2010-10-14 Thread Oscar Orduz Acosta
Hello CompuFit: I don't know if this http://nhforge.org/wikis/howtonh/dynamically-change-user-info-in-connection-string.aspx can help you Oscar 2010/10/14 CompuFit > Hey, > > I have this project where a user must log in into his account and then > they can create contacts in their database. >

[nhusers] Re: unhaddins vs burrow

2009-11-09 Thread Oscar Orduz Acosta
ithout problems. It's not under heavy development (just > bug fixes) so it's pretty stable although it's trunk. > > On Nov 7, 2:45 am, Oscar Orduz Acosta wrote: > > Hi all, > > > > I've used Nhibernate with Burrow for a while, but in this moment I can&#

[nhusers] Re: unhaddins vs burrow

2009-11-07 Thread Oscar Orduz Acosta
Thanks Fabio! That's the kind of link I'm looking for Ok, I'll try it Oscar 2009/11/7 Fabio Maulo > 2009/11/7 Oscar Orduz Acosta > > Thanks Fabio >> >> If I undestand you correctly your answer is: Yes, I can replace Burrow >> with uNhAddIns in my

[nhusers] Re: unhaddins vs burrow

2009-11-07 Thread Oscar Orduz Acosta
out big problems. > > > 2009/11/6 Oscar Orduz Acosta > > Hi all, >> >> I've used Nhibernate with Burrow for a while, but in this moment I can't >> migrate to Nhibernate 2.1 because Burrows is not compiled for that version. >> >> I use Burrow ju

[nhusers] Re: Oracke Transaction

2009-04-27 Thread Oscar Orduz Acosta
Hello Anthony: If you execute the select on sqlplus, does it work fine? (by your log you have to replace question mark with 63) Oscar 2009/4/27 Anthony Dyer > > I got the logging working. > I am getting this error: > > [ SELECT this_.user_nbr as user1_0_0_, this_.name_txt as name2_0_0_, > this

[nhusers] Re: ORACLE supports

2009-02-04 Thread Oscar Orduz Acosta
Thanks Dario: I can't find NHibernate-2.0.sln, and the trunk does not compile with vs2005... I am doing something wrong? 2009/2/4 Dario Quintana > Oh, I didnt' try it, but the NHibernate-2.0.sln is there > > On Wed, Feb 4, 2009 at 7:59 PM, Oscar Orduz Acosta wrote: > &

[nhusers] Re: ORACLE supports

2009-02-04 Thread Oscar Orduz Acosta
Ok, I've not done the migration to 2008 yet, so I have to wait until that to make the tests. thanks Oscar 2009/2/4 Fabio Maulo > 2009/2/4 Oscar Orduz Acosta > >> Fabio: >> This trunk does not support vs2005? right? >> > > Correct, and the trunk will be

[nhusers] Re: ORACLE supports

2009-02-04 Thread Oscar Orduz Acosta
Fabio: This trunk does not support vs2005? right? 2009/2/4 Oscar Orduz Acosta > Thanks a lot Fabio, > I've just downloaded the trunk and I will try with this new dialects. We > have installations with both MsSqlServer and Oracle databases. The Oracle > installations is mai

[nhusers] Re: ORACLE supports

2009-02-04 Thread Oscar Orduz Acosta
Thanks a lot Fabio, I've just downloaded the trunk and I will try with this new dialects. We have installations with both MsSqlServer and Oracle databases. The Oracle installations is mainly in government institutions with Oracle 9i and 10g, so I will test with them. Oscar 2009/2/4 Fabio Maulo

[nhusers] Re: ORACLE

2009-02-03 Thread Oscar Orduz Acosta
Hi Fabio Glad to know this information helped you, and yes I can to write that wiki, I hesitate to write this issue in nh becouse it's externally to it, but by my own experience (3 days tracking the problem) and yours become this very necessary to the community. Oscar 2009/2/3 Fabio Maulo > Co

[nhusers] Re: ORACLE

2009-02-03 Thread Oscar Orduz Acosta
Hello Fabio: I don't know if this relevant, but recently I have to deal with some issue of OracleDriver from Microsoft, if this has isolation=ReadCommitted the Rollback not working as expected becouse some modifications in the same transaction seems to be commited. If I used the driver from Oracl

[nhusers] Re: Burrow + Multiple databases

2009-01-28 Thread Oscar Orduz Acosta
Hi Marchal: By the exception you gave, I presume you are using WebUtil and that module currently I am not using it. However doing a quick review in the burrow source I found the following code in "EntityLoader.GetId" (Wich is called in your stack trace): public object GetId(object o)

[nhusers] Re: Burrow + Multiple databases

2009-01-27 Thread Oscar Orduz Acosta
ntObjectException("the instance was not > associated > with this session"); > } > return entry.Id; > } > (...) > > I don't know how resolve this problem :( > > JbM > > On 26 déc 2008, 23:30, "Oscar Orduz Acosta" wrote: > > You&

[nhusers] Re: legacy database with null value as 0

2009-01-11 Thread Oscar Orduz Acosta
this could work? > > Thanks > Marco > > On 11 jan, 18:33, "Oscar Orduz Acosta" wrote: > > I don't know if this is relevant but, you use the null-value pattern and > > insert "null records" in foreign tables with id = 0?, may be it can works > &

[nhusers] Re: legacy database with null value as 0

2009-01-11 Thread Oscar Orduz Acosta
I don't know if this is relevant but, you use the null-value pattern and insert "null records" in foreign tables with id = 0?, may be it can works ... Oscar 2009/1/10 Marco > > I already added not-found="ignore" and that works, but NHiberbate > still tries to fetch the record because CountryID =

[nhusers] Re: Burrow + Multiple databases

2008-12-26 Thread Oscar Orduz Acosta
need! > > On 19 dic, 23:00, "Oscar Orduz Acosta" wrote: > > Hello Manu: > > > > I had similar experience, what I needed were have the same entities but > in > > different databases (even in different Engines i.e Oracle, MsSQl, etc), > so > > we can s

[nhusers] Re: Burrow + Multiple databases

2008-12-19 Thread Oscar Orduz Acosta
Yes, I suppose that was what Fabio suggested 2008/12/19 Tuna Toksöz > Create a jira issue, attach your patch ? > > > On Sat, Dec 20, 2008 at 12:20 AM, Oscar Orduz Acosta wrote: > >> Hi Fabio, >> I don't make JIRA for that matter, but I'm willing to

[nhusers] Re: Burrow + Multiple databases

2008-12-19 Thread Oscar Orduz Acosta
entive people to do the same. > Very good to know. > > 2008/12/19 Fabio Maulo > > Hi Oscar.Do you have add a JIRA ticket with your problem and solution ? >> >> 2008/12/19 Oscar Orduz Acosta >> >> Hello Manu: >>> >>> I had similar experien

[nhusers] Re: Burrow + Multiple databases

2008-12-19 Thread Oscar Orduz Acosta
Hello Manu: I had similar experience, what I needed were have the same entities but in different databases (even in different Engines i.e Oracle, MsSQl, etc), so we can support almost transparently several client implementations in Database but with the same design. I have to custom the code of B

[nhusers] Re: Share transaction in Events 2.0

2008-11-27 Thread Oscar Orduz Acosta
Thanks Ricardo: Yes you're right, that was my firts try, but seems that its state is closed, so it throws an error, and I can't find any way in Burrow to create a temporary session. 2008/11/26 Ricardo Borges <[EMAIL PROTECTED]> > > Hum... You said that are using Burrow for session management bu