Revision
9947 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 17 13:37:11 2008 UTC
(13 years, 1 month ago)
by
jstuyts
Diff to
previous 9921
SLAMS-32: in addition to making an object unfindable in the RMI registry, also make it unavailable for further use.
Revision
9887 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 14 08:47:04 2008 UTC
(13 years, 1 month ago)
by
jstuyts
Diff to
previous 9885
SLAMS-32: added capability for RMI service registries to use different sockets for communication for remote objects.
Revision
9875 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 14 00:29:31 2008 UTC
(13 years, 1 month ago)
by
jstuyts
Diff to
previous 9874
SLAMS-32: added program to generate a password digest which can be used to prevent storing incoming passwords as plain text.
Revision
9859 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 11 14:04:10 2008 UTC
(13 years, 1 month ago)
by
jstuyts
Diff to
previous 9858
SLAMS-32: changed serializers to not extend the base class provided by Apache XML-RPC because no functionality of the base class is used.
Revision
9047 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 21 17:45:06 2007 UTC
(13 years, 3 months ago)
by
jstuyts
Diff to
previous 9046
SLAMS-32: added exception logging servlet to prevent exception that possibly reveal sensitive information from being sent to the client.
Revision
8822 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 5 11:07:56 2007 UTC
(13 years, 3 months ago)
by
jstuyts
Diff to
previous 8632
SLAMS-32: added capability to check role and optionally a condition for (collections of) arbitrary objects in method rule scripts.
Revision
8631 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 26 12:57:30 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8557
SLAMS-32: created capability for migration steps to indicate that they can migrate from an empty database. This is backward compatible, so existing migration steps should not be affected.
Revision
8557 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 18 08:38:36 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8522
SLAMS-32: made the logoff service also kill the application ticket managed by the A-Select Agent, and remove the session from the ticket verification cache.
Revision
8520 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 10 21:45:37 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8519
SLAMS-32: added preliminary support for small integer and limited-length binary columns.
SLAMS-32: added preliminary support for PostgreSQL 8.2 in combination with JDBC driver 8.2.
Revision
8502 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 10 08:42:22 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8501
SLAMS-32: changed order of insertion statements to prevent race condition with cleanup task.
SLAMS-32: renamed method.
Revision
8490 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 8 12:13:00 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8480
SLAMS-32: changed to not use a clustered index for a binary chunk to prevent expensive movement of records on disk.
Revision
8386 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 12:41:40 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8385
SLAMS-32: added StringTemplate as a dependency. StringTemplate instead of MessageFormat should be used for (at least) generation of SQL statements by the SQL dialects.
Revision
8384 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 11:54:08 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8383
SLAMS-32: added SQL binaries store and remove-on-commit binaries store. Both will eventually replace the storing of files as large binaries.
SLAMS-32: improved the file binaries store.
SLAMS-32: added support matrix of SQL dialects for an overview of unimplemented functionality.
Revision
8383 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 11:54:02 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8382
SLAMS-32: added SQL binaries store and remove-on-commit binaries store. Both will eventually replace the storing of files as large binaries.
SLAMS-32: improved the file binaries store.
SLAMS-32: added support matrix of SQL dialects for an overview of unimplemented functionality.
Revision
8382 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 11:54:00 2007 UTC
(13 years, 4 months ago)
by
jstuyts
Diff to
previous 8271
SLAMS-32: added SQL binaries store and remove-on-commit binaries store. Both will eventually replace the storing of files as large binaries.
SLAMS-32: improved the file binaries store.
SLAMS-32: added support matrix of SQL dialects for an overview of unimplemented functionality.
Revision
8005 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 24 15:37:52 2007 UTC
(13 years, 6 months ago)
by
jstuyts
Diff to
previous 8004
SLAMS-25: added checks for 'null' so the real cause of not being able to retrieve an object ID is clear. Some backend do not throw an exception which indicates the problem is related to the object being 'null'.