You have two ways to do that: 1/ use servicemix-bean component 2/ use cxf-se with pojo attribute
Take a look on this tutorial: http://servicemix.apache.org/6-intermediate-using-ejb-inside-servicemix.html Regards JB youhaodeyi wrote:
BC is internal used, I want to define my own customized BC class. It is a POJO. My business logic is in a method in this POJO. How can I put this POJOin servicemix as a service?
