Hi,
I have managed to build a servicemix 4 kit locally and I was trying to run
some of the old demos that were in smx3
and are now in the smx4 kits and its not clear which version of the
components it should be using. I have tried to install some of the sa's and
it
complains that the components aren't installed but the 4.0 versions are
installed.
Should the dependency versions for the components be explicitly set to 4.0
versions ?
Currently for example in the wsdl-first demo
=> wsdl-first-http-su
<dependencies>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
</dependency>
</dependencies>
I did try and add the version in for 4.0 but the deploy still indicates that
its not there.
17:54:40,659 | INFO | Thread-26 | Deployer |
cemix.jbi.deployer.impl.Deployer 272 | Deploying bundle 'null (null)' as a
JBI service assembly
17:54:40,659 | WARN | Thread-26 | Deployer |
cemix.jbi.deployer.impl.Deployer 178 | Requirements not met for JBI
artifact in bundle null (null). Installation pending.
org.apache.servicemix.jbi.deployer.impl.PendingException: Component not
installed: servicemix-jsr181
17:54:40,659 | INFO | lixDispatchQueue | [EMAIL PROTECTED]
|
? ? | BundleEvent STARTED
but yet when I check if its installed - its there
[ 94] [Active ] [ 50] servicemix-jsr181 (4.0.0.SNAPSHOT)
cheers, Edell.