Hi, The problem in your case is that you haven't set the "parameters-occurs" attribute for your HelloFactory service. The default value is "1" (see http://jakarta.apache.org/hivemind/descriptor.html#service-point), but in your case you want parameters-occurs="none".
Hope that helps, --knut On 6/15/05, 张博 <[EMAIL PROTECTED]> wrote: > Hello everyone: > > I'm new to hivemind. I'm from China. > I want to use ServiceImplementationFactory to produce Service, here is the > code: >
