Re: Corba - harmless IDL generates NPE

2008-06-20 Thread Eranga Jayasundera (එරංග)
The issues in stringN idl construct is now fixed. Regards, Eranga On Fri, Jun 6, 2008 at 5:49 AM, Eranga Jayasundera (එරංග) [EMAIL PROTECTED] wrote: Hi Juergen, It seems to be a bug. As a workaround, convert all stringNN to string . Regards, Eranga On Fri, Jun 6, 2008 at 12:10 AM

Re: Axis2 corba idl parsing problem

2008-06-20 Thread Eranga Jayasundera (එරංග)
Hi All, The CORBA module supports the following preprocessor definitions. Other preprocessor definitions will ignore by the module. #includes #define #undef #ifdef #ifndef #else #endif Regards, Eranga On Wed, Jun 18, 2008 at 12:04 AM, Juergen Weber [EMAIL PROTECTED] wrote: Hi, I believe

Re: Axis2 corba idl parsing problem

2008-06-19 Thread Eranga Jayasundera (එරංග)
Hi, There was an issue in 'unsigned' key word and 'long long' data type. The issue is now fixed. Thank you pointing this out. -Eranga On Tue, Jun 17, 2008 at 1:46 PM, Shayne Yuan(Ai92) [EMAIL PROTECTED] wrote: Hi All I want to bridge CORBA and Web Services, allowing Web service clients to

Re: Corba - harmless IDL generates NPE

2008-06-05 Thread Eranga Jayasundera (එරංග)
Hi Juergen, It seems to be a bug. As a workaround, convert all stringNN to string . Regards, Eranga On Fri, Jun 6, 2008 at 12:10 AM, Juergen Weber [EMAIL PROTECTED] wrote: Hi, the IDL below (which compiles fine with JacORB IDL) throws an exception when deployed in Axis2. Is there a fix or

Re: [axis2] VOTE: Erange Jayasundera for committer

2008-03-03 Thread Eranga Jayasundera (එරංග)
Hi All, Thank you for selecting me as a committer. I am looking forward to working with everyone to make more contributions to the Axis2 project. Glen, I will read the guidelines and get back to you with the CLA. On Mon, Mar 3, 2008 at 6:43 PM, Glen Daniels [EMAIL PROTECTED] wrote: As this

Re: [Axis2] Axis2-CORBA IDL parsing problem

2008-02-29 Thread Eranga Jayasundera (එරංග)
Hello, Can you please send an example IDL? - Eranga On Mon, Feb 25, 2008 at 6:07 PM, Marcin Malinowski [EMAIL PROTECTED] wrote: Hello, I'm going to use Axis2 module in order to allow using CORBA via WSDL interface. Everything works fine if I have a simple idl interface. For example:

Re: [Axis2] Axis2-CORBA IDL parsing problem

2008-02-26 Thread Eranga Jayasundera (එරංග)
Hello Marcin, Currently, the CORBA module does not support pre-processor directives. Therefore you have to manually include the contents of tmp.idl to the main IDL file. Best Regards, Eranga On Mon, Feb 25, 2008 at 6:07 PM, Marcin Malinowski [EMAIL PROTECTED] wrote: Hello, I'm going to use