Hi. What kind of problems are you having? I ran into some problems some time ago, and solved them using Self-First Delegation. This is done with this line in the xbean.xml:
<classpath inverse="true" /> It's quite well explained in the following link:<http://servicemix.apache.org/classloaders.html> http://servicemix.apache.org/classloaders.html Let me know if you need more help. Sebastian Gomez. On Mon, Feb 16, 2009 at 11:11 AM, peppinolusuraio <[email protected]>wrote: > > Hi, > > I have problems in my SU code when I invoke a Class.forName(). > The classes I load dinamically are inside the service unit and I have to > use > reflection. > What may be the problem? > Do I have to specify explicitly all the xbean <classpath> entries? > > > -- > View this message in context: > http://www.nabble.com/Class.forName-in-Service-Unit-tp22034580p22034580.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
