[jboss-jira] [JBoss JIRA] Updated: (JBMETA-68) Decouple Transient "determine*" JNDI Logic from Object Model
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Jul 2 18:13:31 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMETA-68?page=all ]
Andrew Lee Rubinger updated JBMETA-68:
--------------------------------------
Attachment: jbmeta68-as_compilation_resolve.patch
Added patch to resolve compilation errors in AS due to metadata changes
> Decouple Transient "determine*" JNDI Logic from Object Model
> ------------------------------------------------------------
>
> Key: JBMETA-68
> URL: http://jira.jboss.com/jira/browse/JBMETA-68
> Project: JBoss Metadata
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Andrew Lee Rubinger
> Assigned To: Andrew Lee Rubinger
> Priority: Critical
> Fix For: 1.0.0.CR1
>
> Attachments: jbmeta68-as_compilation_resolve.patch, jbmeta68.patch
>
>
> Current "determineResolved*JndiName()" methods, with default logic, are mixing concerns in the Object Model. Resolution of target JNDI names should be extracted.
> Following steps to be taken:
> * Remove "determine*JndiName()" methods from JBossEnterpriseBeanMetadata and children
> * Remove ClassLoader from DeploymentSummary; this is transient anyway
> * Remove duplicated fields in EjbDeploymentSummary; these may be obtained via the beanMD instance
> * Create a JNDI Policy SPI for ResolveableJndiNameJbossEnterpriseBeanMetadata and ResolveableJndiNameJbossSessionBeanMetadata, denoting that this metadata is capable of resolving JNDI Names.
> * Implement the Resolveable* SPI Interfaces in Decorators
> * Create Helper Classes to access Resolveable*-type metadata, abstracting the cast from the caller
> * Update Unit Tests to use new grammars, allow 0% regression
> For integration with AS:
> * Create new deployer(s) to decorate metadata with Resolveable* interfaces and JNDI Binding Policies
> * Update grammars accordingly
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list