Hi Richard,
I did install Camel Fop using the Camel features command in Service Mix:
features:install camel-fop
And then I manually installed the Apache XMLGraphics bundle and Commons.io
because otherwise the route would complain about the missing dependencies.
I don't get this: installing using
When you say you've installed it manually, does this mean you didn't use
the Camel features file?
If so, please double check if you have all required bundles installed. FOP
requires quite a few dependencies. See the camel-fop feature:
https://github.com/apache/camel/blob/master/platforms/karaf/feat
Hello,
Nobody used this? Please help me if you can.
Regards,
Laurentiu
On Thu, Mar 13, 2014 at 2:24 PM, Laurentiu Trica <
laurentiu.tr...@moredevs.ro> wrote:
> Hello,
>
> I'm trying to use Camel FOP component in Servicemix 4.5.3.
> I manually installed Apache XMLGraphics bundle and Commons.io,
Hello,
I'm trying to use Camel FOP component in Servicemix 4.5.3.
I manually installed Apache XMLGraphics bundle and Commons.io, but I get
this error when deploying a route:
2014-03-13 14:21:36,564 | ERROR | ExtenderThread-6 | ContextLoaderListener
| 82 - org.springframework.osgi.exten
Hi,
it worked for me in Karaf. I can’t say anything about ServiceMix as I’m not
using it.
BR
Maruan Sahyoun
Am 13.02.2014 um 20:26 schrieb subrata.sar...@oup.com:
> Hi Maruan,
>
> Could you please guide me in this? Is this now working in SMX 4.5.3. Can you
> send me a sample?
>
> Thanks
>
>
Hi Maruan,
Could you please guide me in this? Is this now working in SMX 4.5.3. Can you
send me a sample?
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Karaf-and-camel-fop-tp5719011p5747274.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Am 03.01.2013 um 18:41 schrieb Maruan Sahyoun :
> as a quick update - using the latest ServiceMix Bundles I was able to
> successfully use camel and camel-fop within Karaf.
>
Hi
Thanks for the update.
Babak
> Thanks for fixing the SMX bundles and making that possible.
>
> Maruan
>
> Am
as a quick update - using the latest ServiceMix Bundles I was able to
successfully use camel and camel-fop within Karaf.
Thanks for fixing the SMX bundles and making that possible.
Maruan
Am 15.09.2012 um 08:55 schrieb Maruan Sahyoun :
> Hi Claus,
>
> thanks for your reply and your input. I
done . see SMX4-1249Today 12:25
With kind regards
Maruan Sahyoun
Am 26.09.2012 um 12:56 schrieb Babak Vahdat :
>
>
> Am 26.09.12 11:15 schrieb "Maruan Sahyoun" unter :
>
>> Hi there,
>>
>> it seems that the META-INF/services entries of fop
>> (http://svn.apache.org/viewvc/xmlgraphics/fop/ta
Am 26.09.12 11:15 schrieb "Maruan Sahyoun" unter :
>Hi there,
>
>it seems that the META-INF/services entries of fop
>(http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/src/java/META-I
>NF/services/) are missing in the ServiceMix bundle. Is there a way to get
>these entries in?
Hi,
Well
Hi there,
it seems that the META-INF/services entries of fop
(http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/src/java/META-INF/services/)
are missing in the ServiceMix bundle. Is there a way to get these entries in?
With kind regards.
Maruan Sahyoun
quick update on the topic as part of my conversation on the fop mailing list.
Q:
If I understood you correctly a) fop won't work without modifications in an
OSGI environment and b) there is no quick fix to resolve that. Is that correct?
A:
yes, that's about it. You could combine XGC, Batik and F
as a quick update - I asked on the fop mailing list about the state of Apache
fop and OSGI before further digging into the issue
Maruan
Hi Claus,
thanks for your reply and your input. I'll try to come up with a solution,
maybe a quick workaround to start with, and post my findings.
Maruan Sahyoun
Am 15.09.2012 um 08:32 schrieb Claus Ibsen :
> On Fri, Sep 14, 2012 at 9:41 AM, Maruan Sahyoun
> wrote:
>> I should have mentione
On Fri, Sep 14, 2012 at 9:41 AM, Maruan Sahyoun wrote:
> I should have mentioned that I did as you suggested using features:install
> for camel and camel-fop (as well as camel-blueprint etc.)
>
Yeah I am not sure what to do than other than digging into it, there
may be some of the OSGi bundles t
I should have mentioned that I did as you suggested using features:install for
camel and camel-fop (as well as camel-blueprint etc.)
Am 14.09.2012 um 09:36 schrieb Claus Ibsen:
> Hi
>
> If you use Karaf / SMX then there is a camel-fop feature you can use
> to install. That is the recommended
Hi
If you use Karaf / SMX then there is a camel-fop feature you can use
to install. That is the recommended approach for installing Camel
components.
features:install camel
features:install camel-fop
Though the camel-fop feature may not yet 100% work. As you say below,
classloading from non-OSGi
I installed the dependencies via osgi:install from that repository which
enabled the Camel route to deploy (defined via Blueprint xml). But when I tried
to submit data I got the error
java.lang.UnsupportedOperationException: Don't know how to handle
"application/pdf" as an output format. Neithe
On Fri, Sep 14, 2012 at 9:19 AM, Maruan Sahyoun wrote:
> OK - some further testing shows that camel-fop works fine if you run camel
> standalone. So the issue is when running inside an OSGI container. I'll do
> some more investigation. Is there someone around using camel-fop inside Karaf
> or S
OK - some further testing shows that camel-fop works fine if you run camel
standalone. So the issue is when running inside an OSGI container. I'll do some
more investigation. Is there someone around using camel-fop inside Karaf or
ServiceMix? Any hints?
Thanks for all the help so far. I'm very
Hi Charles,
thanks for giving me that hint. I now installed xmlgraphics-commons as well as
commons-io but now when fop is trying to process the input file no renderer is
found
java.lang.UnsupportedOperationException: Don't know how to handle
"application/pdf" as an output format. Neither an F
Hi,
Have you deployed the bundle of Apache XMLGraphics ?
Regards,
Charles
On Mon, Sep 10, 2012 at 10:38 AM, Maruan Sahyoun wrote:
> Hi,
>
> I'm trying to use camel-fop from within Apache Karaf. But I'm getting an
> error message about a missing class
> Caused by: java.lang.NoClassDefFoundError
22 matches
Mail list logo