Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Error in SLF4J bundle when Used With servlet bridge..

Title:
Hi Gunnar,

I'll give a try to the configuration make explicit in the config.ini file only to install 8 and resolve ) the fragment bundles
without starting it.

Maybe i was wrong but i was thinking that the servlet bridge with the update configurator will install the fragment
bundle without the needs to put the line in the config.ini file.

BTW thank you for the hints and I'll let you know.

Switch to P2 is one of the task in my JIRA :), but i have start with the update configurator because at the moment
i've not yet scheduled some days to start to study p2...

Andrea

Il 19/07/2010 17:51, Gunnar Wagenknecht ha scritto:
Am 19.07.2010 17:44, schrieb Andrea Zoppello:
  
osgi.bundles=org.eclipse.equinox.common@2:start,\
 org.eclipse.update.configurator@start,\
 ch.qos.logback.classic@4:start,\
 ch.qos.logback.core@4:start,\
 ch.qos.logback.slf4j@4:start,\ <- This is the fragment bunlde i've put
a line saying to start even if is not correct this seems to cause a
"correct resolution"
    
In your 'osgi.bundles' configuration the
'org.eclipse.update.configurator' is responsible for managing the
bundles in the framework. Thus, it should have found an installed it.
The Logback/SLF4J bundles don't need to be started. They don't have an
activator.

The following should work:

  
osgi.bundles=org.eclipse.equinox.common@2:start,\
  org.eclipse.update.configurator@start
    
I'm not sure about the following, but AFAIK it should install the
bundles but don't start them:

  
osgi.bundles=org.eclipse.equinox.common@2:start,\
 org.eclipse.update.configurator@start,\
 ch.qos.logback.classic,\
 ch.qos.logback.core,\
 ch.qos.logback.slf4j,\
    
FWIW, I switched to p2 based deployments on servers. They don't use
'org.eclipse.update.configurator' but work with the (more reliable) p2
simpleconfigurator.

-Gunnar

  


--

Andrea Zoppello
Spagic Architect

Corso Stati Uniti, 23/C - 35127 Padova - Italy
Tel. +39-049.8283411
Mob. +39-345.4668537
andrea.zoppello@xxxxxx
www.spagoworld.org
Engineering Group
IT Solution Architect
Research & Innovation Division
Architectures & Consulting
www.eng.it

  Respect the environment. Please don't print this e-mail unless you really need to.

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


Back to the top