Wednesday, March 09, 2011

DSC ClassNotFoundException

Quite often when deploying DSC's you'll see errors such as "Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: Map".
Quite often this is caused by not fully defined your input types such as <input-parameter name="credential" required="true" type="Map"> instead of <input-parameter name="credential" required="true" type="java.util.Map">.

No comments:

Post a Comment