| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-03 | ResourceImportHandler interface to allow custom <Resource> types or | Andrew Branson | |
| override the structure of standard ones. Specify with ResourceImportHandler.<resType> c2kprop. DefaultResourceImportHandler is used if not defined, which handled the 5 standard types (CA,EA,OD,SC,SM). Fixes #178 Conflicts: src/main/java/com/c2kernel/process/Bootstrap.java src/main/java/com/c2kernel/process/module/Module.java | |||
| 2014-03-19 | Improved logging | Andrew Branson | |
| 2014-03-19 | Set the class loader of the ScriptingEngine to the same as the Script | Andrew Branson | |
| class, instead of the thread context one. Should solve problems with Jetty etc. | |||
| 2013-09-20 | Keep a History object in the Workflow to avoid recreating it on repeated | Andrew Branson | |
| executions. | |||
| 2013-09-20 | Synchronize on the hardCache, as it occasionally causes exceptions. | Andrew Branson | |
| 2013-09-13 | Mail properties not relevant | Andrew Branson | |
| 2013-09-03 | An exception should be thrown if no ClusterStorages are defined. This | Andrew Branson | |
| previously just logged a warning. | |||
| 2013-08-02 | Module resources can specify version number, which overrides the default | Andrew Branson | |
| version viewpoint of '0'. | |||
| 2013-07-29 | new lookup search method that uses a PropertyDescriptionList to find | Andrew Branson | |
| instances of an item description. Closes #114 | |||
| 2013-07-24 | SchemaVersion is actually a string property. Probably shouldn't be | Andrew Branson | |
| though. | |||
| 2013-07-23 | Support for schemaName and schemaVersion in Event | Andrew Branson | |
| 2013-07-23 | Add schema details to event | Andrew Branson | |
| 2013-07-15 | No need to store a POA in the locators | Andrew Branson | |
| 2013-07-15 | Slacken the module script return type to Object, so it doesn't complain | Andrew Branson | |
| with default returns | |||
| 2013-07-12 | Cleanup of unused code and annotations | Andrew Branson | |
| 2013-07-11 | Log ProxyLoader queryData exceptions | Andrew Branson | |
| 2013-07-10 | CastorXMLUtility switched to recommended XMLContext. Should be faster | Andrew Branson | |
| and may help with IssueID #132 | |||
| 2013-07-09 | Better debugging: | Andrew Branson | |
| ProxyLoader logs error at log(7) CastorXMLUtility creates an Unmarshaller in the constructor to detect mapfile problems then rather than on first use. Mapping objects don't do it. | |||
| 2013-07-08 | Copy tree sub keys before notifying. Fixes #131 | Andrew Branson | |
| 2013-06-27 | Fix for orb check | Andrew Branson | |
| 2013-06-27 | Cmdline parse fix | Andrew Branson | |
| 2013-06-27 | Removed CERN schema 'BreakApart' property | Andrew Branson | |
| 2013-06-25 | Error thrown if ORB had been destroyed was not informative enough. Throw | Andrew Branson | |
| a better one. | |||
| 2013-06-25 | Remove old http server init | Andrew Branson | |
| 2013-06-25 | More intelligent import of module resources. If resources or outcomes | Andrew Branson | |
| have been modified by a different user, do no overwrite them. Reset the properties and workflow though (should be fairly stateless), but leave the collections. | |||
| 2013-06-25 | Imply correct POA when calling getItem and getAgent, so other places can | Andrew Branson | |
| call it | |||
| 2013-06-25 | Initial equals() method for comparison - intended for intelligent module | Andrew Branson | |
| verification | |||
| 2013-06-24 | Set agent in module scripts to either current user or system. | Andrew Branson | |
| 2013-06-22 | Rewrote cmdline parser to allow cristal processes to use their own. Also | Andrew Branson | |
| cmdline params may override config or connect params. | |||
| 2013-06-22 | Give name to module init scripts to aid debugging | Andrew Branson | |
| 2013-06-20 | getWorkflow and getViewpoint utility methods in ItemProxy | Andrew Branson | |
| 2013-06-19 | Gateway.connect should throw ObjectNotFoundException if the user doesn't | Andrew Branson | |
| exist. | |||
| 2013-06-18 | Report exception properly in CreateItemFromDescription | Andrew Branson | |
| Initialize new workflows in ReplaceDomainWorkflow | |||
| 2013-06-18 | Set script name so exceptions are more descriptive | Andrew Branson | |
| 2013-06-18 | Errors were not stored when submitted to activities with no outcome | Andrew Branson | |
| 2013-06-18 | Suspend outcome validation fixed | andrew | |
| 2013-06-17 | Authentication plugin for Console | Andrew Branson | |
| 2013-06-14 | Domain workflow CompositeActivity must be called 'domain'. | Andrew Branson | |
| ReplaceDomainWorkflow predef step now forces this. | |||
| 2013-06-14 | Escape DNs with hex codes instead - more compatible | Andrew Branson | |
| 2013-06-14 | getCollection proxy API method. | Andrew Branson | |
| 2013-06-13 | Escape DNs in Path, so special characters can be used in Path | Andrew Branson | |
| components. Fixes #125 | |||
| 2013-06-07 | Removed premature license comment | Andrew Branson | |
| 2013-06-06 | Check SchemaType for outcome requirement instead of Version | Andrew Branson | |
| 2013-05-31 | Make sure validator exists if outcome is null before script execution. | Andrew Branson | |
| 2013-05-21 | Collect stale job IDs when refreshing joblist. Remove them after to | Andrew Branson | |
| avoid concurrent mod, as we don't want to preload all the values. Fixes #112 | |||
| 2013-05-17 | Cleanup | Andrew Branson | |
| 2013-05-17 | Force order of imports to make sure roles and agents are in before | Andrew Branson | |
| items, so init push jobs will function. | |||
| 2013-05-17 | Add Role management support to module, instead of just creating one if | Andrew Branson | |
| it's not already there. Supports 'jobList' attribute to enable job pushing | |||
| 2013-04-10 | added getSchema() method to Outcome to load schema xml. | Andrew Branson | |
| Removed unused 'getSchemaURI' method. | |||
| 2013-04-05 | Debug resource location at log 5 | Andrew Branson | |
