Re: [mico-devel] idl compiler options

2010-07-08 Thread i...@randspringer.de
Hi Zoltan,   thank you for you answer but now I get a segmentation fault when I call:   pb...@porschberg:/opt/workarea/mico/glassfish> idl -I. -I$MICO_HOME/include/mico -I$MICO_HOME/include -DMICO --any --typecode --no-poa --c++-suffix cpp ./de/otto/cobra/business/TraceEJBRemote.idl   pb...@porsc

Re: [mico-devel] idl compiler options

2010-07-08 Thread Zoltan Bordas
In most cases you do not need to use the more convoluted arguments. Start with something simple like: idl -I. –I/include -DMICO --any --typecode --no-poa --c++-suffix cpp CosCollection.idl Which will: - Generate the stubs for the CosCollection.idl file. - Will use . and /in

[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