summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-corba (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-31Moving modules that are not part of the main build to contrib folderlresende14-1175/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende14-0/+1175
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende13-1177/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-2/+2
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Some code cleanupswjaniszewski1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14host-corba* modules code cleanup, added comments, svn headerswjaniszewski9-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685909 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack1-0/+1
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski3-24/+225
integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
2008-08-011. SCA default binding over CORBA - now transient name server is beeing ↵wjaniszewski2-3/+27
created automatically for localhost service bindings. 2. Code cleanup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681871 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Apply the patch from Wojtek for TUSCANY-2468rfeng2-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675786 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Apply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2-39/+0
(corbaname-improvement-jira-2357-09-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675361 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Fix the lookup issue with SUN JDKsrfeng1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674957 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Refactor the CorbanameURL and fix the corbaname parsing issue on Linuxrfeng4-165/+205
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674882 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Add missing files from r674676rfeng2-0/+272
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674725 13f79535-47bb-0310-9956-ffa450edef68
2008-07-07Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng4-5/+109
(corbaname.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674676 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28Add host-corba-jdkrfeng18-2515/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672465 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27Update ASL headers (Some of the files are copied from Apache Yoko project)rfeng5-86/+93
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672420 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27Add a simple tnameserv so that we don't have to start the external tnameservrfeng6-0/+1689
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672418 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27Apply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng2-4/+4
I also did some refactoring for the test case to only start the tnameserv once git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672122 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng19-0/+1337
I also did some refactoring for the test case to only start the tnameserv once. Another issue I fixed is that the Exceptions for unknown host and port are JDK-specific. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671675 13f79535-47bb-0310-9956-ffa450edef68