On Fri, Feb 22, 2008 at 3:44 AM, Bence <[EMAIL PROTECTED]> wrote: > > I'd just like to add that I have no the following table in my database: > tutorial_file_su > > With stuff like this in it: > -2 admin [EMAIL PROTECTED] Not a female kitty. Matt Raible > http://raibledesigns.com > > Maven was just about to install a tomcat server. > > And all of this just by following the tutorial > mvn archetype:create -DarchetypeArtifactId=servicemix-service-unit > -DarchetypeGroupId=org.apache.servicemix.tooling > -DartifactId=tutorial-file-su > > mvn archetype:create -DarchetypeArtifactId=servicemix-service-assembly > -DarchetypeGroupId=org.apache.servicemix.tooling -DartifactId=tutorial-sa > > and > > mvn install
This is probably due to the issues with the new maven-archetype-plugin that was released a couple weeks ago. More information is available here: https://issues.apache.org/activemq/browse/SM-1224 This is not an issue with ServiceMix whatsoever. It is an issue with Maven itself and the update that was provided to the maven-archetype-plugin. To work around this issue, I suggest that you recreate your SUs and SAs again using the following command: $ mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create ... The command above specifies the maven-archetype-plugin version explicitly so that you won't encounter issues. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
