i***@randspringer.de
2010-07-08 13:36:51 UTC
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:
***@porschberg:~/idl> find . -name "*.idl"
./de/otto/cobra/business/TraceEJBRemote.idl
./de/otto/cobra/business/TraceEJB.idl
./de/otto/cobra/model/Trace.idl
./java/lang/Byte.idl
./java/lang/Iterable.idl
./java/lang/Cloneable.idl
./java/lang/Number.idl
./java/lang/Object.idl
./java/lang/Comparable.idl
./java/lang/Long.idl
./java/util/ListIterator.idl
./java/util/List.idl
./java/util/Collection.idl
./java/util/Iterator.idl
./java/util/Date.idl
./org/omg/boxedRMI/java/lang/seq1_Object.idl
./org/omg/boxedRMI/seq1_wchar.idl
Â
How do I compile these files with $MICO_HOME/idl/idl ?
Â
A simple:
Â
***@porschberg:/opt/workarea/mico/glassfish> idl ./de/otto/cobra/business/TraceEJBRemote.idl
./de/otto/cobra/business/TraceEJBRemote.idl:50: orb.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:79: java/lang/Long.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:80: java/util/List.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:81: de/otto/cobra/model/Trace.idl: No such file or directory
Â
I see that idl-program has a lot of options but I found no documentation. Can someone help?
Â
Best regards
Thomas
Â
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:
***@porschberg:~/idl> find . -name "*.idl"
./de/otto/cobra/business/TraceEJBRemote.idl
./de/otto/cobra/business/TraceEJB.idl
./de/otto/cobra/model/Trace.idl
./java/lang/Byte.idl
./java/lang/Iterable.idl
./java/lang/Cloneable.idl
./java/lang/Number.idl
./java/lang/Object.idl
./java/lang/Comparable.idl
./java/lang/Long.idl
./java/util/ListIterator.idl
./java/util/List.idl
./java/util/Collection.idl
./java/util/Iterator.idl
./java/util/Date.idl
./org/omg/boxedRMI/java/lang/seq1_Object.idl
./org/omg/boxedRMI/seq1_wchar.idl
Â
How do I compile these files with $MICO_HOME/idl/idl ?
Â
A simple:
Â
***@porschberg:/opt/workarea/mico/glassfish> idl ./de/otto/cobra/business/TraceEJBRemote.idl
./de/otto/cobra/business/TraceEJBRemote.idl:50: orb.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:79: java/lang/Long.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:80: java/util/List.idl: No such file or directory
./de/otto/cobra/business/TraceEJBRemote.idl:81: de/otto/cobra/model/Trace.idl: No such file or directory
Â
I see that idl-program has a lot of options but I found no documentation. Can someone help?
Â
Best regards
Thomas