ServiceMix + Eclipse

Alguém já teve sucesso em configurar o FUSE ESB para o eclipse? Ou mesmo o próprio ServiceMix?

Seguiram algum tutorial?

eu consegui instalar o FUSE ESB mas quando vou criar um projeto novo exemplo um Service Engine dá esse problema no Maven

[INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building A custom project [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from open.iona.m2 [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from open.iona.m2 [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from open.iona.m2 [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from open.iona.m2 [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from open.iona.m2 [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from central [INFO] xbean:mapping {execution: default} log4j:WARN No appenders could be found for logger (org.apache.xbean.spring.generator.QdoxMappingLoader). log4j:WARN Please initialize the log4j system properly. [INFO] Generating META-INF properties file: C:\joppi.workMix\ServiceEngine\target\xbean\META-INF\services\org\apache\xbean\spring\http\com.mycompany\1.0 for namespace: http://com.mycompany/1.0 [INFO] Generating Spring 2.0 handler mapping: C:\joppi.workMix\ServiceEngine\target\xbean\META-INF\spring.handlers for namespace: http://com.mycompany/1.0 [INFO] Generating Spring 2.0 schema mapping: C:\joppi.workMix\ServiceEngine\target\xbean\META-INF\spring.schemas for namespace: http://com.mycompany/1.0 [INFO] Generating HTML documentation file: C:\joppi.workMix\ServiceEngine\target\xbean\ServiceEngine.xsd.html for namespace: http://com.mycompany/1.0 [INFO] Generating XSD file: C:\joppi.workMix\ServiceEngine\target\xbean\ServiceEngine.xsd for namespace: http://com.mycompany/1.0 [INFO] Generating WIKI documentation file: C:\joppi.workMix\ServiceEngine\target\xbean\ServiceEngine.xsd.wiki for namespace: http://com.mycompany/1.0 Warning, could not load class: com.mycompany.MyEndpoint: java.lang.ClassNotFoundException: com.mycompany.MyEndpoint [INFO] ...done. [INFO] jbi:generate-jbi-component-descriptor [INFO] Generating jbi.xml [WARN] Attempting to build MavenProject instance for Artifact of type: jar; constructing POM artifact instead. [INFO] resources:resources [ERROR] reactor-execute : C:\joppi.workMix\ServiceEngine Diagnosis: org/codehaus/plexus/util/FileUtils$FilterWrapper FATAL ERROR: Error executing Maven for a project [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] org/codehaus/plexus/util/FileUtils$FilterWrapper [INFO] ------------------------------------------------------------------------ [INFO] Trace org/codehaus/plexus/util/FileUtils$FilterWrapper [INFO] ------------------------------------------------------------------------ [INFO] Total time: 42 seconds [INFO] Finished at: Mon Jan 19 14:12:20 BRST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ org.apache.maven.reactor.MavenExecutionException: Error executing project within the reactor at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:186) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:690) at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:112) Caused by: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/FileUtils$FilterWrapper at org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo.java:150) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:150) ... 2 more