O.k., finally found the time to have a look at it. I bootstrapped a fresh magnolia and ran through the steps in the INSTALL.txt and then tried to open the product dialog, which did lead to a
info.magnolia.cms.beans.config.ConfigurationException: no dialog registered for name: shopProduct But looking at config:/modules/data/dialogs you will find a "shopProduct" dialog there. So there must be some other problem with that dialog. So I restarted Magnolia and hat a close look at the log... et voilĂ : java.lang.ClassNotFoundException: ch.fastforward.magnolia.module.utils.dialog.RootSpecificConfigurableTreeDialog This should be info.magnolia.module.shop.dialog.RootSpecificConfigurableTreeDialog I now fixed the package names and checked to modified bootstrap files back in. Since I gotta run now I did not have a chance to go through the installation steps again. Please let me know when if things still should not be working as expected. -will P.S.: We will be starting two new projects soon which will make use of the shop module, so I guess you will see more updates from our side. However, please provide your fixes, extensions, bells & whistles! I'll be happy to add them to the project. On 17.10.2010, at 21:35, Giancarlo F. Berner wrote: > > Hi Will > > I think what Benoit means is that no dialogs are registered. > > In the Sample Shop menu click on "Products", then double-click on one of the > products. I get the following error: > info.magnolia.cms.beans.config.ConfigurationException: no dialog registered > for name: shopProduct > > info.magnolia.module.admininterface.DialogMVCServlet.getHandler(DialogMVCServlet.java:72) > info.magnolia.cms.servlets.MVCServlet.doPost(MVCServlet.java:110) > info.magnolia.cms.servlets.MVCServlet.doGet(MVCServlet.java:68) > javax.servlet.http.HttpServlet.service(HttpServlet.java:627) > javax.servlet.http.HttpServlet.service(HttpServlet.java:729) > and so on. > > Cheers > /giancarlo ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
