I was able to build tuscany 1.5.1 - modules, tutorials and samples with maven2
I got the plugin to work in eclipse Ganymede and was able to run the store app! The only issue is that, there is *something wrong with the atom feed*. It does not show in the browser properly Here are the links to firefox and IE error pages - screen captures. http://picasaweb.google.com/amitptel/Tuscany there are 3 of them. Here is an example xml if someone can identify the issue It comes up as type application/atom+xml as reported by firefox. <?xml version=*'1.0'* encoding=*'UTF-8'*?> <feed xmlns=*"http://www.w3.org/2005/Atom"*> <title type=*"text"*>Feed</title> <id>Feed19474866</id> <entry> <id>cart-fcd6a295-abf8-4748-881e-41c1e38541e8</id> <title type=*"text"*>item</title> <content type=*"application/xml"*> <ns2:root xmlns:ns2=*" http://tuscany.apache.org/xmlns/sca/databinding/jaxb/1.0"* xmlns:xsi=*" http://www.w3.org/2001/XMLSchema-instance" * xsi:type=*"item"*> <name xmlns=*""*>Apple</name> <price xmlns=*""*>$2.99</price> </ns2:root> </content> <link href=*"cart-fcd6a295-abf8-4748-881e-41c1e38541e8"* /> </entry> </feed>