Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-452

Configurable org.jboss.ejb.Container class

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Minor Minor
    • No Release
    • None
    • EJB2
    • 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

              starksm64 Scott Stark (Inactive)
              sourceforge-user SourceForge legacy user (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: