Re: [equinox-dev] service elements in Declaratice Services

2008-10-28 Thread Lukasz Bobowiec
Hi Kai, I think that this is a bug. According to XML schema that defines the component description grammar there is: So only one occurrence is allowed. --- Regards/Pozdrowienia, Lukasz Bobowiec Software Engineer Tivoli Dynamic Content Delivery [EMAIL PROTECTED] tel. (+48) 12-628-98-82 IBM

Re: [equinox-dev] Caused by: org.osgi.framework.BundleException: State change in progress for bundle...by thread "OSGi Console"

2008-04-04 Thread Lukasz Bobowiec
m.out.println("Startuję pakunek " + bundle.getSymbolicName()); bundle.start(); } catch (BundleException e) { log.log(Level.SEVERE, e.getMessage()); } } } } --- Be

Re: [equinox-dev] DS in fragment bundle

2008-03-17 Thread Lukasz Bobowiec
It works exactly as you described. So in fact there is a way to put DS (I mean xmls and Java components implementation) in a fragment but the Service-Component manifest header must be only in a host bundle. Thank you a lot Jeremy for your help! --- Best regards, Lukasz Bobowiec Software

[equinox-dev] DS in fragment bundle

2008-03-17 Thread Lukasz Bobowiec
ot be processes? --- Best regards, Lukasz Bobowiec Software Engineer, Common Agent Services [EMAIL PROTECTED] (+48 12) 628 9882 IBM SWG Lab, Cracow, Poland IBM Polska Sp. z o.o. oddział w Krakowie ul. Armii Krajowej 18 30 -150 Kraków NIP: 526-030-07-24 Sąd Rejonowy dla m.st. Warszawy, XIII Wy

[equinox-dev] DS exception in activate method

2008-02-19 Thread Lukasz Bobowiec
? The specification should be more specific in this case. Could you provide me this information? BTW I found that in the old DS equinox implementation no action was taken. However in the ProSyst contribution "unbind()" is invoked on the component instance. --- Best regards, Lukasz Bobo

[equinox-dev] ConcurrentModificationException in DS implementation

2007-11-05 Thread Lukasz Bobowiec
o any official Equinox version. The patch is available: https://bugs.eclipse.org/bugs/show_bug.cgi?id=181858 What is the Equinox's decision? --- Best regards, Lukasz Bobowiec Software Engineer, Common Agent Services [EMAIL PROTECTED] (+48 12) 628 9882 IBM SWG Lab, Cracow, Poland IBM Polska

[equinox-dev] os.name for Windows 2003 Server

2007-09-20 Thread Lukasz Bobowiec
the header "Bundle-NativeCode" the "Windows Server 2003" value my bundles are invisible (they are not even in INSTALLED state). After adding to "Windows Server 2003" to Bundle-NativeCode everything works fine. I found the similar problem that System.getProperty(&qu