see here

http://www.javaworld.com/javaworld/jw-02-1999/jw-02-enterprise.html?page=2

or the JacORB sample in JacORB/demo/hello



On Thu, Jun 5, 2008 at 8:38 PM, Martin <[EMAIL PROTECTED]> wrote:
> Juergen
>
> Any documentation on IOR Corba server addressing?
>
> Vielen Danke
> Martin
> ----- Original Message ----- From: "Juergen Weber" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, June 05, 2008 2:25 PM
> Subject: Exposing CORBA Services as Web Services - Work-Around
>
>
>> Hi all,
>>
>> in case anybody else tries the sample from
>> Exposing CORBA Services as Web Services - Introduction to the Axis2 CORBA
>> Module
>> http://wso2.org/library/2807
>>
>> you will run into
>> org.apache.axis2.AxisFault: unknown
>>
>> Problem is that CorbaUtil.resolveObject() throws a
>> CORBA.OBJECT_NOT_EXIST (which is swallowed by Axis, see AXIS2-3836).
>> The nameserver lookup code does not work, no idea why.
>>
>> A work-around to get the sample running is to use IOR based Corba
>> server adressing. object_to_string the Object in the server, write it
>> into a file and configure mycorbaserver.xml to use that file
>> <parameter name="iorFilePath">/my/ior.txt</parameter>
>>
>> Then the sample works fine.
>>
>> Cheers,
>> Juergen
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to