summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/Gateway.java
AgeCommit message (Expand)Author
2014-09-22Fixed Exception on the 'Server x initialized' message inAndrew Branson
2014-09-15Add trim calls to ObjectProperties.getString() to discard any extraAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28pull master devsogattaz
2014-07-24CastorXMLUtility enhancements to use specific classloader rather thanogattaz
2014-07-23Move openldap files to ldap packageAndrew Branson
2014-07-22Close all gateway singletons properly, adding close method toAndrew 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-19Force UTF-8 for client and server CORBA communication. By default theAndrew Branson
2014-06-12Refactored LDAP into its own module.Andrew Branson
2014-06-06Backwards compatible Gateway.connect methodAndrew Branson
2014-06-05Add Authenticator to the open() method params of ClusterStorage. PassedAndrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-09ResourceLoader.getModuleDefURLs interface method to allow theAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-09-20Pass c2kprops in as argument for ORB, so they can be overriddenAndrew 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