> Is there a way to speed up first request and explicitly load all generated
> classes when I deploy my bundle?
If loading these 1000 classes by classloader is the issue, then you
can use Reflections [1] and eager loaded Spring bean to load all these
classed when bundle context starts up.
R
5 | DEBUG | qtp24871952-549 | RQUEST
> | 91 - org.apache.camel.camel-core - 2.8.5 | Exchange[
> , ExchangePattern:InOut
> , BodyType:my.package.Subscription
> , Body:
> http://omnitel.lt/cdm";>
> 123
>
> ]
>
>
>
>
> --
> View this message in context:
>
odyType:my.package.Subscription
, Body:
http://omnitel.lt/cdm";>
123
]
--
View this message in context:
http://camel.465427.n5.nabble.com/Speed-up-marshalling-objects-to-XML-by-explicitly-loading-classes-tp5723299.html
Sent from the Camel - Users mailing list archive at Nabble.com.