Commit Graph

73 Commits

Author SHA1 Message Date
Ulrik Sandberg
beb9ba6a25 Moved the pooling code from sandbox. 2007-11-26 23:37:04 +00:00
Ulrik Sandberg
8dbd7d9bcf Restructured the pooling code. 2007-11-26 23:28:27 +00:00
Ulrik Sandberg
1240921378 Began restructuring the pooling code. 2007-11-26 23:18:10 +00:00
Ulrik Sandberg
3afc0f6de9 Began restructuring the pooling code. 2007-11-26 23:16:21 +00:00
Ulrik Sandberg
77eccd0507 Removed invalid import. 2007-11-26 20:41:13 +00:00
Ulrik Sandberg
68c25238fd Fixed incorrect import of DefaultDirObjectFactory. 2007-10-08 22:12:16 +00:00
Mattias Arthursson
327a20bbf3 Work in progress for the Virtual List View 2007-09-07 13:14:39 +00:00
Mattias Arthursson
8eefe31dfa Work in progress for the Virtual List View 2007-09-07 09:33:43 +00:00
Ulrik Sandberg
795d253788 Improved VLV javadoc with ASN.1 details. 2007-08-05 22:03:02 +00:00
Ulrik Sandberg
197e68f4d5 Fixed incorrect import. 2007-07-27 16:59:21 +00:00
Ulrik Sandberg
8be3672124 LDAP-68 Move SortControlDirContextProcessor from sandbox 2007-05-12 18:49:50 +00:00
Ulrik Sandberg
a974f542a1 LDAP-68 Move SortControlDirContextProcessor from sandbox 2007-05-12 18:44:31 +00:00
Ulrik Sandberg
ea3c0fd66b LDAP-54: Adjust copyright year in all source files
http://opensource.atlassian.com/projects/spring/browse/LDAP-54
2007-04-27 07:42:58 +00:00
Ulrik Sandberg
f3a54c72d2 No longer throwing DataAccessException from ContextSource. 2007-04-01 22:06:52 +00:00
Mattias Arthursson
97037a89c8 Unit test for ThreadLocalAuthenticationSource 2007-03-01 18:46:30 +00:00
Mattias Arthursson
c4b6243995 Created ThreadLocalAuthenticationSource. 2007-03-01 18:27:59 +00:00
Ulrik Sandberg
62e6b69b15 Convert pooling code to Java 1.4. 2007-02-25 17:51:12 +00:00
Ulrik Sandberg
0044599375 Added copyright text. 2007-02-25 17:49:14 +00:00
Ulrik Sandberg
bab55a68b8 Now using the top-level callback handler classes. 2007-02-25 17:47:43 +00:00
Ulrik Sandberg
336342dd75 Port donated connection pool to Java 1.4 2007-02-23 17:55:33 +00:00
Mattias Arthursson
951c2e775d LDAP-29: Implement transaction support for Spring LDAP. 2007-02-18 12:49:58 +00:00
Mattias Arthursson
b99bdffd1e Added integration test and license information where it was missing. 2007-02-18 11:39:21 +00:00
Mattias Arthursson
231ad4bd01 Added crude two-phase emulation in commit. 2007-02-13 17:59:35 +00:00
Mattias Arthursson
183c18962d Introduced ContextSourceTransactionManagerDelegate and ContextSourceAndDataSourceTransactionManager. 2007-02-12 17:30:22 +00:00
Mattias Arthursson
760440ae6e Introduced ContextSourceTransactionManagerDelegate and ContextSourceAndDataSourceTransactionManager. 2007-02-12 17:29:51 +00:00
Mattias Arthursson
3fffbf1408 Introduced ContextSourceTransactionManagerDelegate and ContextSourceAndDataSourceTransactionManager. 2007-02-12 17:28:24 +00:00
Mattias Arthursson
f79341ac4e Modified javadocs 2007-02-06 18:44:35 +00:00
Mattias Arthursson
146ac4123f Added javadocs. 2007-01-22 19:01:34 +00:00
Ulrik Sandberg
e237b16146 Moved controls to the new package. 2007-01-21 21:45:47 +00:00
Mattias Arthursson
fdbb158d64 Moved from ldap.support.transaction to ldap.transaction and ldap.transaction.core 2007-01-21 18:23:34 +00:00
Mattias Arthursson
8cc86d61ef Renamed CompensatingTransactionDataManager and made it responsible for performing operations as well as keeping track of OperationExecutors.
Also made it possilbe to specify TempEntryRenamingStrategy in ContextSourceTransactionManager.
2007-01-21 15:28:40 +00:00
Ulrik Sandberg
20729ba640 Added SortControlDirContextProcessor to sandbox, because no sort support in openldap. 2007-01-20 00:08:24 +00:00
Mattias Arthursson
6c7f64d6f3 Fixed compensation for proxy being injected as contextSource to ContextSourceTransactionManager. 2007-01-18 19:47:10 +00:00
Mattias Arthursson
ac20372706 Minor fix to RebindOperation and UnbindOperation 2007-01-18 19:37:44 +00:00
Mattias Arthursson
026c836b13 Changed names of CompensatingTransactionRecordingOperation and CompensatingTransactionRollbackOperation, and all implementing classes accordingly.
Also fixed some javadocs.
2007-01-15 20:17:09 +00:00
Ulrik Sandberg
5a412aa29a Removed unused imports. 2007-01-14 21:58:56 +00:00
Ulrik Sandberg
a69612852a Get sandbox to compile with Ant. 2007-01-14 21:26:49 +00:00
Mattias Arthursson
b0d59d2236 Introduced TempEntryRenamingStrategy. 2007-01-14 16:20:30 +00:00
Mattias Arthursson
d7c5ac6ccd Introduced TempEntryRenamingStrategy. 2007-01-14 16:19:09 +00:00
Mattias Arthursson
8099b2e312 Changed strategy for rebind and unbind, storing renaming the entry temporarily.
This caused changes in CompensatingTransactionRollbackOperation - 
this interface along with implementing classes should be renamed.
2007-01-13 13:10:58 +00:00
Ulrik Sandberg
b30e4ef5c6 IN PROGRESS - issue LDAP-4: Translate LDAP error codes
http://opensource.atlassian.com/projects/spring/browse/LDAP-4
2007-01-12 16:20:49 +00:00
Ulrik Sandberg
1690853dc3 LDAP-33: Remove package dependency cycle. 2007-01-12 10:38:27 +00:00
Ulrik Sandberg
9326a80b53 Preparing to replace the exceptions. 2007-01-09 22:55:20 +00:00
Ulrik Sandberg
7e5586a255 LDAP-18: Deprecated the userName property in AbstractContextSource and changed it to the more correct userDn. 2007-01-07 17:19:02 +00:00
Mattias Arthursson
bac2c2b51f Updated todo 2007-01-07 16:40:41 +00:00
Mattias Arthursson
457fb52871 Fixed imports. 2007-01-07 14:35:04 +00:00
Ulrik Sandberg
b46411073d Changed to port 3900 (>1024) to enable non-root integration testing on UNIX. 2007-01-07 01:20:55 +00:00
Ulrik Sandberg
6f0d3190cf Upgraded to ApacheDS 1.0.0. 2007-01-06 21:13:04 +00:00
Mattias Arthursson
ce7fd3704f Compensating rollback operations are now not stored until the target operation has been successfully performed. 2007-01-06 16:53:36 +00:00
Mattias Arthursson
c96911a670 Compensating rollback operations are now not stored until the target operation has been successfully performed. 2007-01-06 16:52:56 +00:00