Another option would be to try fetch another xbean-classloader.jar
version by exploring the people repository and try to insert this jar
following the described procedure.
It worked for me, and I don't think it hurts if you don't plan to play
with servicemix classloader.
Benoît
Le 6 août 08 à 17:58, rifaccio <[EMAIL PROTECTED]> a écrit :
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.