[omniORB] Re: omniidl segfaults

Juergen Weber weberjn at gmail.com
Mon Dec 3 22:09:26 GMT 2007


Hi,

I am trying to access a Geronimo based EJB from an omniorb client,
just to see, if this is possible (if it works, I'd opensource the code
for an omniORB and Geronimo sample).
I got 1.6 rmic to create the IDLs,
rmic -idl -d rmic -classpath
lib\geronimo-ejb_3.0_spec-1.0.jar;CustomerService-ejb.jar
ejb.CustomerService
had to tweak them a bit, but now omniidl segfaults compiling them.

In case somebody might try out this, I append the changed IDL sources.

Thanks,
Jürgen

weberjn at ubuntu:~/c/CustomerService$ omniidl -bcxx -Wbinline -I.
-I/home/weberjn/omniORB-4.1.1/idl ejb/CustomerService.idl
javax/ejb/EJBObject.idl:61: Warning: Identifier 'primaryKey' clashes
with CORBA 3 keyword 'primarykey'
omniidl: 1 warning.
Segmentation fault


weberjn at ubuntu:~/c/CustomerService$ uname -a
Linux ubuntu 2.6.22-14-server #1 SMP Sun Oct 14 23:34:23 GMT 2007 i686 GNU/Linux

weberjn at ubuntu:~/c/CustomerService$ which omniidl
/home/weberjn/omniORB-4.1.1/bin/omniidl

#!/usr/bin/python
weberjn at ubuntu:~/c/CustomerService$ file /usr/bin/python
/usr/bin/python: symbolic link to `python2.5'
weberjn at ubuntu:~/c/CustomerService$ file /usr/bin/python2.5
/usr/bin/python2.5: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), for GNU/Linux 2.6.8, dynamical    ly linked (uses shared
libs), stripped
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CustomerService-IDL.zip
Type: application/zip
Size: 17506 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20071203/72bec61d/CustomerService-IDL-0001.zip


More information about the omniORB-list mailing list