Re: [nhusers] nhibernate from a business perspective

2011-04-12 Thread Sidar Ok
. -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok -- You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com. To unsubscribe from this group, send email to nhusers+unsubscr

Re: [nhusers] nhibernate from a business perspective

2011-04-12 Thread Sidar Ok
to this group, send email to nhusers@googlegroups.com. To unsubscribe from this group, send email to nhusers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en. -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok -- You

Re: [nhusers] New blog

2010-08-20 Thread Sidar Ok
/group/nhusers?hl=en. -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok -- You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhus...@googlegroups.com. To unsubscribe from this group, send email

[nhusers] Re: Getting a progress status of long operations

2009-10-27 Thread Sidar Ok
if needed) but I don't think this is what they were meant to do. Am I wrong? Is there another way of doing it? Thanks. -- Fabio Maulo -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received

[nhusers] Re: Work At Home - Earn $30,000 Per Month

2009-08-23 Thread Sidar Ok
://twitter.com/tehlike On Sun, Aug 23, 2009 at 6:06 PM, Minisha Sharma minishahotg...@gmail.comwrote: Work At Home - Earn $30,000 Per Month http://blogrns.googlepages.com/home -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok

[nhusers] Re: HiLo example

2009-08-20 Thread Sidar Ok
examples of this? - Can it be used with MsSQL2005? - When must I to use this strategy? Best regards. -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[nhusers] Re: HiLo example

2009-08-20 Thread Sidar Ok
need to access the same db? /Oskar -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers

[nhusers] Re: Application Hangs in Session.CreateQuery / SetParam

2009-08-14 Thread Sidar Ok
that it is obviously wrong: NativeSQLQuerySpecification.cs, Line 74: CollectionHelper.CollectionEquals(querySpaces, that.querySpaces) querySpaces.Equals(that.querySpaces) On 14 Aug., 09:57, Sidar Ok sida...@gmail.com wrote: Would you mind a sentence of explanation on what the problem

[nhusers] Re: NHIbernate performance vs Entity Framework

2009-08-12 Thread Sidar Ok
is exactly the same... -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers

[nhusers] Re: Use IOC or not?

2009-08-06 Thread Sidar Ok
...@gmail.com wrote: preffers without IoC. What is the opinion of the mastere? Use or not? If it will be beter to use somo IoC. What is most indicated, Castle or Spring?- Ocultar texto das mensagens anteriores - - Mostrar texto das mensagens anteriores - -- Sidar Ok http

[nhusers] Re: How could we enhance NH's documentation?

2009-05-15 Thread Sidar Ok
be defined. * Where should this be done? On nhforge's wiki? * How do we attract potential contributers? * Last but not least: would you contribute? -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received

[nhusers] Re: Can I upgrade from 1.2 to NH 2.1

2009-05-05 Thread Sidar Ok
be reducing some of memory footprint. On May 4, 3:43 pm, Sidar Ok sida...@gmail.com wrote: Keep in mind the breaking changes from 1.2 to 2.1 @codegoblin Can you expand on how you want to use config serialization to reuse configs in different app domain ? Is it that you only don't

[nhusers] Re: Can I upgrade from 1.2 to NH 2.1

2009-05-04 Thread Sidar Ok
in production? -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com

[nhusers] Re: Version

2009-04-27 Thread Sidar Ok
that Repository. Pete http://mrpmorris.blogspot.com http://www.AlterEgos.com - Who do you want to be? -- It is the mark of an educated mind to be able to entertain a thought without accepting it. -- Sidar Ok http://www.sidarok.com http://www.twitter.com

[nhusers] Re: Version

2009-04-27 Thread Sidar Ok
... then have an IAggregateRoot for the actual parent ... so you can just keep walking up the path but none fo the objects carry the ids themselves. As I go through this though I keep hearing too much magic being whispered in my ear. Greg On Mon, Apr 27, 2009 at 11:17 AM, Sidar Ok sida

[nhusers] Re: what limitations exist working with entities without id?

2009-04-16 Thread Sidar Ok
doesn't exists, i will use them only as read-only data with query as IListResult GetResultInPeriod(DateTime start, DateTime end) i know that it's a value object, so my question can ben 'how can i save an indipendent value-object (if it's possible)? -- Sidar Ok http://www.sidarok.com

[nhusers] Re: Validation incl. validation summary

2009-04-15 Thread Sidar Ok
-- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group

[nhusers] Re: 2 basic question

2009-04-07 Thread Sidar Ok
, we want to get a complicated and complex and heavy query , my question is , which one is better in these situations? HQL or native SQL ? if your answer is SQL , can i write my query in hql and get it's sql translate and then run sql for get more quick results ?? thank U All, -- Sidar

[nhusers] Re: Changing the connection string for a session factory

2009-04-06 Thread Sidar Ok
? \ if not, is there another approach I can take? Thanks Paul -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send

[nhusers] Re: Changing the connection string for a session factory

2009-04-06 Thread Sidar Ok
databases all of the same schema. A bit of a waste, no? On 6 Apr, 12:26, Sidar Ok sida...@gmail.com wrote: I am trying to avoid having a seperate sessionfactory for each client. Why ? On Mon, Apr 6, 2009 at 12:28 PM, dagda1 dag...@scotalt.net wrote: Hi, I

[nhusers] Re: Logging Abstraction

2009-03-20 Thread Sidar Ok
, Mar 15, 2009 at 5:20 PM, Sidar Ok sida...@gmail.com wrote: There has been some debates over abstracting the logging, to be able to plug our custom logger into NH and not having to use log4net. Here is a poll to measure the interest on this : http://snappoll.com/poll/318184.php Thanks

[nhusers] Re: Logging Abstraction

2009-03-20 Thread Sidar Ok
number in your opinion ? 2009/3/20 Sidar Ok sida...@gmail.com Hi All, Nearly a week passed by, and here are the results : http://www.snappoll.com/view_results.php?poll_id=318184 *Logging Abstraction Poll for Nhibenate* Do you want to be able to override the logger in NH instead of having

[nhusers] Re: troubleshooting Linq to NHibernate issues

2009-02-12 Thread Sidar Ok
: transformation -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group, send

[nhusers] Re: ORACLE

2009-02-03 Thread Sidar Ok
-issues-for-specific-rdbms.aspx would be useful for us. Thanks. Fabio Maulo P.S. so far I have some unexpected failing tests (I'm sure that Oracle support it). -- Fabio Maulo -- Fabio Maulo -- Fabio Maulo -- Sidar Ok http://www.sidarok.com

[nhusers] Re: ORACLE

2009-02-03 Thread Sidar Ok
may be we can call for them with a blog post in nh-forge ? (so we can drive relevant people to there) On Tue, Feb 3, 2009 at 4:46 PM, Fabio Maulo fabioma...@gmail.com wrote: 2009/2/3 Sidar Ok sida...@gmail.com wow, that's spooky What is important is to have some response from Oracle

[nhusers] Re: Default constructor requirement.

2009-01-02 Thread Sidar Ok
- Automation Software Consultant and Developer at the Town Hall of Vitória -- It is the mark of an educated mind to be able to entertain a thought without accepting it. -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received

[nhusers] Re: GenerateSchemaCreationScript

2008-12-07 Thread Sidar Ok
for the CreatedBy and ModifiedBy in the Component. Those fields are not generated at all - byt the CreatedDate is . What could be the problem ? -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you

[nhusers] Re: serializing NH entities over WCF

2008-10-30 Thread Sidar Ok
. In your described UI-szenario, there seem to be no wcf services aground. So coming back to the initial question, going distributed with e.g. wcf seems not simple/trivial/small to me. -Sebastian Sidar Ok schrieb: Windows forms client apps is multiple clients. It is not the count

[nhusers] Re: serializing NH entities over WCF

2008-10-29 Thread Sidar Ok
, they're more stable than our domain objects and this means less coupling and less worries with clients updates... -- Regards, Luis Abreu -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[nhusers] Re: NHibernate Profiler

2008-10-29 Thread Sidar Ok
Rahien [EMAIL PROTECTED] wrote: I apologize in advance, but I was simply overcame with the need to share. NH Prof: Teaserhttp://ayende.com/Blog/archive/2008/10/29/nh-prof-teaser.aspx -- Tuna Toksöz Typos included to enhance the readers attention! -- Sidar Ok http://www.sidarok.com

[nhusers] Re: serializing NH entities over WCF

2008-10-28 Thread Sidar Ok
, and that serializing to XML is one solution thanks -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com

[nhusers] Re: Field level versioning

2008-10-24 Thread Sidar Ok
, Miika -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group, send email

[nhusers] Re: regarding nhibernate license

2008-10-23 Thread Sidar Ok
://www.castleproject.org http://www.gotfriends.co.il -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com

[nhusers] Re: Sourceforge is killing me

2008-10-15 Thread Sidar Ok
://www.gotfriends.co.il -- Ken Egozi. http://www.kenegozi.com/blog http://www.musicglue.com http://www.castleproject.org http://www.gotfriends.co.il -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[nhusers] Re: Success stories using NH

2008-10-12 Thread Sidar Ok
Typos included to enhance the readers attention! -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com

[nhusers] Re: Success stories using NH

2008-10-12 Thread Sidar Ok
. On Sun, Oct 12, 2008 at 3:41 PM, Fabio Maulo [EMAIL PROTECTED] wrote: 2008/10/12 Sidar Ok [EMAIL PROTECTED] Most issues are revolving around nh being open source and backed by redhat, to my experience. I'm sorry... NH was backed by JBOSS for one year. The day that RedHat buy JBOSS they do

[nhusers] Re: Topics for blog posts

2008-10-12 Thread Sidar Ok
the readers attention! -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group

[nhusers] Re: Excessive Usage of DTOs

2008-10-10 Thread Sidar Ok
://www.oguzbayram.com -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group, send email

[nhusers] Re: Does NH really have Persistence Ignorance with POCOs? (Proxies question)

2008-10-07 Thread Sidar Ok
. Without the help of the community the OSS can't live forever. -- Fabio Maulo -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nhusers group. To post to this group

[nhusers] Re: NHibernate relations

2008-09-22 Thread Sidar Ok
) -- Ken Egozi. http://www.kenegozi.com/blog http://www.musicglue.com http://www.castleproject.org http://www.gotfriends.co.il -- Sidar Ok http://www.sidarok.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google