Commit Graph

63 Commits

Author SHA1 Message Date
Ben Alex 96196bd637 SEC-179: Upgrade to Spring 2.0-M2. 2006-02-09 05:36:06 +00:00
Matthew Porter 53dcdf7e89 If childObject is a collection, add the objects in the collection. 2005-12-28 20:59:53 +00:00
Carlos Sanchez b0d65259b6 Changed groupId to org.acegisecurity 2005-12-22 16:40:22 +00:00
Carlos Sanchez 27efd13532 Set version to 1.0.0-SNAPSHOT preparing for next version 2005-12-22 16:32:12 +00:00
Carlos Sanchez f226dfb67f Use ISO encoding to avoid problems 2005-12-22 16:27:44 +00:00
Carlos Sanchez 39cf954a45 Improved m2 poms 2005-12-22 16:17:37 +00:00
Carlos Sanchez f662ed5890 Ignore eclipse project files 2005-12-22 13:41:33 +00:00
Ben Alex 2f852f6cbd Prepare 1.0.0 RC1. 2005-12-03 22:41:38 +00:00
Ben Alex d45f9a0560 Change next version to 1.0.0 RC1. 2005-11-30 00:32:30 +00:00
Ben Alex a5d33af2e6 Remove classes. 2005-11-26 09:20:37 +00:00
Ben Alex 6a1a4abb1d SEC-104: Move to org.acegisecurity package. 2005-11-17 00:56:49 +00:00
Scott McCrory 79c3ba521b Resolved and/or inhibit build warnings as seen in Eclipse 3.1. Please refer to http://opensource2.atlassian.com/projects/spring/browse/SEC-93 for more info. 2005-11-11 22:37:38 +00:00
Ben Alex f569afe6f5 Change versions for 1.0.0-SNAPSHOT. 2005-11-11 04:22:48 +00:00
Ben Alex a4aa477770 Release 0.9.0 2005-11-11 04:01:06 +00:00
Luke Taylor 8b88700079 Tidied up cut-n-pasted Javadoc. 2005-11-06 21:45:49 +00:00
Carlos Sanchez b2363dfe07 SEC-62 Add maven 2 support 2005-10-06 20:53:08 +00:00
Carlos Sanchez 29e3daaab6 Removed redundant groupId (inherited from parent) 2005-10-06 20:01:29 +00:00
Ben Alex 1455029435 Refactor lifecycle methods into separate files, so that subclasses can extend specific classes or interfaces to achieve the desired subset of lifecycle capabilities. 2005-09-15 08:13:09 +00:00
Ben Alex be578c99d1 Add setId(Long) back into class, as Hibernate 3.0.5 gives Lazy Initialization Exception if using field="access" when trying to do a getId() on a lazily loaded association. 2005-09-09 06:10:13 +00:00
Ben Alex ddd69c751f Automatically ensure Validators accessing DAOs receive detached instances. Also provide DetachmentContextHolder ThreadLocal, so that this behaviour can be specified whenever required. 2005-09-09 03:59:34 +00:00
Ben Alex 1119b665f8 Make createOrUpdate(E) delegate to Manager methods, not to the DAO method of the same name. 2005-09-09 03:58:04 +00:00
Ben Alex 3794c608ad Remove setId(Long). This means access="field" needs to be used with Hibernate. 2005-09-09 03:56:58 +00:00
Ben Alex 61df8e9f7b Support multiple SessionFactory instances (not just one). 2005-09-04 23:08:02 +00:00
Ben Alex fc1fe03871 Automatically introspect generic to determine supports(Class) instead of relying on IoC container or Java code to specify it. 2005-08-21 10:36:26 +00:00
Ben Alex ebb99abc78 Ensure that classes implementing the BindBeforeValidation interface have the method called *before* validation, as Validator implementations will sometimes check the properties modified by BindBeforeValidation implementations. 2005-08-21 10:34:50 +00:00
Ben Alex c5e060dc09 Fix generics. 2005-08-21 10:31:41 +00:00
Ben Alex 975de1e043 Add .cvsignore files so that empty directories are created in CVS. Remove package.html files that do not belong to a particular package and were simply directory markers. 2005-08-21 08:19:02 +00:00
Scott McCrory 6018ef22a8 Replaced .cvsignore placeholders for package.html files (which also serve some doccumentary purpose). 2005-07-25 22:55:00 +00:00
Scott McCrory 9fc7717d20 Added .cvsignore as a placeholder so that CVS retains these directories upon checkout. 2005-07-24 23:16:34 +00:00
Ben Alex 2e51880608 Remove annotations after discussion with Matthew Porter. 2005-05-26 01:47:29 +00:00
Ben Alex ee3a14ab1b Improve logging. 2005-05-17 01:05:13 +00:00
Ben Alex 14e384051b Improve logging. 2005-05-17 00:06:15 +00:00
Ben Alex 0b6d0a5798 Remove finals - conflicts with CGLIB generated classes. 2005-05-17 00:06:09 +00:00
Ben Alex c1d156e363 Handle multiple Validators.support()ing a given class. 2005-05-14 05:04:07 +00:00
Ben Alex 307cd35b9c More fetching/initialization related fine-tuning. 2005-05-14 01:35:13 +00:00
Ben Alex 4f2f6a5004 Improve logging to detect mismatched Validator:Class combinations. 2005-05-14 01:34:33 +00:00
Ben Alex 32646b5581 More eager/lazy fetching optimisations. 2005-05-13 07:14:32 +00:00
Ben Alex c9fc2684ad Some initial fetching strategy comments. 2005-05-12 06:29:31 +00:00
Ben Alex c5101a259a Move to Hibernate 3.0.3. 2005-05-12 06:07:17 +00:00
Ben Alex 37983a0689 Refactor toString() so it doesn't break with lazy loaded associations. 2005-05-12 06:06:57 +00:00
Ben Alex 5dcbb416ec Add initialization support. 2005-05-12 06:06:20 +00:00
Ben Alex 0425724b4f Add services layer generics to Domain subproject. 2005-05-10 03:21:36 +00:00
Ben Alex 5f1cb77e40 Domain subproject Java 1.5 compatibility. 2005-05-09 03:35:57 +00:00
Ben Alex fa6924a373 Update project workspace settings to Java 1.5. NB: Maven remains at 1.3 compatibility for all subprojects except "domain". It is recommended the Eclipse "Problems" view be customised to not display items containing "Type Safety:" in their description. Developers should NOT introduce 1.5+ dependencies to any projects apart from "domain". 2005-05-09 01:18:31 +00:00
Ben Alex a68d720e88 Prepare for 0.9.0. 2005-04-20 22:43:46 +00:00
Ben Alex 4cf500763f Release 0.8.2. 2005-04-20 14:15:03 +00:00
Ben Alex 4d15375421 Update to match Spring 1.2-RC2's Hibernate version. 2005-04-20 12:30:40 +00:00
Ben Alex 28a960cfab Handle null domain ojbect (useful if a search didn't find a match). 2005-04-20 12:06:47 +00:00
Ben Alex cea4bf11d1 Add scrollWithSubclasses() method. 2005-04-20 12:06:23 +00:00
Ben Alex 958a45af69 Refactor to use an inner class, as per the standard Java SDK Iterator implementations. 2005-04-20 12:05:54 +00:00