Hi together,
I have found already how can I define dependencies:
in SubsystemAdd for example in method performBoottime(OperationContext context, .....)
....
context.getServiceTarget().addService([service-name], [service-instance]).addDependencies( [dependencies])
where dependencies is array of service names.
So what I am missing right now are service names for data sourceces, for jndi, hornet jms
Can anybody help me?
Thanks in advance.