cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro doesn't reflect external libary changes after deploy

Former Member
0 Kudos

i've import external library into a webdynpro application then deloy it ,it's ok,

then i make change the external libary ,deploy webdynpro application ,it seems like

the external libary change does not s not being reflected ,what had happend ?

i've try several times.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

recreat & rebuild

Former Member
0 Kudos

thanks all:

i think is a bug of NWDS ,i have try to reload & rebuid the lib,i will try to delete the

lib on was ,perhaps it will be ok,

Former Member
0 Kudos

Hello Frank,

when you change your external library create the new .jar file. Add the new .jar file as external library to your project (right click->properties->add external jars...).

try reload+rebuild before deploy.

Some times NWDS doesn't refresh correctly, so go to Java perspective, select your project and press F5 (refresh). Then try again woth reload+rebuild.

Hope it helps

Former Member
0 Kudos

thanks all:

there is no error in my java code,but my app used sun LDAP API , so i import external API library

when i change the library the app can find API method ,then i deploy the app,the app throw "can not find call error" .

Former Member
0 Kudos

Hi, have a look at:

Former Member
0 Kudos

Hi Frank,

Try to Reload the project so that you obtain all the resources in refreshed manner.

<b>Right click the project ->select Reload</b> (which is Reload+Rebuild)

Regards,

Sathish

Former Member
0 Kudos

hi Omri :

i 've try these,but still no affact

when u change webdynpro app u can do these ,then change can reflect;

but when u change external libary these method can not reflect changes after deploy.

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Did u added the name of the library files to the webdynpro library refrences.

go to project build path and add the refrence.

Give the same that u see in the visual admin> services

>library

Regards,

Vijai

former_member182374
Active Contributor
0 Kudos

Hi,

Sometimes you need to:

1) Rebuild project

2) Create Archive

3) Deploy project

in order to reflect changes.

Try it.

Omri