CORBA package properties affect code generation and security constraints for the components in the package. Table 4-1 lists the properties.
Management Console property name |
Configuration script property name |
Description |
---|---|---|
EJB Version |
com.sybase.jaguar.package. ejb.version |
The EJB specification version to use for the generated EJB wrapper components. Allowable values are 2.0 (the default) and 2.1. |
Java Package |
com.sybase.jaguar.package. java.package |
The Java package name for EJB home and remote interfaces used by the generated EJB wrapper components. If not set, the default Java package mapping for the component’s CORBA IDL module is used. For IDL module MyModule, the default Java Package is MyModule.ejb. This property applies only for components in the package that use IDL interfaces defined in a module that matches the CORBA package name. For interfaces defined in a different module, the Java package name is the IDL module name suffixed with .ejb. For example, Java interfaces generated to match IDL module Tutorial use Java package Tutorial.ejb. |
Required Roles |
com.sybase.jaguar.package.roles |
A comma separated list of security role names required for users to invoke components in the package. The package property configures the default role list for components for which the component Roles Required property (com.sybase.jaguar.component.roles) is not set. |