Hi Freeman, your were absolutely right about the source error, tanks. How could I miss it :(.
So now I created my own Marshaler and got my problem to work. I wish you a Mary Christmas and a Happy new Year. Greetings Crimor Crimor wrote: > > Hi, > > I need a schedult service which start every day at 03:00 am. So I thought > I could use a Servicemix-quartz component which invoke the CXF Service > component. But the problem is to invoke the service in the CXF-Component > from the Quartz service. Is there a easy way to get this done just with > configure the Quartz component properly or do I have to create my on > Marshaler which would get the current servicemix context and send the > jbi-message manually? > > I tried to create my on marshaler and override the > populateNormalizedMessage() but on compiling maven complaints the > following: > > annotations are not supported in -source 1.3 > (use -source 5 or higher to enable annotations) > @Override > > > I use Java 1.6.0_11 so I realy don't know where his problem is. > > Regards > > Crimor > > -- View this message in context: http://www.nabble.com/Quartz-invoke-cxf-component-tp21143448p21156602.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
