Hi Kiuma, When you intantiate your service, try using the BuilderFactory (http://jakarta.apache.org/hivemind/hivemind/BuilderFactory.html). This allows you instantiate your bean using custom properties.
Cheers, Johan > Hi again, > reading the documentatino about <contribution> tag i see that it can > only generate List or Map instances. This differs from the spring > framework way of configuring services in that you can perform a > configuration this way: > > <bean id="..." class="...."> > <property name="fooProp"><value>barValue</value></propery> > </bean> > > So in Spring i can set also property values that are not Lists or Map > into a service. > Now I wonder if there is something similar in hivemind. > Thanks, > kiuma > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- you too? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
