cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MessageTransformBean module

Former Member
0 Likes
1,679

Hello

I´m trying to configure a Soap Communication Channel and configure the module MessageTransformBean to use a xslt transformation in adapter.

In Module Name I' m setting:

localejbs/AF_Modules/MessageTransformBean

In Module Configuration I´m setting:

Transform.Class com.sap.aii.messaging.adapter.XSLTConversion

XSLTConversion.XSLTFileName /tmp/transform.xsl

But in SXMB_MONI I got this error from adapter:

com.sap.aii.af.ra.ms.api.DeliveryException: Object not found in lookup of MessageTransformBean.

Then I renamed the Module Name to MessageTransformBeanTest to check the error message and I got this one:

com.sap.aii.af.ra.ms.api.DeliveryException: Object not found in lookup of MessageTransformBeanTest.

Seems the module MessageTransformBean doesnt exist. Is that possible ?

Can anyone help me, please ?

Thanks

Edited by: Vitor Zaninotto on Jan 18, 2008 6:12 PM

View Entire Topic
Former Member
0 Likes

Hi,

Mine worked with the following config in 7.0:

Processing sequence: 1

Module name: AF_Modules/MessageTransformBean

Module type: Local Enterprise Bean

Module key: 1

Module Configuration:

Module key: 1

Parameter name: Transform.Class

Parameter value: com.sap.aii.messaging.adapter.XSLTConversion

Module key: 1

Parameter name: XSLTConversion.XSLTFileName

Parameter value: /data/xslt/XSLRct.xsl

========================

By default the classes should have been installed. If not, you can try to install it yourself. Pls reference:

http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm

Regards,

Bill