summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process
AgeCommit message (Expand)Author
2014-10-02push after rebasejet
2014-10-01Replace qualified class names with imports now the Import classes haveAndrew Branson
2014-10-01Generate new UUID during import if the id field is empty, as well asAndrew Branson
2014-09-26Only override Module.reset value if it's actually given for a particularAndrew Branson
2014-09-26Avoid possible NPEs by never setting mC2KProps to null. Clear it onAndrew Branson
2014-09-26Various problems found by FindBugsAndrew Branson
2014-09-23Removing HTTP and UDP serversZsolt Kovcs
2014-09-22Fixed Exception on the 'Server x initialized' message inAndrew Branson
2014-09-22ItemPath.fromUUIDString unnecessary as ItemPath(String) supports bothAndrew Branson
2014-09-21Lost commits - NPE on ModuleResource.getVersion caused by badAndrew Branson
2014-09-19Introduced static method ItemPath.fromUUIDString and made the UUIDAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-15Add trim calls to ObjectProperties.getString() to discard any extraAndrew Branson
2014-09-15Rename DomainPath.setEntity to setItemPathAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28adds the support of the "help" argumentogattaz
2014-08-28pull master devsogattaz
2014-07-24CastorXMLUtility enhancements to use specific classloader rather thanogattaz
2014-07-24Merge branch 'master' of ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-...ogattaz
2014-07-24ResourceLoader can specify a ClassLoader to pass to things like CastorAndrew Branson
2014-07-24Modification of the management of the Logger during the reading of theogattaz
2014-07-23Move openldap files to ldap packageAndrew Branson
2014-07-22Close all gateway singletons properly, adding close method toAndrew Branson
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