cxf server basic authentication (using interceptor) does not protect wsdl browsing

2016-02-11 Thread bocamel
). That is, anybody can browse the wsdl without being authenticated. In fact, the interceptor does not even get called for such wsdl browsing. So my question is that whether there is a way to enforce basic authentication for all such accesses through camel-cxf. Thanks in advance for any insight

Re: How to setup WSS4j interceptor for cxfbean component?

2016-01-29 Thread Claus Ibsen
lug...@gmail.com> wrote: > Hi All, > > I have a question about configure a cxfbean component ( > http://camel.apache.org/cxf-bean-component.html) to use a WSS4j > interceptor. For CXF endpoint, there's documented step available but > somehow I couldn't find any for cxfbean.(http://c

How to setup WSS4j interceptor for cxfbean component?

2016-01-28 Thread Harry Hwu
Hi All, I have a question about configure a cxfbean component ( http://camel.apache.org/cxf-bean-component.html) to use a WSS4j interceptor. For CXF endpoint, there's documented step available but somehow I couldn't find any for cxfbean.(http://camel.apache.org/cxf.html) Any help or insight

Interceptor into external file

2015-09-10 Thread fabrizio.spataro
Hello, i would use same interceptor (XML Spring implementation) into my different projects. Can i reference an interceptor like "routeContextRef" tag or "restContextRef" tag? -- View this message in context: http://camel.465427.n5.nabble.com/Interceptor-into-external

Re: Interceptor into external file

2015-09-10 Thread Raul Kripalani
lani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Thu, Sep 10, 2015 at 11:57 AM, fabrizio.spataro < fabrizio.spat...@bizmate.it> wrote: > Hello, > > i would use same interceptor (XML Spring implementation) into my different > project

Re: Interceptor into external file

2015-09-10 Thread Henryk Konsek
Hi, What kind of interceptor do you have in mind? Spring AOP one or Camel one? Cheers! czw., 10.09.2015 o 12:57 użytkownik fabrizio.spataro < fabrizio.spat...@bizmate.it> napisał: > Hello, > > i would use same interceptor (XML Spring implementation) into my different > p

Re: Interceptor into external file

2015-09-10 Thread Henryk Konsek
I don't think it is possible in Spring XML DSL. However it is definitely possible with Java DSL. Maybe you can switch to Java? Java DSL is really flexible :) . Cheers! czw., 10.09.2015 o 14:28 użytkownik fabrizio.spataro < fabrizio.spat...@bizmate.it> napisał: > Camel interceptor:

Re: Interceptor into external file

2015-09-10 Thread fabrizio.spataro
Camel interceptor: http://camel.apache.org/schema/spring; errorHandlerRef="deadLetterErrorHandler"> ... ANOTHER CODE .. ... ANOTHER CODE .. ...

Re: Interceptor into external file

2015-09-10 Thread fabrizio.spataro
ANOTHER CODE .. ... ANOTHER CODE .. ... ANOTHER CODE .. ... ANOTHER CODE .. -- View this message in context: http://camel.465427.n5.nabble.com/Interceptor-into-

camel-cxf: Accessing Camel headers/properties in CXF interceptor on exception

2015-08-10 Thread Jens
Hi, I have a CXF endpoint with a CXF interceptor that inspects properties from the Camel exchange in order to do its job. In the good case everything works fine: The properties/headers get set somewhere in the Camel route, and when the route finishes, the CxfBinding propagates them

Re: Simple interceptor code not working

2014-04-27 Thread shreyaspurohit
Hi Claus, Thanks a lot for that link. Regards, Shreyas -- View this message in context: http://camel.465427.n5.nabble.com/Simple-interceptor-code-not-working-tp5750577p5750630.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Simple interceptor code not working

2014-04-25 Thread shreyaspurohit
-- View this message in context: http://camel.465427.n5.nabble.com/Simple-interceptor-code-not-working-tp5750577p5750615.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Simple interceptor code not working

2014-04-25 Thread Claus Ibsen
in context: http://camel.465427.n5.nabble.com/Simple-interceptor-code-not-working-tp5750577p5750615.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author

Re: Simple interceptor code not working

2014-04-24 Thread Claus Ibsen
The interceptor must be in the same RouteBuilder. On Fri, Apr 25, 2014 at 4:12 AM, shreyas shreyas.puro...@hotmail.com wrote: Hello, I have modified the camel console example to use interceptor. The interceptor is not working when I put the code that uses interceptSendToEndpoint

Re: Camel receipient list with interceptor

2013-03-20 Thread Claus Ibsen
is the last option. Thanks for reading such a long post.Much appreciated.Please let me know if its confusing. It would be nice if you can answer all three or whichever you know. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-receipient-list-with-interceptor

Re: Camel receipient list with interceptor

2013-03-20 Thread santhosh
will be used. 2)Is there a way to intercept message to dynamic endpoint.Endpoint that will be available only in runtime. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-receipient-list-with-interceptor-tp5729462p5729549.html Sent from the Camel - Users mailing list

Re: Camel receipient list with interceptor

2013-03-20 Thread santhosh
-with-interceptor-tp5729462p5729568.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel receipient list with interceptor

2013-03-19 Thread santhosh
me know if its confusing. It would be nice if you can answer all three or whichever you know. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-receipient-list-with-interceptor-tp5729462.html Sent from the Camel - Users mailing list archive at Nabble.com.

Global Interceptor for all incoming Messages

2012-06-21 Thread sushil_vsk5
are defined in the same RouteBuilder class as the interceptFrom() itself. Is there a way to intercept messages for all incoming messages for all routes that the camel context holds? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread Claus Ibsen
/Global-Interceptor-for-all-incoming-Messages-tp5714820.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread sushil_vsk5
developers extending from a custom RouteBuilder class, is there any other way I can achieve this? Can I use an IntercepyStrategy or something? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread James Carman
? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread Claus Ibsen
/ instrument cross cutting concerns to existing CamelContext's on the fly. In the 2.x version you need to do this up-front. Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html Sent from the Camel

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread wing-tung Leung
2012/6/21 sushil_vsk5 sushil_v...@yahoo.co.in: Unfortunately, the interceptFrom() only seems to intercept messages for those routes which are defined in the same RouteBuilder class as the interceptFrom() itself. Is there a way to intercept messages for all incoming messages for all routes that

Re: add interceptor to a camel context

2012-06-12 Thread Claus Ibsen
DefaultCamelContext(); RouteDefinition routeDefinition=new RouteDefinition(); routeDefinition.from(direct:a).to(direct:b).to(direct:c); camelContext.getRouteDefinitions().add(routeDefinition); camelContext.setTracing(true); camelContext.start(); Interceptor to be used

Dynamically set WSS4J interceptor properties

2012-03-09 Thread ychawla
services. I don't want to configure one Interceptor per service I am calling because the only thing that is different is the encryptionUser. This is the alias of the public key you are using to encrypt the message. Here is the WSS4J interceptor: bean id=wss4jOutInterceptor class

Re: Dynamically set WSS4J interceptor properties

2012-03-09 Thread ychawla
Another idea here is to set the scope to 'request' on the WSS4J interceptor and override a method to set the encryption user. Has anyone done that before similar to this: http://forum.springsource.org/showthread.php?81311-Configuring-WSS4J-Encrypt-for-multiple-clients-how Thanks, Yogesh

Re: CxfEndpoint and configure interceptor on bus

2012-03-07 Thread akuhtz
Hi Aki, Thanks for your reply. The problem was that the interceptor that was defined on the bus was not invoked and even not added to the interceptor chain but this was a stupid configuration error on my side :-( With CXF-2.4.4 it was working if cxfcore:bus id=somebus ... was defined (wrong

Re: CxfEndpoint and configure interceptor on bus

2012-03-07 Thread Aki Yoshida
and if you could try for camel 2.9.0. But as I said before, it's normal when you don't find the other interceptor when you look into the endpoint, but it is a bug or some kind of incompatibility issue when one of the interceptors is not invoked or some exception is thrown during the invocation. thanks

CxfEndpoint and configure interceptor on bus

2012-03-06 Thread akuhtz
Hi, I've a question regarding camel-cxf in combination with interceptors configured on the CXF-bus. It seems that the behaviour has changed from CXF-version 2.4.4 to 2.4.6 but I'm not sure if it's a camel problem. I've modified a unit-test that shows the problem. I expected an interceptor

Re: CxfEndpoint and configure interceptor on bus

2012-03-06 Thread Aki Yoshida
Hi Andi, I think you always saw at the endpoint only the interceptors that are configured at the endpoint. But you saw both interceptors when the interceptor chain is built. Are you not seeing both interceptors when the interceptor chain is invoked? If you have this problem, can you tell us which

Re: Is there any way for a CXF interceptor to access the Camel Exchange?

2011-07-08 Thread Willem Jiang
with a CXF interceptor, but I want to be able to correlate that log with the state of the Camel Exchange at that point. What I really want is a cross between a CXF interceptor and a Camel TraceEventHandler, but that's not possible (because the TraceEventHandler never gets to see the on the wire

Is there any way for a CXF interceptor to access the Camel Exchange?

2011-07-07 Thread Jim Talbut
Hi, I want to log the on the wire data seen by CXF, which I can do with a CXF interceptor, but I want to be able to correlate that log with the state of the Camel Exchange at that point. What I really want is a cross between a CXF interceptor and a Camel TraceEventHandler, but that's

Unexpected interceptor behavior

2011-06-20 Thread Sander Mak
Hi all, I'm trying to test an onException handler of my route by intercepting a send on the main route and throwing an appropriate exception so that the onException handling is triggered. However, I ran into some unexpected behavior. A simplified testcase reproduces this behavior:

Re: Unexpected interceptor behavior

2011-06-20 Thread Claus Ibsen
Hi The webpage states that the Exchange has to be *on route* http://camel.apache.org/intercept Sending using producer template is not on route. On Mon, Jun 20, 2011 at 4:33 PM, Sander Mak sander...@gmail.com wrote: Hi all, I'm trying to test an onException handler of my route by intercepting

Re: Unexpected interceptor behavior

2011-06-20 Thread Sander Mak
Ok, my intuition was that using the producer template the exchange would be put 'on route' (the activemq endpoint is the first endpoint on the route, right?). Apparently my intuition was wrong. However, that still leaves me with the question of how to achieve my goal without introducing an

error in interceptor: InputStreamCache cannot be cast to org.w3c.dom.Node

2011-05-30 Thread Javier Arias Losada
Hello all, I am implementing a monitor on my routes, using an interceptor. I am using Camel 2.3.0 inside Servicemix 3.3.2. The routes are working ok without the interceptor. In the monitor, I try to log the message, but it seems (not sure about this, just a guess) that that is causing

Re: error in interceptor: InputStreamCache cannot be cast to org.w3c.dom.Node

2011-05-30 Thread Claus Ibsen
In your custom interceptor, then you can either - skip any streams (eg do not touch them) - reset the stream cache By resetting the stream cache you should be able to re-read the stram again. There is some code on trunk that does that. On Mon, May 30, 2011 at 1:37 PM, Javier Arias Losada

custom interceptor - wrapProcessorInInterceptors - potential bug.

2011-05-02 Thread Javier Arias Losada
Hi all, I am implementing a traceability solution on camel. We need a fine grained solution providing a lot of detail, so I am implementing my own custom interceptor. What I want to do is trace each step in the routes and keep the 'parent-child' relation between different exchanges (eg

Re: custom interceptor - wrapProcessorInInterceptors - potential bug.

2011-05-02 Thread Javier Arias Losada
, May 2, 2011 at 11:23 AM, Javier Arias Losada javier.ari...@gmail.com wrote: Hi all, I am implementing a traceability solution on camel. We need a fine grained solution providing a lot of detail, so I am implementing my own custom interceptor. What I want to do is trace each step

Re: custom interceptor - wrapProcessorInInterceptors - potential bug.

2011-05-02 Thread Claus Ibsen
implementing a traceability solution on camel. We need a fine grained solution providing a lot of detail, so I am implementing my own custom interceptor. What I want to do is trace each step in the routes and keep the 'parent-child' relation between different exchanges (eg. different

Interceptor in onexception route

2011-04-26 Thread ghosh
route id=id2 from uri=uri21 to uri=uri22 / /route I have a context wide interceptor defined which intercepts each endpoint and based on endpoint uri it performs some action. It works perfectly fine if there is no exception. Now whenever an exception comes, the onexception gets invoked

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-05 Thread Claus Ibsen
On Sat, Dec 4, 2010 at 2:04 AM, ext2 x...@tongtech.com wrote: Hi, Claus: It's a exciting feature. Hoping it will be available sooner; By the way, it seems the camel 3.0 decide to introduce some new features; While I am using camel, I often meet some requirement which I think if camel

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-03 Thread ext2
of the second bean and 1 for route; -Origin - Sender: Hadrian Zbarcea [mailto:hzbar...@gmail.com] Date: 2010/12/2 22:21 Receiver: users@camel.apache.org Subject: Re: Wast performance? Instrument Interceptor is wrapped twice for each processor. The InstrumentationProcessor is a delegate

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-03 Thread ext2
...@tongtech.com] Date: 2010-12-3 19:23 Receiver: users@camel.apache.org Subject: Re: Wast performance? Instrument Interceptor is wrapped twice for each processor. Thanks Harian Zbarcea: Instrument will be useful. But being wrapped and execute twice for single processor will be a waste

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-03 Thread Claus Ibsen
On Fri, Dec 3, 2010 at 2:24 PM, Hadrian Zbarcea hzbar...@gmail.com wrote: I did look at few examples. In your case, from looking at the log, it looks like it's wrapped twice, that's why is executed twice. The second number is always larger than the first. Since the Trace is an interceptor too

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-02 Thread Hadrian Zbarcea
The InstrumentationProcessor is a delegate processor (aka interceptor) that allows you do do before and after processing. It is not really invoked twice (or I have to see a test case that does that, the unit tests in camel I am aware of don't). It is invoked once, takes a start timestamp

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread Claus Ibsen
interceptor-strategy in Java  DSL program;        But while using Spring DSL, it seems there is no such a configuration we can use to configure the custom interceptor-strategy;        How about to add such a support?        It may looks like as following:        beans                bean id

Re: how to implement the instrumentation of from-endpoint?(Should camel to support the route level interceptor)

2010-10-22 Thread Claus Ibsen
) Support a route level interceptor (just like the processor's interceptor, but it will wrapper the whole route).        It seems the solution is more lightweight than the policy-processor. How about to add such the support in camel? Thanks any suggestion -- Claus Ibsen Apache Camel

Re: how to implement the instrumentation of from-endpoint?(Should camel to support the route level interceptor)

2010-10-22 Thread ext2
interceptor) There is an InterceptFrom DSL[1] that can meet you requirement. [1]http://camel.apache.org/intercept.html#Intercept-InterceptFrom On 10/22/10 12:01 PM, ext2 wrote: Hi: Camel support interceptors for processor, but recently I encounter a requirement, it ask for a custom

Re: : Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread Claus Ibsen
On Fri, Oct 22, 2010 at 7:39 AM, ext2 x...@tongtech.com wrote: Thanks a lot. I see; Camel could look up all the configured interceptor-strategies in spring application context. But unfortunately, it seems we couldn't control the wrap order of interceptor-strategies; Can you try implement

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread ext2
Hi, Clause: Thanks a lot; I am sorry for my poor knowledge about Orader. I have just reviewed the source code of camel-core, camel-spring,camel-xml. But I haven't found the source code to control the wrapper-sequence of interceptor strategy by Ordered; Do you means my interceptor-strategy can

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread Claus Ibsen
of interceptor strategy by Ordered; Do you means my interceptor-strategy can implement the Ordered interface , then the camel could sequence  to load these strategies by the order? For example if I write two interceptor-strategy(A , B), if A's order is 0, and B's order is 1. the camel will always

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread Claus Ibsen
On Fri, Oct 22, 2010 at 11:15 AM, ext2 x...@tongtech.com wrote: Hi, Clause: It seems the Ordered interface of interceptor strategy doesn't works; Could camel support such a feature? What version of Camel are you using? == On Fri

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread Claus Ibsen
On Fri, Oct 22, 2010 at 11:27 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, Oct 22, 2010 at 11:15 AM, ext2 x...@tongtech.com wrote: Hi, Clause: It seems the Ordered interface of interceptor strategy doesn't works; Could camel support such a feature? What version of Camel are you

Re: Could camel support configurable interceptor strategy in spring?

2010-10-22 Thread ext2
...@tongtech.com wrote: Hi, Clause: It seems the Ordered interface of interceptor strategy doesn't works; Could camel support such a feature? What version of Camel are you using? Ah I can see its not support currently, yeah please create a JIRA ticket

Could camel support configurable interceptor strategy in spring?

2010-10-21 Thread ext2
Hi: Camel's Context support a low level API(CamelContext.addInterceptStrategy), which we could use it to add our custom interceptor-strategy in Java DSL program; But while using Spring DSL, it seems there is no such a configuration we can use to configure the custom interceptor

Re: Could camel support configurable interceptor strategy in spring?

2010-10-21 Thread Willem Jiang
/repos/asf/camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java On 10/22/10 12:15 PM, ext2 wrote: Hi: Camel's Context support a low level API(CamelContext.addInterceptStrategy), which we could use it to add our custom interceptor

Re: how to implement the instrumentation of from-endpoint?(Should camel to support the route level interceptor)

2010-10-21 Thread Willem Jiang
) Support a route level interceptor (just like the processor's interceptor, but it will wrapper the whole route). It seems the solution is more lightweight than the policy-processor. How about to add such the support in camel? Thanks any suggestion

: Could camel support configurable interceptor strategy in spring?

2010-10-21 Thread ext2
Thanks a lot. I see; Camel could look up all the configured interceptor-strategies in spring application context. But unfortunately, it seems we couldn't control the wrap order of interceptor-strategies; On 2010/10/22

Re: need help with interceptor in camel 1.6.2 using custom predicate

2010-04-13 Thread Claus Ibsen
Hi I have created an example in 1.x as unit test, which is invoked 3 times. Apache SVN have issue currently with committing so I paste the test here davsclaus:(svn)camel-1x[camel-1.x:925986]/$ svn diff Index: camel-core/src/test/java/org/apache/camel/issues/CBRCustomPredicateAsFilterTest.java

Re: need help with interceptor in camel 1.6.2 using custom predicate

2010-04-12 Thread Jesse Sanford
Claus, Thanks for your help. Of course you deserve the kudos! I tried the filter method that you described with 1.6.2 and I also upgraded to 2.2 and tried again with interceptors and also with choice().when() What I am finding is this. When I use the custom predicate: public class commentFilter

Re: need help with interceptor in camel 1.6.2 using custom predicate

2010-04-12 Thread Jesse Sanford
FYI Here is my routeConfigurator class. You can see from the commented out sections in the configure method that I have tried a lot of different dsl configurations. public class commentRoute extends RouteBuilder { private Predicate commentFilter; @Override public void configure(){

Re: need help with interceptor in camel 1.6.2 using custom predicate

2010-04-12 Thread Jesse Sanford
I should mention that I am using spring 2.5.x On Mon, Apr 12, 2010 at 6:30 PM, Jesse Sanford jessesanf...@gmail.comwrote: FYI Here is my routeConfigurator class. You can see from the commented out sections in the configure method that I have tried a lot of different dsl configurations.

need help with interceptor in camel 1.6.2 using custom predicate

2010-04-11 Thread Jesse Sanford
I am trying to intercept an exchange using a custom predicate and I am having trouble re-routing the exchange or even simply stoping it. Here is my routebuilder: public class commentRoute extends RouteBuilder{ @Override public void configure(){

Re: need help with interceptor in camel 1.6.2 using custom predicate

2010-04-11 Thread Claus Ibsen
Hi Jesse btw thanks for the kudo. The interceptors in Camel 1.x is not working super duper. And hence why they have been overhauled in the 2.0 onwards, which would allow you to do what you want. I suggest to search in the camel-core src/test/java directory for any intercept unit tests and see

Re: Interceptor not working for manually created echanges

2010-01-11 Thread S. Ali Tokmen
Hello Le 10/01/2010 09:43, Claus Ibsen a écrit : The tracer works on the routes only. So it gets activated when any Exchange gets routed to a Camel route. So if you custom code send the Exchange to a direct:foo endpoint which then has a route then it should get traced

Re: Interceptor not working for manually created echanges

2010-01-11 Thread Claus Ibsen
On Mon, Jan 11, 2010 at 9:01 AM, S. Ali Tokmen savas-ali.tok...@bull.net wrote: Hello Le 10/01/2010 09:43, Claus Ibsen a écrit : The tracer works on the routes only. So it gets activated when any Exchange gets routed to a Camel route. So if you custom code send the Exchange to a direct:foo

Re: Interceptor not working for manually created echanges

2010-01-10 Thread Claus Ibsen
On Fri, Jan 8, 2010 at 4:31 PM, S. Ali Tokmen savas-ali.tok...@bull.net wrote: Hello I'm currently using CAMEL 2.0.0 with a route that dynamically splits and routes a message to many destinations. I should be using a recipientList() but since the version 2.0.0 doesn't allow any exception

Interceptor not working for manually created echanges

2010-01-08 Thread S. Ali Tokmen
Hello I'm currently using CAMEL 2.0.0 with a route that dynamically splits and routes a message to many destinations. I should be using a recipientList() but since the version 2.0.0 doesn't allow any exception handling I'm forced to using a construct like the following: for

Interceptor

2009-02-24 Thread mta38
Hi all, Is somebody already using its own interceptor in a xml spring configuration file? In fact, I want to know if in the following definition of intercept, the stop really stops route execution. Cause for me; all other routes are executed. intercept interceptor id=intercept1 ref

Re: Interceptor

2009-02-24 Thread Claus Ibsen
Hi You should not use the interceptor tag, only the intercept. For example: camelContext id=camel xmlns=http://camel.apache.org/schema/spring; intercept to uri=mock:middle1/ stop/ /intercept route from uri=direct:start/ to uri=mock:end/ /route

Interceptor / stop / xml configuration file

2009-02-17 Thread mta38
Hi all, I want to use interceptor in my route. But I think I may do something wrong Here is my code route from uri=direct:a / intercept interceptor id=intercept1 ref=validateInterceptor/ to uri=mock:test/ stop/ /intercept

Re: Interceptor / stop / xml configuration file

2009-02-17 Thread Claus Ibsen
@orange-ftgroup.com wrote: Hi all, I want to use interceptor in my route. But I think I may do something wrong Here is my code route from uri=direct:a / intercept interceptor id=intercept1 ref=validateInterceptor/ to uri=mock:test/ stop