summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel
AgeCommit message (Expand)Author
2014-07-29Help parameters no longer supportedAndrew Branson
2014-07-29Reinstated URL parameter to CastorXMLUtility (other modules use theirAndrew Branson
2014-07-28Label script before compiling.Andrew Branson
2014-07-28Support pre-compilation of scripts if supported by the engine. Also doesAndrew Branson
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-24Search for correct properties in Server tree for subscriptionAndrew Branson
2014-07-24ResourceLoader can specify a ClassLoader to pass to things like CastorAndrew Branson
2014-07-24Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernelogattaz
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-22Merge branch 'master' of ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-...ogattaz
2014-07-22Close all gateway singletons properly, adding close method toAndrew Branson
2014-07-07Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernelogattaz
2014-07-04DependencyMember properties weren't cloned from the collection props, soAndrew 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-23Finished half-finished doc sentence.Andrew Branson
2014-06-23Combine various Lookup.search methods into a general search(Path,Andrew Branson
2014-06-23Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew Branson
2014-06-19Force UTF-8 for client and server CORBA communication. By default theAndrew Branson
2014-06-19Restore lost exception messages in CastorXMLUtilityAndrew Branson
2014-06-17Remove getChildren methods - all searches should be done by the lookupAndrew Branson
2014-06-17Separate property, workflow and collection instantiation into separateAndrew 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-05Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernelogattaz
2014-06-05Moved old entitycreation package from the predefined step package to aAndrew Branson
2014-06-05Make LDAPNextKeyManager independent of the LDAPLookup. The authenticatorAndrew 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-06-05ObjectProperties.getInstance() - if the property contains a String thenAndrew Branson
2014-05-22Renamed method in DescriptionObjectCache which still refered toAndrew Branson
2014-05-16item.request returns the final outcome, which may be modified during theAndrew Branson
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
2014-05-14Resolved missing @Override warningsAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew Branson
2014-05-14Bug in cherry pick - create new DOM when there is no String outcomeAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-14Return that should have been a continue. NewItem imports were bailingAndrew Branson
2014-05-12Tweak locks to hopefully avoid deadlocks a bitAndrew Branson
2014-05-08Allow getDOM to return an empty Document if the outcome isn't set. ThenAndrew 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-16XPath fixes, tests, and cleverer get and set FieldByXPathAndrew Branson
2014-04-14getClusterContents fixed for subtrees. Still has problems.Andrew Branson
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson