osgi « Security « Spring Q&A





1. Unable to acquire a connection from driver [null], user [null] and URL [null]. / EclipseLink 1.2 / Spring 2.5.6 / OSGI    stackoverflow.com

I try to deploy a project where EclipseLink JPA is used as ORM tool on an OSGI platform. The project works fine when running outside of a OSGI container. Version used : ...

2. access Spring context in OSGi bundle    stackoverflow.com

I have an OSGi bundle that uses the bundle-context.xml file to initialize a bean.

<bean id="myBean" class="test.MyClass">
    <property name="output" value="test"/>
</bean>
I have a factory class that needs to get ...

3. Access application context from BundleContextAware class    stackoverflow.com

I have created an osgi bundle from an existing legacy war. The app has a class that implements the spring interface ApplicationContextAware, it then uses the context to programmatically get ...

4. Is it possible to connect to HBase from an SpringDM application? Getting missing constraint for com.sun.security.auth!    stackoverflow.com

I'm building a webapp that should connect to a HBase datastore. Since there is no OSGi'fied version (that I'm aware of) of the hadoop-core and hbase jars I was planning on ...

5. Using Spring Security on a JAX-RS bundle in Karaf    stackoverflow.com

I have an OSGi bundle that uses JAX-RS to handle some REST services. This bundle is running in Karaf with Apache CXF. I need to apply basic http authentication to certain ...

6. OSGi bundle access Spring context file from another bundle    stackoverflow.com

I have an existing application that exists as multiple Spring projects. Project A's Spring context XML file improts B's Spring context XML file using

<import resource="classpath*:/META-INF/spring/BContext.xml" />
However, it I get ...

7. Spring security and OSGi    forum.springsource.org

Hi all. I'm trying to build a JAVA application composed of a core and X bundles. (OSGi) I am using Spring security to authenticate user at login and check user identity ...

8. Acegi and Spring OSGI    forum.springsource.org

If you decide to try this out Daniel, I'd be very interested to hear your findings. We've had some recent discussions about OSGi, Spring and Acegi at work so would be ...

9. osgi and security namespaces interaction    forum.springsource.org

Jan 23rd, 2009, 02:07 PM #2 djo.mos View Profile View Forum Posts Private Message Member Join Date Nov 2007 Posts 60 I've noticed that I did't join the error : 7893 ...





10. spring-security-acl 2.0.4 and OSGi    forum.springsource.org

I'm trying to use spring-security-acl in felix 1.4.1 and I'm getting the following error when resolving it: Code: org.osgi.framework.BundleException: Unresolved constraint in bundle 25:package;(&(package=org.springframework.security.context)(version>=2.0.3.RELEASE)(version<=2.0.3.RELEASE)) Looking at the MANIFEST.MF it does indeed ...

11. Spring Security in OSGi Knopflerfish    forum.springsource.org

Spring Security in OSGi Knopflerfish Hello. So, I want to use Spring Security to secure my bundles in Knopflerfish. I wanted to begin with securing all servlets, with some kind of ...

12. OSGi and Spring Security ACL    forum.springsource.org

OSGi and Spring Security ACL I think I understand *what* the problem is, but I'm not quite sure *how* to fix it. Basically, I'm using Spring Security in an OSGi environment ...

13. Using Spring Security and ACL's in OSGi    forum.springsource.org

Using Spring Security and ACL's in OSGi I ran across a problem that I posed on the spring dm forums and Costin Leau asked me to pose it here instead as ...

14. Spring Security, dmServer, OSGi and Slices    forum.springsource.org

Spring Security, dmServer, OSGi and Slices Greetings, I would be interested in finding out if there is a prescribed way to use SpringSecurity in context of dmServer with Slices (i.e. modular ...

15. Need Help : Spring Security 2.0.5 in OSGi    forum.springsource.org

I am trying to install a properly bundled(OSGi-fied) webapp which uses Spring security for authentication in Equinox (with Spring DM modules properly installed). I get these class cast exceptions. Is this ...

16. Need Help: Spring Security in OSGi    forum.springsource.org

Need Help: Spring Security in OSGi I am trying to install a properly bundled(OSGi-fied) webapp which uses Spring security for authentication in Equinox (with Spring DM modules properly installed. All the ...





17. Problem using spring 3.0.1.RELEASE-A and spring security in osgi environment.    forum.springsource.org

Problem using spring 3.0.1.RELEASE-A and spring security in osgi environment. Hi, I am about to migrate to spring 3.0.1.RELEASE-A version and spring osgi 1.2.1 version. However the latest spring security bundle ...