index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
process
/
Gateway.java
Age
Commit message (
Collapse
)
Author
2013-06-27
Fix for orb check
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-19
Gateway.connect should throw ObjectNotFoundException if the user doesn't
Andrew Branson
exist.
2013-02-14
Add mCurrentUser property for logged in client processes.
Andrew Branson
2013-02-13
Removed isServer boolean - implied by AbstractMain.runningAsWrapper
Andrew Branson
2013-02-04
Move server startup script execution to the end of the item registration
Andrew Branson
for that module.
2013-01-24
Fix crash when module ResourceURL is invalid
Andrew Branson
2013-01-14
Correct ORB properties for hostname and port IOR config
Andrew Branson
2012-07-11
Commented out ItemHTTPServer
Andrew Branson
2012-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
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.
2012-06-26
Refactored GUI into separate module
Andrew Branson
2012-06-19
Refactor modules
Andrew Branson
Support workflows on module resources
2012-06-14
Move module imports into Bootstrap thread.
Andrew Branson
2012-06-14
Created ModuleException
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson