cancel
Showing results for 
Search instead for 
Did you mean: 

How to get trusted connection using RepositoryBean class through MDM Java API - MDM 7.1

Former Member
0 Kudos

Hello All,

I am using standard MDM Webdynrpo Components inside a wrapper application. Can anyone pls. let me know the code for establishing a conenction using RepositoryBean class.

I have got the UsersSessionContext from the repository bean using:

UserSessionContext userCtx = _repositoryBean.getUserSessionContext();

But I face issues when I use Metadatamanager for RepositorySchema.

RepositorySchemaEx repSchemaEx = MetadataManager.getInstance().getRepositorySchema((RepositorySessionContext)userCtx);  

Pls. help me with the code here, I need to do a search/retrieve and update operation here.

Thanks & Regards,

Becky.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188878
Active Contributor
0 Kudos