First of all, I am getting the following error registering a context using ContextFactory in productivity layer:
10:13:30,931 INFO [STDOUT] 10:13:30,931 INFO [DocumentumWSProxyAdapter] Initializing the EMC Documentum web service adapter.10:13:35,649 INFO [STDOUT] com.emc.documentum.fs.rt.impl.servicemodel.ServiceModelException: Service descriptor file not found: "service-core-service-model.xml".10:13:35,649 INFO [STDOUT] at com.emc.documentum.fs.rt.impl.servicemodel.JavaBeanTreeFactory.getModuleByName(
JavaBeanTreeFactory.java:109)10:13:35,649 INFO [STDOUT] at com.emc.documentum.fs.rt.context.ContextFactory.getVersionedUrl(
ContextFactory.java:191)10:13:35,649 INFO [STDOUT] at com.emc.documentum.fs.rt.context.ContextFactory.makeRegistryUrl(
ContextFactory.java:166)10:13:35,649 INFO [STDOUT] at com.emc.documentum.fs.rt.context.ContextFactory.register(
ContextFactory.java:130)
..............
Can anyone provide any details about this "service-core-service-model.xml" file?
Thanks
Bobbyw