cancel
Showing results for 
Search instead for 
Did you mean: 

not able to create parameter byte array to method

Former Member
0 Kudos

Hi,

I am trying to put one parameter to a method i.e. byte[]. But while creating new parameter to method i selected byte from dropdown but the array type check box is dissabled. I am not able to check that.

What might be the problem.

Regards,

H.V.Swathi

Edited by: H.V Swathi on Apr 29, 2009 12:37 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi swathi,

U manually put the method in the predefined user coding area named "others",

//@@begin others

private void method(byte[] byte)

{

// ...

}

//@@end

Regards,

Sri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Swathi,

It works for me in NWDS 7.0 release.

I feel the reason might be that the metadata has got corrupted & as a result even some basic things do not work as expected.

Close NWDS, delete the contents of the metadata folder under your workspace & restart NWDS.

Or you can try as Sri mentioned above, do global save ('Save All Metadata' button) & then click on Method Extraction button (second last button in toolbar with tooltip 'Start source extraction').

Hope this solves your issue.

Kind Regards,

Nitin Jain