Re: Castle Activerecord Nuget Package

2011-02-05 Thread Jason Sznol
I created a package for the latest activerecord beta. I will update the package when I get a hang of the source code transformations and I think I need to update some dependencies since some of the dependencies are resolved through the nhibernate package but all in all I think its working. --

Castle Activerecord Nuget Package

2011-01-23 Thread Jason Sznol
I was just curious if there were any plans to add the Activerecord package to the Nuget package manager and if not would any of the developers be opposed to myself or someone else taking the liberty of doing the work to accomplish this? -- You received this message because you are subscribed to

NHibernate 3.0 w/ ActiveRecord

2010-08-09 Thread Jason Sznol
Does anyone know how to build ActiveRecord against NHibernate 3.0 or if there is a release planned? -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-us...@googlegroups.com. To unsubscribe

Re: ActiveRecord NHibernate.Search not working.

2010-08-06 Thread Jason Sznol
I still need help with this if anyone can take a look. On Jul 28, 7:58 am, Jason Sznol jasonsz...@gmail.com wrote: The same query in the line of code above used in an external Lucene search tool returns results. This is why I cannot figure out what is wrong. -Jason On Jul 28, 4:07 am

Re: ActiveRecord NHibernate.Search not working.

2010-07-28 Thread Jason Sznol
search criteria. This would mean that your lucene query has no results. -Markus 2010/7/26 Jason Sznol jasonsz...@gmail.com: Can anyone help me get the NHibernate.Search functionality working in my project. I have been scouring the internet for days looking for answers but I cannot seem

ActiveRecord NHibernate.Search not working.

2010-07-25 Thread Jason Sznol
Can anyone help me get the NHibernate.Search functionality working in my project. I have been scouring the internet for days looking for answers but I cannot seem to find out what the problem is with my code. I read through the using page on the castle website on how to setup search. I have my

RelationType.List violates Primary Key Constraint.

2010-05-26 Thread Jason Sznol
When trying to add a List to the database by using HasMany with a RelationType.List, on create() it will throw a violates primary key constraint exception. This is cause by an update being run after the entire list has been saved to the database where it goes through and starts to change the

Re: ActiveRecord 2.0

2009-08-03 Thread Jason Sznol
Is the 2.0 Release of ActiveRecord built with the AllowPartiallyTrustedCallers attribute or do we still need to follow the special build instructions from the trunk of AR? On Aug 1, 10:43 am, Markus Zywitza markus.zywi...@gmail.com wrote: Hello ActiveRecord 2.0 was just released. Download it

Re: NHContrib ProxyGenerator: Static Proxies for Medium Trust

2009-08-03 Thread Jason Sznol
post back when I have some more concrete information. On Aug 1, 2:16 am, Jonathon Rossi j...@jonorossi.com wrote: Do you have more details of the errors you are getting running DP under medium trust? On Sat, Aug 1, 2009 at 3:07 AM, Jason Sznol jasonsz...@gmail.com wrote: Thank you

Re: NHContrib ProxyGenerator: Static Proxies for Medium Trust

2009-08-03 Thread Jason Sznol
. On Aug 3, 4:03 pm, Jason Sznol jasonsz...@gmail.com wrote: The issue isn't specifically with DP under medium trust. The static proxy builder during the unit testing and subsequently at compile time in my application is not finding the proxy classes in the assembly file that it should be generating

Re: NHibernate.AssertionFailure: Models not creating in DB.

2009-08-03 Thread Jason Sznol
occasion. However, it went away when I corrected the mapping... -Markus 2009/7/31 Jason Sznol jasonsz...@gmail.com [ActiveRecord(SaleProperties)]    public class SaleProperty : ActiveRecordValidationBaseSaleProperty, IAddressable, ISalePropertyBindable, IVisible, IPictures, IRooms

NHibernate.AssertionFailure: Models not creating in DB.

2009-07-31 Thread Jason Sznol
Hello all, I've been racking my brain on this problem for a few days. I have the following error messages in my logs and I'm completely baffled as to why they are occurring: 20:26:26 [6] ERROR NHibernate.AssertionFailure - An AssertionFailure occurred - this may indicate a bug in NHibernate or

NHContrib ProxyGenerator: Static Proxies for Medium Trust

2009-07-31 Thread Jason Sznol
I'm currently using the ProxyGenerator to create static proxies for my domain model so that I can use lazy loading when running my application under Medium Trust (Godaddy like to make things difficult). I am not entirely sure how Proxy generation works with this project but I was under the

Re: Multiple HasMany Relationships to a Single Entity (Schema Generation)

2009-06-04 Thread Jason Sznol
I don't want to start a new topic regarding this but I was able to fix my problem. By putting a HasAndBelongsToMany Attribute on my three entities owning the last entity, I was able to force ActiveRecord and hbm2ddl to use a join table so the schema looks like this (ParentEntityTable x