You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by techy_bolek <te...@yahoo.com> on 2014/01/27 20:10:58 UTC

org.apache.servicemix.jbi.deployer.impl.PendingException: SharedLibrary not installed: servicemix-shared

I'm deploying a custom JBI binding component to service mix 4.5.3 JBI
version.
The component used to work with Servicemix 3.2. I have upgraded it to 4.5 an
completely regenerated the pom.
Here is an  excerpt from my pom.xml:

            <plugin>
                <groupId>org.apache.servicemix.tooling</groupId>
                <artifactId>jbi-maven-plugin</artifactId>
                <version>4.5</version>
                <extensions>true</extensions>
                <configuration>                   
<generatedDescriptorLocation>${project.build.directory}/jbi</generatedDescriptorLocation>
                    <type>binding-component</type>
                   
<component>com.cgi.tapestry.servicemix.MyComponent</component>
                   
<bootstrap>com.cgi.tapestry.servicemix.MyComponent</bootstrap>
                </configuration>
            </plugin>

When deploying the installer .zip I'm getting the following error:

11:21:14,633 | WARN  | mix-4.5.3/deploy | Deployer                         |
193 - org.apache.servicemix.jbi.deployer - 1.6.1 | Requirements not met for
JBI artifact in bundle null (AQBC). Installation pending.
org.apache.servicemix.jbi.deployer.impl.PendingException: SharedLibrary not
installed: servicemix-shared

What am I missing?



--
View this message in context: http://servicemix.396122.n5.nabble.com/org-apache-servicemix-jbi-deployer-impl-PendingException-SharedLibrary-not-installed-servicemix-shard-tp5718802.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: org.apache.servicemix.jbi.deployer.impl.PendingException: SharedLibrary not installed: servicemix-shared

Posted by techy_bolek <te...@yahoo.com>.
In case any one knows anything - I'd still appreciate input. :)
Thomas




--
View this message in context: http://servicemix.396122.n5.nabble.com/org-apache-servicemix-jbi-deployer-impl-PendingException-SharedLibrary-not-installed-servicemix-shard-tp5718802p5718928.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.