I think that's because it serves no function on its own.
If you have a maven project and include it in the dependencies it will be downloaded into your repository and included in your SU. Use mvn eclipse:eclipse to update your project (if you're using eclipse that is)

If you're not using maven you can download the jar here:

http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-common/3.1.2/


vinothk wrote:


vinothk wrote:
Yes it is a typo error, I am using servicemix 3.1.2 and maven-2.0.7 . I can see the org.apache.servicemix.component, org.apache.servicemix.beanflow , executor, jbi etc in my local copy of
service mix archive. The org.apache.servicemix.common is not avilable.



Pieter Delmee-2 wrote:
vinothk wrote:
I'm using serviceMix 3.12. The IDE unable to reslove the BaseBootstrap
class.
The classpath has been set to all the jar files in serviceMix3.12 lib
folder
and optional folder. Most of the other packages are resolved by the
eclipse
IDE. Only the import statement org.apache.servicemix.common.BaseBootstrap is not been resolved. I found
there is no common package under servicemix package in the above package
hierarcy.

Some one can tell me which jar file will contains the BaseBootStrap
class??

BaseBootstrap is in servicemix-common. Which maven will resolve for you. Maybe you made a typo on the version which is 3.1.2 not 3.12






Reply via email to