Hello,
I have migrated an adpater module from XI3.0 and deployed it successfully, but I get an error ("Object not found") at runtime. I have the suspicion that the expression I use in the com channel for referencing the module is wrong.
The module shall be used in a communication channel of type file adapter.
What exactly do I have to enter on the module tab?
My EJB is called ProcessingInstructionModule, it's in a package called com.sapcons.xi.af.conversion, the provider is sap.com.
So I tried
localejbs/sap.com/com.sapcons.xi.af.conversion/ProcessingInstructionModule
com.sapcons.xi.af.conversion/ProcessingInstructionModule
and several other combinations but always got
"Object not found in lookup of com.sapcons.xi.af.conversion"
or
"exception caught with cause com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sapcons.xi.af.conversion, the whole lookup name is localejbs/sap.com/com.sapcons.xi.af.conversion/ProcessingInstructionModule"
Any idea?
Thank in advance
Rainer