Hi,

sorry, I meant the etc/config.properties.

Basically, did you change anything on the distribution ?
Anything special in your Karaf distribution ?

Regards
JB

On 06/29/2015 07:06 PM, rcbandit wrote:
This is the content

################################################################################
#
#    Licensed to the Apache Software Foundation (ASF) under one or more
#    contributor license agreements.  See the NOTICE file distributed with
#    this work for additional information regarding copyright ownership.
#    The ASF licenses this file to You under the Apache License, Version 2.0
#    (the "License"); you may not use this file except in compliance with
#    the License.  You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#
################################################################################

#
# The properties defined in this file will be made available through system
# properties at the very beginning of the Karaf's boot process.
#


# Log level when the pax-logging service is not available
# This level will only be used while the pax-logging service bundle
# is not fully available.
# To change log levels, please refer to the org.ops4j.pax.logging.cfg file
# instead.
org.ops4j.pax.logging.DefaultServiceLog.level = ERROR

#
# Name of this Karaf instance.
#
karaf.name = root

#
# Default repository where bundles will be loaded from before using
# other Maven repositories.  For the full Maven configuration, see
# the org.ops4j.pax.url.mvn.cfg file.
#
karaf.default.repository = system

#
# Location of a shell script that will be run when starting a shell
# session.  This script can be used to create aliases and define
# additional commands.
#
karaf.shell.init.script = ${karaf.etc}/shell.init.script

#
# Sets the maximum size of the shell command history. If not set,
# defaults to 500 entries. Setting to 0 will disable history.
#
# karaf.shell.history.maxSize = 0

#
# Deletes the entire karaf.data directory at every start
#
karaf.clean.all = true

#
# Deletes the karaf.data/cache directory at every start
#
karaf.clean.cache = true

#
# User name for the Karaf local console
#
karaf.local.user = karaf

#
# Roles to use when for the default user in the local Karaf console.
#
# The syntax is the following:
#   [classname:]principal
# where classname is the class name of the principal object
# (defaults to org.apache.karaf.jaas.modules.RolePrincipal)
# and principal is the name of the principal of that class
# (defaults to instance).
#
karaf.local.roles = admin,manager,viewer,systembundles

#
# Set this empty property to avoid errors when validating xml documents.
#
xml.catalog.files =

#
# Suppress the bell in the console when hitting backspace too many times
# for example
#
jline.nobell = true

#
# ServiceMix specs options
#
org.apache.servicemix.specs.debug = false
org.apache.servicemix.specs.timeout = 0

#
# Settings for the OSGi 4.3 Weaving
# By default, we will not weave any classes. Change this setting to include
classes
# that you application needs to have woven.
#
org.apache.aries.proxy.weaving.enabled = none
# Classes not to weave - Aries default + Xerces which is known to have
issues.
org.apache.aries.proxy.weaving.disabled =
org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.*

#
# By default, only Karaf shell commands are secured, but additional services
can be
# secured by expanding this filter
#
karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))

#
# Security properties
#
# To enable OSGi security, uncomment the properties below,
# install the framework-security feature and restart.
#
#java.security.policy=${karaf.etc}/all.policy
#org.osgi.framework.security=osgi
#org.osgi.framework.trust.repositories=${karaf.etc}/trustStore.ks

#
# HA/Lock configuration
#
# Karaf uses a lock mechanism to know which instance is the master (HA)
# The lock can be on the filesystem (default) or on a database.
#
# See http://karaf.apache.org/manual/latest/users-guide/failover.html for
details.
#
# Even using a single instance, Karaf creates the lock file
# You can specify the location of the lock file using the
# karaf.lock.dir=/path/to/the/directory/containing/the/lock
#




################################################################################
#
#    Licensed to the Apache Software Foundation (ASF) under one or more
#    contributor license agreements.  See the NOTICE file distributed with
#    this work for additional information regarding copyright ownership.
#    The ASF licenses this file to You under the Apache License, Version 2.0
#    (the "License"); you may not use this file except in compliance with
#    the License.  You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#
################################################################################

#
# Java platform package export properties.
#

# Standard package set.  Note that:
#   - javax.transaction* is exported with a mandatory attribute
jre-1.6= \
  javax.accessibility, \
  javax.activation;version="1.1", \
  javax.activity, \
  javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \
  javax.crypto, \
  javax.crypto.interfaces, \
  javax.crypto.spec, \
  javax.imageio, \
  javax.imageio.event, \
  javax.imageio.metadata, \
  javax.imageio.plugins.bmp, \
  javax.imageio.plugins.jpeg, \
  javax.imageio.spi, \
  javax.imageio.stream, \
  javax.jws, \
  javax.jws.soap, \
  javax.lang.model, \
  javax.lang.model.element, \
  javax.lang.model.type, \
  javax.lang.model.util, \
  javax.management, \
  javax.management.loading, \
  javax.management.modelmbean, \
  javax.management.monitor, \
  javax.management.openmbean, \
  javax.management.relation, \
  javax.management.remote, \
  javax.management.remote.rmi, \
  javax.management.timer, \
  javax.naming, \
  javax.naming.directory, \
  javax.naming.event, \
  javax.naming.ldap, \
  javax.naming.spi, \
  javax.net, \
  javax.net.ssl, \
  javax.print, \
  javax.print.attribute, \
  javax.print.attribute.standard, \
  javax.print.event, \
  javax.rmi, \
  javax.rmi.CORBA, \
  javax.rmi.ssl, \
  javax.script, \
  javax.security.auth, \
  javax.security.auth.callback, \
  javax.security.auth.kerberos, \
  javax.security.auth.login, \
  javax.security.auth.spi, \
  javax.security.auth.x500, \
  javax.security.cert, \
  javax.security.sasl, \
  javax.sound.midi, \
  javax.sound.midi.spi, \
  javax.sound.sampled, \
  javax.sound.sampled.spi, \
  javax.sql, \
  javax.sql.rowset, \
  javax.sql.rowset.serial, \
  javax.sql.rowset.spi, \
  javax.swing, \
  javax.swing.border, \
  javax.swing.colorchooser, \
  javax.swing.event, \
  javax.swing.filechooser, \
  javax.swing.plaf, \
  javax.swing.plaf.basic, \
  javax.swing.plaf.metal, \
  javax.swing.plaf.multi, \
  javax.swing.plaf.synth, \
  javax.swing.table, \
  javax.swing.text, \
  javax.swing.text.html, \
  javax.swing.text.html.parser, \
  javax.swing.text.rtf, \
  javax.swing.tree, \
  javax.swing.undo, \
  javax.tools, \
  javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial,
\
  javax.xml, \
  javax.xml.bind;version="2.2.1", \
  javax.xml.bind.annotation;version="2.2.1", \
  javax.xml.bind.annotation.adapters;version="2.2.1", \
  javax.xml.bind.attachment;version="2.2.1", \
  javax.xml.bind.helpers;version="2.2.1", \
  javax.xml.bind.util;version="2.2.1", \
  javax.xml.crypto, \
  javax.xml.crypto.dom, \
  javax.xml.crypto.dsig, \
  javax.xml.crypto.dsig.dom, \
  javax.xml.crypto.dsig.keyinfo, \
  javax.xml.crypto.dsig.spec, \
  javax.xml.datatype, \
  javax.xml.namespace, \
  javax.xml.parsers, \
  javax.xml.soap;version="1.3", \
  javax.xml.stream;version="1.2", \
  javax.xml.stream.events;version="1.2", \
  javax.xml.stream.util;version="1.2", \
  javax.xml.transform, \
  javax.xml.transform.dom, \
  javax.xml.transform.sax, \
  javax.xml.transform.stax, \
  javax.xml.transform.stream, \
  javax.xml.validation, \
  javax.xml.ws;version="2.2", \
  javax.xml.ws.handler;version="2.2", \
  javax.xml.ws.handler.soap;version="2.2", \
  javax.xml.ws.http;version="2.2", \
  javax.xml.ws.soap;version="2.2", \
  javax.xml.ws.spi;version="2.2", \
  javax.xml.ws.wsaddressing;version="2.2", \
  javax.xml.ws.spi.http;version="2.2", \
  javax.xml.xpath, \
  org.ietf.jgss, \
  org.omg.CORBA, \
  org.omg.CORBA_2_3, \
  org.omg.CORBA_2_3.portable, \
  org.omg.CORBA.DynAnyPackage, \
  org.omg.CORBA.ORBPackage, \
  org.omg.CORBA.portable, \
  org.omg.CORBA.TypeCodePackage, \
  org.omg.CosNaming, \
  org.omg.CosNaming.NamingContextExtPackage, \
  org.omg.CosNaming.NamingContextPackage, \
  org.omg.Dynamic, \
  org.omg.DynamicAny, \
  org.omg.DynamicAny.DynAnyFactoryPackage, \
  org.omg.DynamicAny.DynAnyPackage, \
  org.omg.IOP, \
  org.omg.IOP.CodecFactoryPackage, \
  org.omg.IOP.CodecPackage, \
  org.omg.Messaging, \
  org.omg.PortableInterceptor, \
  org.omg.PortableInterceptor.ORBInitInfoPackage, \
  org.omg.PortableServer, \
  org.omg.PortableServer.CurrentPackage, \
  org.omg.PortableServer.POAManagerPackage, \
  org.omg.PortableServer.POAPackage, \
  org.omg.PortableServer.portable, \
  org.omg.PortableServer.ServantLocatorPackage, \
  org.omg.SendingContext, \
  org.omg.stub.java.rmi, \
  org.omg.stub.javax.management.remote.rmi, \
  org.w3c.dom, \
  org.w3c.dom.bootstrap, \
  org.w3c.dom.css, \
  org.w3c.dom.events, \
  org.w3c.dom.html, \
  org.w3c.dom.ls, \
  org.w3c.dom.ranges, \
  org.w3c.dom.stylesheets, \
  org.w3c.dom.traversal, \
  org.w3c.dom.views, \
  org.w3c.dom.xpath, \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers

# Standard package set.  Note that:
#   - javax.transaction* is exported with a mandatory attribute
jre-1.7= \
  javax.accessibility, \
  javax.activation;version="1.1", \
  javax.activity, \
  javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \
  javax.crypto, \
  javax.crypto.interfaces, \
  javax.crypto.spec, \
  javax.imageio, \
  javax.imageio.event, \
  javax.imageio.metadata, \
  javax.imageio.plugins.bmp, \
  javax.imageio.plugins.jpeg, \
  javax.imageio.spi, \
  javax.imageio.stream, \
  javax.jws, \
  javax.jws.soap, \
  javax.lang.model, \
  javax.lang.model.element, \
  javax.lang.model.type, \
  javax.lang.model.util, \
  javax.management, \
  javax.management.loading, \
  javax.management.modelmbean, \
  javax.management.monitor, \
  javax.management.openmbean, \
  javax.management.relation, \
  javax.management.remote, \
  javax.management.remote.rmi, \
  javax.management.timer, \
  javax.naming, \
  javax.naming.directory, \
  javax.naming.event, \
  javax.naming.ldap, \
  javax.naming.spi, \
  javax.net, \
  javax.net.ssl, \
  javax.print, \
  javax.print.attribute, \
  javax.print.attribute.standard, \
  javax.print.event, \
  javax.rmi, \
  javax.rmi.CORBA, \
  javax.rmi.ssl, \
  javax.script, \
  javax.security.auth, \
  javax.security.auth.callback, \
  javax.security.auth.kerberos, \
  javax.security.auth.login, \
  javax.security.auth.spi, \
  javax.security.auth.x500, \
  javax.security.cert, \
  javax.security.sasl, \
  javax.sound.midi, \
  javax.sound.midi.spi, \
  javax.sound.sampled, \
  javax.sound.sampled.spi, \
  javax.sql, \
  javax.sql.rowset, \
  javax.sql.rowset.serial, \
  javax.sql.rowset.spi, \
  javax.swing, \
  javax.swing.border, \
  javax.swing.colorchooser, \
  javax.swing.event, \
  javax.swing.filechooser, \
  javax.swing.plaf, \
  javax.swing.plaf.basic, \
  javax.swing.plaf.metal, \
  javax.swing.plaf.multi, \
  javax.swing.plaf.synth, \
  javax.swing.table, \
  javax.swing.text, \
  javax.swing.text.html, \
  javax.swing.text.html.parser, \
  javax.swing.text.rtf, \
  javax.swing.tree, \
  javax.swing.undo, \
  javax.tools, \
  javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial,
\
  javax.xml, \
  javax.xml.bind;version="2.2.1", \
  javax.xml.bind.annotation;version="2.2.1", \
  javax.xml.bind.annotation.adapters;version="2.2.1", \
  javax.xml.bind.attachment;version="2.2.1", \
  javax.xml.bind.helpers;version="2.2.1", \
  javax.xml.bind.util;version="2.2.1", \
  javax.xml.crypto, \
  javax.xml.crypto.dom, \
  javax.xml.crypto.dsig, \
  javax.xml.crypto.dsig.dom, \
  javax.xml.crypto.dsig.keyinfo, \
  javax.xml.crypto.dsig.spec, \
  javax.xml.datatype, \
  javax.xml.namespace, \
  javax.xml.parsers, \
  javax.xml.soap;version="1.3", \
  javax.xml.stream;version="1.2", \
  javax.xml.stream.events;version="1.2", \
  javax.xml.stream.util;version="1.2", \
  javax.xml.transform, \
  javax.xml.transform.dom, \
  javax.xml.transform.sax, \
  javax.xml.transform.stax, \
  javax.xml.transform.stream, \
  javax.xml.validation, \
  javax.xml.ws;version="2.2", \
  javax.xml.ws.handler;version="2.2", \
  javax.xml.ws.handler.soap;version="2.2", \
  javax.xml.ws.http;version="2.2", \
  javax.xml.ws.soap;version="2.2", \
  javax.xml.ws.spi;version="2.2", \
  javax.xml.ws.wsaddressing;version="2.2", \
  javax.xml.ws.spi.http;version="2.2", \
  javax.xml.xpath, \
  org.ietf.jgss, \
  org.omg.CORBA, \
  org.omg.CORBA_2_3, \
  org.omg.CORBA_2_3.portable, \
  org.omg.CORBA.DynAnyPackage, \
  org.omg.CORBA.ORBPackage, \
  org.omg.CORBA.portable, \
  org.omg.CORBA.TypeCodePackage, \
  org.omg.CosNaming, \
  org.omg.CosNaming.NamingContextExtPackage, \
  org.omg.CosNaming.NamingContextPackage, \
  org.omg.Dynamic, \
  org.omg.DynamicAny, \
  org.omg.DynamicAny.DynAnyFactoryPackage, \
  org.omg.DynamicAny.DynAnyPackage, \
  org.omg.IOP, \
  org.omg.IOP.CodecFactoryPackage, \
  org.omg.IOP.CodecPackage, \
  org.omg.Messaging, \
  org.omg.PortableInterceptor, \
  org.omg.PortableInterceptor.ORBInitInfoPackage, \
  org.omg.PortableServer, \
  org.omg.PortableServer.CurrentPackage, \
  org.omg.PortableServer.POAManagerPackage, \
  org.omg.PortableServer.POAPackage, \
  org.omg.PortableServer.portable, \
  org.omg.PortableServer.ServantLocatorPackage, \
  org.omg.SendingContext, \
  org.omg.stub.java.rmi, \
  org.omg.stub.javax.management.remote.rmi, \
  org.w3c.dom, \
  org.w3c.dom.bootstrap, \
  org.w3c.dom.css, \
  org.w3c.dom.events, \
  org.w3c.dom.html, \
  org.w3c.dom.ls, \
  org.w3c.dom.ranges, \
  org.w3c.dom.stylesheets, \
  org.w3c.dom.traversal, \
  org.w3c.dom.views, \
  org.w3c.dom.xpath, \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers

jre-1.8= \
  javax.accessibility, \
  javax.activation;version="1.1", \
  javax.activity, \
  javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \
  javax.crypto, \
  javax.crypto.interfaces, \
  javax.crypto.spec, \
  javax.imageio, \
  javax.imageio.event, \
  javax.imageio.metadata, \
  javax.imageio.plugins.bmp, \
  javax.imageio.plugins.jpeg, \
  javax.imageio.spi, \
  javax.imageio.stream, \
  javax.jws, \
  javax.jws.soap, \
  javax.lang.model, \
  javax.lang.model.element, \
  javax.lang.model.type, \
  javax.lang.model.util, \
  javax.management, \
  javax.management.loading, \
  javax.management.modelmbean, \
  javax.management.monitor, \
  javax.management.openmbean, \
  javax.management.relation, \
  javax.management.remote, \
  javax.management.remote.rmi, \
  javax.management.timer, \
  javax.naming, \
  javax.naming.directory, \
  javax.naming.event, \
  javax.naming.ldap, \
  javax.naming.spi, \
  javax.net, \
  javax.net.ssl, \
  javax.print, \
  javax.print.attribute, \
  javax.print.attribute.standard, \
  javax.print.event, \
  javax.rmi, \
  javax.rmi.CORBA, \
  javax.rmi.ssl, \
  javax.script, \
  javax.security.auth, \
  javax.security.auth.callback, \
  javax.security.auth.kerberos, \
  javax.security.auth.login, \
  javax.security.auth.spi, \
  javax.security.auth.x500, \
  javax.security.cert, \
  javax.security.sasl, \
  javax.sound.midi, \
  javax.sound.midi.spi, \
  javax.sound.sampled, \
  javax.sound.sampled.spi, \
  javax.sql, \
  javax.sql.rowset, \
  javax.sql.rowset.serial, \
  javax.sql.rowset.spi, \
  javax.swing, \
  javax.swing.border, \
  javax.swing.colorchooser, \
  javax.swing.event, \
  javax.swing.filechooser, \
  javax.swing.plaf, \
  javax.swing.plaf.basic, \
  javax.swing.plaf.metal, \
  javax.swing.plaf.multi, \
  javax.swing.plaf.synth, \
  javax.swing.table, \
  javax.swing.text, \
  javax.swing.text.html, \
  javax.swing.text.html.parser, \
  javax.swing.text.rtf, \
  javax.swing.tree, \
  javax.swing.undo, \
  javax.tools, \
  javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial,
\
  javax.xml, \
  javax.xml.bind;version="2.2.1", \
  javax.xml.bind.annotation;version="2.2.1", \
  javax.xml.bind.annotation.adapters;version="2.2.1", \
  javax.xml.bind.attachment;version="2.2.1", \
  javax.xml.bind.helpers;version="2.2.1", \
  javax.xml.bind.util;version="2.2.1", \
  javax.xml.crypto, \
  javax.xml.crypto.dom, \
  javax.xml.crypto.dsig, \
  javax.xml.crypto.dsig.dom, \
  javax.xml.crypto.dsig.keyinfo, \
  javax.xml.crypto.dsig.spec, \
  javax.xml.datatype, \
  javax.xml.namespace, \
  javax.xml.parsers, \
  javax.xml.soap;version="1.3", \
  javax.xml.stream;version="1.2", \
  javax.xml.stream.events;version="1.2", \
  javax.xml.stream.util;version="1.2", \
  javax.xml.transform, \
  javax.xml.transform.dom, \
  javax.xml.transform.sax, \
  javax.xml.transform.stax, \
  javax.xml.transform.stream, \
  javax.xml.validation, \
  javax.xml.ws;version="2.2", \
  javax.xml.ws.handler;version="2.2", \
  javax.xml.ws.handler.soap;version="2.2", \
  javax.xml.ws.http;version="2.2", \
  javax.xml.ws.soap;version="2.2", \
  javax.xml.ws.spi;version="2.2", \
  javax.xml.ws.wsaddressing;version="2.2", \
  javax.xml.ws.spi.http;version="2.2", \
  javax.xml.xpath, \
  javafx.animation, \
  javafx.application, \
  javafx.beans, \
  javafx.beans.binding, \
  javafx.beans.property, \
  javafx.beans.property.adapter, \
  javafx.beans.value, \
  javafx.collections, \
  javafx.concurrent, \
  javafx.css, \
  javafx.embed.swing, \
  javafx.embed.swt, \
  javafx.event, \
  javafx.fxml, \
  javafx.geometry, \
  javafx.scene, \
  javafx.scene.canvas, \
  javafx.scene.chart, \
  javafx.scene.control, \
  javafx.scene.control.cell, \
  javafx.scene.effect, \
  javafx.scene.image, \
  javafx.scene.input, \
  javafx.scene.layout, \
  javafx.scene.media, \
  javafx.scene.paint, \
  javafx.scene.shape, \
  javafx.scene.text, \
  javafx.scene.transform, \
  javafx.scene.web, \
  javafx.stage, \
  javafx.util, \
  javafx.util.converter, \
  org.ietf.jgss, \
  org.omg.CORBA, \
  org.omg.CORBA_2_3, \
  org.omg.CORBA_2_3.portable, \
  org.omg.CORBA.DynAnyPackage, \
  org.omg.CORBA.ORBPackage, \
  org.omg.CORBA.portable, \
  org.omg.CORBA.TypeCodePackage, \
  org.omg.CosNaming, \
  org.omg.CosNaming.NamingContextExtPackage, \
  org.omg.CosNaming.NamingContextPackage, \
  org.omg.Dynamic, \
  org.omg.DynamicAny, \
  org.omg.DynamicAny.DynAnyFactoryPackage, \
  org.omg.DynamicAny.DynAnyPackage, \
  org.omg.IOP, \
  org.omg.IOP.CodecFactoryPackage, \
  org.omg.IOP.CodecPackage, \
  org.omg.Messaging, \
  org.omg.PortableInterceptor, \
  org.omg.PortableInterceptor.ORBInitInfoPackage, \
  org.omg.PortableServer, \
  org.omg.PortableServer.CurrentPackage, \
  org.omg.PortableServer.POAManagerPackage, \
  org.omg.PortableServer.POAPackage, \
  org.omg.PortableServer.portable, \
  org.omg.PortableServer.ServantLocatorPackage, \
  org.omg.SendingContext, \
  org.omg.stub.java.rmi, \
  org.omg.stub.javax.management.remote.rmi, \
  org.w3c.dom, \
  org.w3c.dom.bootstrap, \
  org.w3c.dom.css, \
  org.w3c.dom.events, \
  org.w3c.dom.html, \
  org.w3c.dom.ls, \
  org.w3c.dom.ranges, \
  org.w3c.dom.stylesheets, \
  org.w3c.dom.traversal, \
  org.w3c.dom.views, \
  org.w3c.dom.xpath, \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Unresolved-requirements-custom-jar-12-R-12-0-osgi-wiring-package-osgi-wiring-package-org-osgi-framew-tp4041134p4041161.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to