Re: help: create component instance dynamically with IPOJO

2012-03-22 Thread Reuben Garrett
Fairouz, I'd like to move this discussion to the users mailing list since you have usage concerns. I'm not exactly an expert, but I have successfully deployed iPOJO components in an OSGi environment without those errors. I'm not sure if you're using java annotations or XML, but I prefer annotati

Re: Felix security and signed jars

2012-03-22 Thread Richard S. Hall
I see your point, but if you cannot be assured that your machine is secure, then all bets are pretty much off anyway. -> richard On 3/22/12 11:20 , Guillaume Nodet wrote: What I mean is that the URLClassloader does the check each time a resource is loaded using the JarFile, and I think Felix s

Re: Felix security and signed jars

2012-03-22 Thread Guillaume Nodet
What I mean is that the URLClassloader does the check each time a resource is loaded using the JarFile, and I think Felix should somehow do the same in order to be secured. On Thu, Mar 22, 2012 at 16:17, Guillaume Nodet wrote: > THat's my point, it only happen at install time, which means it's n

Re: Felix security and signed jars

2012-03-22 Thread Guillaume Nodet
THat's my point, it only happen at install time, which means it's not really secured. I think it has to be done each time a class or resource is loaded else, anyone can change the jar file in the cache folder after it has been installed and no verification is done. I think that's not really good,

Re: Configuration Admin 1.2.x?

2012-03-22 Thread Felix Meschberger
Hi, Am 22.03.2012 um 15:00 schrieb Marcel Offermans: > AFAICT the new spec is backwards compatible. As long as you don't use new > functionality, nothing changes. > Probably true. The reason we went for the backport instead of using the snapshot (besides maven releas

Re: Configuration Admin 1.2.x?

2012-03-22 Thread Marcel Offermans
On Mar 22, 2012, at 14:30 PM, Felix Meschberger wrote: > Hi, > > Am 21.03.2012 um 21:01 schrieb Marcel Offermans: > >> On Mar 21, 2012, at 17:07 PM, Bram de Kruijff wrote: >> >>> On Wed, Mar 21, 2012 at 2:55 PM, Felix Meschberger >>> wrote: Hi, Am 20.03.2012 um 21:47 schrieb M

Re: Configuration Admin 1.2.x?

2012-03-22 Thread Felix Meschberger
Hi, Am 21.03.2012 um 21:01 schrieb Marcel Offermans: > On Mar 21, 2012, at 17:07 PM, Bram de Kruijff wrote: > >> On Wed, Mar 21, 2012 at 2:55 PM, Felix Meschberger >> wrote: >>> Hi, >>> >>> Am 20.03.2012 um 21:47 schrieb Marcel Offermans: >>> Within a different open source project (Amda

Re: Felix security and signed jars

2012-03-22 Thread Karl Pauls
The verfication is done in the security provider (only happens if installed). regards, Karl On Thu, Mar 22, 2012 at 1:24 PM, Guillaume Nodet wrote: > I'm trying to understand how Felix verify the classes signatures but I > don't see anything around that. > It seems to me that in a non OSGi envi

[jira] [Assigned] (FELIX-3402) DependencyManager stop can trigger IndexOutOfBoundsException

2012-03-22 Thread Marcel Offermans (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Offermans reassigned FELIX-3402: --- Assignee: Marcel Offermans > DependencyManager stop can trigger IndexOutOfBoundsE

Felix security and signed jars

2012-03-22 Thread Guillaume Nodet
I'm trying to understand how Felix verify the classes signatures but I don't see anything around that. It seems to me that in a non OSGi environment, the classes will be verified by the class loader when loaded from a jar mainly because the java.util.jar.JarFile does the signature verification when

[jira] [Updated] (FELIX-3402) DependencyManager stop can trigger IndexOutOfBoundsException

2012-03-22 Thread Bram de Kruijff (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bram de Kruijff updated FELIX-3402: --- Attachment: FELIX-3402-sync.patch > DependencyManager stop can trigger IndexOutOfBoundsEx

[jira] [Created] (FELIX-3402) DependencyManager stop can trigger IndexOutOfBoundsException

2012-03-22 Thread Bram de Kruijff (Created) (JIRA)
DependencyManager stop can trigger IndexOutOfBoundsException Key: FELIX-3402 URL: https://issues.apache.org/jira/browse/FELIX-3402 Project: Felix Issue Type: Bug Affects Versio

Re: [VOTE] Release FileInstall 3.2.0

2012-03-22 Thread Guillaume Nodet
The semantic versioning tool only check APIs and while those have not changed, new configuration properties and new behaviors have been added while still being compatible, so I think it warrant a change of the minor version, and that would still be inlined with the real meaning of semantic versioni