[hibernate-commits] Hibernate SVN: r18176 - jpamodelgen/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Dec 8 17:53:55 EST 2009


Author: hardy.ferentschik
Date: 2009-12-08 17:53:55 -0500 (Tue, 08 Dec 2009)
New Revision: 18176

Removed:
   jpamodelgen/trunk/issues.txt
Log:
deleted obsolete issues file

Deleted: jpamodelgen/trunk/issues.txt
===================================================================
--- jpamodelgen/trunk/issues.txt	2009-12-08 22:50:06 UTC (rev 18175)
+++ jpamodelgen/trunk/issues.txt	2009-12-08 22:53:55 UTC (rev 18176)
@@ -1,19 +0,0 @@
-
-- Find host for project
-
-- Implement XML overriding of annotation metadata
-
-- Implement access Type rules for XML metadata
-
-- Investigate why it is not possible to use the Filer API to load non class resources, eg
-  /META-INF/orm.xml. The API throws a FilerException with the message "Illegal name /META-INF".
-  The call is processingEnv.getFiler().getResource((StandardLocation.CLASS_OUTPUT, "/META-INF", "orm.xml" )
-  Currently we work around this by using Class.getResourceAsStream()
-
-- Optimize XML parsing by only processing XML files if they have changed since last run (maybe write 
-  a tmp file against which to compare the last modified time stamp)
-
-- Reduce the amount of logging and make logging configurable using the possibility to pass arguments to
-  the processor using -Akey[=value]
-
-- Write IDE specific plugins which allow to cache processing steps



More information about the hibernate-commits mailing list