Hi Freeman,

Below is he log after i deploy the camel bundle. 

16:38:48,779 | INFO  | use-00-27/deploy | ManagementEndpointRegistry       |
?
   ? | 95 - org.apache.servicemix.nmr.management - 1.5.0.fuse-00-27 |
Registering endpoint: org.apache.service
mix.nmr.core.InternalEndpointWrapper@95dc67bf with properties
{ENDPOINT_NAME=camel10-200-208-223-133d3f83d4f-5
-0, jbi.internal=true,
NAME={person}CustomerIncidentService:camel10-200-208-223-133d3f83d4f-5-0,
objectClass=[
Ljava.lang.String;@bc259c, service.id=483,
SERVICE_NAME={person}CustomerIncidentService}
16:38:48,795 | INFO  | use-00-27/deploy | ManagementEndpointRegistry       |
?
   ? | 95 - org.apache.servicemix.nmr.management - 1.5.0.fuse-00-27 |
Registering endpoint: org.apache.service
mix.nmr.core.InternalEndpointWrapper@95dc67c0 with properties
{ENDPOINT_NAME=camel-simple-su-controlbus, jbi.i
nternal=true,
NAME={http://camel.apache.org/schema/jbi}camelcontext:camel-simple-su-controlbus,
objectClass=[L
java.lang.String;@10bbfde, service.id=485,
SERVICE_NAME={http://camel.apache.org/schema/jbi}camelcontext}
16:38:48,811 | INFO  | use-00-27/deploy | ServiceAssemblyImpl              |
?
   ? | 148 - org.apache.servicemix.jbi.deployer - 1.5.0.fuse-00-27 |
Changing SA state to Started
16:38:48,811 | INFO  | use-00-27/deploy | OsgiSpringCamelContext           |
?
   ? | 76 - org.apache.camel.camel-core - 2.7.1.fuse-00-27 | Apache Camel
2.7.1-fuse-00-27 (CamelContext: 190-
camel-39) is starting
16:38:48,811 | INFO  | use-00-27/deploy | OsgiSpringCamelContext           |
?
   ? | 76 - org.apache.camel.camel-core - 2.7.1.fuse-00-27 | Total 2 routes,
of which 2 is started.
16:38:48,811 | INFO  | use-00-27/deploy | OsgiSpringCamelContext           |
?
   ? | 76 - org.apache.camel.camel-core - 2.7.1.fuse-00-27 | Apache Camel
2.7.1-fuse-00-27 (CamelContext: 190-

Below is the code after your suggestion.

camelContext xmlns="http://camel.apache.org/schema/spring";>
       
   <route>
                        <from
uri="jbi:service:person:CustomerIncidentService" />
                        <log message="FUSE CoE TEST LOG MESSAGE CUSTOM
MESSAGE "/>
                       <to uri="file://outputdir/" />
                </route> 


        </camelContext>

Else is there anyother way of trying this out. By using java dsl ?

regards
Guru

-----
Cheers
 Guru
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Using-the-servicemix-cxf-bc-as-endpoint-tp5019578p5019889.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to