cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Special characters in sender JMS adapter

Former Member
0 Kudos

Hello All,

I have a scenario where I am getting a value in the payload with special chacters for e.g. "OBS! via JMS Sender adapter, but when this value comes to integration engine, it gets converted into something like this <A&B' . I tried using ISO 8859 charset in adapter module but that did not help. Would really appreciate your inputs.

Cheers

Abhimanyu

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Are you sure, that PI chages "OBS! to <A&B&apos;

That sounds weird.

Maybe you have look into this guide, that might help you:

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79f...

Former Member
0 Kudos

Yeah, it is weird.

I tried options from this guide but did not help. Moreover, this guide dosen't talk about JMS adapter. To be specific

this * <A&B' * gets converted to this * &lt;A&amp;B&apos; *.

Edited by: Abhimanyu Singh on Sep 2, 2010 5:09 PM

Edited by: Abhimanyu Singh on Sep 2, 2010 5:10 PM

stefan_grube
Active Contributor
0 Kudos

> To be specific this * <A&B' * gets converted to this * & lt ;A& amp ;B& apos ; *.

This is absolute correct behaviour.

See chapter 6.2 in the guide.

.

Former Member
0 Kudos

Thank you Stefan. I think there is no option other than using JAVA mapping.

stefan_grube
Active Contributor
0 Kudos

As I told you, that the behaviour is correct, you need not do anything.

Do have any issues?