summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/Gateway.java
AgeCommit message (Expand)Author
2015-09-08Make sure LDAPConnections are cleaned up on login, and if connect isAndrew Branson
2015-03-04Move client script execution to setup(), so all of the Gateway objectsAndrew Branson
2014-06-19Force UTF-8 for client and server CORBA communication. By default theAndrew Branson
2013-06-27Fix for orb checkAndrew Branson
2013-06-25Error thrown if ORB had been destroyed was not informative enough. ThrowAndrew Branson
2013-06-25Remove old http server initAndrew Branson
2013-06-19Gateway.connect should throw ObjectNotFoundException if the user doesn'tAndrew Branson
2013-02-14Add mCurrentUser property for logged in client processes.Andrew Branson
2013-02-13Removed isServer boolean - implied by AbstractMain.runningAsWrapperAndrew Branson
2013-02-04Move server startup script execution to the end of the item registrationAndrew Branson
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2013-01-14Correct ORB properties for hostname and port IOR configAndrew Branson
2012-07-11Commented out ItemHTTPServerAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
2012-06-26Refactored GUI into separate moduleAndrew Branson
2012-06-19Refactor modulesAndrew Branson
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-06-14Created ModuleExceptionAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson