persistence@glassfish.java.net

version attribute missing in persistence_1_0.xsd

From: Sanjeeb Kumar Sahoo <Sanjeeb.Sahoo_at_Sun.COM>
Date: Thu, 09 Feb 2006 08:03:07 +0530

Hi Mike,

persistence schema does not actually define *version* attribute although
the documentation of the schema tells about its use:

/and indicate the version of the schema by
using the version element as shown below:
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">/

It was recently raised in glassfish forum:
http://forums.java.net/jive/thread.jspa?threadID=12932

Thanks,
Sahoo