Decorator interface check needs configurable exclusions
-------------------------------------------------------
Key: OWB-581
URL: https://issues.apache.org/jira/browse/OWB-581
Project: OpenWebBeans
Issue Type: Bug
Components: Core
Affects Versions: 1.1.1
Reporter: David Jencks
Assignee: David Jencks
Aries proxy weaving code adds an interface to every class and so does Cobertura
for code coverage. This breaks the implemented interface checks for
decorators. Gurkan suggested using the spi package but I don't see a
reasonable way to do that. I've implemented a solution using a configuration
property. If not present, it just excludes Serializable as done now.
There are a couple places where only one method is expected in a OWB object but
weaving may add more. I've fixed these places too to find the desired method
by name.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira