You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eduardo Burgos (JIRA)" <ji...@apache.org> on 2007/05/23 22:12:34 UTC

[jira] Created: (SM-957) Enhance servicemix-bean by providing a ServiceUnitAnalyzer

Enhance servicemix-bean by providing a ServiceUnitAnalyzer
----------------------------------------------------------

                 Key: SM-957
                 URL: https://issues.apache.org/activemq/browse/SM-957
             Project: ServiceMix
          Issue Type: New Feature
          Components: servicemix-bean
    Affects Versions: 3.2
         Environment: linux, normal pc
            Reporter: Eduardo Burgos
            Priority: Minor
         Attachments: servicemix-bean-05232007-eburgos.diff

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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SM-957) Enhance servicemix-bean by providing a ServiceUnitAnalyzer

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned SM-957:
----------------------------------

    Assignee: Adrian Co

> Enhance servicemix-bean by providing a ServiceUnitAnalyzer
> ----------------------------------------------------------
>
>                 Key: SM-957
>                 URL: https://issues.apache.org/activemq/browse/SM-957
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-bean
>    Affects Versions: 3.2
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Assignee: Adrian Co
>            Priority: Minor
>         Attachments: servicemix-bean-05232007-eburgos.diff
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.