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?
both jbi message and soap message are honored for cxf se, but no for
other format.
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
Is it possible that you didn't configure java compiler in your pom.xml?
I use Java 1.6.0_11 so I realy don't know where his problem is.
Regards
Crimor