Service property assigned with a service reference

2011-10-24 Thread David Feliot
Hi, when defining a service property with a reference as a value, the property is assigned with a ServiceProxyWrapper (inner class of ReferenceRecipe). Here is the way it is defined: service ref=... interface=... service-properties entry key=Property1 ref component-id=serviceRef/ /entry

RE: Service property assigned with a service reference

2011-10-24 Thread Timothy Ward
Hi, It is allowed to use a component instance as a service property, however the following rules apply (from 121.6.6 of the enterprise specification) Each service can optionally be registered with service properties. The serviceProperties is a list of MapEntry, see entry on page 236. This

Aries 0.1 and 0.3 version differences

2011-10-24 Thread Matt Madhavan
Hello, I'm in the process of compiling the list of enhancements that happened between Aries 0.1 and 0.3+. In essence I'm looking for : 1. List of all features enhancements. 2. Any bug fixes Also I have one more question! Is it feasible or even viable to develop Enterprise strength OSGI

Re: Aries 0.1 and 0.3 version differences

2011-10-24 Thread Johan Edstrom
I think you at least would want to go towards 0.2 as a very very bare minimum for functionality. Some of the more fun stuff will require 0.3. /je On Oct 24, 2011, at 10:59 AM, Matt Madhavan wrote: Hello, I'm in the process of compiling the list of enhancements that happened between Aries

Meaning of this message

2011-10-24 Thread Charles Moulliard
Hi, When deploying a aries-jpa bundle, I get this message in the log : 20:03:05,229 | WARN | rint Extender: 1 | aries | ? ? | 189 - org.apache.aries.jpa.blueprint.aries - 0.3.0 | Managed persistence context support is no longer available for use with the

Schema not dropped using Apache Aries JPA and OpenJPA 2.1

2011-10-24 Thread Charles Moulliard
Hi, I have deployed successfully a Aries JPA project (using Aries JPA 0.3) on Karaf but my DB is not dropped or records removed from the table when the following option is set in the persistence file ?xml version=1.0 encoding=UTF-8? persistence xmlns=http://java.sun.com/xml/ns/persistence;