You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Ivanhoe Abrahams (JIRA)" <ji...@apache.org> on 2010/12/05 10:42:11 UTC

[jira] Created: (CAMEL-3390) routeBuilder ref not working in camel 2.5.0

routeBuilder ref not working in camel 2.5.0
-------------------------------------------

                 Key: CAMEL-3390
                 URL: https://issues.apache.org/jira/browse/CAMEL-3390
             Project: Camel
          Issue Type: Bug
          Components: camel-blueprint
    Affects Versions: 2.5.0
         Environment: Windows, Camel 2.5.0, running in Apache Felix
            Reporter: Ivanhoe Abrahams


 I amended the camel-example-osgi project so as to use the Java RouteBuilder, the MyRouteBuilder class in that project

I changed the blueprint.xml file to the following

	<bean id="routeBuilder" class="org.apache.camel.example.osgi.MyRouteBuilder" />
	<camelContext xmlns="http://camel.apache.org/schema/blueprint">
			<routeBuilder ref="routeBuilder"/>
	</camelContext>
 
However nothing happens, no error message is displayed either.
If I leave the example in its original state, in other words using the xml-based dsl, then it works.
Maybe this is somehow related to the fact that packageScan does not work???

Regards 
Ivanhoe



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


[jira] Assigned: (CAMEL-3390) routeBuilder ref not working in camel 2.5.0

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-3390:
----------------------------------

    Assignee: Guillaume Nodet

> routeBuilder ref not working in camel 2.5.0
> -------------------------------------------
>
>                 Key: CAMEL-3390
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3390
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-blueprint
>    Affects Versions: 2.5.0
>         Environment: Windows, Camel 2.5.0, running in Apache Felix
>            Reporter: Ivanhoe Abrahams
>            Assignee: Guillaume Nodet
>
>  I amended the camel-example-osgi project so as to use the Java RouteBuilder, the MyRouteBuilder class in that project
> I changed the blueprint.xml file to the following
> 	<bean id="routeBuilder" class="org.apache.camel.example.osgi.MyRouteBuilder" />
> 	<camelContext xmlns="http://camel.apache.org/schema/blueprint">
> 			<routeBuilder ref="routeBuilder"/>
> 	</camelContext>
>  
> However nothing happens, no error message is displayed either.
> If I leave the example in its original state, in other words using the xml-based dsl, then it works.
> Maybe this is somehow related to the fact that packageScan does not work???
> Regards 
> Ivanhoe

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


[jira] Resolved: (CAMEL-3390) routeBuilder ref not working in camel 2.5.0

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

Guillaume Nodet resolved CAMEL-3390.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0

> routeBuilder ref not working in camel 2.5.0
> -------------------------------------------
>
>                 Key: CAMEL-3390
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3390
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-blueprint
>    Affects Versions: 2.5.0
>         Environment: Windows, Camel 2.5.0, running in Apache Felix
>            Reporter: Ivanhoe Abrahams
>            Assignee: Guillaume Nodet
>             Fix For: 2.6.0
>
>
>  I amended the camel-example-osgi project so as to use the Java RouteBuilder, the MyRouteBuilder class in that project
> I changed the blueprint.xml file to the following
> 	<bean id="routeBuilder" class="org.apache.camel.example.osgi.MyRouteBuilder" />
> 	<camelContext xmlns="http://camel.apache.org/schema/blueprint">
> 			<routeBuilder ref="routeBuilder"/>
> 	</camelContext>
>  
> However nothing happens, no error message is displayed either.
> If I leave the example in its original state, in other words using the xml-based dsl, then it works.
> Maybe this is somehow related to the fact that packageScan does not work???
> Regards 
> Ivanhoe

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