kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

rssatom : class not found #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile and Run web app, from a fresh source checkout
2. Do the same with rssatom
3. Try to use upload plugin upload function :

     [java] WARNING: Error for /cms/upload
     [java] java.lang.NoClassDefFoundError: org/datanucleus/util/StringUtils
     [java]     at org.vosao.plugins.rssatom.RssatomEntryPoint.checkConfig(RssatomEntryPoint.java:62)
     [java]     at org.vosao.plugins.rssatom.RssatomEntryPoint.init(RssatomEntryPoint.java:44)
     [java]     at org.vosao.business.impl.PluginBusinessImpl.getEntryPoint(PluginBusinessImpl.java:218)
     [java]     at org.vosao.i18n.VosaoResourceBundle.getResourceBundles(VosaoResourceBundle.java:91)
     [java]     at org.vosao.i18n.VosaoResourceBundle.handleGetObject(VosaoResourceBundle.java:74)
     [java]     at java.util.ResourceBundle.getObject(ResourceBundle.java:396)
     [java]     at java.util.ResourceBundle.getString(ResourceBundle.java:362)
     [java]     at org.vosao.i18n.Messages.get(Messages.java:82)
     [java]     at org.vosao.servlet.FileUploadServlet.processPluginFile(FileUploadServlet.java:300)
     [java]     at org.vosao.servlet.FileUploadServlet.processFile(FileUploadServlet.java:175)
     [java]     at org.vosao.servlet.FileUploadServlet.doPost(FileUploadServlet.java:125)

Original issue reported on code.google.com by francois...@gtempaccount.com on 26 Aug 2010 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 28 Aug 2010 at 10:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r905.

Original comment by kinyelo@gmail.com on 25 Sep 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by kinyelo@gmail.com on 25 Sep 2010 at 7:55