cancel
Showing results for 
Search instead for 
Did you mean: 

Working with Java Proxy

Former Member
0 Kudos

Is it possible to deploy client proxy on another application server for example WebSpere?

I need to add Proxy Runtime libraries into ear. But does these libraries include Messaging System?

For example I send a message when XI is not available. Will Java Proxy store this message or it will throw communication exception ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member184154
Active Contributor
0 Kudos

As far as I know they only work on SAP J2EE WebAS.

Probably - if you are very patient - you can try to copy all the framework stuff from SAP J2EE to WebSphere, but it's gonna be a nightmare and also you'd have some licensing issues...

Regards,

Alex

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> Is it possible to deploy client proxy on another

> application server for example WebSphere?

No. This is not possible. Java proxies will run only on an adapter framework based on J2EE 6.40.

Java proxies will not run on other J2EE servers.

Regards

Stefan