cancel
Showing results for 
Search instead for 
Did you mean: 

weblogic.jar in server java proxy

Former Member
0 Kudos

Hi,

weblogic.jar is so big size, when i have I/F item that's number of 30 for server java proxy. i have to deploy individual ear file included individual weblogic.jar,

like common jar, do i have to deploy it with ear every time?

is there a way?

thanks

venjamin

null

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Hi Venjamin,

the easiest way is using the aii_af_jmsproviderlib.sda to deploy your jar.

See here for more info:

http://help.sap.com/saphelp_nw2004s/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/frameset.htm

In the application-j2eeengine.xml you create a reference to com.sap.aii.af.jmsproviderlib to enable the Java Proxy to access the lib.

Regards

Stefan

Former Member
0 Kudos

Hi,

you mean, like external driver setting with aii_af_jmsproviderlib.sda,

<jars>

<jar-name>ojdbc14.jar</jar-name>

<jar-name>weblogic.jar</jar-name>

</jars>

and then deploy it?, i do not need to add weblogic.jar into InboundEjb for server java proxy in order to call target ejb?

thanks in advance

venjamin

null

stefan_grube
Active Contributor
0 Kudos

> Hi,

>

> you mean, like external driver setting with

> aii_af_jmsproviderlib.sda,

>

> <jars>

> <jar-name>ojdbc14.jar</jar-name>

> <jar-name>weblogic.jar</jar-name>

> /jars>

>

> and then deploy it?

Yes.

> i do not need to add weblogic.jar into InboundEjb for server java proxy in

> order to call target ejb?

I do not understand this sentence.

What is your scenario?

Stefan

Answers (2)

Answers (2)

Former Member
0 Kudos

if you have jar files which are shared by many applications or even for that matter have references by even a single application, the better way to do this is Library project. more info on help.sap.com

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>> do i have to deploy it with ear every time? NO need.

Regards

Agasthuri Doss