Bundle « Web Service « Spring Q&A





1. Can't find service because OSGi bundle isn't activated    stackoverflow.com

I'm having a problem discovering services that are provided by some OSGi bundles that are not being activated. Let me describe the situation:

  • Bundle A defines interface X
  • Bundles B, C, and ...

2. JSF 2.0 Application as Spring Web Bundle    stackoverflow.com

is it possible to run JSF 2.0 Application as Spring Web Bundle? Is there any OSGi support for JSF 2.0? I didn't found any OSGified bundles for Apache MyFaces 2.0. Thanx in ...

3. Spring DM problem with Services    stackoverflow.com

I'm learning Spring DM and I have a problem with Service registry. I'm using ServiceMix 4.3.0 with embedded Felix instance. I have 2 bundles in my project. The first one contains ...

4. apache axis ant tasks in the bundle repository    forum.springsource.org

Does anyone know if apache axis ant tasks are available in the bundle repository. I can find axis 1.4.0, but not the matching ant tasks jar?!

5. Reference to a service declared in the same bundle    forum.springsource.org

Jul 29th, 2008, 12:08 PM #1 Nico View Profile View Forum Posts Private Message Visit Homepage Member Join Date Jun 2007 Location Nantes, France Posts 44 Reference to a service declared ...

6. Equinox - Deploying Spring DM Web application bundle resolution    forum.springsource.org

Nov 19th, 2008, 04:29 PM #1 tnist View Profile View Forum Posts Private Message Visit Homepage Member Join Date Sep 2004 Posts 31 Equinox - Deploying Spring DM Web application bundle ...

7. PropertyPlaceholderConfigurer as a service to other bundle    forum.springsource.org

In bundle 'A' Code: ------------------------- In Bundle 'B' Code: But when ...

8. service not visible for spring-dm bundle    forum.springsource.org

service not visible for spring-dm bundle Could someone help me with simple testcase? Got 2 bundles A and B. B using A through service bound. 1. case Bundle A managed by ...

9. Invoking a service bean from another bundle's application context    forum.springsource.org

Invoking a service bean from another bundle's application context This is probably a stupid question, but I've been searching the internet all morning for an answer as to how to do ...





10. Can't get autowiring to work for bundle services    forum.springsource.org

Can't get autowiring to work for bundle services I noticed that when I started upgrading my project to OSGi, autowiring got lost by the way side somehow. Example: Before OSGi I ...

11. Spring WS 1.5.7 in bundle repository?    forum.springsource.org

If I look at this issue fixed for 1.5.7: http://jira.springframework.org/browse/SWS-488 Arjen indicates that 1.5.7 will be put in the SSEBR and will work with DM server. I'm looking in the enterprise ...

12. simple service bundle exception    forum.springsource.org

Jun 25th, 2009, 05:44 AM #1 ovu View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 3 simple service bundle exception Hi all, I just compiled ...

13. Do service lookups respect bundle dependencies?    forum.springsource.org

Do service lookups respect bundle dependencies? Let's say I have two bundles (with the same name but different versions) exporting (via osgi:service) a service that is used (via osgi:reference) in a ...

14. Apache Axis uses conflict with axis bundle    forum.springsource.org

Hi , I Had downloaded the Spring axis bundler from springsource.com bundles repository. I'm having problem after importing the package org.apache.axis.attachements from com.springsource.org.apache.axis.1.4.0.jar bundle axis bundle manifest contains: Code: uses:="javax.xml.names pace,javax.xml.soap,javax.xml.transform,org.apache.axis.attachments ...

15. Bundle version and service references    forum.springsource.org

I need to somehow lookup services based on bundle version. How do I do that? I am aware of the "service properties" mechanism however, that requires developers to code proeprties for ...

16. OSGi service bundle start options - noobie    forum.springsource.org

OSGi service bundle start options - noobie We're using Eclipse to create 3 bundles, one defining a service interface, another with a service implementation, and another consuming the implementation using a ...





18. JSF 2.0 Application as Spring Web Bundle    forum.springsource.org

Hi all, is it possible to run JSF 2.0 Application as Spring Web Bundle? Is there any OSGi support for JSF2.0? I didn't found any OSGified bundles for Apache MyFaces 2.0. ...