Re: felix commons

2007-05-10 Thread Alin Dreghiciu
Sorry I was to quick on answers. Indeed is only about java.* packages and not javax.* packages. Alin Dreghiciu On 5/10/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: That is incorrect. Bundles must import all referenced packages outside of java.*...this includes all javax.* packages. For tho

Re: felix commons

2007-05-10 Thread Richard S. Hall
Sorry, my comment about Equinox below should say, "...you might NOT realize this..." -> richard -Original Message- From: "Richard S. Hall" <[EMAIL PROTECTED]> Subj: Re: felix commons Date: Thu 10. May 2007 9:10 Size: 1K To: dev@felix.apache.org That is incorrect. Bundles must im

Re: felix commons

2007-05-10 Thread Richard S. Hall
That is incorrect. Bundles must import all referenced packages outside of java.*...this includes all javax.* packages. For those coming from Equinox, you might realize this since it delegates everything to the parent by default, but this is not really recommended by the sepc. I would assume t

Re: felix commons

2007-05-10 Thread Karl Pauls
Wrong, you have to import them. The framework only delegates java.* to the parent classloader. NOT javaX.* regards, Karl On 5/10/07, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: You don't need to import them since the framework has to delegate to the parent class loader as explained in 3.8.4 in

Re: felix commons

2007-05-10 Thread Alin Dreghiciu
You don't need to import them since the framework has to delegate to the parent class loader as explained in 3.8.4 in osgi core specs. Cheers, Alin Dreghiciu On 5/10/07, Hampel, Michael <[EMAIL PROTECTED]> wrote: Hello, I have a question regarding the poms in Felix Commons. Some of these poms

felix commons

2007-05-10 Thread Hampel, Michael
Hello, I have a question regarding the poms in Felix Commons. Some of these poms prohibit the import of javax packages by adding !javax.* to the element, others are not doing it like avalon or log4j. Should I import JRE classes or not - is this because they are loaded by the system bundle? Th

shell.scriptcmd

2007-05-10 Thread Didier Donsez
Dear all I put in my sandbox (http://svn.apache.org/viewvc/felix/sandbox/donsez/shell.scriptcmd) the following bundle Best regards Didier /shell.scriptcmd/ *Description* provides commands that run a Felix shell script with the ShellService. provides also extra utility commands for scrip