Hi, How is this related to OPENJPA-513? I believe that having the ListenerImpl defined in the persistence-unit-defaults is important for the semantics of the test.
-Patrick On Thu, Feb 21, 2008 at 8:10 AM, <[EMAIL PROTECTED]> wrote: > Author: kwsutter > Date: Thu Feb 21 08:10:22 2008 > New Revision: 629845 > > URL: http://svn.apache.org/viewvc?rev=629845&view=rev > Log: > OPENJPA-513. Ported change back to 1.0.x release. > > Modified: > > openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/test/resources/META-INF/listener-orm.xml > > Modified: > openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/test/resources/META-INF/listener-orm.xml > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/test/resources/META-INF/listener-orm.xml?rev=629845&r1=629844&r2=629845&view=diff > > ============================================================================== > --- > openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/test/resources/META-INF/listener-orm.xml > (original) > +++ > openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/test/resources/META-INF/listener-orm.xml > Thu Feb 21 08:10:22 2008 > @@ -21,16 +21,17 @@ > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm > orm_1_0.xsd" > version="1.0"> > - <package>org.apache.openjpa.persistence.callbacks</package> > - <entity class="EntityListenerEntity"> > - <exclude-default-listeners>true</exclude-default-listeners> > - </entity> > <persistence-unit-metadata> > <persistence-unit-defaults> > <entity-listeners> > - <entity-listener class="ListenerImpl"> > + <entity-listener class= > + > "org.apache.openjpa.persistence.callbacks.ListenerImpl"> > </entity-listener> > </entity-listeners> > </persistence-unit-defaults> > </persistence-unit-metadata> > + <package>org.apache.openjpa.persistence.callbacks</package> > + <entity class="EntityListenerEntity"> > + <exclude-default-listeners/> > + </entity> > </entity-mappings> > > > -- Patrick Linskey 202 669 5907
