You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jason Chaffee <jc...@ebates.com> on 2010/04/12 09:32:36 UTC

error with osgi jax-rs service

I am trying to deploy an osgi jax-rs service.  It uses spring and hibernate to load data from a DB and into JAXB annotated classes that are used by the service.  This service is working fine as a webapp, but I would like to deploy on servicemix 4.x as an osgi service.  I have wrapped hibernate and other jars that being used and deployed, but I am still getting the error below. It is too cryptic for me to even know what the issue is, other than it can't find some dependency.  Any help is greatly appreciated.


00:16:00,322 | INFO  | xtenderThread-79 | DependencyServiceManager         | startup.DependencyServiceManager  232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&osgiDestinationRegistry]]
00:21:00,333 | WARN  | Timer-0          | WaiterApplicationContextExecutor | WaiterApplicationContextExecutor  453 | Timeout occurred before finding service dependencies for [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp, config=osgibundle:/META-INF/spring/*.xml)]
00:21:00,334 | INFO  | Timer-0          | DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry  421 | Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxrs.JAXRSBindingFactory,org.apache.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.servlet.ServletTransportFactory,org.apache.cxf.transport.http_osgi.OsgiTransportFactory,osgiDestinationRegistry,org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor#0,storeService,seiOutInterceptor,seiInInterceptor,cspService,cxf.config,cspDataSource,transactionManager,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root of factory hierarchy
00:21:00,348 | ERROR | Timer-0          | WaiterApplicationContextExecutor | WaiterApplicationContextExecutor  432 | Unable to create application context for [com.ebates.cbsp], unsatisfied dependencies: Dependency on [(objectClass=org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)] (from bean [&osgiDestinationRegistry])
org.springframework.context.ApplicationContextException: Application context initialization for 'com.ebates.cbsp' has timed out
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:462)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.access$000(DependencyWaiterApplicationContextExecutor.java:51)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)
00:21:00,349 | ERROR | Timer-0          | ContextLoaderListener            | BundleApplicationContextListener   50 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp, config=osgibundle:/META-INF/spring/*.xml))
org.springframework.context.ApplicationContextException: Application context initialization for 'com.ebates.cbsp' has timed out
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:462)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.access$000(DependencyWaiterApplicationContextExecutor.java:51)
	at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)


thanks,

Jason

RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I added the wrapped bundled a required-bundle and it finds the driver now.


-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 3:23 PM
To: users@servicemix.apache.org; users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
Ok, I have gotten further now.  I installed the jpa-hibernate feature and now my only problem is getting the postgres driver in the classpath.

I tried two different approaches and neither seemed to work.  First, I tried wrapping it as a bundle and I tried to add it to the system directory and neither approach seemed to work.

Any other suggestions?

thanks,

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 12:41 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at ??3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com




Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Could you add package import
			    org.apache.commons.dbcp,
                             org.springframework.orm.jpa,
                             org.springframework.orm.jpa.vendor,
                             org.springframework.transaction.support

as well?

Importantly,  class org.apache.commons.dbcp.BasicDataSource is used  
for DataSource Definition.

Freeman
On 2010-4-13, at 下午2:30, Jason Chaffee wrote:

> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com


Re: error with osgi jax-rs service

Posted by vi...@gmail.com.
M
Sent from my Verizon Wireless BlackBerry

-----Original Message-----
From: "Jason Chaffee" <jc...@ebates.com>
Date: Tue, 13 Apr 2010 12:56:27 
To: <us...@servicemix.apache.org>
Subject: RE: error with osgi jax-rs service 

It seems that it was an issue with the spring datasource that I was
using.  I switched it to use commons-dbcp and the error went away.

-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com] 
Sent: Tuesday, April 13, 2010 11:05 AM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 

I tried to use <import-package> instead and I get the exact same error.
Here is my import -package:

            <Import-Package>
              javax.wsdl,
              javax.xml.bind,
              javax.xml.bind.annotation,
              javax.xml.namespace,
              javax.persistence,
              javax.ws.rs,
              META-INF.cxf,
              META-INF.cxf.osgi,
              org.apache.cxf.bus,
              org.apache.cxf.bus.spring,
              org.apache.cxf.bus.resource,
              org.apache.cxf.helpers, 
              org.apache.cxf.interceptor, 
              org.apache.cxf.message, 
              org.apache.cxf.phase,
              org.apache.cxf.resource,
              org.apache.cxf.configuration.spring,
              org.apache.cxf.binding,
              org.apache.cxf.jaxrs.utils,
              org.apache.cxf.transport.http_osgi,
              org.springframework.beans.factory.config,
              org.apache.servicemix.common.osgi,
              org.postgresql,
              org.postgresql.util,
              org.postgresql.jdbc4,
              org.hibernate,
              org.hibernate.classic,
              org.hibernate.proxy,
              org.hibernate.hql.ast,
              javassist.util.proxy,
              org.apache.commons.dbcp,
              org.apache.camel.spring.util,
              org.springframework.orm.jpa,
              org.springframework.orm.jpa.vendor,
              org.springframework.transaction.support,
              org.springframework.beans.factory.annotation, 
              org.springframework.jdbc.datasource, 
              org.springframework.orm.hibernate3, 
              org.springframework.orm.hibernate3.annotation
            </Import-Package>

-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com] 
Sent: Tuesday, April 13, 2010 12:23 AM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 


I installed the postgresql bundle from the springsource osgi bundle
repository.  Therefore, I didn't wrap it.  Originally, I did wrap it,
but then I found the already created bundle.  This is how I installed
it:

karaf> osgi:install -s
mvn:org.postgresql/com.springsource.org.postgresql.jdbc4/8.3.604

I will try the <import-package> element in the bundle program tomorrow
and let you know.

jason

-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Tue 4/13/2010 12:17 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

1. how you install db driver bundle?  use the way like osgi:install -s  
wrap:mvn:... ?
2. could you please use package import but not required-bundle?  As  
import-package and required-bundle isn't equivalent, I suspect this  
cause problem. (not sure though)

Freeman
On 2010-4-13, at ??2:53, Jason Chaffee wrote:

> I just added every spring bundle and the commons-dbcp bundle to  
> required-bundles as well and while it increased the number of import- 
> packages, I still get the same error...
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:30 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org;
users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>>
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-service
mix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
It seems that it was an issue with the spring datasource that I was
using.  I switched it to use commons-dbcp and the error went away.

-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com] 
Sent: Tuesday, April 13, 2010 11:05 AM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 

I tried to use <import-package> instead and I get the exact same error.
Here is my import -package:

            <Import-Package>
              javax.wsdl,
              javax.xml.bind,
              javax.xml.bind.annotation,
              javax.xml.namespace,
              javax.persistence,
              javax.ws.rs,
              META-INF.cxf,
              META-INF.cxf.osgi,
              org.apache.cxf.bus,
              org.apache.cxf.bus.spring,
              org.apache.cxf.bus.resource,
              org.apache.cxf.helpers, 
              org.apache.cxf.interceptor, 
              org.apache.cxf.message, 
              org.apache.cxf.phase,
              org.apache.cxf.resource,
              org.apache.cxf.configuration.spring,
              org.apache.cxf.binding,
              org.apache.cxf.jaxrs.utils,
              org.apache.cxf.transport.http_osgi,
              org.springframework.beans.factory.config,
              org.apache.servicemix.common.osgi,
              org.postgresql,
              org.postgresql.util,
              org.postgresql.jdbc4,
              org.hibernate,
              org.hibernate.classic,
              org.hibernate.proxy,
              org.hibernate.hql.ast,
              javassist.util.proxy,
              org.apache.commons.dbcp,
              org.apache.camel.spring.util,
              org.springframework.orm.jpa,
              org.springframework.orm.jpa.vendor,
              org.springframework.transaction.support,
              org.springframework.beans.factory.annotation, 
              org.springframework.jdbc.datasource, 
              org.springframework.orm.hibernate3, 
              org.springframework.orm.hibernate3.annotation
            </Import-Package>

-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com] 
Sent: Tuesday, April 13, 2010 12:23 AM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 


I installed the postgresql bundle from the springsource osgi bundle
repository.  Therefore, I didn't wrap it.  Originally, I did wrap it,
but then I found the already created bundle.  This is how I installed
it:

karaf> osgi:install -s
mvn:org.postgresql/com.springsource.org.postgresql.jdbc4/8.3.604

I will try the <import-package> element in the bundle program tomorrow
and let you know.

jason

-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Tue 4/13/2010 12:17 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

1. how you install db driver bundle?  use the way like osgi:install -s  
wrap:mvn:... ?
2. could you please use package import but not required-bundle?  As  
import-package and required-bundle isn't equivalent, I suspect this  
cause problem. (not sure though)

Freeman
On 2010-4-13, at ??2:53, Jason Chaffee wrote:

> I just added every spring bundle and the commons-dbcp bundle to  
> required-bundles as well and while it increased the number of import- 
> packages, I still get the same error...
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:30 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org;
users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>>
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-service
mix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I tried to use <import-package> instead and I get the exact same error.
Here is my import -package:

            <Import-Package>
              javax.wsdl,
              javax.xml.bind,
              javax.xml.bind.annotation,
              javax.xml.namespace,
              javax.persistence,
              javax.ws.rs,
              META-INF.cxf,
              META-INF.cxf.osgi,
              org.apache.cxf.bus,
              org.apache.cxf.bus.spring,
              org.apache.cxf.bus.resource,
              org.apache.cxf.helpers, 
              org.apache.cxf.interceptor, 
              org.apache.cxf.message, 
              org.apache.cxf.phase,
              org.apache.cxf.resource,
              org.apache.cxf.configuration.spring,
              org.apache.cxf.binding,
              org.apache.cxf.jaxrs.utils,
              org.apache.cxf.transport.http_osgi,
              org.springframework.beans.factory.config,
              org.apache.servicemix.common.osgi,
              org.postgresql,
              org.postgresql.util,
              org.postgresql.jdbc4,
              org.hibernate,
              org.hibernate.classic,
              org.hibernate.proxy,
              org.hibernate.hql.ast,
              javassist.util.proxy,
              org.apache.commons.dbcp,
              org.apache.camel.spring.util,
              org.springframework.orm.jpa,
              org.springframework.orm.jpa.vendor,
              org.springframework.transaction.support,
              org.springframework.beans.factory.annotation, 
              org.springframework.jdbc.datasource, 
              org.springframework.orm.hibernate3, 
              org.springframework.orm.hibernate3.annotation
            </Import-Package>

-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com] 
Sent: Tuesday, April 13, 2010 12:23 AM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 


I installed the postgresql bundle from the springsource osgi bundle
repository.  Therefore, I didn't wrap it.  Originally, I did wrap it,
but then I found the already created bundle.  This is how I installed
it:

karaf> osgi:install -s
mvn:org.postgresql/com.springsource.org.postgresql.jdbc4/8.3.604

I will try the <import-package> element in the bundle program tomorrow
and let you know.

jason

-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Tue 4/13/2010 12:17 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

1. how you install db driver bundle?  use the way like osgi:install -s  
wrap:mvn:... ?
2. could you please use package import but not required-bundle?  As  
import-package and required-bundle isn't equivalent, I suspect this  
cause problem. (not sure though)

Freeman
On 2010-4-13, at ??2:53, Jason Chaffee wrote:

> I just added every spring bundle and the commons-dbcp bundle to  
> required-bundles as well and while it increased the number of import- 
> packages, I still get the same error...
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:30 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org;
users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>>
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-service
mix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I installed the postgresql bundle from the springsource osgi bundle repository.  Therefore, I didn't wrap it.  Originally, I did wrap it, but then I found the already created bundle.  This is how I installed it:

karaf> osgi:install -s mvn:org.postgresql/com.springsource.org.postgresql.jdbc4/8.3.604

I will try the <import-package> element in the bundle program tomorrow and let you know.

jason

-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Tue 4/13/2010 12:17 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

1. how you install db driver bundle?  use the way like osgi:install -s  
wrap:mvn:... ?
2. could you please use package import but not required-bundle?  As  
import-package and required-bundle isn't equivalent, I suspect this  
cause problem. (not sure though)

Freeman
On 2010-4-13, at ??2:53, Jason Chaffee wrote:

> I just added every spring bundle and the commons-dbcp bundle to  
> required-bundles as well and while it increased the number of import- 
> packages, I still get the same error...
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:30 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

1. how you install db driver bundle?  use the way like osgi:install -s  
wrap:mvn:... ?
2. could you please use package import but not required-bundle?  As  
import-package and required-bundle isn't equivalent, I suspect this  
cause problem. (not sure though)

Freeman
On 2010-4-13, at 下午2:53, Jason Chaffee wrote:

> I just added every spring bundle and the commons-dbcp bundle to  
> required-bundles as well and while it increased the number of import- 
> packages, I still get the same error...
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:30 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Looks like the attachment was removed.  here is the text.
>
> mported Packages
> META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
> META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
> javassist,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.bytecode,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.bytecode.analysis,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.annotation,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.bytecode.stackmap,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.compiler,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.compiler.ast,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.convert,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.runtime,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.scopedpool,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.tools.reflect,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.tools.web,version=3.9.0.GA from com.springsource.javassist  
> (192)
> javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
> javassist.util.proxy,version=3.9.0.GA from  
> com.springsource.javassist (192)
> javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311- 
> api-1.0 (127)
> javax.xml.bind.annotation,version=2.1.0 from  
> org.apache.servicemix.specs.jaxb-api-2.1 (94)
> org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle  
> (128)
> org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.extension,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.headers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.logging,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.message,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.phase,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.resource,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.simple,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.test,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor.internal.simple.generator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .java2wsdl 
> .processor 
> .internal.simple.generator.template,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend 
> .jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf 
> .tools 
> .wsdlto 
> .frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.version,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org 
> .apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00  
> from org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org 
> .apache 
> .cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from  
> org.apache.cxf.bundle (128)
> org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate  
> (196)
> org.hibernate.action,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.buildtime,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.bytecode.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.entry,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.impl.bridge,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.access,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.builder,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cache.jbc2.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.cfg.search,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.connection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.context,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.criterion,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.function,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.lock,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.dialect.resolver,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.connection,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.event,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.instrument,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.packaging,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.transaction,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.ejb.util,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.loading,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.query.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.engine.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.event.def,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.exception,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.antlr,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.exec,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.tree,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.ast.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.hql.classic,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.enhanced,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.id.insert,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.impl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.intercept.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jdbc.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.jmx,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.criteria,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.custom.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.loader.hql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.lob,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.mapping,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.metadata,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.param,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.collection,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.persister.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.pretty,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.property,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.dom4j,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.map,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.secure,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.sql,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.stat,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.hbm2ddl,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.cglib,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tool.instrument.javassist,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transaction,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.transform,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.component,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.tuple.entity,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.type,version=3.4.0.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.usertype,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.hibernate.util,version=3.3.2.GA from  
> com.springsource.org.hibernate (196)
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.springframework.beans.factory.annotation,version=2.5.6.SEC01  
> from org.springframework.beans (37)
> org.springframework.beans.factory.config,version=2.5.6.SEC01 from  
> org.springframework.beans (37)
> org.springframework.jdbc.datasource,version=2.5.6.SEC01 from  
> org.springframework.jdbc (187)
> org.springframework.orm.hibernate3,version=2.5.6.SEC01 from  
> org.springframework.orm (197)
> org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01  
> from org.springframework.orm (197)
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 11:27 PM
> To: users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I attached a file with all of the imported packages.  Is is a lot  
> because I am just importing everything at this point trying to get  
> it to work.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 11:18 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Could you post all import package from your bundle?
>
> Several packages are aslo needed for your bundle such as
>                            org.hibernate.ejb,
>                             org.hibernate.proxy,
>                             org.hibernate.hql.ast,
>                             javassist.util.proxy,
>                             org.apache.commons.dbcp,
>                             org.springframework.orm.jpa,
>                             org.springframework.orm.jpa.vendor,
>                             org.springframework.transaction.support,
>
> Ensure they are all there.
>
> Freeman
>
>
> On 2010-4-13, at ??1:58, Jason Chaffee wrote:
>
>> If look at the bundle information, I already have the all of the
>> import packages for postgresql.  My understanding is that using
>> <Require-Bundle> will include all the packages found.  See paste
>> below:
>>
>> org.postgresql,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.types,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.core.v3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.common,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc23,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ds.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.fastpath,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.geometric,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc2.optional,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc3,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.jdbc4,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.largeobject,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.ssl,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.translation,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.util,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>> org.postgresql.xa,version=8.3.604 from
>> com.springsource.org.postgresql.jdbc4 (211)
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:57 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
>> pom.xml, it use
>> <Import-Package>
>>                            org.hsqldb,
>>                            org.hsqldb.util,
>>                            org.hsqldb.jdbc
>> </Import-Package>
>> to make hsqldb driver available in the bundle, could you do the same
>> way?
>>
>> Freeman
>>
>>
>> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>>
>>> I have looked at jpa-osgi example and I have tried both <Require-
>>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>>> the same error.
>>>
>>> Isn't the hsqldb jar deployed in the system directory?  Does that
>>> make any difference?
>>>
>>> The class is found when I do the require-bundle because I did a
>>> Class.forName on the driver in my own code and it worked.  It just
>>> seems that it isn't working hibernate from the jpa-hibernate
>>> feature.  I honestly think I have tried everything that I can think
>>> of and it just doesn't make any sense why it isn't working.
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 10:38 PM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> How about your bundle import the db driver package?
>>>
>>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>>
>>> Freeman
>>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>>
>>>> Does anyone have any insight on why I cannot get a database
>>>> connection with my OSGI service in Servicemix, but the exact same
>>>> code on the exact same machine is able to get a connection with the
>>>> database in unit-tests and when deployed in a war?  I am using the
>>>> postgresql bundle created by spring in all three scenarios and  
>>>> other
>>>> the log message error in the karaf.log, there are no errors with my
>>>> service or the imports.
>>>>
>>>> I am stuck, any help is greatly appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 5:42 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> I almost have everything working, but there is one last error  
>>>> that I
>>>> don't understand with regards to the DB driver.  I added the
>>>> postgresql wrapped jar to my required bundles and I see in the logs
>>>> that the driver is loaded, but I am still getting a sql exception
>>>> with regards to finding an adequate driver.  It loaded the correct
>>>> driver, yet it cannot find a suitable driver few log statements
>>>> later??  Any ideas?
>>>>
>>>> Here are the logs:
>>>>
>>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>>> 369 | Hibernate Validator not found: ignoring
>>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>>> 730 | Building new Hibernate SessionFactory
>>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>>> rnateSearchEventListenerRegister |
>>>> rnateSearchEventListenerRegister   53 | Unable to find
>>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>>> classpath. Hibernate Search is not enabled.
>>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>>> ConnectionProviderFactory        |
>>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>>> provider:
>>>> org 
>>>> .springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 100 | SQL Error: 0, SQLState: 08001
>>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>>> vm.ebates.com:5432/EBJASON
>>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>>> 133 | Could not obtain connection to query metadata
>>>> java.sql.SQLException: No suitable driver found for
>>>> jdbc:postgresql://myserver:5432/EBJASON
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>>> Sent: Mon 4/12/2010 3:23 PM
>>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>>> Subject: RE: error with osgi jax-rs service
>>>>
>>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>>> feature and now my only problem is getting the postgres driver in
>>>> the classpath.
>>>>
>>>> I tried two different approaches and neither seemed to work.   
>>>> First,
>>>> I tried wrapping it as a bundle and I tried to add it to the system
>>>> directory and neither approach seemed to work.
>>>>
>>>> Any other suggestions?
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>>> Sent: Mon 4/12/2010 12:41 AM
>>>> To: users@servicemix.apache.org
>>>> Subject: Re: error with osgi jax-rs service
>>>>
>>>> Hi,
>>>>
>>>> I think you need take a look at FUSE ESB 4.2(which is based on
>>>> Apache
>>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>>> with that kit.
>>>> You can download the kit from [1]
>>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>>
>>>> Freeman
>>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>>
>>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>>> that are used by the service.  This service is working fine as a
>>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>>> service.  I have wrapped hibernate and other jars that being used
>>>>> and deployed, but I am still getting the error below. It is too
>>>>> cryptic for me to even know what the issue is, other than it can't
>>>>> find some dependency.  Any help is greatly appreciated.
>>>>>
>>>>>
>>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>>> DependencyServiceManager         |  
>>>>> startup.DependencyServiceManager
>>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for
>>>>> unsatisfied
>>>>> dependencies [[&osgiDestinationRegistry]]
>>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 453 | Timeout occurred before finding service dependencies for
>>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>>> DefaultListableBeanFactory       |  
>>>>> ort.DefaultSingletonBeanRegistry
>>>>> 421 | Destroying singletons in
>>>>> org
>>>>> .springframework
>>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:
>>>>> defining
>>>>> beans
>>>>> [cxf
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusApplicationListener
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusWiringBeanFactoryPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .Jsr250BeanPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .bus
>>>>> .spring
>>>>> .BusExtensionPostProcessor
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .resource
>>>>> .ResourceManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .configuration
>>>>> .Configurer
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .BindingFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .DestinationFactoryManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .ConduitInitiatorManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .wsdl
>>>>> .WSDLManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .phase
>>>>> .PhaseManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .workqueue
>>>>> .WorkQueueManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .buslifecycle
>>>>> .BusLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServerLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ClientLifeCycleManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transports
>>>>> .http
>>>>> .QueryHandlerRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .EndpointResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .headers
>>>>> .HeaderManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .catalog
>>>>> .OASISCatalogManager
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .endpoint
>>>>> .ServiceContractResolverRegistry
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .jaxrs
>>>>> .JAXRSBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .binding
>>>>> .http
>>>>> .HttpBindingFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .servlet
>>>>> .ServletTransportFactory
>>>>> ,org
>>>>> .apache
>>>>> .cxf
>>>>> .transport
>>>>> .http_osgi
>>>>> .OsgiTransportFactory
>>>>> ,osgiDestinationRegistry
>>>>> ,org
>>>>> .springframework
>>>>> .beans
>>>>> .factory
>>>>> .annotation
>>>>> .AutowiredAnnotationBeanPostProcessor
>>>>> #0
>>>>> ,storeService
>>>>> ,seiOutInterceptor
>>>>> ,seiInInterceptor
>>>>> ,cspService
>>>>> ,cxf
>>>>> .config
>>>>> ,cspDataSource
>>>>> ,transactionManager
>>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>>> of factory hierarchy
>>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>>> WaiterApplicationContextExecutor |  
>>>>> WaiterApplicationContextExecutor
>>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>>> unsatisfied dependencies: Dependency on
>>>>> [(objectClass
>>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>>> (from bean [&osgiDestinationRegistry])
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>>> ContextLoaderListener            |
>>>>> BundleApplicationContextListener   50 | Application context  
>>>>> refresh
>>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>>> org.springframework.context.ApplicationContextException:
>>>>> Application
>>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup
>>>>> .DependencyWaiterApplicationContextExecutor
>>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies
>>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>>> 	at
>>>>> org
>>>>> .springframework
>>>>> .osgi
>>>>> .extender
>>>>> .internal
>>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>>> 108)
>>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Jason
>>>>
>>>>
>>>> -- 
>>>> Freeman Fang
>>>> ------------------------
>>>> Open Source SOA: http://fusesource.com
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com


RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I just added every spring bundle and the commons-dbcp bundle to required-bundles as well and while it increased the number of import-packages, I still get the same error...


-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 11:30 PM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
Looks like the attachment was removed.  here is the text.

mported Packages
META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
javassist,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.analysis,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.annotation,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.stackmap,version=3.9.0.GA from com.springsource.javassist (192)
javassist.compiler,version=3.9.0.GA from com.springsource.javassist (192)
javassist.compiler.ast,version=3.9.0.GA from com.springsource.javassist (192)
javassist.convert,version=3.9.0.GA from com.springsource.javassist (192)
javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
javassist.runtime,version=3.9.0.GA from com.springsource.javassist (192)
javassist.scopedpool,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.reflect,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.web,version=3.9.0.GA from com.springsource.javassist (192)
javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
javassist.util.proxy,version=3.9.0.GA from com.springsource.javassist (192)
javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311-api-1.0 (127)
javax.xml.bind.annotation,version=2.1.0 from org.apache.servicemix.specs.jaxb-api-2.1 (94)
org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.extension,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.headers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.io,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.logging,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.message,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.phase,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.resource,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.simple,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.test,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.version,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.action,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.annotations,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.buildtime,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.access,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.entry,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.impl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.impl.bridge,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.access,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.builder,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.query,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.annotations,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.search,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.classic,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.connection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.context,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.criterion,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.function,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.lock,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.resolver,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.connection,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.event,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.instrument,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.packaging,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.transaction,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.util,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.engine,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.loading,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.query,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.query.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.transaction,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.event,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.event.def,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.exception,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.antlr,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.exec,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.tree,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.classic,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id.enhanced,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id.insert,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.impl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jdbc,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jdbc.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jmx,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.criteria,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.custom,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.custom.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.hql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.lob,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.mapping,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.mapping,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.metadata,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.param,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.pretty,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.property,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.dom4j,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.map,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.secure,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.stat,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.hbm2ddl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.transaction,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.transform,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple.component,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.type,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.type,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.usertype,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.postgresql,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.types,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.common,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc23,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.fastpath,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.geometric,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2.optional,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.largeobject,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ssl,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.translation,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.util,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.xa,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.springframework.beans.factory.annotation,version=2.5.6.SEC01 from org.springframework.beans (37)
org.springframework.beans.factory.config,version=2.5.6.SEC01 from org.springframework.beans (37)
org.springframework.jdbc.datasource,version=2.5.6.SEC01 from org.springframework.jdbc (187)
org.springframework.orm.hibernate3,version=2.5.6.SEC01 from org.springframework.orm (197)
org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01 from org.springframework.orm (197)



-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 11:27 PM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
I attached a file with all of the imported packages.  Is is a lot because I am just importing everything at this point trying to get it to work.

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 11:18 PM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Could you post all import package from your bundle?

Several packages are aslo needed for your bundle such as
                            org.hibernate.ejb,
                             org.hibernate.proxy,
                             org.hibernate.hql.ast,
                             javassist.util.proxy,
                             org.apache.commons.dbcp,
                             org.springframework.orm.jpa,
                             org.springframework.orm.jpa.vendor,
                             org.springframework.transaction.support,

Ensure they are all there.

Freeman


On 2010-4-13, at ??1:58, Jason Chaffee wrote:

> If look at the bundle information, I already have the all of the  
> import packages for postgresql.  My understanding is that using  
> <Require-Bundle> will include all the packages found.  See paste  
> below:
>
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:57 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
> pom.xml, it use
> <Import-Package>
>                             org.hsqldb,
>                             org.hsqldb.util,
>                             org.hsqldb.jdbc
> </Import-Package>
> to make hsqldb driver available in the bundle, could you do the same
> way?
>
> Freeman
>
>
> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>
>> I have looked at jpa-osgi example and I have tried both <Require-
>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>> the same error.
>>
>> Isn't the hsqldb jar deployed in the system directory?  Does that
>> make any difference?
>>
>> The class is found when I do the require-bundle because I did a
>> Class.forName on the driver in my own code and it worked.  It just
>> seems that it isn't working hibernate from the jpa-hibernate
>> feature.  I honestly think I have tried everything that I can think
>> of and it just doesn't make any sense why it isn't working.
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:38 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> How about your bundle import the db driver package?
>>
>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>
>> Freeman
>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>
>>> Does anyone have any insight on why I cannot get a database
>>> connection with my OSGI service in Servicemix, but the exact same
>>> code on the exact same machine is able to get a connection with the
>>> database in unit-tests and when deployed in a war?  I am using the
>>> postgresql bundle created by spring in all three scenarios and other
>>> the log message error in the karaf.log, there are no errors with my
>>> service or the imports.
>>>
>>> I am stuck, any help is greatly appreciated.
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 5:42 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> I almost have everything working, but there is one last error that I
>>> don't understand with regards to the DB driver.  I added the
>>> postgresql wrapped jar to my required bundles and I see in the logs
>>> that the driver is loaded, but I am still getting a sql exception
>>> with regards to finding an adequate driver.  It loaded the correct
>>> driver, yet it cannot find a suitable driver few log statements
>>> later??  Any ideas?
>>>
>>> Here are the logs:
>>>
>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>> 369 | Hibernate Validator not found: ignoring
>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>> 730 | Building new Hibernate SessionFactory
>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>> rnateSearchEventListenerRegister |
>>> rnateSearchEventListenerRegister   53 | Unable to find
>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>> classpath. Hibernate Search is not enabled.
>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>> ConnectionProviderFactory        |
>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>> provider:
>>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 100 | SQL Error: 0, SQLState: 08001
>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>> vm.ebates.com:5432/EBJASON
>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>> 133 | Could not obtain connection to query metadata
>>> java.sql.SQLException: No suitable driver found for
>>> jdbc:postgresql://myserver:5432/EBJASON
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 3:23 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>> feature and now my only problem is getting the postgres driver in
>>> the classpath.
>>>
>>> I tried two different approaches and neither seemed to work.  First,
>>> I tried wrapping it as a bundle and I tried to add it to the system
>>> directory and neither approach seemed to work.
>>>
>>> Any other suggestions?
>>>
>>> thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 12:41 AM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> I think you need take a look at FUSE ESB 4.2(which is based on  
>>> Apache
>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>> with that kit.
>>> You can download the kit from [1]
>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>
>>> Freeman
>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>
>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>> that are used by the service.  This service is working fine as a
>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>> service.  I have wrapped hibernate and other jars that being used
>>>> and deployed, but I am still getting the error below. It is too
>>>> cryptic for me to even know what the issue is, other than it can't
>>>> find some dependency.  Any help is greatly appreciated.
>>>>
>>>>
>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>> DependencyServiceManager         | startup.DependencyServiceManager
>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for  
>>>> unsatisfied
>>>> dependencies [[&osgiDestinationRegistry]]
>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 453 | Timeout occurred before finding service dependencies for
>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>>> 421 | Destroying singletons in
>>>> org
>>>> .springframework
>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:  
>>>> defining
>>>> beans
>>>> [cxf
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusApplicationListener
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusWiringBeanFactoryPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .Jsr250BeanPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusExtensionPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .resource
>>>> .ResourceManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .configuration
>>>> .Configurer
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .BindingFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .DestinationFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .ConduitInitiatorManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .wsdl
>>>> .WSDLManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .phase
>>>> .PhaseManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .workqueue
>>>> .WorkQueueManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .buslifecycle
>>>> .BusLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ClientLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transports
>>>> .http
>>>> .QueryHandlerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .EndpointResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .headers
>>>> .HeaderManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .catalog
>>>> .OASISCatalogManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServiceContractResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .jaxrs
>>>> .JAXRSBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .http
>>>> .HttpBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .servlet
>>>> .ServletTransportFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .http_osgi
>>>> .OsgiTransportFactory
>>>> ,osgiDestinationRegistry
>>>> ,org
>>>> .springframework
>>>> .beans
>>>> .factory
>>>> .annotation
>>>> .AutowiredAnnotationBeanPostProcessor
>>>> #0
>>>> ,storeService
>>>> ,seiOutInterceptor
>>>> ,seiInInterceptor
>>>> ,cspService
>>>> ,cxf
>>>> .config
>>>> ,cspDataSource
>>>> ,transactionManager
>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>> of factory hierarchy
>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>> unsatisfied dependencies: Dependency on
>>>> [(objectClass
>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>> (from bean [&osgiDestinationRegistry])
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>> ContextLoaderListener            |
>>>> BundleApplicationContextListener   50 | Application context refresh
>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com







RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
Looks like the attachment was removed.  here is the text.

mported Packages
META-INF.cxf,version=0.0.0 from org.apache.cxf.bundle (128)
META-INF.cxf.osgi,version=0.0.0 from org.apache.cxf.bundle (128)
javassist,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.analysis,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.annotation,version=3.9.0.GA from com.springsource.javassist (192)
javassist.bytecode.stackmap,version=3.9.0.GA from com.springsource.javassist (192)
javassist.compiler,version=3.9.0.GA from com.springsource.javassist (192)
javassist.compiler.ast,version=3.9.0.GA from com.springsource.javassist (192)
javassist.convert,version=3.9.0.GA from com.springsource.javassist (192)
javassist.expr,version=3.9.0.GA from com.springsource.javassist (192)
javassist.runtime,version=3.9.0.GA from com.springsource.javassist (192)
javassist.scopedpool,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.reflect,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.rmi,version=3.9.0.GA from com.springsource.javassist (192)
javassist.tools.web,version=3.9.0.GA from com.springsource.javassist (192)
javassist.util,version=3.9.0.GA from com.springsource.javassist (192)
javassist.util.proxy,version=3.9.0.GA from com.springsource.javassist (192)
javax.ws.rs,version=1.0.0 from org.apache.servicemix.specs.jsr311-api-1.0 (127)
javax.xml.bind.annotation,version=2.1.0 from org.apache.servicemix.specs.jaxb-api-2.1 (94)
org.apache.cxf,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.databinding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.basic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.collection,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.encoded,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.java5,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.mtom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.type.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.date,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.jdom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.util.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml.jdom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.aegis.xml.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.annotations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.coloc.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.runtime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.types,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.corba.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.http.strategy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.object,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.object.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.saaj,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.soap.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.binding.xml.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bindings.xformat,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.extension,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.resource,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.bus.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.buslifecycle,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.catalog,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.clustering,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.clustering.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.annotation,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.classloader,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.commands,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.i18n,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.injection,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.logging,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.common.xmlschema,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.jsse,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.jsse.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.configuration.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.source,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.source.mime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.databinding.stax,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.endpoint,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.endpoint.dynamic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.extension,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.frontend,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.frontend.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.headers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.helpers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.io,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript.service,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.javascript.types,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxb.io,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.client,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.atom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.form,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.multipart,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.ext.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.impl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.impl.tl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.lifecycle,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.model.wadl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.provider,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.servlet,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils.multipart,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxrs.utils.schemas,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.binding.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.context,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.endpoint.dynamic,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler.logical,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.handler.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.javaee,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.spi,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jaxws.support,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.jca.outbound,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.js.rhino,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.logging,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.annotation,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.counters,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.interceptor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.jmx,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.jmx.export.runtime,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.management.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.message,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.phase,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.resource,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.security.transport,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.factory,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.invoker,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.service.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.simple,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.staxutils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.test,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.dom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.extensions.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.toolspec,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.common.toolspec.parser,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common.idltypes,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.common.toolspec.toolspecs,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.idlpreprocessor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.processors.idl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.processors.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.corba.utils,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2js,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2js.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2ws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2ws.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.generator.wsdl11.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.misc.processor.address,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.plugin,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.validator.internal.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.core,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.databinding.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.customization,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.template,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.validator,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.tools.wsdlto.javascript,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.gzip,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_jetty.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.http_osgi,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.https,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.https_jetty,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.continuations,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.jms.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.local,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transport.servlet,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.transports.http_jetty.configuration,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.version,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.workqueue,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.v200403,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.v200408,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.addressing.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.external,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.reference,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.attachment.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.jaxb,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.primitive,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.builder.xml,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.mtom,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.selector,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.util,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.v200409,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.policy.v200607,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.feature,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.manager,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.persistence,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.persistence.jdbc,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.soap,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.rm.spring,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.builders,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.interceptors,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.policy.model,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.tokenstore,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.trust,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.wss4j,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.ws.security.wss4j.policyhandlers,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl.http,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.wsdl11,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.xmlbeans,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.apache.cxf.xmlbeans.tools,version=2.2.6.fuse-01-00 from org.apache.cxf.bundle (128)
org.hibernate,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.action,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.annotations,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.buildtime,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.bytecode.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.access,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.entry,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.impl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.impl.bridge,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.access,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.builder,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.query,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.timestamp,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cache.jbc2.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.annotations,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.annotations.reflection,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.cfg.search,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.classic,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.connection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.context,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.criterion,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.function,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.lock,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.dialect.resolver,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.connection,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.event,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.instrument,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.packaging,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.transaction,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.ejb.util,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.engine,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.loading,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.query,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.query.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.engine.transaction,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.event,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.event.def,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.exception,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.antlr,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.exec,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.tree,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.ast.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.hql.classic,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id.enhanced,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.id.insert,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.impl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.intercept.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jdbc,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jdbc.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.jmx,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.criteria,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.custom,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.custom.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.loader.hql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.lob,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.mapping,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.mapping,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.metadata,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.param,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister.collection,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.persister.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.pretty,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.property,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.dom4j,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.map,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.proxy.pojo.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.secure,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.sql,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.stat,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.hbm2ddl,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument.cglib,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tool.instrument.javassist,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.transaction,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.transform,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple.component,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.tuple.entity,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.type,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.type,version=3.4.0.GA from com.springsource.org.hibernate (196)
org.hibernate.usertype,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.hibernate.util,version=3.3.2.GA from com.springsource.org.hibernate (196)
org.postgresql,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.types,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.common,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc23,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.fastpath,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.geometric,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2.optional,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.largeobject,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ssl,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.translation,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.util,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.xa,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.springframework.beans.factory.annotation,version=2.5.6.SEC01 from org.springframework.beans (37)
org.springframework.beans.factory.config,version=2.5.6.SEC01 from org.springframework.beans (37)
org.springframework.jdbc.datasource,version=2.5.6.SEC01 from org.springframework.jdbc (187)
org.springframework.orm.hibernate3,version=2.5.6.SEC01 from org.springframework.orm (197)
org.springframework.orm.hibernate3.annotation,version=2.5.6.SEC01 from org.springframework.orm (197)



-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 11:27 PM
To: users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
I attached a file with all of the imported packages.  Is is a lot because I am just importing everything at this point trying to get it to work.

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 11:18 PM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Could you post all import package from your bundle?

Several packages are aslo needed for your bundle such as
                            org.hibernate.ejb,
                             org.hibernate.proxy,
                             org.hibernate.hql.ast,
                             javassist.util.proxy,
                             org.apache.commons.dbcp,
                             org.springframework.orm.jpa,
                             org.springframework.orm.jpa.vendor,
                             org.springframework.transaction.support,

Ensure they are all there.

Freeman


On 2010-4-13, at ??1:58, Jason Chaffee wrote:

> If look at the bundle information, I already have the all of the  
> import packages for postgresql.  My understanding is that using  
> <Require-Bundle> will include all the packages found.  See paste  
> below:
>
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:57 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
> pom.xml, it use
> <Import-Package>
>                             org.hsqldb,
>                             org.hsqldb.util,
>                             org.hsqldb.jdbc
> </Import-Package>
> to make hsqldb driver available in the bundle, could you do the same
> way?
>
> Freeman
>
>
> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>
>> I have looked at jpa-osgi example and I have tried both <Require-
>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>> the same error.
>>
>> Isn't the hsqldb jar deployed in the system directory?  Does that
>> make any difference?
>>
>> The class is found when I do the require-bundle because I did a
>> Class.forName on the driver in my own code and it worked.  It just
>> seems that it isn't working hibernate from the jpa-hibernate
>> feature.  I honestly think I have tried everything that I can think
>> of and it just doesn't make any sense why it isn't working.
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:38 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> How about your bundle import the db driver package?
>>
>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>
>> Freeman
>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>
>>> Does anyone have any insight on why I cannot get a database
>>> connection with my OSGI service in Servicemix, but the exact same
>>> code on the exact same machine is able to get a connection with the
>>> database in unit-tests and when deployed in a war?  I am using the
>>> postgresql bundle created by spring in all three scenarios and other
>>> the log message error in the karaf.log, there are no errors with my
>>> service or the imports.
>>>
>>> I am stuck, any help is greatly appreciated.
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 5:42 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> I almost have everything working, but there is one last error that I
>>> don't understand with regards to the DB driver.  I added the
>>> postgresql wrapped jar to my required bundles and I see in the logs
>>> that the driver is loaded, but I am still getting a sql exception
>>> with regards to finding an adequate driver.  It loaded the correct
>>> driver, yet it cannot find a suitable driver few log statements
>>> later??  Any ideas?
>>>
>>> Here are the logs:
>>>
>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>> 369 | Hibernate Validator not found: ignoring
>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>> 730 | Building new Hibernate SessionFactory
>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>> rnateSearchEventListenerRegister |
>>> rnateSearchEventListenerRegister   53 | Unable to find
>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>> classpath. Hibernate Search is not enabled.
>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>> ConnectionProviderFactory        |
>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>> provider:
>>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 100 | SQL Error: 0, SQLState: 08001
>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>> vm.ebates.com:5432/EBJASON
>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>> 133 | Could not obtain connection to query metadata
>>> java.sql.SQLException: No suitable driver found for
>>> jdbc:postgresql://myserver:5432/EBJASON
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 3:23 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>> feature and now my only problem is getting the postgres driver in
>>> the classpath.
>>>
>>> I tried two different approaches and neither seemed to work.  First,
>>> I tried wrapping it as a bundle and I tried to add it to the system
>>> directory and neither approach seemed to work.
>>>
>>> Any other suggestions?
>>>
>>> thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 12:41 AM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> I think you need take a look at FUSE ESB 4.2(which is based on  
>>> Apache
>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>> with that kit.
>>> You can download the kit from [1]
>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>
>>> Freeman
>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>
>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>> that are used by the service.  This service is working fine as a
>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>> service.  I have wrapped hibernate and other jars that being used
>>>> and deployed, but I am still getting the error below. It is too
>>>> cryptic for me to even know what the issue is, other than it can't
>>>> find some dependency.  Any help is greatly appreciated.
>>>>
>>>>
>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>> DependencyServiceManager         | startup.DependencyServiceManager
>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for  
>>>> unsatisfied
>>>> dependencies [[&osgiDestinationRegistry]]
>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 453 | Timeout occurred before finding service dependencies for
>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>>> 421 | Destroying singletons in
>>>> org
>>>> .springframework
>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:  
>>>> defining
>>>> beans
>>>> [cxf
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusApplicationListener
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusWiringBeanFactoryPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .Jsr250BeanPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusExtensionPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .resource
>>>> .ResourceManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .configuration
>>>> .Configurer
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .BindingFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .DestinationFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .ConduitInitiatorManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .wsdl
>>>> .WSDLManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .phase
>>>> .PhaseManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .workqueue
>>>> .WorkQueueManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .buslifecycle
>>>> .BusLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ClientLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transports
>>>> .http
>>>> .QueryHandlerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .EndpointResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .headers
>>>> .HeaderManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .catalog
>>>> .OASISCatalogManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServiceContractResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .jaxrs
>>>> .JAXRSBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .http
>>>> .HttpBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .servlet
>>>> .ServletTransportFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .http_osgi
>>>> .OsgiTransportFactory
>>>> ,osgiDestinationRegistry
>>>> ,org
>>>> .springframework
>>>> .beans
>>>> .factory
>>>> .annotation
>>>> .AutowiredAnnotationBeanPostProcessor
>>>> #0
>>>> ,storeService
>>>> ,seiOutInterceptor
>>>> ,seiInInterceptor
>>>> ,cspService
>>>> ,cxf
>>>> .config
>>>> ,cspDataSource
>>>> ,transactionManager
>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>> of factory hierarchy
>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>> unsatisfied dependencies: Dependency on
>>>> [(objectClass
>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>> (from bean [&osgiDestinationRegistry])
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>> ContextLoaderListener            |
>>>> BundleApplicationContextListener   50 | Application context refresh
>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com






RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I attached a file with all of the imported packages.  Is is a lot because I am just importing everything at this point trying to get it to work.

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 11:18 PM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Could you post all import package from your bundle?

Several packages are aslo needed for your bundle such as
                            org.hibernate.ejb,
                             org.hibernate.proxy,
                             org.hibernate.hql.ast,
                             javassist.util.proxy,
                             org.apache.commons.dbcp,
                             org.springframework.orm.jpa,
                             org.springframework.orm.jpa.vendor,
                             org.springframework.transaction.support,

Ensure they are all there.

Freeman


On 2010-4-13, at ??1:58, Jason Chaffee wrote:

> If look at the bundle information, I already have the all of the  
> import packages for postgresql.  My understanding is that using  
> <Require-Bundle> will include all the packages found.  See paste  
> below:
>
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:57 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
> pom.xml, it use
> <Import-Package>
>                             org.hsqldb,
>                             org.hsqldb.util,
>                             org.hsqldb.jdbc
> </Import-Package>
> to make hsqldb driver available in the bundle, could you do the same
> way?
>
> Freeman
>
>
> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>
>> I have looked at jpa-osgi example and I have tried both <Require-
>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>> the same error.
>>
>> Isn't the hsqldb jar deployed in the system directory?  Does that
>> make any difference?
>>
>> The class is found when I do the require-bundle because I did a
>> Class.forName on the driver in my own code and it worked.  It just
>> seems that it isn't working hibernate from the jpa-hibernate
>> feature.  I honestly think I have tried everything that I can think
>> of and it just doesn't make any sense why it isn't working.
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:38 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> How about your bundle import the db driver package?
>>
>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>
>> Freeman
>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>
>>> Does anyone have any insight on why I cannot get a database
>>> connection with my OSGI service in Servicemix, but the exact same
>>> code on the exact same machine is able to get a connection with the
>>> database in unit-tests and when deployed in a war?  I am using the
>>> postgresql bundle created by spring in all three scenarios and other
>>> the log message error in the karaf.log, there are no errors with my
>>> service or the imports.
>>>
>>> I am stuck, any help is greatly appreciated.
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 5:42 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> I almost have everything working, but there is one last error that I
>>> don't understand with regards to the DB driver.  I added the
>>> postgresql wrapped jar to my required bundles and I see in the logs
>>> that the driver is loaded, but I am still getting a sql exception
>>> with regards to finding an adequate driver.  It loaded the correct
>>> driver, yet it cannot find a suitable driver few log statements
>>> later??  Any ideas?
>>>
>>> Here are the logs:
>>>
>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>> 369 | Hibernate Validator not found: ignoring
>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>> 730 | Building new Hibernate SessionFactory
>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>> rnateSearchEventListenerRegister |
>>> rnateSearchEventListenerRegister   53 | Unable to find
>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>> classpath. Hibernate Search is not enabled.
>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>> ConnectionProviderFactory        |
>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>> provider:
>>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 100 | SQL Error: 0, SQLState: 08001
>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>> vm.ebates.com:5432/EBJASON
>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>> 133 | Could not obtain connection to query metadata
>>> java.sql.SQLException: No suitable driver found for
>>> jdbc:postgresql://myserver:5432/EBJASON
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 3:23 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>> feature and now my only problem is getting the postgres driver in
>>> the classpath.
>>>
>>> I tried two different approaches and neither seemed to work.  First,
>>> I tried wrapping it as a bundle and I tried to add it to the system
>>> directory and neither approach seemed to work.
>>>
>>> Any other suggestions?
>>>
>>> thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 12:41 AM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> I think you need take a look at FUSE ESB 4.2(which is based on  
>>> Apache
>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>> with that kit.
>>> You can download the kit from [1]
>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>
>>> Freeman
>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>
>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>> that are used by the service.  This service is working fine as a
>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>> service.  I have wrapped hibernate and other jars that being used
>>>> and deployed, but I am still getting the error below. It is too
>>>> cryptic for me to even know what the issue is, other than it can't
>>>> find some dependency.  Any help is greatly appreciated.
>>>>
>>>>
>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>> DependencyServiceManager         | startup.DependencyServiceManager
>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for  
>>>> unsatisfied
>>>> dependencies [[&osgiDestinationRegistry]]
>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 453 | Timeout occurred before finding service dependencies for
>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>>> 421 | Destroying singletons in
>>>> org
>>>> .springframework
>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:  
>>>> defining
>>>> beans
>>>> [cxf
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusApplicationListener
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusWiringBeanFactoryPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .Jsr250BeanPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusExtensionPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .resource
>>>> .ResourceManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .configuration
>>>> .Configurer
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .BindingFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .DestinationFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .ConduitInitiatorManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .wsdl
>>>> .WSDLManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .phase
>>>> .PhaseManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .workqueue
>>>> .WorkQueueManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .buslifecycle
>>>> .BusLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ClientLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transports
>>>> .http
>>>> .QueryHandlerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .EndpointResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .headers
>>>> .HeaderManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .catalog
>>>> .OASISCatalogManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServiceContractResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .jaxrs
>>>> .JAXRSBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .http
>>>> .HttpBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .servlet
>>>> .ServletTransportFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .http_osgi
>>>> .OsgiTransportFactory
>>>> ,osgiDestinationRegistry
>>>> ,org
>>>> .springframework
>>>> .beans
>>>> .factory
>>>> .annotation
>>>> .AutowiredAnnotationBeanPostProcessor
>>>> #0
>>>> ,storeService
>>>> ,seiOutInterceptor
>>>> ,seiInInterceptor
>>>> ,cspService
>>>> ,cxf
>>>> .config
>>>> ,cspDataSource
>>>> ,transactionManager
>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>> of factory hierarchy
>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>> unsatisfied dependencies: Dependency on
>>>> [(objectClass
>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>> (from bean [&osgiDestinationRegistry])
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>> ContextLoaderListener            |
>>>> BundleApplicationContextListener   50 | Application context refresh
>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com




Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Could you post all import package from your bundle?

Several packages are aslo needed for your bundle such as
                            org.hibernate.ejb,
                             org.hibernate.proxy,
                             org.hibernate.hql.ast,
                             javassist.util.proxy,
                             org.apache.commons.dbcp,
                             org.springframework.orm.jpa,
                             org.springframework.orm.jpa.vendor,
                             org.springframework.transaction.support,

Ensure they are all there.

Freeman


On 2010-4-13, at 下午1:58, Jason Chaffee wrote:

> If look at the bundle information, I already have the all of the  
> import packages for postgresql.  My understanding is that using  
> <Require-Bundle> will include all the packages found.  See paste  
> below:
>
> org.postgresql,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.types,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.core.v3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.common,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc23,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ds.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.fastpath,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.geometric,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc2.optional,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc3,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.jdbc4,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.largeobject,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.ssl,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.translation,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.util,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
> org.postgresql.xa,version=8.3.604 from  
> com.springsource.org.postgresql.jdbc4 (211)
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:57 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/
> pom.xml, it use
> <Import-Package>
>                             org.hsqldb,
>                             org.hsqldb.util,
>                             org.hsqldb.jdbc
> </Import-Package>
> to make hsqldb driver available in the bundle, could you do the same
> way?
>
> Freeman
>
>
> On 2010-4-13, at ??1:45, Jason Chaffee wrote:
>
>> I have looked at jpa-osgi example and I have tried both <Require-
>> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get
>> the same error.
>>
>> Isn't the hsqldb jar deployed in the system directory?  Does that
>> make any difference?
>>
>> The class is found when I do the require-bundle because I did a
>> Class.forName on the driver in my own code and it worked.  It just
>> seems that it isn't working hibernate from the jpa-hibernate
>> feature.  I honestly think I have tried everything that I can think
>> of and it just doesn't make any sense why it isn't working.
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 10:38 PM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> How about your bundle import the db driver package?
>>
>> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
>> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>>
>> Freeman
>> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>>
>>> Does anyone have any insight on why I cannot get a database
>>> connection with my OSGI service in Servicemix, but the exact same
>>> code on the exact same machine is able to get a connection with the
>>> database in unit-tests and when deployed in a war?  I am using the
>>> postgresql bundle created by spring in all three scenarios and other
>>> the log message error in the karaf.log, there are no errors with my
>>> service or the imports.
>>>
>>> I am stuck, any help is greatly appreciated.
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 5:42 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> I almost have everything working, but there is one last error that I
>>> don't understand with regards to the DB driver.  I added the
>>> postgresql wrapped jar to my required bundles and I see in the logs
>>> that the driver is loaded, but I am still getting a sql exception
>>> with regards to finding an adequate driver.  It loaded the correct
>>> driver, yet it cannot find a suitable driver few log statements
>>> later??  Any ideas?
>>>
>>> Here are the logs:
>>>
>>> 17:37:43,426 | INFO  | xtenderThread-58 |
>>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>>> 155 | Loaded JDBC driver: org.postgresql.Driver
>>> 17:37:43,463 | INFO  | xtenderThread-58 |
>>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>>> 17:37:43,465 | INFO  | xtenderThread-58 |
>>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>>> 369 | Hibernate Validator not found: ignoring
>>> 17:37:43,466 | INFO  | xtenderThread-58 |
>>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>>> 730 | Building new Hibernate SessionFactory
>>> 17:37:43,468 | INFO  | xtenderThread-58 |
>>> rnateSearchEventListenerRegister |
>>> rnateSearchEventListenerRegister   53 | Unable to find
>>> org.hibernate.search.event.FullTextIndexEventListener on the
>>> classpath. Hibernate Search is not enabled.
>>> 17:37:43,469 | INFO  | xtenderThread-58 |
>>> ConnectionProviderFactory        |
>>> ection.ConnectionProviderFactory   95 | Initializing connection
>>> provider:
>>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>>> 17:37:43,470 | WARN  | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 100 | SQL Error: 0, SQLState: 08001
>>> 17:37:43,470 | ERROR | xtenderThread-58 |
>>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>>> 101 | No suitable driver found for jdbc:postgresql://uat-
>>> vm.ebates.com:5432/EBJASON
>>> 17:37:43,471 | WARN  | xtenderThread-58 |
>>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>>> 133 | Could not obtain connection to query metadata
>>> java.sql.SQLException: No suitable driver found for
>>> jdbc:postgresql://myserver:5432/EBJASON
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>>> Sent: Mon 4/12/2010 3:23 PM
>>> To: users@servicemix.apache.org; users@servicemix.apache.org
>>> Subject: RE: error with osgi jax-rs service
>>>
>>> Ok, I have gotten further now.  I installed the jpa-hibernate
>>> feature and now my only problem is getting the postgres driver in
>>> the classpath.
>>>
>>> I tried two different approaches and neither seemed to work.  First,
>>> I tried wrapping it as a bundle and I tried to add it to the system
>>> directory and neither approach seemed to work.
>>>
>>> Any other suggestions?
>>>
>>> thanks,
>>>
>>> Jason
>>>
>>>
>>> -----Original Message-----
>>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>>> Sent: Mon 4/12/2010 12:41 AM
>>> To: users@servicemix.apache.org
>>> Subject: Re: error with osgi jax-rs service
>>>
>>> Hi,
>>>
>>> I think you need take a look at FUSE ESB 4.2(which is based on  
>>> Apache
>>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>>> provide hibernate bundles for you,  also there's a jpa-osgi example
>>> with that kit.
>>> You can download the kit from [1]
>>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>>
>>> Freeman
>>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>>
>>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>>> hibernate to load data from a DB and into JAXB annotated classes
>>>> that are used by the service.  This service is working fine as a
>>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>>> service.  I have wrapped hibernate and other jars that being used
>>>> and deployed, but I am still getting the error below. It is too
>>>> cryptic for me to even know what the issue is, other than it can't
>>>> find some dependency.  Any help is greatly appreciated.
>>>>
>>>>
>>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>>> DependencyServiceManager         | startup.DependencyServiceManager
>>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for  
>>>> unsatisfied
>>>> dependencies [[&osgiDestinationRegistry]]
>>>> 00:21:00,333 | WARN  | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 453 | Timeout occurred before finding service dependencies for
>>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml)]
>>>> 00:21:00,334 | INFO  | Timer-0          |
>>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>>> 421 | Destroying singletons in
>>>> org
>>>> .springframework
>>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd:  
>>>> defining
>>>> beans
>>>> [cxf
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusApplicationListener
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusWiringBeanFactoryPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .Jsr250BeanPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .bus
>>>> .spring
>>>> .BusExtensionPostProcessor
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .resource
>>>> .ResourceManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .configuration
>>>> .Configurer
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .BindingFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .DestinationFactoryManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .ConduitInitiatorManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .wsdl
>>>> .WSDLManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .phase
>>>> .PhaseManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .workqueue
>>>> .WorkQueueManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .buslifecycle
>>>> .BusLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServerLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ClientLifeCycleManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transports
>>>> .http
>>>> .QueryHandlerRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .EndpointResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .headers
>>>> .HeaderManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .catalog
>>>> .OASISCatalogManager
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .endpoint
>>>> .ServiceContractResolverRegistry
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .jaxrs
>>>> .JAXRSBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .binding
>>>> .http
>>>> .HttpBindingFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .servlet
>>>> .ServletTransportFactory
>>>> ,org
>>>> .apache
>>>> .cxf
>>>> .transport
>>>> .http_osgi
>>>> .OsgiTransportFactory
>>>> ,osgiDestinationRegistry
>>>> ,org
>>>> .springframework
>>>> .beans
>>>> .factory
>>>> .annotation
>>>> .AutowiredAnnotationBeanPostProcessor
>>>> #0
>>>> ,storeService
>>>> ,seiOutInterceptor
>>>> ,seiInInterceptor
>>>> ,cspService
>>>> ,cxf
>>>> .config
>>>> ,cspDataSource
>>>> ,transactionManager
>>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>>> of factory hierarchy
>>>> 00:21:00,348 | ERROR | Timer-0          |
>>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>>> unsatisfied dependencies: Dependency on
>>>> [(objectClass
>>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>>> (from bean [&osgiDestinationRegistry])
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>> 00:21:00,349 | ERROR | Timer-0          |
>>>> ContextLoaderListener            |
>>>> BundleApplicationContextListener   50 | Application context refresh
>>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>>> config=osgibundle:/META-INF/spring/*.xml))
>>>> org.springframework.context.ApplicationContextException:  
>>>> Application
>>>> context initialization for 'com.ebates.cbsp' has timed out
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup
>>>> .DependencyWaiterApplicationContextExecutor
>>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies
>>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>>> 	at
>>>> org
>>>> .springframework
>>>> .osgi
>>>> .extender
>>>> .internal
>>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>>> 108)
>>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>>
>>>>
>>>> thanks,
>>>>
>>>> Jason
>>>
>>>
>>> -- 
>>> Freeman Fang
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>>
>>>
>>>
>>>
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com


RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
If look at the bundle information, I already have the all of the import packages for postgresql.  My understanding is that using <Require-Bundle> will include all the packages found.  See paste below:

org.postgresql,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.types,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.core.v3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.common,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc23,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ds.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.fastpath,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.geometric,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc2.optional,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc3,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.jdbc4,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.largeobject,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.ssl,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.translation,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.util,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)
org.postgresql.xa,version=8.3.604 from com.springsource.org.postgresql.jdbc4 (211)


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 10:57 PM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/ 
pom.xml, it use
<Import-Package>
                             org.hsqldb,
                             org.hsqldb.util,
                             org.hsqldb.jdbc
</Import-Package>
to make hsqldb driver available in the bundle, could you do the same  
way?

Freeman


On 2010-4-13, at ??1:45, Jason Chaffee wrote:

> I have looked at jpa-osgi example and I have tried both <Require- 
> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get  
> the same error.
>
> Isn't the hsqldb jar deployed in the system directory?  Does that  
> make any difference?
>
> The class is found when I do the require-bundle because I did a  
> Class.forName on the driver in my own code and it worked.  It just  
> seems that it isn't working hibernate from the jpa-hibernate  
> feature.  I honestly think I have tried everything that I can think  
> of and it just doesn't make any sense why it isn't working.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:38 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> How about your bundle import the db driver package?
>
> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>
> Freeman
> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>
>> Does anyone have any insight on why I cannot get a database
>> connection with my OSGI service in Servicemix, but the exact same
>> code on the exact same machine is able to get a connection with the
>> database in unit-tests and when deployed in a war?  I am using the
>> postgresql bundle created by spring in all three scenarios and other
>> the log message error in the karaf.log, there are no errors with my
>> service or the imports.
>>
>> I am stuck, any help is greatly appreciated.
>>
>> Thanks,
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>> Sent: Mon 4/12/2010 5:42 PM
>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>> Subject: RE: error with osgi jax-rs service
>>
>> I almost have everything working, but there is one last error that I
>> don't understand with regards to the DB driver.  I added the
>> postgresql wrapped jar to my required bundles and I see in the logs
>> that the driver is loaded, but I am still getting a sql exception
>> with regards to finding an adequate driver.  It loaded the correct
>> driver, yet it cannot find a suitable driver few log statements
>> later??  Any ideas?
>>
>> Here are the logs:
>>
>> 17:37:43,426 | INFO  | xtenderThread-58 |
>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>> 155 | Loaded JDBC driver: org.postgresql.Driver
>> 17:37:43,463 | INFO  | xtenderThread-58 |
>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>> 17:37:43,465 | INFO  | xtenderThread-58 |
>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>> 369 | Hibernate Validator not found: ignoring
>> 17:37:43,466 | INFO  | xtenderThread-58 |
>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>> 730 | Building new Hibernate SessionFactory
>> 17:37:43,468 | INFO  | xtenderThread-58 |
>> rnateSearchEventListenerRegister |
>> rnateSearchEventListenerRegister   53 | Unable to find
>> org.hibernate.search.event.FullTextIndexEventListener on the
>> classpath. Hibernate Search is not enabled.
>> 17:37:43,469 | INFO  | xtenderThread-58 |
>> ConnectionProviderFactory        |
>> ection.ConnectionProviderFactory   95 | Initializing connection
>> provider:
>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>> 17:37:43,470 | WARN  | xtenderThread-58 |
>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>> 100 | SQL Error: 0, SQLState: 08001
>> 17:37:43,470 | ERROR | xtenderThread-58 |
>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>> 101 | No suitable driver found for jdbc:postgresql://uat-
>> vm.ebates.com:5432/EBJASON
>> 17:37:43,471 | WARN  | xtenderThread-58 |
>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>> 133 | Could not obtain connection to query metadata
>> java.sql.SQLException: No suitable driver found for
>> jdbc:postgresql://myserver:5432/EBJASON
>>
>>
>>
>> -----Original Message-----
>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>> Sent: Mon 4/12/2010 3:23 PM
>> To: users@servicemix.apache.org; users@servicemix.apache.org
>> Subject: RE: error with osgi jax-rs service
>>
>> Ok, I have gotten further now.  I installed the jpa-hibernate
>> feature and now my only problem is getting the postgres driver in
>> the classpath.
>>
>> I tried two different approaches and neither seemed to work.  First,
>> I tried wrapping it as a bundle and I tried to add it to the system
>> directory and neither approach seemed to work.
>>
>> Any other suggestions?
>>
>> thanks,
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 12:41 AM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> I think you need take a look at FUSE ESB 4.2(which is based on Apache
>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>> provide hibernate bundles for you,  also there's a jpa-osgi example
>> with that kit.
>> You can download the kit from [1]
>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>
>> Freeman
>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>
>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>> hibernate to load data from a DB and into JAXB annotated classes
>>> that are used by the service.  This service is working fine as a
>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>> service.  I have wrapped hibernate and other jars that being used
>>> and deployed, but I am still getting the error below. It is too
>>> cryptic for me to even know what the issue is, other than it can't
>>> find some dependency.  Any help is greatly appreciated.
>>>
>>>
>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>> DependencyServiceManager         | startup.DependencyServiceManager
>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied
>>> dependencies [[&osgiDestinationRegistry]]
>>> 00:21:00,333 | WARN  | Timer-0          |
>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>> 453 | Timeout occurred before finding service dependencies for
>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml)]
>>> 00:21:00,334 | INFO  | Timer-0          |
>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>> 421 | Destroying singletons in
>>> org
>>> .springframework
>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining
>>> beans
>>> [cxf
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusApplicationListener
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusWiringBeanFactoryPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .Jsr250BeanPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusExtensionPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .resource
>>> .ResourceManager
>>> ,org
>>> .apache
>>> .cxf
>>> .configuration
>>> .Configurer
>>> ,org
>>> .apache
>>> .cxf
>>> .binding
>>> .BindingFactoryManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .DestinationFactoryManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .ConduitInitiatorManager
>>> ,org
>>> .apache
>>> .cxf
>>> .wsdl
>>> .WSDLManager
>>> ,org
>>> .apache
>>> .cxf
>>> .phase
>>> .PhaseManager
>>> ,org
>>> .apache
>>> .cxf
>>> .workqueue
>>> .WorkQueueManager
>>> ,org
>>> .apache
>>> .cxf
>>> .buslifecycle
>>> .BusLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServerRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServerLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ClientLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transports
>>> .http
>>> .QueryHandlerRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .EndpointResolverRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .headers
>>> .HeaderManager
>>> ,org
>>> .apache
>>> .cxf
>>> .catalog
>>> .OASISCatalogManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServiceContractResolverRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .jaxrs
>>> .JAXRSBindingFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .binding
>>> .http
>>> .HttpBindingFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .servlet
>>> .ServletTransportFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .http_osgi
>>> .OsgiTransportFactory
>>> ,osgiDestinationRegistry
>>> ,org
>>> .springframework
>>> .beans
>>> .factory
>>> .annotation
>>> .AutowiredAnnotationBeanPostProcessor
>>> #0
>>> ,storeService
>>> ,seiOutInterceptor
>>> ,seiInInterceptor
>>> ,cspService
>>> ,cxf
>>> .config
>>> ,cspDataSource
>>> ,transactionManager
>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>> of factory hierarchy
>>> 00:21:00,348 | ERROR | Timer-0          |
>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>> unsatisfied dependencies: Dependency on
>>> [(objectClass
>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>> (from bean [&osgiDestinationRegistry])
>>> org.springframework.context.ApplicationContextException: Application
>>> context initialization for 'com.ebates.cbsp' has timed out
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup
>>> .DependencyWaiterApplicationContextExecutor
>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>> 108)
>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>> 	at java.util.TimerThread.run(Timer.java:462)
>>> 00:21:00,349 | ERROR | Timer-0          |
>>> ContextLoaderListener            |
>>> BundleApplicationContextListener   50 | Application context refresh
>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml))
>>> org.springframework.context.ApplicationContextException: Application
>>> context initialization for 'com.ebates.cbsp' has timed out
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup
>>> .DependencyWaiterApplicationContextExecutor
>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>> 108)
>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>
>>>
>>> thanks,
>>>
>>> Jason
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Take a look at $SMX_HOME/examples/jpa-osgi/wsdl-first-cxfse-bundle/ 
pom.xml, it use
<Import-Package>
                             org.hsqldb,
                             org.hsqldb.util,
                             org.hsqldb.jdbc
</Import-Package>
to make hsqldb driver available in the bundle, could you do the same  
way?

Freeman


On 2010-4-13, at 下午1:45, Jason Chaffee wrote:

> I have looked at jpa-osgi example and I have tried both <Require- 
> Bundle> and <Embed-Dependency> for the driver.  In both cases, I get  
> the same error.
>
> Isn't the hsqldb jar deployed in the system directory?  Does that  
> make any difference?
>
> The class is found when I do the require-bundle because I did a  
> Class.forName on the driver in my own code and it worked.  It just  
> seems that it isn't working hibernate from the jpa-hibernate  
> feature.  I honestly think I have tried everything that I can think  
> of and it just doesn't make any sense why it isn't working.
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 10:38 PM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> How about your bundle import the db driver package?
>
> We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped
> with FUSE ESB 4.2 kit, just in case you were not aware of that.
>
> Freeman
> On 2010-4-13, at ??1:15, Jason Chaffee wrote:
>
>> Does anyone have any insight on why I cannot get a database
>> connection with my OSGI service in Servicemix, but the exact same
>> code on the exact same machine is able to get a connection with the
>> database in unit-tests and when deployed in a war?  I am using the
>> postgresql bundle created by spring in all three scenarios and other
>> the log message error in the karaf.log, there are no errors with my
>> service or the imports.
>>
>> I am stuck, any help is greatly appreciated.
>>
>> Thanks,
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>> Sent: Mon 4/12/2010 5:42 PM
>> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
>> Subject: RE: error with osgi jax-rs service
>>
>> I almost have everything working, but there is one last error that I
>> don't understand with regards to the DB driver.  I added the
>> postgresql wrapped jar to my required bundles and I see in the logs
>> that the driver is loaded, but I am still getting a sql exception
>> with regards to finding an adequate driver.  It loaded the correct
>> driver, yet it cannot find a suitable driver few log statements
>> later??  Any ideas?
>>
>> Here are the logs:
>>
>> 17:37:43,426 | INFO  | xtenderThread-58 |
>> DriverManagerDataSource          | tasource.DriverManagerDataSource
>> 155 | Loaded JDBC driver: org.postgresql.Driver
>> 17:37:43,463 | INFO  | xtenderThread-58 |
>> HbmBinder                        | org.hibernate.cfg.HbmBinder
>> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
>> 17:37:43,465 | INFO  | xtenderThread-58 |
>> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration
>> 369 | Hibernate Validator not found: ignoring
>> 17:37:43,466 | INFO  | xtenderThread-58 |
>> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean
>> 730 | Building new Hibernate SessionFactory
>> 17:37:43,468 | INFO  | xtenderThread-58 |
>> rnateSearchEventListenerRegister |
>> rnateSearchEventListenerRegister   53 | Unable to find
>> org.hibernate.search.event.FullTextIndexEventListener on the
>> classpath. Hibernate Search is not enabled.
>> 17:37:43,469 | INFO  | xtenderThread-58 |
>> ConnectionProviderFactory        |
>> ection.ConnectionProviderFactory   95 | Initializing connection
>> provider:
>> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
>> 17:37:43,470 | WARN  | xtenderThread-58 |
>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>> 100 | SQL Error: 0, SQLState: 08001
>> 17:37:43,470 | ERROR | xtenderThread-58 |
>> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter
>> 101 | No suitable driver found for jdbc:postgresql://uat-
>> vm.ebates.com:5432/EBJASON
>> 17:37:43,471 | WARN  | xtenderThread-58 |
>> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory
>> 133 | Could not obtain connection to query metadata
>> java.sql.SQLException: No suitable driver found for
>> jdbc:postgresql://myserver:5432/EBJASON
>>
>>
>>
>> -----Original Message-----
>> From: Jason Chaffee [mailto:jchaffee@ebates.com]
>> Sent: Mon 4/12/2010 3:23 PM
>> To: users@servicemix.apache.org; users@servicemix.apache.org
>> Subject: RE: error with osgi jax-rs service
>>
>> Ok, I have gotten further now.  I installed the jpa-hibernate
>> feature and now my only problem is getting the postgres driver in
>> the classpath.
>>
>> I tried two different approaches and neither seemed to work.  First,
>> I tried wrapping it as a bundle and I tried to add it to the system
>> directory and neither approach seemed to work.
>>
>> Any other suggestions?
>>
>> thanks,
>>
>> Jason
>>
>>
>> -----Original Message-----
>> From: Freeman Fang [mailto:freeman.fang@gmail.com]
>> Sent: Mon 4/12/2010 12:41 AM
>> To: users@servicemix.apache.org
>> Subject: Re: error with osgi jax-rs service
>>
>> Hi,
>>
>> I think you need take a look at FUSE ESB 4.2(which is based on Apache
>> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
>> provide hibernate bundles for you,  also there's a jpa-osgi example
>> with that kit.
>> You can download the kit from [1]
>> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>>
>> Freeman
>> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>>
>>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>>> hibernate to load data from a DB and into JAXB annotated classes
>>> that are used by the service.  This service is working fine as a
>>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>>> service.  I have wrapped hibernate and other jars that being used
>>> and deployed, but I am still getting the error below. It is too
>>> cryptic for me to even know what the issue is, other than it can't
>>> find some dependency.  Any help is greatly appreciated.
>>>
>>>
>>> 00:16:00,322 | INFO  | xtenderThread-79 |
>>> DependencyServiceManager         | startup.DependencyServiceManager
>>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied
>>> dependencies [[&osgiDestinationRegistry]]
>>> 00:21:00,333 | WARN  | Timer-0          |
>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>> 453 | Timeout occurred before finding service dependencies for
>>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml)]
>>> 00:21:00,334 | INFO  | Timer-0          |
>>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>>> 421 | Destroying singletons in
>>> org
>>> .springframework
>>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining
>>> beans
>>> [cxf
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusApplicationListener
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusWiringBeanFactoryPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .Jsr250BeanPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .bus
>>> .spring
>>> .BusExtensionPostProcessor
>>> ,org
>>> .apache
>>> .cxf
>>> .resource
>>> .ResourceManager
>>> ,org
>>> .apache
>>> .cxf
>>> .configuration
>>> .Configurer
>>> ,org
>>> .apache
>>> .cxf
>>> .binding
>>> .BindingFactoryManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .DestinationFactoryManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .ConduitInitiatorManager
>>> ,org
>>> .apache
>>> .cxf
>>> .wsdl
>>> .WSDLManager
>>> ,org
>>> .apache
>>> .cxf
>>> .phase
>>> .PhaseManager
>>> ,org
>>> .apache
>>> .cxf
>>> .workqueue
>>> .WorkQueueManager
>>> ,org
>>> .apache
>>> .cxf
>>> .buslifecycle
>>> .BusLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServerRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServerLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ClientLifeCycleManager
>>> ,org
>>> .apache
>>> .cxf
>>> .transports
>>> .http
>>> .QueryHandlerRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .EndpointResolverRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .headers
>>> .HeaderManager
>>> ,org
>>> .apache
>>> .cxf
>>> .catalog
>>> .OASISCatalogManager
>>> ,org
>>> .apache
>>> .cxf
>>> .endpoint
>>> .ServiceContractResolverRegistry
>>> ,org
>>> .apache
>>> .cxf
>>> .jaxrs
>>> .JAXRSBindingFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .binding
>>> .http
>>> .HttpBindingFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .servlet
>>> .ServletTransportFactory
>>> ,org
>>> .apache
>>> .cxf
>>> .transport
>>> .http_osgi
>>> .OsgiTransportFactory
>>> ,osgiDestinationRegistry
>>> ,org
>>> .springframework
>>> .beans
>>> .factory
>>> .annotation
>>> .AutowiredAnnotationBeanPostProcessor
>>> #0
>>> ,storeService
>>> ,seiOutInterceptor
>>> ,seiInInterceptor
>>> ,cspService
>>> ,cxf
>>> .config
>>> ,cspDataSource
>>> ,transactionManager
>>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>>> of factory hierarchy
>>> 00:21:00,348 | ERROR | Timer-0          |
>>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>>> 432 | Unable to create application context for [com.ebates.cbsp],
>>> unsatisfied dependencies: Dependency on
>>> [(objectClass
>>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>>> (from bean [&osgiDestinationRegistry])
>>> org.springframework.context.ApplicationContextException: Application
>>> context initialization for 'com.ebates.cbsp' has timed out
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup
>>> .DependencyWaiterApplicationContextExecutor
>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>> 108)
>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>> 	at java.util.TimerThread.run(Timer.java:462)
>>> 00:21:00,349 | ERROR | Timer-0          |
>>> ContextLoaderListener            |
>>> BundleApplicationContextListener   50 | Application context refresh
>>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>>> config=osgibundle:/META-INF/spring/*.xml))
>>> org.springframework.context.ApplicationContextException: Application
>>> context initialization for 'com.ebates.cbsp' has timed out
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup
>>> .DependencyWaiterApplicationContextExecutor
>>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies
>>> .startup.DependencyWaiterApplicationContextExecutor.access
>>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>>> 	at
>>> org
>>> .springframework
>>> .osgi
>>> .extender
>>> .internal
>>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:
>>> 108)
>>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>>> 	at java.util.TimerThread.run(Timer.java:462)
>>>
>>>
>>> thanks,
>>>
>>> Jason
>>
>>
>> -- 
>> Freeman Fang
>> ------------------------
>> Open Source SOA: http://fusesource.com
>>
>>
>>
>>
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com


RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I have looked at jpa-osgi example and I have tried both <Require-Bundle> and <Embed-Dependency> for the driver.  In both cases, I get the same error.  

Isn't the hsqldb jar deployed in the system directory?  Does that make any difference?

The class is found when I do the require-bundle because I did a Class.forName on the driver in my own code and it worked.  It just seems that it isn't working hibernate from the jpa-hibernate feature.  I honestly think I have tried everything that I can think of and it just doesn't make any sense why it isn't working.

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 10:38 PM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

How about your bundle import the db driver package?

We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped  
with FUSE ESB 4.2 kit, just in case you were not aware of that.

Freeman
On 2010-4-13, at ??1:15, Jason Chaffee wrote:

> Does anyone have any insight on why I cannot get a database  
> connection with my OSGI service in Servicemix, but the exact same  
> code on the exact same machine is able to get a connection with the  
> database in unit-tests and when deployed in a war?  I am using the  
> postgresql bundle created by spring in all three scenarios and other  
> the log message error in the karaf.log, there are no errors with my  
> service or the imports.
>
> I am stuck, any help is greatly appreciated.
>
> Thanks,
>
> Jason
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 5:42 PM
> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I almost have everything working, but there is one last error that I  
> don't understand with regards to the DB driver.  I added the  
> postgresql wrapped jar to my required bundles and I see in the logs  
> that the driver is loaded, but I am still getting a sql exception  
> with regards to finding an adequate driver.  It loaded the correct  
> driver, yet it cannot find a suitable driver few log statements  
> later??  Any ideas?
>
> Here are the logs:
>
> 17:37:43,426 | INFO  | xtenderThread-58 |  
> DriverManagerDataSource          | tasource.DriverManagerDataSource   
> 155 | Loaded JDBC driver: org.postgresql.Driver
> 17:37:43,463 | INFO  | xtenderThread-58 |  
> HbmBinder                        | org.hibernate.cfg.HbmBinder        
> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
> 17:37:43,465 | INFO  | xtenderThread-58 |  
> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration   
> 369 | Hibernate Validator not found: ignoring
> 17:37:43,466 | INFO  | xtenderThread-58 |  
> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean   
> 730 | Building new Hibernate SessionFactory
> 17:37:43,468 | INFO  | xtenderThread-58 |  
> rnateSearchEventListenerRegister |  
> rnateSearchEventListenerRegister   53 | Unable to find  
> org.hibernate.search.event.FullTextIndexEventListener on the  
> classpath. Hibernate Search is not enabled.
> 17:37:43,469 | INFO  | xtenderThread-58 |  
> ConnectionProviderFactory        |  
> ection.ConnectionProviderFactory   95 | Initializing connection  
> provider:  
> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
> 17:37:43,470 | WARN  | xtenderThread-58 |  
> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter   
> 100 | SQL Error: 0, SQLState: 08001
> 17:37:43,470 | ERROR | xtenderThread-58 |  
> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter   
> 101 | No suitable driver found for jdbc:postgresql://uat- 
> vm.ebates.com:5432/EBJASON
> 17:37:43,471 | WARN  | xtenderThread-58 |  
> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory   
> 133 | Could not obtain connection to query metadata
> java.sql.SQLException: No suitable driver found for  
> jdbc:postgresql://myserver:5432/EBJASON
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 3:23 PM
> To: users@servicemix.apache.org; users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Ok, I have gotten further now.  I installed the jpa-hibernate  
> feature and now my only problem is getting the postgres driver in  
> the classpath.
>
> I tried two different approaches and neither seemed to work.  First,  
> I tried wrapping it as a bundle and I tried to add it to the system  
> directory and neither approach seemed to work.
>
> Any other suggestions?
>
> thanks,
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 12:41 AM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> I think you need take a look at FUSE ESB 4.2(which is based on Apache
> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
> provide hibernate bundles for you,  also there's a jpa-osgi example
> with that kit.
> You can download the kit from [1]
> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>
> Freeman
> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>
>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>> hibernate to load data from a DB and into JAXB annotated classes
>> that are used by the service.  This service is working fine as a
>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>> service.  I have wrapped hibernate and other jars that being used
>> and deployed, but I am still getting the error below. It is too
>> cryptic for me to even know what the issue is, other than it can't
>> find some dependency.  Any help is greatly appreciated.
>>
>>
>> 00:16:00,322 | INFO  | xtenderThread-79 |
>> DependencyServiceManager         | startup.DependencyServiceManager
>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied
>> dependencies [[&osgiDestinationRegistry]]
>> 00:21:00,333 | WARN  | Timer-0          |
>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>> 453 | Timeout occurred before finding service dependencies for
>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml)]
>> 00:21:00,334 | INFO  | Timer-0          |
>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>> 421 | Destroying singletons in
>> org
>> .springframework
>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining
>> beans
>> [cxf
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusApplicationListener
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusWiringBeanFactoryPostProcessor
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .Jsr250BeanPostProcessor
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusExtensionPostProcessor
>> ,org
>> .apache
>> .cxf
>> .resource
>> .ResourceManager
>> ,org
>> .apache
>> .cxf
>> .configuration
>> .Configurer
>> ,org
>> .apache
>> .cxf
>> .binding
>> .BindingFactoryManager
>> ,org
>> .apache
>> .cxf
>> .transport
>> .DestinationFactoryManager
>> ,org
>> .apache
>> .cxf
>> .transport
>> .ConduitInitiatorManager
>> ,org
>> .apache
>> .cxf
>> .wsdl
>> .WSDLManager
>> ,org
>> .apache
>> .cxf
>> .phase
>> .PhaseManager
>> ,org
>> .apache
>> .cxf
>> .workqueue
>> .WorkQueueManager
>> ,org
>> .apache
>> .cxf
>> .buslifecycle
>> .BusLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServerRegistry
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServerLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ClientLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .transports
>> .http
>> .QueryHandlerRegistry
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .EndpointResolverRegistry
>> ,org
>> .apache
>> .cxf
>> .headers
>> .HeaderManager
>> ,org
>> .apache
>> .cxf
>> .catalog
>> .OASISCatalogManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServiceContractResolverRegistry
>> ,org
>> .apache
>> .cxf
>> .jaxrs
>> .JAXRSBindingFactory
>> ,org
>> .apache
>> .cxf
>> .binding
>> .http
>> .HttpBindingFactory
>> ,org
>> .apache
>> .cxf
>> .transport
>> .servlet
>> .ServletTransportFactory
>> ,org
>> .apache
>> .cxf
>> .transport
>> .http_osgi
>> .OsgiTransportFactory
>> ,osgiDestinationRegistry
>> ,org
>> .springframework
>> .beans
>> .factory
>> .annotation
>> .AutowiredAnnotationBeanPostProcessor
>> #0
>> ,storeService
>> ,seiOutInterceptor
>> ,seiInInterceptor
>> ,cspService
>> ,cxf
>> .config
>> ,cspDataSource
>> ,transactionManager
>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>> of factory hierarchy
>> 00:21:00,348 | ERROR | Timer-0          |
>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>> 432 | Unable to create application context for [com.ebates.cbsp],
>> unsatisfied dependencies: Dependency on
>> [(objectClass
>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>> (from bean [&osgiDestinationRegistry])
>> org.springframework.context.ApplicationContextException: Application
>> context initialization for 'com.ebates.cbsp' has timed out
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup
>> .DependencyWaiterApplicationContextExecutor
>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup.DependencyWaiterApplicationContextExecutor.access
>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java: 
>> 108)
>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>> 	at java.util.TimerThread.run(Timer.java:462)
>> 00:21:00,349 | ERROR | Timer-0          |
>> ContextLoaderListener            |
>> BundleApplicationContextListener   50 | Application context refresh
>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml))
>> org.springframework.context.ApplicationContextException: Application
>> context initialization for 'com.ebates.cbsp' has timed out
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup
>> .DependencyWaiterApplicationContextExecutor
>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup.DependencyWaiterApplicationContextExecutor.access
>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java: 
>> 108)
>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>> 	at java.util.TimerThread.run(Timer.java:462)
>>
>>
>> thanks,
>>
>> Jason
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com




Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

How about your bundle import the db driver package?

We have a jpa-osgi example(which use org.hsqldb.jdbcDriver) shipped  
with FUSE ESB 4.2 kit, just in case you were not aware of that.

Freeman
On 2010-4-13, at 下午1:15, Jason Chaffee wrote:

> Does anyone have any insight on why I cannot get a database  
> connection with my OSGI service in Servicemix, but the exact same  
> code on the exact same machine is able to get a connection with the  
> database in unit-tests and when deployed in a war?  I am using the  
> postgresql bundle created by spring in all three scenarios and other  
> the log message error in the karaf.log, there are no errors with my  
> service or the imports.
>
> I am stuck, any help is greatly appreciated.
>
> Thanks,
>
> Jason
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 5:42 PM
> To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> I almost have everything working, but there is one last error that I  
> don't understand with regards to the DB driver.  I added the  
> postgresql wrapped jar to my required bundles and I see in the logs  
> that the driver is loaded, but I am still getting a sql exception  
> with regards to finding an adequate driver.  It loaded the correct  
> driver, yet it cannot find a suitable driver few log statements  
> later??  Any ideas?
>
> Here are the logs:
>
> 17:37:43,426 | INFO  | xtenderThread-58 |  
> DriverManagerDataSource          | tasource.DriverManagerDataSource   
> 155 | Loaded JDBC driver: org.postgresql.Driver
> 17:37:43,463 | INFO  | xtenderThread-58 |  
> HbmBinder                        | org.hibernate.cfg.HbmBinder        
> 322 | Mapping class: com.ebates.csp.dto.Store -> merchants
> 17:37:43,465 | INFO  | xtenderThread-58 |  
> AnnotationConfiguration          | nate.cfg.AnnotationConfiguration   
> 369 | Hibernate Validator not found: ignoring
> 17:37:43,466 | INFO  | xtenderThread-58 |  
> AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean   
> 730 | Building new Hibernate SessionFactory
> 17:37:43,468 | INFO  | xtenderThread-58 |  
> rnateSearchEventListenerRegister |  
> rnateSearchEventListenerRegister   53 | Unable to find  
> org.hibernate.search.event.FullTextIndexEventListener on the  
> classpath. Hibernate Search is not enabled.
> 17:37:43,469 | INFO  | xtenderThread-58 |  
> ConnectionProviderFactory        |  
> ection.ConnectionProviderFactory   95 | Initializing connection  
> provider:  
> org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
> 17:37:43,470 | WARN  | xtenderThread-58 |  
> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter   
> 100 | SQL Error: 0, SQLState: 08001
> 17:37:43,470 | ERROR | xtenderThread-58 |  
> JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter   
> 101 | No suitable driver found for jdbc:postgresql://uat- 
> vm.ebates.com:5432/EBJASON
> 17:37:43,471 | WARN  | xtenderThread-58 |  
> SettingsFactory                  | rg.hibernate.cfg.SettingsFactory   
> 133 | Could not obtain connection to query metadata
> java.sql.SQLException: No suitable driver found for  
> jdbc:postgresql://myserver:5432/EBJASON
>
>
>
> -----Original Message-----
> From: Jason Chaffee [mailto:jchaffee@ebates.com]
> Sent: Mon 4/12/2010 3:23 PM
> To: users@servicemix.apache.org; users@servicemix.apache.org
> Subject: RE: error with osgi jax-rs service
>
> Ok, I have gotten further now.  I installed the jpa-hibernate  
> feature and now my only problem is getting the postgres driver in  
> the classpath.
>
> I tried two different approaches and neither seemed to work.  First,  
> I tried wrapping it as a bundle and I tried to add it to the system  
> directory and neither approach seemed to work.
>
> Any other suggestions?
>
> thanks,
>
> Jason
>
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com]
> Sent: Mon 4/12/2010 12:41 AM
> To: users@servicemix.apache.org
> Subject: Re: error with osgi jax-rs service
>
> Hi,
>
> I think you need take a look at FUSE ESB 4.2(which is based on Apache
> 4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and
> provide hibernate bundles for you,  also there's a jpa-osgi example
> with that kit.
> You can download the kit from [1]
> [1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/
>
> Freeman
> On 2010-4-12, at ??3:32, Jason Chaffee wrote:
>
>> I am trying to deploy an osgi jax-rs service.  It uses spring and
>> hibernate to load data from a DB and into JAXB annotated classes
>> that are used by the service.  This service is working fine as a
>> webapp, but I would like to deploy on servicemix 4.x as an osgi
>> service.  I have wrapped hibernate and other jars that being used
>> and deployed, but I am still getting the error below. It is too
>> cryptic for me to even know what the issue is, other than it can't
>> find some dependency.  Any help is greatly appreciated.
>>
>>
>> 00:16:00,322 | INFO  | xtenderThread-79 |
>> DependencyServiceManager         | startup.DependencyServiceManager
>> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied
>> dependencies [[&osgiDestinationRegistry]]
>> 00:21:00,333 | WARN  | Timer-0          |
>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>> 453 | Timeout occurred before finding service dependencies for
>> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml)]
>> 00:21:00,334 | INFO  | Timer-0          |
>> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry
>> 421 | Destroying singletons in
>> org
>> .springframework
>> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining
>> beans
>> [cxf
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusApplicationListener
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusWiringBeanFactoryPostProcessor
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .Jsr250BeanPostProcessor
>> ,org
>> .apache
>> .cxf
>> .bus
>> .spring
>> .BusExtensionPostProcessor
>> ,org
>> .apache
>> .cxf
>> .resource
>> .ResourceManager
>> ,org
>> .apache
>> .cxf
>> .configuration
>> .Configurer
>> ,org
>> .apache
>> .cxf
>> .binding
>> .BindingFactoryManager
>> ,org
>> .apache
>> .cxf
>> .transport
>> .DestinationFactoryManager
>> ,org
>> .apache
>> .cxf
>> .transport
>> .ConduitInitiatorManager
>> ,org
>> .apache
>> .cxf
>> .wsdl
>> .WSDLManager
>> ,org
>> .apache
>> .cxf
>> .phase
>> .PhaseManager
>> ,org
>> .apache
>> .cxf
>> .workqueue
>> .WorkQueueManager
>> ,org
>> .apache
>> .cxf
>> .buslifecycle
>> .BusLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServerRegistry
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServerLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ClientLifeCycleManager
>> ,org
>> .apache
>> .cxf
>> .transports
>> .http
>> .QueryHandlerRegistry
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .EndpointResolverRegistry
>> ,org
>> .apache
>> .cxf
>> .headers
>> .HeaderManager
>> ,org
>> .apache
>> .cxf
>> .catalog
>> .OASISCatalogManager
>> ,org
>> .apache
>> .cxf
>> .endpoint
>> .ServiceContractResolverRegistry
>> ,org
>> .apache
>> .cxf
>> .jaxrs
>> .JAXRSBindingFactory
>> ,org
>> .apache
>> .cxf
>> .binding
>> .http
>> .HttpBindingFactory
>> ,org
>> .apache
>> .cxf
>> .transport
>> .servlet
>> .ServletTransportFactory
>> ,org
>> .apache
>> .cxf
>> .transport
>> .http_osgi
>> .OsgiTransportFactory
>> ,osgiDestinationRegistry
>> ,org
>> .springframework
>> .beans
>> .factory
>> .annotation
>> .AutowiredAnnotationBeanPostProcessor
>> #0
>> ,storeService
>> ,seiOutInterceptor
>> ,seiInInterceptor
>> ,cspService
>> ,cxf
>> .config
>> ,cspDataSource
>> ,transactionManager
>> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root
>> of factory hierarchy
>> 00:21:00,348 | ERROR | Timer-0          |
>> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor
>> 432 | Unable to create application context for [com.ebates.cbsp],
>> unsatisfied dependencies: Dependency on
>> [(objectClass
>> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]
>> (from bean [&osgiDestinationRegistry])
>> org.springframework.context.ApplicationContextException: Application
>> context initialization for 'com.ebates.cbsp' has timed out
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup
>> .DependencyWaiterApplicationContextExecutor
>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup.DependencyWaiterApplicationContextExecutor.access
>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java: 
>> 108)
>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>> 	at java.util.TimerThread.run(Timer.java:462)
>> 00:21:00,349 | ERROR | Timer-0          |
>> ContextLoaderListener            |
>> BundleApplicationContextListener   50 | Application context refresh
>> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,
>> config=osgibundle:/META-INF/spring/*.xml))
>> org.springframework.context.ApplicationContextException: Application
>> context initialization for 'com.ebates.cbsp' has timed out
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup
>> .DependencyWaiterApplicationContextExecutor
>> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies
>> .startup.DependencyWaiterApplicationContextExecutor.access
>> $000(DependencyWaiterApplicationContextExecutor.java:51)
>> 	at
>> org
>> .springframework
>> .osgi
>> .extender
>> .internal
>> .dependencies.startup.DependencyWaiterApplicationContextExecutor
>> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java: 
>> 108)
>> 	at java.util.TimerThread.mainLoop(Timer.java:512)
>> 	at java.util.TimerThread.run(Timer.java:462)
>>
>>
>> thanks,
>>
>> Jason
>
>
> -- 
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>
>
>


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com


RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
Does anyone have any insight on why I cannot get a database connection with my OSGI service in Servicemix, but the exact same code on the exact same machine is able to get a connection with the database in unit-tests and when deployed in a war?  I am using the postgresql bundle created by spring in all three scenarios and other the log message error in the karaf.log, there are no errors with my service or the imports.

I am stuck, any help is greatly appreciated.

Thanks,

Jason


-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 5:42 PM
To: users@servicemix.apache.org; users@servicemix.apache.org; users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
I almost have everything working, but there is one last error that I don't understand with regards to the DB driver.  I added the postgresql wrapped jar to my required bundles and I see in the logs that the driver is loaded, but I am still getting a sql exception with regards to finding an adequate driver.  It loaded the correct driver, yet it cannot find a suitable driver few log statements later??  Any ideas?

Here are the logs:

17:37:43,426 | INFO  | xtenderThread-58 | DriverManagerDataSource          | tasource.DriverManagerDataSource  155 | Loaded JDBC driver: org.postgresql.Driver
17:37:43,463 | INFO  | xtenderThread-58 | HbmBinder                        | org.hibernate.cfg.HbmBinder       322 | Mapping class: com.ebates.csp.dto.Store -> merchants
17:37:43,465 | INFO  | xtenderThread-58 | AnnotationConfiguration          | nate.cfg.AnnotationConfiguration  369 | Hibernate Validator not found: ignoring
17:37:43,466 | INFO  | xtenderThread-58 | AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean  730 | Building new Hibernate SessionFactory
17:37:43,468 | INFO  | xtenderThread-58 | rnateSearchEventListenerRegister | rnateSearchEventListenerRegister   53 | Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
17:37:43,469 | INFO  | xtenderThread-58 | ConnectionProviderFactory        | ection.ConnectionProviderFactory   95 | Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17:37:43,470 | WARN  | xtenderThread-58 | JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter  100 | SQL Error: 0, SQLState: 08001
17:37:43,470 | ERROR | xtenderThread-58 | JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter  101 | No suitable driver found for jdbc:postgresql://uat-vm.ebates.com:5432/EBJASON
17:37:43,471 | WARN  | xtenderThread-58 | SettingsFactory                  | rg.hibernate.cfg.SettingsFactory  133 | Could not obtain connection to query metadata
java.sql.SQLException: No suitable driver found for jdbc:postgresql://myserver:5432/EBJASON



-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 3:23 PM
To: users@servicemix.apache.org; users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
Ok, I have gotten further now.  I installed the jpa-hibernate feature and now my only problem is getting the postgres driver in the classpath.

I tried two different approaches and neither seemed to work.  First, I tried wrapping it as a bundle and I tried to add it to the system directory and neither approach seemed to work.

Any other suggestions?

thanks,

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 12:41 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at ??3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com





RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
I almost have everything working, but there is one last error that I don't understand with regards to the DB driver.  I added the postgresql wrapped jar to my required bundles and I see in the logs that the driver is loaded, but I am still getting a sql exception with regards to finding an adequate driver.  It loaded the correct driver, yet it cannot find a suitable driver few log statements later??  Any ideas?

Here are the logs:

17:37:43,426 | INFO  | xtenderThread-58 | DriverManagerDataSource          | tasource.DriverManagerDataSource  155 | Loaded JDBC driver: org.postgresql.Driver
17:37:43,463 | INFO  | xtenderThread-58 | HbmBinder                        | org.hibernate.cfg.HbmBinder       322 | Mapping class: com.ebates.csp.dto.Store -> merchants
17:37:43,465 | INFO  | xtenderThread-58 | AnnotationConfiguration          | nate.cfg.AnnotationConfiguration  369 | Hibernate Validator not found: ignoring
17:37:43,466 | INFO  | xtenderThread-58 | AnnotationSessionFactoryBean     | bernate3.LocalSessionFactoryBean  730 | Building new Hibernate SessionFactory
17:37:43,468 | INFO  | xtenderThread-58 | rnateSearchEventListenerRegister | rnateSearchEventListenerRegister   53 | Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
17:37:43,469 | INFO  | xtenderThread-58 | ConnectionProviderFactory        | ection.ConnectionProviderFactory   95 | Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17:37:43,470 | WARN  | xtenderThread-58 | JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter  100 | SQL Error: 0, SQLState: 08001
17:37:43,470 | ERROR | xtenderThread-58 | JDBCExceptionReporter            | rnate.util.JDBCExceptionReporter  101 | No suitable driver found for jdbc:postgresql://uat-vm.ebates.com:5432/EBJASON
17:37:43,471 | WARN  | xtenderThread-58 | SettingsFactory                  | rg.hibernate.cfg.SettingsFactory  133 | Could not obtain connection to query metadata
java.sql.SQLException: No suitable driver found for jdbc:postgresql://myserver:5432/EBJASON



-----Original Message-----
From: Jason Chaffee [mailto:jchaffee@ebates.com]
Sent: Mon 4/12/2010 3:23 PM
To: users@servicemix.apache.org; users@servicemix.apache.org
Subject: RE: error with osgi jax-rs service 
 
Ok, I have gotten further now.  I installed the jpa-hibernate feature and now my only problem is getting the postgres driver in the classpath.

I tried two different approaches and neither seemed to work.  First, I tried wrapping it as a bundle and I tried to add it to the system directory and neither approach seemed to work.

Any other suggestions?

thanks,

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 12:41 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at ??3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com




RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
Ok, I have gotten further now.  I installed the jpa-hibernate feature and now my only problem is getting the postgres driver in the classpath.

I tried two different approaches and neither seemed to work.  First, I tried wrapping it as a bundle and I tried to add it to the system directory and neither approach seemed to work.

Any other suggestions?

thanks,

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 12:41 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at ??3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



RE: error with osgi jax-rs service

Posted by Jason Chaffee <jc...@ebates.com>.
Actually, I am using FUSE ESB 4.2.

However, I wasn't aware of the jpa-hibernate feature.

Do you think the hibernate wrapped bundle is the reason for my error?

I was also getting aspectj errors because I was using spring-aop.  I tried to install a wrapped version of aspectj, but that didn't work, so I commented out the aop for now.

Also, I wrapped my DB drivers jar, is that a possible issue?

Thanks,

Jason


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com]
Sent: Mon 4/12/2010 12:41 AM
To: users@servicemix.apache.org
Subject: Re: error with osgi jax-rs service 
 
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at ??3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com



Re: error with osgi jax-rs service

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

I think you need take a look at FUSE ESB 4.2(which is based on Apache  
4.x). There's a jpa-hibernate feature with FUSE ESB 4.2 kit and  
provide hibernate bundles for you,  also there's a jpa-osgi example  
with that kit.
You can download the kit from [1]
[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman
On 2010-4-12, at 下午3:32, Jason Chaffee wrote:

> I am trying to deploy an osgi jax-rs service.  It uses spring and  
> hibernate to load data from a DB and into JAXB annotated classes  
> that are used by the service.  This service is working fine as a  
> webapp, but I would like to deploy on servicemix 4.x as an osgi  
> service.  I have wrapped hibernate and other jars that being used  
> and deployed, but I am still getting the error below. It is too  
> cryptic for me to even know what the issue is, other than it can't  
> find some dependency.  Any help is greatly appreciated.
>
>
> 00:16:00,322 | INFO  | xtenderThread-79 |  
> DependencyServiceManager         | startup.DependencyServiceManager   
> 232 | OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied  
> dependencies [[&osgiDestinationRegistry]]
> 00:21:00,333 | WARN  | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 453 | Timeout occurred before finding service dependencies for  
> [OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml)]
> 00:21:00,334 | INFO  | Timer-0          |  
> DefaultListableBeanFactory       | ort.DefaultSingletonBeanRegistry   
> 421 | Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory@2bc609cd: defining  
> beans  
> [cxf 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusApplicationListener 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusWiringBeanFactoryPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .Jsr250BeanPostProcessor 
> ,org 
> .apache 
> .cxf 
> .bus 
> .spring 
> .BusExtensionPostProcessor 
> ,org 
> .apache 
> .cxf 
> .resource 
> .ResourceManager 
> ,org 
> .apache 
> .cxf 
> .configuration 
> .Configurer 
> ,org 
> .apache 
> .cxf 
> .binding 
> .BindingFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .DestinationFactoryManager 
> ,org 
> .apache 
> .cxf 
> .transport 
> .ConduitInitiatorManager 
> ,org 
> .apache 
> .cxf 
> .wsdl 
> .WSDLManager 
> ,org 
> .apache 
> .cxf 
> .phase 
> .PhaseManager 
> ,org 
> .apache 
> .cxf 
> .workqueue 
> .WorkQueueManager 
> ,org 
> .apache 
> .cxf 
> .buslifecycle 
> .BusLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServerLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ClientLifeCycleManager 
> ,org 
> .apache 
> .cxf 
> .transports 
> .http 
> .QueryHandlerRegistry 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .EndpointResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .headers 
> .HeaderManager 
> ,org 
> .apache 
> .cxf 
> .catalog 
> .OASISCatalogManager 
> ,org 
> .apache 
> .cxf 
> .endpoint 
> .ServiceContractResolverRegistry 
> ,org 
> .apache 
> .cxf 
> .jaxrs 
> .JAXRSBindingFactory 
> ,org 
> .apache 
> .cxf 
> .binding 
> .http 
> .HttpBindingFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .servlet 
> .ServletTransportFactory 
> ,org 
> .apache 
> .cxf 
> .transport 
> .http_osgi 
> .OsgiTransportFactory 
> ,osgiDestinationRegistry 
> ,org 
> .springframework 
> .beans 
> .factory 
> .annotation 
> .AutowiredAnnotationBeanPostProcessor 
> #0 
> ,storeService 
> ,seiOutInterceptor 
> ,seiInInterceptor 
> ,cspService 
> ,cxf 
> .config 
> ,cspDataSource 
> ,transactionManager 
> ,propertyConfigurer,cspSessionFactory,storeDAO,storeManager]; root  
> of factory hierarchy
> 00:21:00,348 | ERROR | Timer-0          |  
> WaiterApplicationContextExecutor | WaiterApplicationContextExecutor   
> 432 | Unable to create application context for [com.ebates.cbsp],  
> unsatisfied dependencies: Dependency on  
> [(objectClass 
> =org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf)]  
> (from bean [&osgiDestinationRegistry])
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> 00:21:00,349 | ERROR | Timer-0          |  
> ContextLoaderListener            |  
> BundleApplicationContextListener   50 | Application context refresh  
> failed (OsgiBundleXmlApplicationContext(bundle=com.ebates.cbsp,  
> config=osgibundle:/META-INF/spring/*.xml))
> org.springframework.context.ApplicationContextException: Application  
> context initialization for 'com.ebates.cbsp' has timed out
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup 
> .DependencyWaiterApplicationContextExecutor 
> .timeout(DependencyWaiterApplicationContextExecutor.java:462)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies 
> .startup.DependencyWaiterApplicationContextExecutor.access 
> $000(DependencyWaiterApplicationContextExecutor.java:51)
> 	at  
> org 
> .springframework 
> .osgi 
> .extender 
> .internal 
> .dependencies.startup.DependencyWaiterApplicationContextExecutor 
> $WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:108)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
>
>
> thanks,
>
> Jason


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com