Feature Requests item #714038, was opened at 2003-04-02 16:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=714038&group_id=22866

Category: JBossServer
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Percy Christian (percychris)
Assigned to: Nobody/Anonymous (nobody)
Summary: Configurable org.jboss.ejb.Container class

Initial Comment:
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=714038&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to