[mico-devel] idl compiler options

2010-07-08 Thread i...@randspringer.de
Hi,   I want to do my first steps with mico. The goal is to request a EJB-bean in a glassfish server. I created the IDL-files from my Bean-Class an my remote interface with: rmic -idl ... As a result I got a bunch of IDL files in subdirectories: pb...@porschberg:~/idl> find . -name "*.idl" ./de/o

Re: [mico-devel] idl compiler options

2010-07-08 Thread i...@randspringer.de
          Will *NOT* include the stubs needed for server implementation, > client call only (--no-poa). > > -          Will use “cpp” as the extension of the C++ file (I think the > default is “cc”). > > I hope it helps to make the initial steps. > > Zoltan Bordas > Senio

Re: [mico-devel] idl compiler options

2010-07-12 Thread i...@randspringer.de
  I uploaded the idl-files to http://www.randspringer.de/myidl.tar.gz   Maybe someone is interested in looking inside this segmentation fault.   Thomas   "i...@randspringer.de" hat am 9. Juli 2010 um 08:51 geschrieben: > Hi Zoltan, >   > thank you for you answer but now I