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: