Hello Chris,
> -----Original Message-----
> From: Christopher C Worley [mailto:[EMAIL PROTECTED]
> Still having problems with this. I have a question about defining
> extents. In the below explination would C be the only class I would
> have to define the extent classes for or would it be in A?
In the situation C extends B extends A you need:
<class-descriptor class="C">
<extent-class class-ref="B"/>
</class-descriptor>
<class-descriptor class="B">
<extent-class class-ref="A"/>
</class-descriptor>
> >
> > I have been successfull at handling mapping extents (two classes to
> > two tables). Whe I add a third class I get "assertValidPkFields
> > failed for Object of type..." error.
What is the precise message text?
> > is null so it updates the referenceFKs. When it does this it only
> > looks at the B reference which is null. So, I get this error. I
Which B reference?
Can you explain more detailed?
Olli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]