GenIDL allows to generate the IDLs of the Home and Remote interfaces of the
beans described in the given EJB deployment descriptor.
Usage: java org.objectweb.jonas_ejb.genidl.GenIDL -help
to print this help message
or java org.objectweb.jonas_ejb.genidl.GenIDL
to generate the IDLs of the Home and Remote interfaces of the
beans described in the given EJB deployment descriptor.
Options include:
-
-d specify where to place the generated files
-
-novalidation parse the XML deployment descriptors without validation
-
-rmicopts specify the options to pass to the rmic compiler
-
-verbose
-
Input_File file name of the standard deployment descriptor
(.xml ended), or
file name of the EJB-jar (.jar ended).
|