Mappings:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" namespace="Main"
assembly="Main">
<class name="A" table="A">
<composite-id name="Id" class="AId">
<key-property name="Id" column="Id" />
<key-property name="SecondId" column="SecondId" />
</composite-id>
<property name="Data" />
</class>
</hibernate-mapping>
Classes are very simple, I hope it is not requred to reproduce the
problem...
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to nhu...@googlegroups.com.
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.