<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/entity/agent, branch 2.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=2.4</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=2.4'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2013-07-15T12:05:43+00:00</updated>
<entry>
<title>No need to store a POA in the locators</title>
<updated>2013-07-15T12:05:43+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-07-15T12:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=a8b3981056e06bc4f74e4d35b3ad23beafba0145'/>
<id>urn:sha1:a8b3981056e06bc4f74e4d35b3ad23beafba0145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imply correct POA when calling getItem and getAgent, so other places can</title>
<updated>2013-06-25T15:01:53+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-06-25T15:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=339eac0a04102ca05bb49a43d905601a4972a2a3'/>
<id>urn:sha1:339eac0a04102ca05bb49a43d905601a4972a2a3</id>
<content type='text'>
call it</content>
</entry>
<entry>
<title>Check SchemaType for outcome requirement instead of Version</title>
<updated>2013-06-06T09:46:06+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-06-06T09:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b2c052491c1af657fc75517348d1f983deeeaf55'/>
<id>urn:sha1:b2c052491c1af657fc75517348d1f983deeeaf55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Collect stale job IDs when refreshing joblist. Remove them after to</title>
<updated>2013-05-21T11:35:48+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-05-21T11:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=034cb248097b7db3aa57af3be6f91a984815ad4b'/>
<id>urn:sha1:034cb248097b7db3aa57af3be6f91a984815ad4b</id>
<content type='text'>
avoid concurrent mod, as we don't want to preload all the values. Fixes
#112</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2013-05-17T14:49:12+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-05-17T14:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=f252f8689383012ce6cee75ec455dcba85626823'/>
<id>urn:sha1:f252f8689383012ce6cee75ec455dcba85626823</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added getSchema() method to Outcome to load schema xml.</title>
<updated>2013-04-10T07:38:15+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-04-10T07:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=d6919d4772e79c3de3df8a69355b84e1677c011f'/>
<id>urn:sha1:d6919d4772e79c3de3df8a69355b84e1677c011f</id>
<content type='text'>
Removed unused 'getSchemaURI' method.</content>
</entry>
<entry>
<title>Suspend transition now can carry an optional 'Errors' outcome where</title>
<updated>2012-07-12T12:52:36+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-12T12:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=20c81748688547c1b13686f15c65fbb1d60d81a0'/>
<id>urn:sha1:20c81748688547c1b13686f15c65fbb1d60d81a0</id>
<content type='text'>
client processes can record the reason for the suspension. Errors XML is
marshalled ErrorInfo. UserCodeProcess automatically sends fatal
ErrorInfos through suspend jobs.
Job API added to to support all this.
fixes #23</content>
</entry>
<entry>
<title>Modules serialize with Castor. Just about to remove the parsing.</title>
<updated>2012-07-06T09:00:24+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=24314dc1699c7e73048fa24e33729f1aa1ec0e86'/>
<id>urn:sha1:24314dc1699c7e73048fa24e33729f1aa1ec0e86</id>
<content type='text'>
CastorXMLUtility is now a static member of gateway. Domain specific
instances can be used by domain applications, but the maps do not
interfere with the kernel.</content>
</entry>
<entry>
<title>Initial Maven Conversion</title>
<updated>2012-05-30T06:37:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-05-30T06:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b086f57f56bf0eb9dab9cf321a0f69aaaae84347'/>
<id>urn:sha1:b086f57f56bf0eb9dab9cf321a0f69aaaae84347</id>
<content type='text'>
</content>
</entry>
</feed>
