summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2013-08-28CastorXMLUtility switched to recommended XMLContext. Should be fasterAndrew Branson
2013-08-28Better debugging:Andrew Branson
2013-02-25Throw error properly if script engine not found.Andrew 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
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-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
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
2013-02-04Cleanup module import log messagesAndrew Branson
2013-02-04Write Import outcomes directly to storage.Andrew Branson
2013-02-04Cleanup timestamp exceptionAndrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
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-24Fix crash when module ResourceURL is invalidAndrew 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
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
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
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
2012-11-26Fixes #84Andrew Branson
2012-11-09Validate module xml against schema before unmarshalling. Fixes #82Andrew Branson
2012-11-09Create proper constructor for Schema.Andrew Branson
2012-11-09Hanging open bufferAndrew Branson
2012-11-09Tidy up CastorXMLUtility. adding new mappings is now private, to helpAndrew Branson
2012-11-09Deprecate old overly generic query method in anticipation of the newAndrew Branson
2012-11-09Don't throw exception for missing script version unless the name doesn'tAndrew Branson
2012-08-28Simplify execute method signatureAndrew Branson
2012-08-22Rename clashing parameter namesAndrew Branson
2012-08-22Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.Andrew Branson
2012-08-20Remembered why Steve used an IntegerWrapper - so the int would beAndrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
2012-08-01LDAP properties: Integer port and support for generating secure adminAndrew Branson
2012-07-30Predefined steps audit, including new steps for collection managementAndrew Branson
2012-07-30Remove RelationshipUtils. Move getIsComposite method into AggregationAndrew Branson
2012-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
2012-07-30Remove 'IntegerWrapper' and just use the java one instead.Andrew Branson