]
Eduardo Martins commented on WFLY-3292:
---------------------------------------
Important fixes by the PR:
1) support for java ee 7 administered-object xml element
2) support for java ee 7 connection-factory xml element
3) fix messaging incorrect handling of jms resource config annotations, when deployment is
a war or app client
4) fix incorrect handling of non absolute jndi name in mail sessions, should be considered
relative to java:comp/env
EE Resource Definition Code Rework
----------------------------------
Key: WFLY-3292
URL:
https://issues.jboss.org/browse/WFLY-3292
Project: WildFly
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: EE, JCA, JMS, Mail, Naming
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Blocker
Fix For: 8.1.0.Final
This enhancement task provides a refresh/cleanup of all code related with EE resource
definitions (as defined by EE.5.18).
A major goal is to sync the logic that works out the deployment of all resource
definitions (datasource, connection factory, administered objects, mail session, jms
destination and jms connection factory), introducing specific abstract processors for both
descriptors and annotations. These processors should continue to use the same
functionality under the hood, i.e. feed BindingConfigurations to the same collections as
any resource, but may allow in the future an easy split of deployment phase to install the
related bindings, which should help the logic of dependent services.
Another goal is to fix or provide missing functionality, such as support for
<connection-factory /> and <administired-object />.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: