cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Java ClientProxies

Former Member
0 Kudos

Hi All,

Can I test Client java proxies in webspear? bec, proxies are EJB's .

so can't I deploy the generated .ear file for SAP J2ee engine in Webspear.

If answer is no, please give the reason as well.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Hi Yadagiri,

These will clear ur doubts a bit

Regards,

Prateek

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you should be able to do this if you include all libraires

Regards,

michal

Former Member
0 Kudos

Hi michal..

Here again I am confusing. Because someone said it's not possible to deploy .ear file in webspear which is contradictory to u r info. Please confirm this as well as what all additional libraries to be included for deploying .ear file in Webspear?

Former Member
0 Kudos

Your client proxy can not be deployed on any other J2EE server....but note that since it is an EJB code, the client code accessing it can be a standalone java application getting executed inside any JVM or a say a servlet deployed on websphere...