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

MessageTransformBean module

Former Member
0 Likes
1,675

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
henrique_pinto
Active Contributor
0 Likes

Try this module name:

AF_Modules/MessageTransformBean

Regards,

Henrique.

Former Member
0 Likes

Henrique, I got the same error

Thanks

henrique_pinto
Active Contributor
0 Likes

To check whether it is deployed in J2EE engine, go to Visual Admin, server, JNDI Registry Service. It should be under "AF_Modules" context.

Regards,

Henrique.

Former Member
0 Likes

Its not deployed. Where I can get the file and install it ?

Thanks Henrique

henrique_pinto
Active Contributor
0 Likes

Then there's something really wrong with this XI installation!!!

MessageTransformBean is usually included within aii_af_mod_trans_app_ejb.sda which is part of SAP-XIAF SCA.

Are you really sure it isnt there??

Regards,

Henrique.

Former Member
0 Likes

Henrique, I couldnt find that file on XI system and on XI Installation DVD.

Isn´t that file on the SAP-XIAF ASC package ?

I tried to download SAP XIAF package but there´s available only Support Packages and Patchs for it.

Thanks

henrique_pinto
Active Contributor
0 Likes

Vitor,

yes, the .SDA is included inside the SCA file, that's what I had told!

I'm not sure whether you're supposed to manually deploy the SAP-XIAF SCA, it's part of the installation template. That's probably why you can't find the file directly.

Also, all downloads from Service Marketplace for Netweaver are to be done through a Solution Manager installation (since last april or may). Please get in touch with your customer in order to do that.

Regards,

Henrique.

Former Member
0 Likes

Henrique, the only file the basis found was aii_af_mod_trans_app.sda instead of aii_af_mod_trans_app_ejb.sda. He searched on installation files of SP9, and under the SP10 and SP11 upgrade files.

Isn´t that the correct one ?

Thanks

henrique_pinto
Active Contributor
0 Likes

Vitor,

it was my error, sorry.

The SDA is indeed aii_af_mod_trans_app.sda.

Inside it, the MessageTransformBean.class is in aii_af_mod_trans_app_ejb.jar.

Just deploy the SAP-XIAF SCA including the SDA you mentioned.

Regards,

Henrique.