Author: ppoddar
Date: Tue Aug 22 17:39:00 2006
New Revision: 433815

URL: http://svn.apache.org/viewvc?rev=433815&view=rev
Log:
A message for PersistenceAware class being added as PersistenceCapable also.

Modified:
    
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties

Modified: 
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties?rev=433815&r1=433814&r2=433815&view=diff
==============================================================================
--- 
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
 (original)
+++ 
incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
 Tue Aug 22 17:39:00 2006
@@ -257,6 +257,8 @@
     group "{0}".
 unknown-fg: Attempt to add fetch group "{0}" to type field "{1}" failed. \
     This fetch group has not been defined.
+pc-and-aware: Attempt to register "{0}" as a persistence-aware class failed. \
+       The same class has been registered as persistence-capable 
already.=======
 no-metadatafactory: No configuration properties were found. If you are \
     using Ant, please see the <properties> or <propertiesFile> attributes \
     of the task''s nested <config> element.


Reply via email to