Commit Graph

70 Commits

Author SHA1 Message Date
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
d90c7dd2ea IN PROGRESS - issue LDAP-14: Exceptions not Serializable
http://opensource.atlassian.com/projects/spring/browse/LDAP-14
2007-02-25 17:01:06 +00:00
Ulrik Sandberg
7377288dbf Port donated connection pool to Java 1.4 2007-02-23 17:55:53 +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
Ulrik Sandberg
697a9914a9 OPEN - issue LDAP-34: Move itest-targets.xml to common-build
http://opensource.atlassian.com/projects/spring/browse/LDAP-34
2007-01-19 09:58:25 +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
Ulrik Sandberg
73c3ff8843 LDAP-35: Upgrade to Spring 2.0.2. 2007-01-16 23:20:40 +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
81f9eeebb1 Get sandbox to compile with Ant. 2007-01-14 21:55:47 +00:00
Ulrik Sandberg
61c060a88a Fixed problem with itest includes and excludes. 2007-01-14 21:54:36 +00:00
Ulrik Sandberg
a69612852a Get sandbox to compile with Ant. 2007-01-14 21:26:49 +00:00
Ulrik Sandberg
1306a79dca Fixed an incorrect path property. 2007-01-14 20:32:06 +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
4521360748 Upgraded to ApacheDS 1.0.0. 2007-01-07 01:25:02 +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
Ulrik Sandberg
0958671409 Upgraded to ApacheDS 1.0.0. 2007-01-06 21:10:41 +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
Mattias Arthursson
83f1073a96 Compensating rollback operations are now not stored until the target operation has been successfully performed. 2007-01-06 16:52:21 +00:00
Mattias Arthursson
f715dcc0ef Compensating rollback operations are now not stored until the target operation has been successfully performed. 2007-01-06 16:50:01 +00:00
Mattias Arthursson
4a8541ae2e Compensating rollback operations are now not stored until the target operation has been successfully performed. 2007-01-06 16:49:29 +00:00
Ulrik Sandberg
1355ac7368 Moved core classes to ldap.core package. 2007-01-05 16:17:48 +00:00
Ulrik Sandberg
302c7143f3 Changed all Spring config files to XSD. 2006-12-31 15:46:49 +00:00