Re: [osgi-dev] manifest localization (BJ Hargrave)

2006-11-13 Thread BJ Hargrave
venient > to present them in a more useful form (e.g. the bundle categories as > a list of strings). > > Feel free to comment or not ;-) > > Ciao! > > /djk > > > Date: Mon, 13 Nov 2006 11:56:51 -0500 > > From: BJ Hargrave <[EMAIL PROTECTED]>

Re: [osgi-dev] manifest localization

2006-11-13 Thread BJ Hargrave
, unlocalized value. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] office: +1 407 849 9117 mobile: +1 386 848 3788 David Kemper <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/13/2006 11:44 AM Please respond to OSGi Develope

Re: [osgi-dev] Where to download execution environments?

2006-10-27 Thread BJ Hargrave
I don't know that anyone has created EEs beyond the 2 (ee.minimum and ee.foundation) that were created by OSGi. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] office: +1 407 849 9117 mobile: +1 386 848 3788 "Kevin Rif

Re: [osgi-dev] About SCA and OSGi

2006-10-11 Thread BJ Hargrave
> Is there where can I know what EEG recently will do? Check out http://bundles.osgi.org/EnterpriseWorkshop/HomePage BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] office: +1 407 849 9117 mobile: +1 386 848 3788 "jerry lin&

Re: [osgi-dev] Case sensitivity of bundle symbolic names

2006-09-28 Thread BJ Hargrave
They are case sensitive (like package names in Java). I will raise a bug on section 3.5.2 to be more clear on this. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 "Jeremy Vo

Re: [osgi-dev] Some questions on OSGi and embedded devices

2006-09-22 Thread BJ Hargrave
-dev mailing list > osgi-dev@bundles.osgi.org > http://bundles.osgi.org/mailman/listinfo/osgi-dev BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 _

Re: [osgi-dev] Strange question...

2006-09-14 Thread BJ Hargrave
Besides how much legacy code is there really in the default package? I cannot imagine that there is much at all since it is an open ended package without any name. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117

[osgi-dev] Re; OSGi and Security

2006-09-13 Thread BJ Hargrave
ature to specify the negative permissions and special permission collections to negate the implies result of the union of the implies of the collected permissions. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mob

Re: [osgi-dev] Inserting Properties at runtime

2006-09-05 Thread BJ Hargrave
Ask Richard Hall :-) I am sure he can provide some use cases. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 "Kevin Riff" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED]

Re: [osgi-dev] R4 Core Spec : Loading Native Code Libraries [ 3.9 ]

2006-08-20 Thread BJ Hargrave
One _expression_ but it can be a compound _expression_. For example:(&(foo=bar)(xyz>=10)(|(vendor=osgi)(vendor=acme)))BJ HargraveSenior Technical Staff Member, IBMOSGi Fellow and CTO of the OSGi Alliance[EMAIL PROTECTED]Office: +1 407 849 9117 Mobile: +1 386 848 3788  - Original Message - 

Re: [osgi-dev] R4 Core Spec : Loading Native Code Libraries [ 3.9 ]

2006-08-20 Thread BJ Hargrave
It is quite possible we forgot to add it to the Contants class. Why don't you open a bug on the bundles.osgi.org bugzilla system so we can add it in the next release?BJ HargraveSenior Technical Staff Member, IBMOSGi Fellow and CTO of the OSGi Alliance[EMAIL PROTECTED]Office: +1 407 849 9117 Mobile:

Re: [osgi-dev] R4 Core Spec : Loading Native Code Libraries [ 3.9 ]

2006-08-20 Thread BJ Hargrave
Each word is an alias. So powerpc has power and ppc as aliases. Same for x86. Each is an alias. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 "Arnaud Quiblier" <[EMAIL PROT

Re: [osgi-dev] R4 Core Spec : Loading Native Code Libraries [ 3.9 ]

2006-08-14 Thread BJ Hargrave
is also true even if the optional clause is specified. The optional clause means that it is OK for no native code clause to be selected by the algorithm. So this sentence means this paragraph applies regardless of the presence of the optional clause. BJ Hargrave Senior Technical Staff Member, IB

Re: [osgi-dev] Service Registration

2006-08-08 Thread BJ Hargrave
undle to which its import is wired. If the 3rd bundle calls BundleContext.getAllServiceReferences it will see both services, since that method does include package wiring in its constraints. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED

Re: [osgi-dev] how to add package

2006-07-31 Thread BJ Hargrave
Do you have that package exported by some project in your workspace that your project is connected to? Since this is an Eclipse question and not an OSGi question, you may want to ask in one of the Eclipse newsgroups. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the

Re: [osgi-dev] Tracking count of ServiceTracker

2006-07-20 Thread BJ Hargrave
701.8.2.14 is out of date. The tracking count is modified when a tracked service is modified. This is necessary because the service ranking could change which results in a different service being returned by getService. I will clarify the javadoc which will be published in a future update. BJ

Re: [osgi-dev] using ecore in an equinox runtime

2006-07-17 Thread BJ Hargrave
I think you want the equinox-dev list. This is the osgi-dev list which a general OSGi technical discussion list. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 David Kemper <[EM

Re: [osgi-dev] osgi-dev Digest, Vol 7, Issue 4

2006-07-17 Thread BJ Hargrave
Thanks. However too late for the spec refresh since it went final on Friday :-( But when the refresh is published, we will list it as an erratum. Also, you can file bug reports such as these using the OSGi external bugzilla system: http://bundles.osgi.org/bugzilla/ BJ Hargrave Senior

Re: [osgi-dev] Questions about Event and topics

2006-07-14 Thread BJ Hargrave
o/bar/"). If you want your handler to match foo/bar and foo/bar/*, then set both topics in the event.topics property: new String[] {"foo/bar", "foo/bar/*"} BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office:

Re: [osgi-dev] Can classpath have parameters

2006-06-29 Thread BJ Hargrave
t that was dropped since the same goal could be achieved via fragments. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 kiran bharadwaj <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/

Re: [osgi-dev] Conditional Permissions

2006-06-26 Thread BJ Hargrave
destination; > But, believing your have failed is the end of the journey. > * A pound a fret cant pay an ounce a debt. > ___ > osgi-dev mailing list > osgi-dev@bundles.osgi.org > http://bundles.osgi.org/mailman/listinfo/osgi-dev BJ Harg

Re: [osgi-dev] Query on resolving

2006-06-20 Thread BJ Hargrave
ncies amongst themselves. A framework implementation is free to resolve a bundle at any time after installation and before starting. The resolveBundles methods can be used to force a bundle or bundles to be resolved upon request. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO o

Re: [osgi-dev] case of ServicePropety keys

2006-06-20 Thread BJ Hargrave
this key and the user was the performed the last set of the key. > > - > NTT Cyber Solutions Laboratories > > Ikuo YAMASAKI > E-mail: [EMAIL PROTECTED] > > > ___ > osgi-dev mailing list > osgi-dev@bu

Re: [osgi-dev] case of ServicePropety keys

2006-06-20 Thread BJ Hargrave
hout risking breaking backwards compatibility. As we have created and will create new specification we have chosen and will choose case-sensitive where possible. > > - > NTT Cyber Solutions Laboratories > > Ikuo YAMASAKI > E-mail: [EMAIL PROTECTED] > > >

Re: [osgi-dev] General design of resource handling

2006-05-22 Thread BJ Hargrave
cases you > just don't want your resource in a package) I think there are some opportunities to improve the reflective API for bundles. Can you open a bug on this at http://bundles.osgi.org/bugzilla/ ? > > Don't get me wrong, I think the spec is great, I am just trying to &g

Re: [osgi-dev] Declarative Services implementation guidelines?

2006-05-11 Thread BJ Hargrave
Yes. Probably true. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Roy Paterson/Austin/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2006-05-11 03:24 PM Please respond to OSGi Developer

Re: [osgi-dev] Declarative Services implementation guidelines?

2006-05-11 Thread BJ Hargrave
. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Roy Paterson/Austin/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2006-05-11 02:25 PM Please respond to OSGi Developer Mail List To OSGi

Re: [osgi-dev] Declarative Services implementation guidelines?

2006-05-11 Thread BJ Hargrave
interface, then a null object can be synthesized via a dynamic proxy. If some feels this is interesting, please open a bug on the bundles.osgi.org bugzilla system to request this feature. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED

Re: [osgi-dev] Declarative Services implementation guidelines?

2006-05-11 Thread BJ Hargrave
So by null object, you mean an object which implements the LogService interface but whose methods are no-ops? BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Marcel Offermans <[EM

Re: [osgi-dev] Declarative Services implementation guidelines?

2006-05-11 Thread BJ Hargrave
gistration of the log service while you are using it. The risk is a deadlock if the service methods you call need something which is owned by thread 2. > > Many thanks, > Neil > _______ > osgi-dev mailing list > osgi-dev@bundles.osgi.org

Re: [osgi-dev] Export-Service deprecated?

2006-05-01 Thread BJ Hargrave
eated until SCR needs to load a class from the bundle. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Andrew Eberbach/Durham/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2006-05-01 03:

Re: [osgi-dev] Question about Event Admin specification

2006-04-25 Thread BJ Hargrave
it is called with B. Otherwise H must be reentrant and may "see" B before A based upon thread scheduling. I don't think (2) is not spelled out in the spec but I believe this was the intent. Hopefully some of the others will chime in with an opionion here (Peter, Kevin? :-)

[osgi-dev] OSGi webinar

2006-04-21 Thread BJ Hargrave
I just wanted to let folks know about an OSGi webinar to be held Thursday, April 27, 2006 9:30 AM-11:00 AM (GMT-05:00) Eastern Time (US & Canada). The details can be found at http://www.osgi.org/webinar.asp BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the

Re: [osgi-dev] split package version numbers

2006-03-31 Thread BJ Hargrave
not have to be "split", I just chose it for the example). BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Jeff McAffer <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 200

Re: [osgi-dev] OSGI for residential gateway

2006-03-26 Thread BJ Hargrave
implementations are better asked in the implementation lists since that is where the implementors hang out. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Peter Kriens <[EMAIL PROTEC

Re: [osgi-dev] OSGI for residential gateway

2006-03-24 Thread BJ Hargrave
This list is for discussing any OSGi technical topic including spec issues and general programming for OSGi (i.e. bundle development). Questions about specific OSGi implementations would be better asked in the implementations' mail lists. BJ Hargrave Senior Technical Staff Member, IBM

Re: [osgi-dev] Updating and mixing R3 and R4 bundles and Bundle-SymbolicName

2006-03-21 Thread BJ Hargrave
1 is possible of a bundle is refactored into a set of bundles, but in that case it is more likely the original BSN will still be needs as a facade bundle to combine the refactored bundles. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED

[osgi-dev] JSR 291 has been approved

2006-03-14 Thread BJ Hargrave
/jsr-291-eg BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 ___ osgi-dev mailing list osgi-dev@bundles.osgi.org http://bundles.osgi.org/mailman

Re: [osgi-dev] Bundle overhead

2006-03-14 Thread BJ Hargrave
choice. Therefore you want to use the smallest number of bundles consistent with proper modularity and life cycle management needs. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 한 찬규

Re: [osgi-dev] Non-local classpath entries...

2006-02-23 Thread BJ Hargrave
the bundle use Import-Package, Require-Bundle or even fragments. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Niclas Hedhman <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2006-02

Re: [osgi-dev] Service Platform Identifier

2006-02-01 Thread BJ Hargrave
can be a suitable identifier. It is important for the Service Platform Identifier to be unique and for the Operator to understand the nature (permanent or otherwise) of the Service Platform Identifier. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL

Re: [osgi-dev] org.osgi.service.prefs bundle versions?

2006-01-31 Thread BJ Hargrave
thers preferences. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 Roy Paterson/Austin/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2006-01-31 03:57 PM Please respond to OSGi Developer Mail

Re: [osgi-dev] Where should API go?

2006-01-30 Thread BJ Hargrave
) or (3). (2) is great for small service packages. (3) is better for package with some implementation complexity or size. (1) is really just a packaging optimization that may be done too early :-) BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL

Re: [osgi-dev] org.osgi.service.prefs bundle versions?

2006-01-26 Thread BJ Hargrave
id=124176#c5 > > Regards, > Roy Paterson > > - > Roy Paterson > IBM Pervasive Computing > Austin, TX > Phone: (512) 838-8898___ > osgi-dev mailing list > [EMAIL PROTECTED] >

[osgi-dev] bundles.osgi.org content

2006-01-26 Thread BJ Hargrave
/browse.php] If there is any other information you would like to see on the website, send a mail to this list to let us know. For example, would it be useful to also have the Javadoc for past releases of the OSGi spec? BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance