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 > > > -- View this message in context: http://www.nabble.com/org.apache.servicemix.common--package-not-found-in-3.12-tf4626900s12049.html#a13212624 Sent from the ServiceMix - User mailing list archive at Nabble.com.
