|
SWITCHYARD-2643 fix allows to put component name into @Reference, but it's redundant as the relation between component and bean impl is already defined in switchyard.xml. Is there a good way to resolve it internally? One thing to note is, @Reference is a CDI qualifier and it helps to identify which ClientProxyBean should be injected. Just mapping component name and impl class name like following doesn't work. https://github.com/igarashitm/components/commit/fa180d32c3caa3cd7e1c22996c62ba88beb620c7
|