summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process
AgeCommit message (Expand)Author
2014-07-04Refactored tanuki service wrapper to a separate moduleAndrew Branson
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-25Validate module resources to schema. Die if module resource importAndrew Branson
2014-06-19Force UTF-8 for client and server CORBA communication. By default theAndrew Branson
2014-06-12Refactored LDAP into its own module.Andrew Branson
2014-06-11Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew Branson
2014-06-06Partial javadoc and scope tightening of the new interfaces.Andrew Branson
2014-06-06Backwards compatible Gateway.connect methodAndrew Branson
2014-06-05Moved old entitycreation package from the predefined step package to aAndrew Branson
2014-06-05Add Authenticator to the open() method params of ClusterStorage. PassedAndrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-16Don't use logger to report exceptions, in case the Logger didn't getAndrew Branson
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
2014-04-09Merge module properties as the loading order is established, so thatAndrew Branson
2014-04-09ResourceLoader.getModuleDefURLs interface method to allow theAndrew Branson
2014-04-09BadArgumentsException - more specific exception thrown by readC2KArgsAndrew Branson
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
2014-04-04AbstractMain with config file checking got lost from previous commit.Andrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-03-06Module resources get a 'Module' property set when they belong to aAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-09-20Pass c2kprops in as argument for ORB, so they can be overriddenAndrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
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