This content has been marked as final.
Show 2 replies
-
1. Re: ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
igarashitm Jun 15, 2015 9:00 AM (in response to karlovjan)Not sure without seeing stacktrace or reproducer though, my guess is that you need to add net.sf.saxon module dependency into org.apache.camel.core.
-
2. Re: ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
karlovjan Jun 15, 2015 11:16 AM (in response to igarashitm)Thank you Tomohisa,
your guess is right. I put the dependency module net.sf.saxon to the modules\system\layers\soa\org\apache\camel\core\main\module.xml and after restarting the server the exception disappeared.