cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between 2004 and 2004s

Former Member
0 Kudos

hi everybody,

I had developed an application in 2004s,I am trying to deploy it in 2004 application server.I could not able to run the application .I am getting following Error.

Cannot Resolve WDEventHandler.

Is there any alternative way,please suggest,its required

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi madhavi,

U can not deploy ur application on older version server. It will not work.

u can try this

<a href="/people/guenter.schiele/blog/2007/02/12/how-to-migrate-developed-software-components-to-a-new-release-in-nwdi

regards

Sumit

Message was edited by:

Sumit Malhotra

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Your NWDS and the WAS should be ideally of same version.

Else the classes and the packages will have missmatches

Regards

Ayyapparaj

former_member182374
Active Contributor
0 Kudos

Hi,

Load the project in NWDS 2004 version that is the same as your 2004 application server.

Do the following:

1) Right click on project name -> Repair -> Project Structure and Classpath for resolving

2) Compile

3) Deploy

If you used new API in the project the compile step will not work and you'll need to use older API.

Regards,

Omri