summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-corba-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2-2/+2
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Some code cleanupswjaniszewski2-396/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Added support for CORBA unionswjaniszewski39-27/+1449
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686643 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16Added support for CORBA arrayswjaniszewski31-167/+1294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686519 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15binding-corba-runtime and binding-sca-corba modules cleanupwjaniszewski6-54/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686344 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14binding-corba* modules Code cleanup, added comments, svn headerswjaniszewski32-183/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685898 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack22-0/+22
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 ↵wjaniszewski2-244/+2
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-06Adjust dependencies after the host-corba-jse changerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683339 13f79535-47bb-0310-9956-ffa450edef68
2008-08-03In <binding.corba> added configuration option to allow creating name server ↵wjaniszewski2-0/+242
by Tuscany, new test scenario in itest/corba. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682203 13f79535-47bb-0310-9956-ffa450edef68
2008-08-011. SCA default binding over CORBA - now transient name server is beeing ↵wjaniszewski1-45/+0
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-30Add missing files for r681221rfeng2-0/+191
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681232 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Apply the patch for TUSCANY-2469 from Wojtek. ↵rfeng4-132/+105
(sca-binding-sdo-problem-jira-2469-30-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681221 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Apply the patch from Wojtek for TUSCANY-2469. Thanks.rfeng5-18/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678786 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18Fix the compilation error under JDK 5rfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678071 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18Apply the patch from Wojtek for TUSCANY-2397 ↵rfeng16-77/+1034
(operations-mapping-jira-2357-15-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677993 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Apply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2-22/+4
(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-07Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng2-13/+19
(corbaname.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674676 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Apply the patch from Wojtek and work around the SUN JDK ORB shutdown issuerfeng4-100/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673263 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. ↵rfeng5-9/+13
(modules-dir.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672933 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28Clean up the test case to use the embedded tnameserv for testingrfeng4-42/+134
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672548 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28Fix the compliation error due to refactoring in host-corbarfeng2-4/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672545 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27Apply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng7-143/+140
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-24Format the code based tuscany eclipse formatterrfeng162-7342/+6807
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671373 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24Apply the patch from Wojtek for TUSCANY-2357 ↵rfeng8-22/+211
(typescache-tests-jira-2357-24-june-2008.patch). Thanks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671367 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Apply the patch from Wojtek for TUSCANY-2357 ↵rfeng83-334/+1798
(service-api-tests-jira-2357-23-june-2008-patch). Thanks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670714 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20Apply the patch from Wojtek for TUSCANY-2357. Thanks.rfeng24-51/+1291
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670012 13f79535-47bb-0310-9956-ffa450edef68