Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] custom install handler not found error


platform-update-dev-bounces@xxxxxxxxxxx wrote on 07/22/2005 12:17:12 PM:

> I created myInstallHandler class which implements the
> IInstallHandler interface, and jar the class into myInstallHandler.
> jar, and place it on the server site in the feature folder:  
> features/featureID_featureVersion/myInstallHandler.jar.  I also add


Is this a typo? The spelling/case of myInstallHandler.jar is different from the one you list in your feature.xml

> the following markup in the feature xml file.  

> <install-handler
>       library="MyInstallHander.jar"
>       handler="MyInstallHander.class"/>. and deloy it on the server
> in the feature folder too.

> Then I try to download the new product, and after the licence
> agreement, it shows the error message of "Custom install handler
> requried by feature was not found.[myInstallHandler.class].

> Do I misss anything causing the class not found?
> Thanks for any information.
> zhe.
>  
>  

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top