cancel
Showing results for 
Search instead for 
Did you mean: 

Using XSLT on File Adapter

Former Member
0 Kudos

Hi guys,

I developed a XSLT and was trying to use it on my File/FTP Adapter. I've read Michael's blog but nothing seems to happen.

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

The only thing I can see is on the message monitoring the following processing:

MP: Entering module processor

MP: Processing local module localejbs/AF_Modules/MessageTransformBean

Transform: using Transform.Class: $identity

Transform: successfully transformed

From what it seems everything is fine but nothing happens. Most likely, there is some kind of error on the XSLT, eventhough I've tested it and everything runs well.

Is there any log where I can check all the steps that are going through?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

It seems that the parameter Transform.Class is misspelled or not linked to the module.

Former Member
0 Kudos

Hi Stefan,

Thanks for the reply. What do you mean by "misspelled or not linked to the module" ? How can I check it?

stefan_grube
Active Contributor
0 Kudos

Check for typos, check also the module key, if this is the same for the module and the parameter.

Former Member
0 Kudos

Hi Stefan,

It was a typo...

Transform.class -> Transform.Class.

Thanks in advance for the your replies. Points Awarded

Answers (0)