Re: inheritence with composite user type

2010-01-09 Thread Markus Zywitza
It's an AR issue then and not an NH issue. Can you open an issue at donjon? -Markus 2010/1/8 MixMasta mgluc...@gmail.com: the hbm files do not contain the definition for the composite type. joined-subclass name=CustomPromotionRecord, Business table=PokerPromotion      key

Re: inheritence with composite user type

2010-01-09 Thread Markus Zywitza
Forget this mail. We already have an (ancient) issue on this: AR-ISSUE-180. -Markus 2010/1/9 Markus Zywitza markus.zywi...@gmail.com: It's an AR issue then and not an NH issue. Can you open an issue at donjon? -Markus 2010/1/8 MixMasta mgluc...@gmail.com: the hbm files do not contain the

Re: inheritence with composite user type

2010-01-09 Thread Krzysztof Koźmic
h, I was just about to start working on this :) On 2010-01-09 19:17, Markus Zywitza wrote: Forget this mail. We already have an (ancient) issue on this: AR-ISSUE-180. -Markus 2010/1/9 Markus Zywitzamarkus.zywi...@gmail.com: It's an AR issue then and not an NH issue. Can you open an

Re: inheritence with composite user type

2010-01-09 Thread Markus Zywitza
Fixed in trunk. Please update to trunk and try whether it works. -Markus -- 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 from this group, send

Re: inheritence with composite user type

2010-01-08 Thread MixMasta
the hbm files do not contain the definition for the composite type. joined-subclass name=CustomPromotionRecord, Business table=PokerPromotion key column=PokerPromotionId / property name=PurchaseMatchPercentage access=property type=System.Decimal column

inheritence with composite user type

2010-01-07 Thread MixMasta
Hi, I am using table inheritence and finding that my custom composite user type in my subclass is not being persisted. All the other properties are being set correctly. [ActiveRecord(Promotion), JoinedBase] public class PromotionRecord : ActiveRecordBasePromotionRecord { }

Re: inheritence with composite user type

2010-01-07 Thread Mauricio Scheffer
Please enable the debug mode and post the generated hbms. http://using.castleproject.org/display/AR/Configuration+Reference#ConfigurationReference-IsWebandThreadInfoTypeandIsDebug On Jan 7, 6:44 am, MixMasta mgluc...@gmail.com wrote: I outputted the SQL and it does not pick up the composite

Re: inheritence with composite user type

2010-01-07 Thread Mauricio Scheffer
Please enable the debug mode and post the generated hbms http://using.castleproject.org/display/AR/Configuration+Reference#ConfigurationReference-IsWebandThreadInfoTypeandIsDebug On Jan 7, 6:44 am, MixMasta mgluc...@gmail.com wrote: I outputted the SQL and it does not pick up the composite