same for me
http://cwiki.apache.org/SM/discussion-forums.html#nabble-td15501099s12049
u can replace
{{{
<plugins>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>jbi-maven-plugin</artifactId>
<version>${servicemix-version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
****
}}}
with
{{{
<plugins>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>jbi-maven-plugin</artifactId>
<version>3.2.1</version>
<extensions>true</extensions>
</plugin>
</plugins>
}}}
in ur service unit pom.
I think there is some problem in the pom artifact even if I've looked at
poms of xbean-server in repositories.
let see.
D.
--
View this message in context:
http://www.nabble.com/org.apache.xbean%3Axbean-kernel%3Ajar%3A3.3-SNAPSHOT-tp18852716p18854340.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.