Unable to initialise repository http://castellcore.org/svn/castellcore/ due to com.cenqua.fisheye.config.ConfigException:Could not access http://castellcore.org/svn/castellcore/ : org.tigris.subversion.javahl.ClientException: svn: Could not open the requested SVN filesystem svn: PROPFIND of '/svn/castellcore': 500 Internal Server Error (http://castellcore.org)

branches

  • Filter
Noctarius

committed 199 to CastellCore

06 Jul 09
added General Testsings for small code pieces to test
Noctarius

committed 198 to CastellCore

06 Jul 09
added CastellCoreBootup to project tree
added alias $ for getBean to CoreBasicComponent, means <b>IManagedComponent foo = $(IFoo.class);</b> can be used to create a new instance
Noctarius

committed 197 to CastellCore

06 Jul 09
Directory 'CastellCoreBootup' created by IntelliJ IDEA
added CastellCoreBootup
Noctarius

committed 192 to CastellCore

22 Mar 09
Directory 'GeneralTestings' created by IntelliJ IDEA
Noctarius

committed 191 to CastellCore

22 Mar 09
added isArray assertion to AssertHelper
Noctarius

committed 190 to CastellCore

20 Mar 09
changed implementation of StringArrayConverter to support mixed parameter arrays
Noctarius

committed 187 to CastellCore

20 Mar 09
Noctarius

committed 183 to CastellCore

17 Mar 09
added unmodifiableList wrapper for listIterator() and iterator() to prevent making changed to the returned snapshots. (thx to nbali to that tipp :))
Noctarius

committed 176 to CastellCore

16 Mar 09
added inteface IIdentifierManager for handling @Identifier annotations
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface