summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18MorelookupAndrew Branson
2013-03-18Extracted LDAP specifics into subpackageAndrew Branson
2013-03-18Initial Interface creation. Some compilation problems remain.Andrew Branson
2013-03-18CCCS public repoAndrew Branson
2013-03-06Test properties file and memory cluster storage for testing.Andrew Branson
2013-02-28Memory-only cluster storage for testing.Andrew Branson
Test properties file.
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
2013-02-28RemoveNonStrongRefCache, as it didn't add anything to Map.Andrew Branson
2013-02-27Script testing and resulting fixesAndrew Branson
2013-02-27Catch wrong class of C2KLocalObject being fedAndrew Branson
2013-02-25Throw error properly if script engine not found.Andrew Branson
Fixes #104
2013-02-202.4-SNAPSHOTAndrew Branson
2013-02-19Changelog release dates addedAndrew Branson
2013-02-192.3.3 ChangelogAndrew Branson
2013-02-18No need for the 2 second thread wait for client processes.Andrew Branson
2013-02-14Fold script console environment into Script.Andrew Branson
Add support for 'textFiles/consoleScript.lang.txt' console function declarations in kernel and modules. Use that context for ScriptConsole network consoles and new ShellConsole client process.
2013-02-14Give module namespace in text resource load log.Andrew Branson
2013-02-14Add mCurrentUser property for logged in client processes.Andrew Branson
2013-02-14Remove beanshell for now.Andrew Branson
2013-02-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding
2013-02-13Log header changed from c2kernel to CRISTAL for clarityAndrew Branson
2013-02-13Global catch in Script extended to all Throwables.Andrew Branson
2013-02-13Removed isServer boolean - implied by AbstractMain.runningAsWrapperAndrew Branson
2013-02-08Logging and exception cleanupAndrew Branson
2013-02-04Import cleanupAndrew Branson
2013-02-04Move server startup script execution to the end of the item registrationAndrew Branson
for that module.
2013-02-04Cleanup module import log messagesAndrew Branson
2013-02-04Write Import outcomes directly to storage.Andrew Branson
Add optional timestamp override to Import. If missing, defaults to now.
2013-02-04Cleanup timestamp exceptionAndrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
specified in the Activity properties, making it possible to derive previous states of the Viewpoint. Closes #96 Cleanup outcome storing code. Throw an exception if SchemaType filled in and outcome is empty.
2013-01-25I AM A GOLDEN GOD OF I18NAndrew Branson
2013-01-25Fix unsynchronized gap between check and retrieve of memcache object.Andrew Branson
2013-01-24Signal stopping to the wrapper managerAndrew Branson
2013-01-24LDAP search by property. Returns EntityPaths though.Andrew Branson
2013-01-24Rename schema file to drop the '2' from cristalAndrew Branson
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2013-01-16POM cleanupAndrew Branson
2013-01-15cristal. prefix on repo idsAndrew Branson
2013-01-15Fix Nexus portAndrew Branson
2013-01-14Move to NexusAndrew Branson
2013-01-14Correct ORB properties for hostname and port IOR configAndrew Branson
2012-12-18Added optional WeakCache to hold fewer ClusterStorage objects in memory.Andrew Branson
Enabled with Storage.useWeakCache property. Useful for large imports and other operations that involve accessing a large number of items over a short period.
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
XMLDBs that may not return lexigraphically identical documents
2012-12-14Do Schema parsing in the Schema object rather than the ValidatorAndrew Branson
2012-11-30Report module dependency shuffling in logAndrew Branson
2012-11-26Removed old cmdline switched from usage()Andrew Branson
2012-11-26Clean up module exception.Andrew Branson
Merge circular module dependency check with unmet check, earlier in the process.
2012-11-26Fail more gracefully if the Workflow version wasn't suppliedAndrew Branson
2012-11-26List of current cluster types for use by storage implementationsAndrew Branson
2012-11-26Write console port to server item even if it's been automaticallyAndrew Branson
generated.