Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-16 Thread Raymond Feng
Please see my comments inline. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Thursday, June 12, 2008 2:39 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hi, Raymond. Please

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-12 Thread Wojtek Janiszewski
Ok, so I see that full path of exception class is mapped to the retrieved exception id (with leading IDL: and following :1.0 strings, and optionally Exception substring removed). Then this is how I'll do it. Thanks, Wojtek Raymond Feng wrote: To map CORBA exceptions (object id) to java

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-12 Thread Wojtek Janiszewski
To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Example 1. Java interface for TestObject implements TestObjectOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity. This means that user should define this interface using CORBA API types. This is what

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-11 Thread Wojtek Janiszewski
Hi, I understand you mean to look at generated classes to determine Java/CORBA mapping. I followed case A, using existing IDL file: http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/binding-corba/src/test/resources/general_tests.idl and focused on interface TestObject. Generated

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-11 Thread Raymond Feng
Hi, Wojtek. Please see my comments inline. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 11:55 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hi, I

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-11 Thread Raymond Feng
maps the object id to a declared java exception. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Sunday, June 08, 2008 6:50 PM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hi, I've

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-10 Thread Raymond Feng
Hi, There are two specifications in these areas. 1) Java2IDL: http://www.omg.org/docs/formal/08-01-14.pdf 2) IDL2Java: http://www.omg.org/docs/formal/08-01-11.pdf Let's try to use a few scenarios to help us understand what rules should be applied. Case A: There is an existing CORBA service

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-09 Thread Jean-Sebastien Delfino
Wojtek Janiszewski wrote: Hi, I've gathered all current/past issues regarding project on wiki page: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/CORBA+reference+binding+features%2C+bugs%2C+issues Comments are always welcome. Thanks, Wojtek I think it would be good to split

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-08 Thread Wojtek Janiszewski
Hi, I've gathered all current/past issues regarding project on wiki page: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/CORBA+reference+binding+features%2C+bugs%2C+issues Comments are always welcome. Thanks, Wojtek Wojtek Janiszewski wrote: Wojtek Janiszewski wrote: Simon Nash

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-05 Thread Wojtek Janiszewski
Wojtek Janiszewski wrote: Simon Nash wrote: One comment inline. Simon 6. If CORBA objects operation argument is object reference, then user should provide object which was previously obtained from binding or other CORBA object. User cannot use users-side object as an argument. Yes.

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-30 Thread Wojtek Janiszewski
Simon Nash wrote: One comment inline. Simon 6. If CORBA objects operation argument is object reference, then user should provide object which was previously obtained from binding or other CORBA object. User cannot use users-side object as an argument. Yes. Let's don't worry object

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-29 Thread Simon Nash
Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hello Tuscany Community! I've spent last days considering project details and made some prototypes which were mainly verifying CORBA API in JDK. I'd like also to begin coding shortly - I'd like to start implementing reference binding

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-29 Thread Mike Edwards
Jean-Sebastien Delfino wrote: I took a look at binding-corba/.../CorbaServiceBindingProvider in trunk. At the moment the ORB setup is in the start method of the provider (and there's no cleanup in the stop method). I'm not quite sure how this is going to work with multiple services sharing

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-29 Thread Jean-Sebastien Delfino
Mike Edwards wrote: Jean-Sebastien Delfino wrote: I took a look at binding-corba/.../CorbaServiceBindingProvider in trunk. At the moment the ORB setup is in the start method of the provider (and there's no cleanup in the stop method). I'm not quite sure how this is going to work with

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-28 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Please see my comments inline. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Thursday, May 22, 2008 3:21 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-22 Thread Wojtek Janiszewski
Hello Tuscany Community! I've spent last days considering project details and made some prototypes which were mainly verifying CORBA API in JDK. I'd like also to begin coding shortly - I'd like to start implementing reference binding implementation for CORBA objects. I've listed some

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-22 Thread Raymond Feng
Please see my comments inline. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Thursday, May 22, 2008 3:21 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hello Tuscany Community

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-07 Thread Raymond Feng
[EMAIL PROTECTED] Sent: Saturday, May 03, 2008 11:10 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Simon Laws wrote: And I also solved it like before. Finally I end up with build error like this: [ERROR] BUILD ERROR [INFO

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-03 Thread Wojtek Janiszewski
Simon Laws wrote: And I also solved it like before. Finally I end up with build error like this: [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Couldn't find a version in [3.3.0-I20070620,

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-01 Thread Simon Laws
-- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:43 AM To: tuscany-dev@ws.apache.org Subject: GSoC Project - CORBA Support for Apache Tuscany Hi, Raymond Feng checked in some skeleton code for CORBA services and references binding. To start

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-01 Thread Wojtek Janiszewski
-- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:43 AM To: tuscany-dev@ws.apache.org Subject: GSoC Project - CORBA Support for Apache Tuscany Hi, Raymond Feng checked in some skeleton code for CORBA services and references binding

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-05-01 Thread Simon Laws
the problem you are seeing so that we can track and fix it. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:43 AM To: tuscany-dev@ws.apache.org Subject: GSoC Project - CORBA Support

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-04-30 Thread Raymond Feng
, April 30, 2008 10:43 AM To: tuscany-dev@ws.apache.org Subject: GSoC Project - CORBA Support for Apache Tuscany Hi, Raymond Feng checked in some skeleton code for CORBA services and references binding. To start project I've tried to build Tuscany. I've followed this document [1], tried to make top