cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Adapter

Former Member
0 Kudos

Dear all,

we've developed a custom adapter and - for testing purpose - we've undeployed this adapter with metadata again. In communication channel monitoring the adaptertype is still availaböe for selection. How can we remove this entry? Is it persisted in any database table?

Kind regards, Stefan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved by ourselves

prateek
Active Contributor
0 Kudos

You may try to perform complete CPACache refresh and check if the problem persists.

Regards,

Prateek

Former Member
0 Kudos

Dear Raj,

we've restarted the J2EE-Server with no effect. Does the cache get persisted?

Regards, Stefan

former_member190389
Active Contributor
0 Kudos

Please check your code of the adapter.

There must be a code where you make entries so that the adapter reflects there.

When you undeployed it ,you must have forgotten to remove that entry and that is why it is showing there.

My suggestion would be correct that part ,then redeploy and then undeploy it.

Former Member
0 Kudos

Dear all,

I don't know exactly what you mean.

I've searched the whole code for all occurrences of a special word that existed in our OLD namespace -> no occurrences left, so I've redeployed the new version. But in "Adapter Monitor" the old namespace still exists. If I get you right you are thinking of a code fragment like "writToDataBase(String namespace){...}". I cant't find anything like this.

How can I get rid of the old stuff?

Regards, Stefan