Hi. I'm a spring developer and recently started to work with magnolia and blossom. I got the base system running (magnolia-tomcat-bundle-4.5.3-tomcat-bundle.zip and magnolia-module-blossom-2.0.jar) pretty fast.
In second step I tried to get the blossom sample running. And there trouble started. :-( First I had to notice, that http://svn.magnolia-cms.com/svn/community/modules/blossom/samples/trunk/magnolia-blossom-sample-module/ just contains a blossom 1.x sample which does not work with magnolia 4.5.3 and blossom 2.0. At least http://svn.magnolia-cms.com/svn/community/modules/blossom/samples/trunk/magnolia-blossom-sample-webapp/ contains a blossom 2.0 sample. But the "mvn package" just build the huge war-file. But I want to get just the module jar, which has to be copied into the existing magnolia instance. With changing the packaging from war to jar in pom.xml I got a jar, but the jsp-files are missing in the jar. I moved them from webapp\WEB-INF\templates to resources\mgnl-files which makes them available now. And after copying all the spring 3.0.5 jars (nowhere in the docs mentioned that they must be copied additionally to the blossom.jar!?!) and the magnolia-templating-compatibility-taglib-cms-4.5.jar (also mentioned nowhere) finally I got the example pages of Gothenburg running. Yeah! ;-) When I play around with this example I can add several components to the main area. Everything fine, until I try to add the "comments" component. After adding this, the page gets unavailable at once. When calling http://localhost:8080/magnoliaAuthor/home.html I get code 400 with "The request sent by the client was syntactically incorrect ()." when trying to open the page. There are no hints in the logfiles. Can anybody tell me, what I have to do or where to search for the error? Thanks for any help. bye, Horst -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=d30d03a8-070d-4b90-9244-5501ef786056 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
