-
Feature Request
-
Resolution: Obsolete
-
Minor
-
None
-
None
SourceForge Submitter: percychris .
It would be very nice if one could also configure a
specialized org.jboss.ejb.Container class in the
</container-configuration> element of the
standardjboss.xml configuration file and consequently
also in the jboss.xml deployment descriptor file.
Now it is hard coded in the org.jboss.ejb.EjbModule
class. In the (sadly enough) private createContainer
method invoke the (even more sadly ) private
createStatelessSessionContainer,
createStatefulSessionContainer, createEntityContainer
and createMessageDrivenContainer methods where the
respective Containers are created with a hard code type
(MessageDrivenContainer, StatelessSessionContainer,
StatefulSessionContainer and EntityContainer).
The same would be valid for the org.jboss.ejb.EjbModule
class, which is, create in the EjbDeployer and for which
the type is hard code.
Thanks
Percy Christian