NB plugin designtime and runtime method signatures differ
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
NB plugin designtime and runtime method signatures differ  XML
Forum Index -> Tools
Author Message
autozoom

Joined: 28/12/2007 00:00:00
Messages: 76
Offline


I noticed this:
in icefaces 1.8.2 plugin for Netbeans 6.5 design time libraries we have the following signature (the file is icefaces-comps.jar):

Code:
public void setProgressListener(MethodExpression _progressListener)

for the InputFile class (but inherited from InputFileBase)

while in runtime libraries (the ones that get deployed) we have
Code:
public void setProgressListener(MethodBinding binding)

which is directly in InputFile class

So if you use the first in your sources, it compiles but then you get a methodnotfound exception when running, if you try and use the second you cannot even compile of course

this is blocking for my delopment

how is this?

thanks
Mauro
Admin

Joined: 27/05/2004 00:00:00
Messages: 199
Offline


Moved from Components to Tools forum.

- Admin
 
Forum Index -> Tools
Go to:   
Powered by JForum 2.1.7ice © JForum Team