views:

43

answers:

1

I am trying to integrate entities defined with ActiveRecord and entities mapped with plain-old .hbm files.

I need to have associations between the two, i.e.:

ActiveRecordEntity.HbmEntity

&

HbmEntity.ActiveRecordEntity

The only thing I've bumped into that seems at all related is the ActiveRecordMediator but it didn't look like it would support this case exactly.

+1  A: 

This isn't implemented (yet!). See this question for more information, it's the same case.

Mauricio Scheffer
Ok, that's what I'd seen already. I was hoping that it'd been done since then...
brendanjerwin
@brendanjerwin: here's the placeholder: http://github.com/castleproject/Castle.ActiveRecord/blob/master/src/Castle.ActiveRecord/Framework/Config/XmlNhibernateMapping.cs
Mauricio Scheffer