Timo,If you would like to override the classpath then I would suggest
you to put your version of the XMLBeans jar file while making a
component jar file and override the classpath in your service java
class.See if that help.ThanksYogLCcomponent.xml file defines service
impl class as below
com.company.component.MYServiceImplpackage
com.company.componen;public class MYServiceImpl{ public void
myServiemethod(){ // first line in your service method ClassLoader
originalClassloader = Thread.current...