Component & Reveal

Original Post Shane C's Avatar

Shane C

05 Jun, 2010 08:09 PM via web

I have the following class:

public class BusinessTransaction
{
   private Hold _onHold;
}

And the following BusinessTransaction mapping:

Component(Reveal.Member("_onHold"))
   .ColumnPrefix("{property}_");

I also have a ComponentMap for Hold. When I build my session factory I get the following error: "Unable to find external component for 'Object', referenced from property '_onHold' of 'BusinessTransaction'."

Any thoughts?

Thanks,

Shane

    Reply to this discussion

    Preview Comments are parsed with Markdown. Help with syntax

    Attached Files

      You can attach files up to 10MB

      What day comes after Monday?

      Recent Discussions

      05 Jul, 2010 10:29 PM
      05 Jul, 2010 12:45 PM
      05 Jul, 2010 12:42 PM
      05 Jul, 2010 12:17 PM
      05 Jul, 2010 12:12 PM

       

      03 Jul, 2010 12:26 AM
      02 Jul, 2010 02:17 PM
      02 Jul, 2010 08:18 AM
      02 Jul, 2010 12:20 AM
      01 Jul, 2010 10:14 PM