cancel
Showing results for 
Search instead for 
Did you mean: 

Changes not getting reflected a SAPUI5 application from NWDS to SAP AS Java in Enterprise portal

05-02-2017 2:31 PM
1519 views 7 comments
0 Likes
SAP Managed Tags
Subscribe

Hi All,

I am trying to run sapui5 application in NWDS 7.3 .

I have installed sapui5 plugins and also have the SAP SERVER running in development(SAP AS JAVA).

When i deploy i am seeing changes in .css,.jsp , .properties(i18n) but no changes are reflected in .js files(view and controller).

The changes are successfully deployed and build.

Can anybody please help me with it??

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

its solved i made some changes in Component.preload.js

the changes were then getting reflected

Former Member
0 Likes

its solved i made some changes in Component.preload.js

the changes were then getting reflected

junwu
SAP Champion
SAP Champion
0 Likes

clear cache in your browser

Former Member
0 Likes

I tried clearing cache,running in incognito mode also

junwu
SAP Champion
SAP Champion
0 Likes

after your build, you should find a ear file in your local, unzip it to see if you have the change there.

Former Member
0 Likes

everytime i deploy .ear file is being generated with updated timestamp
when i extract i get a seperate .war file which i further extract after that i am able to see the whole project
I opened the .js file(controller) where i made the change the particular code was there
also the css changes(.cc) as well as the i18n changes(.properties file) are also visible
but when i deploy the project which i imported from NWDI the js file is still not reflecting

Is any kind of specific role is required from portal side or any authorization is required.

Former Member
0 Likes

i tried to view the controller(from sources in console) while running the sapui5 application still it does not reflects the .js file changes.But other changes is reflecting.

Do i need to clear the cache from portal side.???