validation error caused by multiple interfaces
----------------------------------------------

                 Key: OPENEJB-1580
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1580
             Project: OpenEJB
          Issue Type: Bug
            Reporter: Kevan Miller


I ran into a deployment error of an ejblite bean because the bean implemented 
multiple interfaces. The bean actually only had one {quote}real{quote} 
interface. The second interface was dynamically added by new Aries weaving 
code. The interface is marked as synthetic. Ignoring synthetic interfaces would 
seem to be the best way to avoid this problem. Otherwise we'll need a mechanism 
to configure interfaces to be ignored (or add the Aries WeavingProxy interface 
to the list of interfaces we currently ignore...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to