summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel
AgeCommit message (Expand)Author
2014-09-30Initial properties can be supplied as a marshalled PropertyArrayList asAndrew Branson
2014-09-29More package docsAndrew Branson
2014-09-29Merge vertex gui classes into main collection package to simplifyAndrew Branson
2014-09-26Package documentation for collection, entity, entity.agent andAndrew Branson
2014-09-26More FindBugs recommendationsAndrew Branson
2014-09-26Remove unnecessary assignment of return array in XmlElementParserAndrew Branson
2014-09-26Store list of previously loaded URLs in CastorHashMap as Strings. URLsAndrew Branson
2014-09-26Only override Module.reset value if it's actually given for a particularAndrew Branson
2014-09-26Avoid possible NPEs by never setting mC2KProps to null. Clear it onAndrew Branson
2014-09-26Update javadoc for Item id switchAndrew Branson
2014-09-26Switch Collection and Job equals() to Object rather than local. Andrew Branson
2014-09-26Check if queue is empty before wait(). Possible deadlock when proxyAndrew Branson
2014-09-26Explicit transient fields in GraphModelAndrew Branson
2014-09-26Various problems found by FindBugsAndrew Branson
2014-09-26Parent2ChildCollection was just a default implementation of Collection,Andrew Branson
2014-09-23Removing HTTP and UDP serversZsolt Kovcs
2014-09-22Fixed Exception on the 'Server x initialized' message inAndrew Branson
2014-09-22Castor unmarshalling was resulting in null itemPaths in ImportItem.Andrew Branson
2014-09-22ItemPath.fromUUIDString unnecessary as ItemPath(String) supports bothAndrew Branson
2014-09-21Lost commits - NPE on ModuleResource.getVersion caused by badAndrew Branson
2014-09-19Introduced static method ItemPath.fromUUIDString and made the UUIDAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-17Server item predefined steps to manage roles. Fixes #200Andrew Branson
2014-09-16Null protection on Path.equals()Andrew Branson
2014-09-16RemoveSlotFromCollection crashed if the currentChild parameter was notAndrew Branson
2014-09-16Abstract properties. Activities cannot be instantiated unless the slotAndrew Branson
2014-09-16Better reporting on ImportItem.createAndrew Branson
2014-09-16Tweaked debug message on Item.request to property declare calling agentAndrew Branson
2014-09-15Add trim calls to ObjectProperties.getString() to discard any extraAndrew Branson
2014-09-15Rename DomainPath.setEntity to setItemPathAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28addition of a constucteur allowing to pass a causeogattaz
2014-08-28adds the support of the "help" argumentogattaz
2014-08-28pull master devsogattaz
2014-08-28Put in place a protection in the constructor to set the size of theogattaz
2014-07-24CastorXMLUtility enhancements to use specific classloader rather thanogattaz
2014-07-24Merge branch 'master' of ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-...ogattaz
2014-07-24Search for correct properties in Server tree for subscriptionAndrew Branson
2014-07-24ResourceLoader can specify a ClassLoader to pass to things like CastorAndrew Branson
2014-07-24Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernelogattaz
2014-07-24Modification of the management of the Logger during the reading of theogattaz
2014-07-23Move openldap files to ldap packageAndrew Branson
2014-07-22Merge branch 'master' of ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-...ogattaz
2014-07-22Close all gateway singletons properly, adding close method toAndrew Branson
2014-07-07Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernelogattaz
2014-07-04DependencyMember properties weren't cloned from the collection props, soAndrew Branson
2014-07-04Refactored tanuki service wrapper to a separate moduleAndrew Branson
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-25Validate module resources to schema. Die if module resource importAndrew Branson
2014-06-23Finished half-finished doc sentence.Andrew Branson