users@jpa-spec.java.net

[jpa-spec users] [jsr338-experts] Re: updated spec draft and xsds

From: Steve Ebersole <steve.ebersole_at_redhat.com>
Date: Fri, 08 Feb 2013 11:07:44 -0600

There is a discrepency between orm.xsd and the spec. orm.xsd defines
that join-table lists that foreign-key should be a sub-element, however
@JoinTable does not define a foreignKeys attribute.


On Tue 05 Feb 2013 06:48:12 PM CST, Linda DeMichiel wrote:
>
> I've posted a new spec draft with the updated schema generation metadata
> to the project Downloads area. This draft also contains the updated
> persistence and orm schemas. I have also uploaded these xsd files to
> the Downloads area.
>
> Notice that the namespace in the schemas has changed, as we will no
> longer
> be using java.sun.com for new work. There are no other modifications to
> the schema for the persistence.xml, but since we have changed the orm
> schema,
> I figured it would be less confusing if both xsd files were updated.
>
> -Linda