summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05Never switch String parameters around.ldap-refactor-savedldap-refactorAndrew Branson
2014-06-05Recreate old Authenticator interface as 'ProxyLogin'Andrew Branson
2014-06-02moreAndrew Branson
2014-06-02Initial commitAndrew 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-16Do assert falses and reasons rather than throwing exceptionsAndrew 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-04Removed resource type enumeration, because we allow domain-defined typesAndrew Branson
2014-04-04AbstractMain with config file checking got lost from previous commit.Andrew Branson
2014-04-02De-favourite the launchers for the kernel as they aren't really usefulAndrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-04-02Default StateMachine workflowAndrew Branson
2014-04-02Reuse single config file for testingAndrew Branson
2014-04-02Remove stray transitionId parameter from previous State Machine APIAndrew Branson
2014-04-01Don't distribute tanuki wrapper (will be completely factored out for 3.0Andrew Branson
2014-04-01AbstractMain - remove usage and help, fail if config or connect args areAndrew 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
2014-03-06Module resources get a 'Module' property set when they belong to aAndrew Branson
2014-03-06ActivityDefs loaded from ActDefCache get a 'Version' property set withAndrew Branson
2014-03-06New methods in Outcome to support XPath queries to make extraction ofAndrew Branson
2014-03-06Type was being overridden with 'domain' if the CompositeActivity nameAndrew Branson
2014-03-06Fixes #166Andrew Branson
2014-03-06AddStepsFromDescription was never used, and probably shouldn't be. ItAndrew Branson