I have class based in WCK WebdavFileStore.
During initialization, getChildrenNames() is called and it produces some exception.
Problem is after that nothing works and even If I catch the exception and throw ServiceAccessException it doesn't help.
I get exception:
- org.apache.slide.common.Namespace - INFO - Namespace base configuration was already done before
- org.apache.slide.common.Namespace - INFO - Loading namespace slide configuration
- org.apache.slide.common.Domain - ERROR - org.apache.slide.structure.ObjectNotFoundException: No object found at /actions/read
I just want to understand why error in getChildrenNames() produces this "Namespace configuration was already done before". And how is that related.
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
