summaryrefslogtreecommitdiff
path: root/src/main/java/com
AgeCommit message (Collapse)Author
2015-09-08Make sure LDAPConnections are cleaned up on login, and if connect isAndrew Branson
called again.
2015-07-18Support timeout for LDAP connections with LDAP.timeOut propertyAndrew Branson
2015-04-27Typo in errorAndrew Branson
2015-03-18Check if a namespace has a registered Resource URL before returning it.Andrew Branson
Otherwise you just get an incomplete URL which causes errors later.
2015-03-04Move client script execution to setup(), so all of the Gateway objectsAndrew Branson
are in place before they are run.
2015-02-11Change the CompositeActivity state to Started in its run method. FixesAndrew Branson
#196
2014-08-25Require integers for all resource versionsAndrew Branson
2014-07-28Label script before compiling. Remove Logger.debug call.Andrew Branson
2014-07-28Support pre-compilation of scripts if supported by the engine. Also doesAndrew Branson
this during testing to catch script syntax errors during build. Client shell detects these error and declares them pre-execution.
2014-07-03DependencyMember properties weren't cloned from the collection props, soAndrew Branson
were shared
2014-06-25Validate module resources to schema. Die if module resource importAndrew Branson
error. Fixes #181
2014-06-21Javadoc for Job query methodsAndrew Branson
2014-06-21Avoid null pointers if the DOM is not yet validAndrew Branson
2014-06-19Force UTF-8 for client and server CORBA communication. By default theAndrew Branson
Sun ORB uses ISO-8859
2014-06-18Workflow version in error message when Item creation can't find theAndrew Branson
workflow def
2014-06-18Restore lost exception messages in CastorXMLUtilityAndrew Branson
2014-05-22ProxyLoader was reporting all CORBA exceptions before throwing a genericAndrew Branson
ClusterStorageException. Sometimes clients try to load an object to see if it exists, and their logs get exceptions that cannot be surpressed. Change this so the exception is only logged at log level 5.
2014-05-12Remove lock in TransactionManager get method, as this may be causingAndrew Branson
deadlocks.
2014-05-09Return that should have been a continue. NewItem imports were bailingAndrew Branson
out if an Outcome was unchanged, skipping collection imports.
2014-05-08Allow getDOM to return an empty Document if the outcome isn't set. ThenAndrew Branson
applications can build Outcomes themselves without having to create their own DOMImplementations. Fixes #184
2014-04-09searchAliases was using the wrong getDN callAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
steps. Fixes #174 Fixed schema of CreateNewItem and CreateNewAgent.
2014-04-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew Branson
there is nothing already in the storage for that key. This prevents data loss when the LDAP is out-of-sync with the storages.
2014-04-04AbstractMain with config file checking got lost from previous commit.Andrew Branson
Refs #177
2014-04-03ResourceImportHandler interface to allow custom <Resource> types orAndrew 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-19Improved loggingAndrew Branson
2014-03-19Set the class loader of the ScriptingEngine to the same as the ScriptAndrew Branson
class, instead of the thread context one. Should solve problems with Jetty etc.
2013-09-20Keep a History object in the Workflow to avoid recreating it on repeatedAndrew Branson
executions.
2013-09-20Synchronize on the hardCache, as it occasionally causes exceptions.Andrew Branson
2013-09-13Mail properties not relevantAndrew Branson
2013-09-03An exception should be thrown if no ClusterStorages are defined. ThisAndrew Branson
previously just logged a warning.
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew Branson
instances of an item description. Closes #114
2013-07-24SchemaVersion is actually a string property. Probably shouldn't beAndrew Branson
though.
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-23Add schema details to eventAndrew Branson
2013-07-15No need to store a POA in the locatorsAndrew Branson
2013-07-15Slacken the module script return type to Object, so it doesn't complainAndrew Branson
with default returns
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-07-11Log ProxyLoader queryData exceptionsAndrew Branson
2013-07-10CastorXMLUtility switched to recommended XMLContext. Should be fasterAndrew Branson
and may help with IssueID #132
2013-07-09Better 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-08Copy tree sub keys before notifying. Fixes #131Andrew Branson
2013-06-27Fix for orb checkAndrew Branson
2013-06-27Cmdline parse fixAndrew Branson
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-06-25Error thrown if ORB had been destroyed was not informative enough. ThrowAndrew Branson
a better one.
2013-06-25Remove old http server initAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew 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-25Imply correct POA when calling getItem and getAgent, so other places canAndrew Branson
call it