You can install the jpa feature and look into the NamespaceHandler it provides.
For example this is for karaf 4.0.3.

> feature:install jpa
> bundle:services -p org.apache.aries.jpa.blueprint | grep blueprint.namespace
osgi.service.blueprint.namespace = http://aries.apache.org/xmlns/jpan/v1.0.0
osgi.service.blueprint.namespace = http://aries.apache.org/xmlns/jpa/v2.0.0

For jpan namespace please be aware that it is deprecated.


> feature:install jpa/1.0.4
> bundle:services -p org.apache.aries.jpa.blueprint.aries | grep blueprint.namespace
osgi.service.blueprint.namespace = http://aries.apache.org/xmlns/jpa/v1.0.0
osgi.service.blueprint.namespace = http://aries.apache.org/xmlns/jpa/v1.1.0


Christian

On 14.12.2015 13:51, ellirael wrote:
How does user know what xml schemas version is supported by Karaf verision?




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Aries-JPA-blueprint-schema-locations-tp4043435p4044282.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to