[jboss-jira] [JBoss JIRA] Closed: (EJBTHREE-861) Dependencies should be registered using a canonical name
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Fri Jan 4 10:41:40 EST 2008
[ http://jira.jboss.com/jira/browse/EJBTHREE-861?page=all ]
Carlo de Wolf closed EJBTHREE-861.
----------------------------------
> Dependencies should be registered using a canonical name
> --------------------------------------------------------
>
> Key: EJBTHREE-861
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-861
> Project: EJB 3.0
> Issue Type: Feature Request
> Affects Versions: EJB 3.0 RC9 - Patch 1
> Reporter: Carlo de Wolf
> Assigned To: Carlo de Wolf
> Priority: Critical
> Fix For: AS 5.0.0.Beta3
>
>
> Tip from Adrian:
> Why don't you just fix it like the ServiceMetaData does
> when it doesn't know whether it is dealing with a bean name
> or ObjectName?
> String dependency = ...
> try
> {
> ObjectName on = new ObjectName(dependency);
> dependency = on.getCanonicalName();
> }
> catch (MalformedObjectName ignored)
> {
> // Not an object name
> }
--
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