cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Using XMLAnonymizerBean module in Reciever File adapter.

Former Member
0 Kudos

Hi All,

I am trying to use the XMLAnonymizerBean in orer to convert the encoding of my xml document from UTF8 to ISO. However when I configure the module the message goes into waiting status with an exception saying.

Exception caught by adapter framework: Object not found in lookup of XMLAnonymizerBean..

I have configured the Module in the below manner...

Module Name = AF_Modules/XMLAnonymizerBean

Module Type = Local Enterprise Bean

Under Configuration i Mention

anonymizer.encoding = ISO-8859-1.

is there any thing i am missing, I am on Xi 7.0 SP 08.

Please help...

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Check for typos and trailing spaces.

/people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean

Former Member
0 Kudos

Thaks for the pointer. Now I dont get any error however i am not getting the desired o/p.

I am trying to change the header of an xml file which I am trying to write from <?xml version="1.0" encoding="utf-8"?> to <?xml version="1.0" encoding="iso-8859-1"?> , as per the help doc this could be changed using the xmlAnonymizerBean.

My output still shows utf-8, Any pointers on thiswould be really appreciated.

Thank you.

stefan_grube
Active Contributor
0 Kudos

I do not see anything wrong in your config. So all I can say is: Check for typos.

Regards

Stefan