Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11609

ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 28.0.0.Beta1, 28.0.0.Final
    • None
    • EJB
    • None

    Description

      There is the following configuration element
      <subsystem xmlns="urn:jboss:domain:ejb3:5.0">
      ...
      <entity-bean>
      <optimistic-locking enabled="false"/>
      <bean-instance-pool pool-name="aPool"/>
      </entity-bean>

      for the ejb3 subsystem, this seems related to EJB2 EntityBeans which are removed from the container.
      This settings does not have any affect for the current JPA (EJB3) implementation and the EJB2 implementation is removed completely.
      It looks like that only the handler to read, write and manipulate the configuration are still there.
      So the element should be removed from the schema and code.

      Attachments

        Activity

          People

            tadamski@redhat.com Tomasz Adamski
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: