Hi (again) :-)

The java.lang.ClassNotFoundException indicates your missing a dependency on 
your project.
info.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition belongs to 
DAM ...
... so ... make sure your project / bundle includes the artifact for magnolia 
dam-app

<dependency>
  <groupId>info.magnolia.dam</groupId>
  <artifactId>magnolia-dam-app</artifactId>
  <version>depends on the magnlia version you are using ...</version>
</dependency>

On which bundle or version are you working?
And what tutorial are you following (you've written: "Follow the instruction in 
hello word app")

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b527c8d3-7aff-4d83-8fcb-d03e82cc1de2


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to