Class: com.sybase.djc.ant.ClassLoaderProperty (Class Loader Property) | EAServer 6.3 Help |
---|
Description | Configures a named class loader to be active for all business methods of a component. Note that this property can be applied at component level, but would usually be applied at package level so that all components in a deployment module share the same class loader. This ensures that intra-module inter-component calls will not encounter ClassCastException. |
---|---|
Configuration |
Example:
<setProperties package="ejb.components.example"> <classLoader name="MyClassLoader"/> ... </setProperties> |
Nested Properties | name |
Property: name (Name) | |
---|---|
Description | Name of the class loader to be utilized. |