cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy error

Former Member
0 Kudos

Hi,

I have generated and deployed Java server proxy successfully in PI 7.1.

The problem is I am getting a error as follows

com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Cannot locate proxy bean sap.com/HTTPEAR/DeliveryInImp

I have regiered the bean using the URL already.

Should i add any jar references to my EAR explicitly and redeploy.

Regards,

Sudharshan N A

Accepted Solutions (0)

Answers (1)

Answers (1)

prasannakrishna_mynam
Contributor
0 Kudos

Hello,

You need to add the references of the proxy libraries (jars) in application-j2ee-engine.xml. Once you build the .ear file, you need to delete the libraries by unziping the .ear. Because, the proxy libraries (jar) should not be deployed as there are already existed in J2EE engine. Refer the following blog

/people/thorsten.nordholmsbirk/blog/2006/08/06/use-a-java-proxy-instead-of-a-jca-adapter

Regards,

Prasanna