Как я могу подключиться к Documentum с Emc.Documentum.FS.Runtime, используя C # без app.config для тегов ModuleInfo? - PullRequest
2 голосов
/ 16 февраля 2012

Пример кода с использованием app.config:

ContextFactory contextFactory = ContextFactory.Instance;
IServiceContext serviceContext = contextFactory.NewContext();

раздел app.config Я хотел бы установить в коде вместо того, чтобы API читал его напрямую.

<Emc.Documentum>
    <FS>
      <ConfigObject type="Emc.Documentum.FS.Runtime.Impl.Configuration.ConfigObject, Emc.Documentum.FS.Runtime"
       defaultModuleName="core" registryProviderModuleName="core" requireSignedUcfJars="true">
        <ModuleInfo name="core" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
        <ModuleInfo name="search" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
        <ModuleInfo name="bpm" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
        <ModuleInfo name="collaboration" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services" />
      </ConfigObject>
    </FS>
</Emc.Documentum>

1 Ответ

0 голосов
/ 16 февраля 2012

Вы можете найти свой ответ в Сообществе разработчиков Documentum:

https://community.emc.com/search.jspa?peopleEnabled=true&userID=&containerType=14&container=2013&spotlight=false&q=emc.documentum.fs.runtime*

...