summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel
AgeCommit message (Expand)Author
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-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
2014-04-11ProxyLoader should return null when the object is not found on theAndrew Branson
2014-04-11Give Item name when NewItem import failsAndrew Branson
2014-04-11OutcomeInitiator interface to create initial states of outcomes if emptyAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
2014-04-09Improve property dumping, using Object.toString and giving the propertyAndrew 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-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew 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-04-02Remove stray transitionId parameter from previous State Machine APIAndrew Branson
2014-03-31Outcome.setFieldByXPath (refs #167)Andrew Branson
2014-03-27RemoveDomainPath now checks if the DomainPath exists, is not a context,Andrew Branson
2014-03-21Set the class loader of the ScriptingEngine to the same as the ScriptAndrew Branson
2014-03-18getActPropString should return null when the property is null.Andrew Branson
2014-03-10More alignment with Agilium version.Andrew Branson