Bug 82 : Add support for excluding specific properties from weaving
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
1.1.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
01/03/2009
Updated 
01/03/2009
Type 
Bug
 
Attachments 
No attachments

Such as AspectJ fields ...

See: http://www.avaje.org/topic-119.html

 
Rob 01 Mar 08:41
Changed com.avaje.ebean.server.deploy.parse.CreateProperties to support this

Will ignore "_ebean_" and "ajc$instance$" by default ... with the ability to specify other fields to ignore using a configuration property.

ebean.enhancement.ignorefields=xxx

... where xxx is a comma delimited list of field name prefixes that Ebean should ignore.

Rob 01 Mar 08:43
Fixed in HEAD

Put this fix into HEAD.

woResponse

Upload a file