I'm not sure it's a bug.  A quick read of the XSD in the spec backs up the
parse exception, the id tag can't contain a join column..

Shouldn't the xml be something like this?

    <attributes>
        <id name="claimVersion">
        </id>
        <many-to-one name="claimVersion">
            <join-column name="CLM_VERS_ID"
referenced-column-name="CLM_VERS_ID" />
        </many-to-one>

    </attributes>

-mike

On Mon, Jul 18, 2011 at 3:52 PM, Pinaki Poddar <ppod...@apache.org> wrote:

> > Hmmm... I don't think I am crazy here
> nope. I think u just found a bug.
> Please file a JIRA.
>
>
> -----
> Pinaki Poddar
> Chair, Apache OpenJPA Project
> --
> View this message in context:
> http://openjpa.208410.n2.nabble.com/It-can-be-done-in-annotations-but-not-in-XML-tp6596288p6596368.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>

Reply via email to