Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.2
-
None
-
linux, normal pc
-
Patch Available
Description
Attached is a diff with the addition of a new BeanServiceUnitAnalyzer that I made. At this moment, it only works with endpoints of type <bean:endpoint> and it looks every endpoint's bean for their @ExchangeTarget's uri property. I had to copy the parse part from the URIResolver class, I couldn't directly use it because I don't have a ComponentContext or a MessageExchange at that moment, so you'll pretty much find duplicated code from URIResolver class . I tested it with my own endpoints and it worked well.
I hope you like it.