[jboss-jira] [JBoss JIRA] (WFLY-11609) ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed

Brian Stansberry (Jira) issues at jboss.org
Sat Jan 19 14:26:00 EST 2019


    [ https://issues.jboss.org/browse/WFLY-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13684426#comment-13684426 ] 

Brian Stansberry commented on WFLY-11609:
-----------------------------------------

If this configuration was used in an EAP 6.4 server it needs to be retained, since a current domain mode domain controller must be able to manage EAP 6.4 slaves.

> ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed
> -----------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-11609
>                 URL: https://issues.jboss.org/browse/WFLY-11609
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Wolf-Dieter Fink
>            Assignee: Jason Greene
>            Priority: Trivial
>
> 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.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list