Revision
7796 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 20 10:56:20 2007 UTC
(13 years, 6 months ago)
by
jstuyts
Diff to
previous 7737
SLAMS-25: fixed: if the JAR files have been closed before, the incorrect JAR file is closed while trying to find class or resource.
Revision
7733 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 16 08:03:56 2007 UTC
(13 years, 6 months ago)
by
jstuyts
Diff to
previous 7535
SLAMS-25: fixed: class loader does not properly close JAR files once JAR files should be closed as soon as possible.
Revision
7339 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 24 06:53:13 2007 UTC
(13 years, 7 months ago)
by
jstuyts
Diff to
previous 7337
SLAMS-8: fixed: 'findResource(String)' and 'findResources(String)' must also close the JAR files if the JAR files have been closed before.
Revision
7337 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 23 18:07:19 2007 UTC
(13 years, 7 months ago)
by
jstuyts
Diff to
previous 7336
SLAMS-8: changed to store the temporary files generated by the Mulatrecon class loader in a separate directory.
Revision
7335 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 23 14:34:29 2007 UTC
(13 years, 7 months ago)
by
jstuyts
Diff to
previous 7169
SLAMS-8: fixed: if a component does not directly use a URL returned from 'getResource(String)' the JAR file cannot be closed on undeploy.
Revision
6933 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 29 07:19:30 2007 UTC
(13 years, 8 months ago)
by
jstuyts
Diff to
previous 6802
SLAMS-1: improved error message if the bean for a registration script cannot be found in the adapted container.
Revision
6802 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 15 13:07:31 2007 UTC
(13 years, 8 months ago)
by
jstuyts
Diff to
previous 6587
SLAMS-1: added support for wildcard for accessible beans. This is useful for subcomponent groups that are only used for grouping.
Revision
6587 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 12:20:34 2007 UTC
(13 years, 9 months ago)
by
jstuyts
Diff to
previous 6584
SLAMS-1: added copying of original JAR files of class loader to temporary JAR files. This prevents the relocking of the JAR files if classes and/or resources in them are accessed after Mulatrecon has been closed. This will leave locked JAR files with unique names in the temporary directory, but these can be deleted with, for example, a scheduled task.
Revision
5328 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 8 15:42:46 2007 UTC
(13 years, 11 months ago)
by
jstuyts
Diff to
previous 5327
[MLTRC-25] Implmented alternative component definition for when the component has been disabled by its condition script.
Revision
4931 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 12 11:27:45 2007 UTC
(14 years ago)
by
jstuyts
Diff to
previous 4483
[HREP-149] Small performance improvement by precompiling regular expression.
[HREP-149] Bug fix in handling of library removal patterns.
Revision
4372 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 2 14:10:02 2007 UTC
(14 years, 2 months ago)
by
jstuyts
Diff to
previous 4370
[MLTRC-7] Fixed: layer definition gets added to definition locations.
[MLTRC-8] Renamed FilesystemDefinitionLocation to FilesystemLayerDefinition.
Revision
3383 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 15 07:11:12 2006 UTC
(14 years, 5 months ago)
by
jstuyts
Diff to
previous 3364
Fixed bug that was not caught at the last upgrade of Janino because SAnt did not recompile after changing the dependencies.
Revision
2941 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 2 22:19:55 2006 UTC
(14 years, 7 months ago)
by
jstuyts
Diff to
previous 2940
Improved error reporting by adding the path of the script relative to the Mulatrecon work directory to the exception.
Added 'shutdown()' method for scripts.
Added 'adapted-component-name' bean to adapter so adapter scripts can use the component name.
Revision
2324 -
Directory Listing
-
[select for diffs]
Modified
Sat May 27 16:29:02 2006 UTC
(14 years, 9 months ago)
by
jstuyts
Diff to
previous 2135
Implemented private libraries. The classes in these libraries are not accessible to subcomponents.
Added tests for libraries.
Revision
2093 -
Directory Listing
-
[select for diffs]
Modified
Mon May 8 07:40:14 2006 UTC
(14 years, 9 months ago)
by
jstuyts
Diff to
previous 2091
Subcomponents cannot access beans from parent components by default. The adapter has to explicitly declare which beans are accessible.
Revision
2079 -
Directory Listing
-
[select for diffs]
Modified
Thu May 4 20:50:58 2006 UTC
(14 years, 10 months ago)
by
jstuyts
Diff to
previous 2077
Added convenience methods for creating collections of objects from set, list and properties definitions.
Added Eclipse project directory to SVN ignore list.