cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy

Former Member
0 Kudos

Hi,

I have configured a Java Proxy scenario.Its a client java proxy. The application sends some data to RFC and gets back some response. I have configured everything in XI. I have deployed the EAR file on XI. Now when i execute the scenario. The program is not proceeding further the statement written below. I think there is some problem for the application in looking up the EAR file.It doesn't throw any error it just stops its execution there. Can anyone tell me what might be the problem ? The EAR is successfully deployed on the server. Any help on this will be appreciated.

Object ob = ctx.lookup( "sap.com/MAS_OrderProcessing_EAR/ProxyMessageOB_PortTypeBean");

Thanks and Regards,

Sudheer.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192798
Active Contributor
0 Kudos

Hi Sudheer,

This topic is already discussed and replied by Stefan. Refer the below:-

When you call from outside of the J2EE server, then you have to use the JNDI name.

Object ref = ctx.lookup("<JNDI-name>");

Look for the correct JNDI name with Visual Administrator with service EJB Container.

Check in the Visual Admin if the deployed application of your EAR is running fine.

I hope this provides you a solution.

Regards.

Praveen