summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process
AgeCommit message (Expand)Author
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-06-27Fix for orb checkAndrew Branson
2013-06-27Cmdline parse fixAndrew Branson
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-06-25Error thrown if ORB had been destroyed was not informative enough. ThrowAndrew Branson
2013-06-25Remove old http server initAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew Branson
2013-06-24Set agent in module scripts to either current user or system.Andrew Branson
2013-06-22Rewrote cmdline parser to allow cristal processes to use their own. AlsoAndrew Branson
2013-06-19Gateway.connect should throw ObjectNotFoundException if the user doesn'tAndrew Branson
2013-06-17Authentication plugin for ConsoleAndrew Branson
2013-06-07Removed premature license comment Andrew Branson
2013-05-17CleanupAndrew Branson
2013-05-17Force order of imports to make sure roles and agents are in beforeAndrew Branson
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
2013-04-03Fix bug in shufflingAndrew Branson
2013-04-03XMLDiff report makes more sense if the arguments are (old, new).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-14Add mCurrentUser property for logged in client processes.Andrew Branson
2013-02-13Removed isServer boolean - implied by AbstractMain.runningAsWrapperAndrew Branson
2013-02-08Logging and exception 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-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
2013-01-24Signal stopping to the wrapper managerAndrew 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-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew 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-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-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
2012-07-25Use Maven resource filtering for version stringAndrew Branson
2012-07-25Example file updatesAndrew Branson
2012-07-12Formatting and cleanupAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
2012-07-11Commented out ItemHTTPServerAndrew Branson
2012-07-06Remove XML parsing from module processing, use Castor unmarshallingAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
2012-06-26Refactored GUI into separate moduleAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
2012-06-19Refactor modulesAndrew Branson
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-06-14ModuleExceptionAndrew Branson
2012-06-14Created ModuleExceptionAndrew Branson