I have 2 servicemix-bean-service-unit's. One bean SU is extending
ComponentSupport and implementing MessageExchangeListener (WorkHandler
below) and another SU is extending TransformComponentSupport
(RegisterHandler below). 

public class WorkHandler extends ComponentSupport implements
MessageExchangeListener 

public class RegisterHandler extends TransformComponentSupport 

I want to use RegisterHandler (and several others) from WorkHandler. 

However on calling RegisterHandler from WorkHandler, i receive exception
TypeNotInitializedException, call init(). 

I would appreciate if anybody can help me on how to do this properly?

Mayur
-- 
View this message in context: 
http://www.nabble.com/Using-one-bean-SU-from-another-bean-SU-tp16702865p16702865.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to