You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Barry Hathaway <bh...@nycap.rr.com> on 2011/11/09 00:41:02 UTC

Re: Classloading issue

I'm finally getting back to this and trying to resolve it.
I have carefully checked all the bundle imports and exports and all seem OK.
I'm still getting the error mentioned when spring creates and tries to
initialize the bean.
In an attempt to narrow the problem down I build a simple bundle and tried
to instantiate
and initialize the bean. In the start method I put:

ISadlServiceProvider ss = new SadlServiceProvider();
ss.setKbaseRoot("D:\\projects\\SADL\\SadlServerV2Standalone
DataModels");

where SadlServiceProvider is the name of my CXF service (in a separate
bundle).
The bundle starts without generating any errors. It is only when Spring
starts the
bundle do I see the DVFactoryException errors.
Any ideas where to look next?
Thanks.

--
View this message in context: http://servicemix.396122.n5.nabble.com/Classloading-issue-tp4808880p4976119.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.