summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-11Version number in site output pathstateAndrew Branson
2013-11-11Vertex ID, Edge ID, width and height values were defined as bytes, Andrew Branson
Guy created more than 127 vertices in a workflow, so it's now an integer.
2013-10-29CollectionArrayList - intended for Item.initializeAndrew Branson
2013-10-29Exception cleanupAndrew Branson
Allow versions to be null: use Integer or String
2013-10-273.0-SNAPSHOTAndrew Branson
Do Integer.parseInt(propObj.toString()) to tolerate String or Integer version properties.
2013-10-27Beta?Andrew Branson
2013-10-25Changes and refactoring to gui requirementsAndrew Branson
Used descriptions must use an integer version.
2013-10-24Preserve reservation on resumeAndrew Branson
2013-10-24Remove second last mod date.Andrew Branson
2013-10-24Clear of exceptionsAndrew Branson
2013-09-17Merge and tidy after 2.4Andrew Branson
2013-09-16MoreAndrew Branson
2013-09-16ActivityDef is a DescriptionObjectAndrew Branson
2013-09-16Refactor ActDefCache into DescriptionObjectCache.Andrew Branson
Create ActivityDef and StateMachine caches. Add StateMachine loading to LocalObjectLoader
2013-09-16StateMachine mapfileAndrew Branson
2013-09-16Mapfile startedAndrew Branson
2013-09-16MoreAndrew Branson
2013-09-16MoreAndrew Branson
2013-09-16StartAndrew Branson
2013-09-13[maven-release-plugin] prepare for next development iterationAndrew Branson
2013-09-13[maven-release-plugin] prepare release 2.4Andrew Branson
2013-09-13Metadata changes for site generation including JavadocAndrew Branson
Release plugin added
2013-09-13Remove old javadoc ant fileAndrew 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-17Backwards compatibility. Use castor 'transient' field attribute toAndrew Branson
ignore eventId data.
2013-07-15Report time spent marshalling and unmarshalling.andrew
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-25Kernel launchers aren't that useful. Don't make them favourites.Andrew Branson
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
2013-06-25Initial equals() method for comparison - intended for intelligent moduleAndrew Branson
verification
2013-06-24Set agent in module scripts to either current user or system.Andrew Branson
2013-06-22Rewrote cmdline parser to allow cristal processes to use their own. AlsoAndrew Branson
cmdline params may override config or connect params.