some improvement to the parser class
------------------------------------
Key: ARIES-365
URL: https://issues.apache.org/jira/browse/ARIES-365
Project: Aries
Issue Type: Bug
Components: Blueprint
Affects Versions: 0.1
Reporter: Lin Sun
Assignee: Lin Sun
Fix For: 0.2
While prototyping message driven service name space handler, I ran into the
following with Parser.java
1. the parseElement method seems to assume the beanMetadata is always not the
top element and this may not be true always. It is better to check if the
enclosingComponent is null to determine is the bean is top level or not.
2. the parseElement method doesn't process ServiceMetadata type
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.