Hi everybody,
I have a question about different versions of a service with a dm server...
For test purposes, I deployed a bundle as Spring DM Service and web bundle that is referencing to this service (web module and service are deployed with a plan) everything working perfect...
Then I created a new version of the service and placed in pickup directory (it is deployed, I can see it with bundles command). After that I stopped original service and engaged the webservice call (I am expecting that new version of the service would be picked up) but then I get a read timeout....
I don't understand why new service version isn't picked up. I even try to stop and restart the web bundle but that didn't helped also...
I see following error in logs during the restart of the web bundle but that doesn't make any sense also
Caused by: org.springframework.osgi.service.ServiceUnavailabl eException: service matching filter=[(objectClass=de.tmobile.tvpp.cxf.business.EchoServ iceProcess)] unavailable
at org.springframework.osgi.service.importer.support. internal.aop.ServiceDynamicInterceptor.getTarget(S erviceDynamicInterceptor.java:419)
at org.springframework.osgi.service.importer.support. internal.aop.ServiceDynamicInterceptor.afterProper tiesSet(ServiceDynamicInterceptor.java:472)
at org.springframework.osgi.service.importer.support. OsgiServiceProxyFactoryBean.createProxy(OsgiServic eProxyFactoryBean.java:215)
at org.springframework.osgi.service.importer.support. AbstractServiceImporterProxyFactoryBean.getObject( AbstractServiceImporterProxyFactoryBean.java:86)
at org.springframework.osgi.service.importer.support. OsgiServiceProxyFactoryBean.getObject(OsgiServiceP roxyFactoryBean.java:161)
at org.springframework.beans.factory.support.FactoryB eanRegistrySupport.doGetObjectFromFactoryBean(Fact oryBeanRegistrySupport.java:143)
... 95 common frames omitted
Only the version number in the manifest is changed and when I call the services command, I see the new service in the list...
Am I doing something wrong?



but I would try...