You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to do some work in the init method i.e. at bean initialization and that method is invoking another sofa service in another module. At startup time it fails because till then another bean is not initialized. To fix this I tried definining another bean's module id in requires-module so that first that module is started but that doesn't seem to be working.
I am using sofa4. Any guidance or help is appreciated.
The text was updated successfully, but these errors were encountered:
I want to do some work in the init method i.e. at bean initialization and that method is invoking another sofa service in another module. At startup time it fails because till then another bean is not initialized. To fix this I tried definining another bean's module id in requires-module so that first that module is started but that doesn't seem to be working.
I am using sofa4. Any guidance or help is appreciated.
The text was updated successfully, but these errors were encountered: