Re: Website...

2010-04-29 Thread Jackson, Bruce
Hi Marcel Is there also work going on with the mailing lists? I don't seem to have had any mail from dev@felix.apache.org since 10pm yesterday. This may be fine, but there is usually far more traffic. Thanks Bruce On 29/04/2010 13:53, Marcel Offermans marcel.offerm...@luminis.nl wrote: Over

Re: Website...

2010-04-29 Thread Marcel Offermans
No work on any mailing lists as far as I know. On Apr 29, 2010, at 15:11 , Jackson, Bruce wrote: Is there also work going on with the mailing lists? I don't seem to have had any mail from dev@felix.apache.org since 10pm yesterday. This may be fine, but there is usually far more traffic.

AUTO: Andreas Schlosser is out of the office. (returning 05/24/2010)

2010-04-29 Thread Andreas . Schlosser
I am out of the office until 05/24/2010. I will respond to your message when I return. Note: This is an automated response to your message Website... sent on 4/29/2010 2:53:10 PM. This is the only notification you will receive while this person is away.

org.osgi.framework.system.packages

2010-04-29 Thread Jackson, Bruce
Does anyone know which file actually processes the parameters org.osgi.framework.system.packages and org.osgi.framework.system.packages.extra? Thanks Bruce

Re: org.osgi.framework.system.packages

2010-04-29 Thread Richard S. Hall
On 4/29/10 10:09, Jackson, Bruce wrote: Does anyone know which file actually processes the parameters org.osgi.framework.system.packages and org.osgi.framework.system.packages.extra? If you are talking about inside the framework, it is in ExtensionManager.java... - richard Thanks

Re: org.osgi.framework.system.packages

2010-04-29 Thread Jackson, Bruce
Yes, that's what I meant, thank you. This is obviously used by the class loader to allow access to packages outside of the java.* namespace. Do you also happen to know where this is read from the ExtensionManager (i.e. what parses the comma seperated list of packages and determines what is

Re: org.osgi.framework.system.packages

2010-04-29 Thread Richard S. Hall
On 4/29/10 10:27, Jackson, Bruce wrote: Yes, that's what I meant, thank you. This is obviously used by the class loader to allow access to packages outside of the java.* namespace. Do you also happen to know where this is read from the ExtensionManager (i.e. what parses the comma seperated list

[jira] Created: (FELIX-2308) getService is called during the unregistration of a service

2010-04-29 Thread Clement Escoffier (JIRA)
getService is called during the unregistration of a service --- Key: FELIX-2308 URL: https://issues.apache.org/jira/browse/FELIX-2308 Project: Felix Issue Type: Bug

[jira] Commented: (FELIX-2296) iPojo : Unable to get a ServiceProperty change in an anonymous class

2010-04-29 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862232#action_12862232 ] Clement Escoffier commented on FELIX-2296: -- Hi, It seems to work... I did that:

[jira] Resolved: (FELIX-2309) Potential NPE when a service has abruptly in the smart proxies

2010-04-29 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-2309. -- Resolution: Fixed Fixed in the trunk. Inject a nullable to avoid the crash.

org.osgi.framework.system.packages and Felix embedded in Android

2010-04-29 Thread Jackson, Bruce
Hi All I have Felix embedded into an Android app, and I'm trying to export the packages from the Android environment (e.g. android, android.app, etc) into Felix. I have a couple of questions: first, can I still use the pre-4.2 constructor: Felix felix = new Felix(Properties props); ...and if I

[jira] Resolved: (FELIX-2308) getService is called during the unregistration of a service

2010-04-29 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-2308. -- Resolution: Fixed Fixed in trunk. getService is called during the unregistration of

Re: org.osgi.framework.system.packages and Felix embedded in Android

2010-04-29 Thread Karl Pauls
It should work, can you try to add a ; \ version=\1.6.0\ to the end of your package list? i.e., org.xml.sax.ext; \ org.xml.sax.helpers; \ version=\1.6.0\ regards, Karl On Wed, Apr 28, 2010 at 7:41 PM, Jackson, Bruce bru...@qualcomm.com wrote: Hi All I have Felix embedded into an

[jira] Commented: (FELIX-2296) iPojo : Unable to get a ServiceProperty change in an anonymous class

2010-04-29 Thread Brian Tribondeau (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862253#action_12862253 ] Brian Tribondeau commented on FELIX-2296: - Hello I am currently on vacation. I

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862256#action_12862256 ] Christian Müller commented on FELIX-2280: - The property 'karaf.lock.jdbc.timeout'

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862263#action_12862263 ] Christian Müller commented on FELIX-2280: - The next thing which I would like to

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862269#action_12862269 ] Jamie goodyear commented on FELIX-2280: --- Hi Christian, I'll take a look over the

[jira] Issue Comment Edited: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862269#action_12862269 ] Jamie goodyear edited comment on FELIX-2280 at 4/29/10 1:40 PM:

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862283#action_12862283 ] Christian Müller commented on FELIX-2280: - Hey Jamie, good to hear from you. :o)

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862289#action_12862289 ] Jamie goodyear commented on FELIX-2280: --- Hi Christian, The last MySQL Connector I

[jira] Issue Comment Edited: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862289#action_12862289 ] Jamie goodyear edited comment on FELIX-2280 at 4/29/10 2:09 PM:

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862325#action_12862325 ] Jamie goodyear commented on FELIX-2280: --- Regarding OracleJDBCLock never checks in the

Re: org.osgi.framework.system.packages and Felix embedded in Android

2010-04-29 Thread Richard S. Hall
On 4/28/10 13:41, Jackson, Bruce wrote: Hi All I have Felix embedded into an Android app, and I'm trying to export the packages from the Android environment (e.g. android, android.app, etc) into Felix. I have a couple of questions: first, can I still use the pre-4.2 constructor: Felix felix

Re: org.osgi.framework.system.packages and Felix embedded in Android

2010-04-29 Thread Richard S. Hall
On 4/29/10 12:30, Karl Pauls wrote: It should work, can you try to add a ; \ version=\1.6.0\ to the end of your package list? i.e., org.xml.sax.ext; \ org.xml.sax.helpers; \ version=\1.6.0\ Why might this be necessary? I just noticed that default.properties included such a line

[VOTE] Release fileinstall 2.0.10, gogo 0.4.0, bundlerepository 1.6.2, bundleplugin 2.1.0

2010-04-29 Thread Guillaume Nodet
I would like to call a vote on the following subproject releases: fileinstall 2.0.10 gogo 0.4.0 bundlerepository 1.6.2 bundleplugin 2.1.0 Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-034/ You can use this UNIX script to download the release and verify

[jira] Updated: (FELIX-1921) Provide a way to configure the host used for karaf ssh server

2010-04-29 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1921: --- Fix Version/s: karaf 1.6.0 Provide a way to configure the host used for karaf ssh server

Re: [VOTE] Release fileinstall 2.0.10, gogo 0.4.0, bundlerepository 1.6.2, bundleplugin 2.1.0

2010-04-29 Thread Sahoo
I thought because of some (supposedly) incompatible change in file install, we had to call it 3.0. Thanks, Sahoo Guillaume Nodet wrote: I would like to call a vote on the following subproject releases: fileinstall 2.0.10 gogo 0.4.0 bundlerepository 1.6.2 bundleplugin 2.1.0 Staging

Re: [VOTE] Release fileinstall 2.0.10, gogo 0.4.0, bundlerepository 1.6.2, bundleplugin 2.1.0

2010-04-29 Thread Guillaume Nodet
Yeah, I actually forgot about that. I have removed fileinstall 2.0.10 from the staging repo and will upload a 3.0.0. This vote can continue for the other ones. On Thu, Apr 29, 2010 at 20:55, Sahoo sa...@sun.com wrote: I thought because of some (supposedly) incompatible change in file install,

[VOTE] Release fileinstall 3.0.0

2010-04-29 Thread Guillaume Nodet
I would like to call a vote on the following subproject releases: fileinstall 3.0.0 Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-035/https://repository.apache.org/content/repositories/orgapachefelix-034/ You can use this UNIX script to download the

[jira] Commented: (FELIX-2130) [Karaf] Failover Clustering Mechanism - Database shutdown / loss results in all Karaf instances becoming Active on restart of that DB

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862352#action_12862352 ] Jamie goodyear commented on FELIX-2130: --- Hi, In the event that the DB is lost

Re: Preparation of Karaf release

2010-04-29 Thread David Jencks
Please apply patch attached to and the patch in the comment for FELIX-2270. In geronimo I've modified the startup script to deal with ext and, endorsed directories and a javaagent. At the moment I only have this for unix, I doubt I can come up with a windows script patch. Would you be

Re: [VOTE] Release fileinstall 3.0.0

2010-04-29 Thread Jean-Baptiste Onofré
+1 (non binding). Regards JB On 04/29/2010 09:07 PM, Guillaume Nodet wrote: I would like to call a vote on the following subproject releases: fileinstall 3.0.0 Staging repository:

Re: Preparation of Karaf release

2010-04-29 Thread Guillaume Nodet
Yes, that would definitely makes sense. I have a local modification to add an endorsed directory already. What's the purpose of the ext directory ? On Thu, Apr 29, 2010 at 21:29, David Jencks david_jen...@yahoo.com wrote: Please apply patch attached to and the patch in the comment for

Re: org.osgi.framework.system.packages and Felix embedded in Android

2010-04-29 Thread Karl Pauls
Can you set the log level to debug: felix.log.level=4 and give us the output of system.out? regards, Karl On Wed, Apr 28, 2010 at 7:41 PM, Jackson, Bruce bru...@qualcomm.com wrote: Hi All I have Felix embedded into an Android app, and I'm trying to export the packages from the Android

Re: [VOTE] Release SCR Annotations 1.3.0 and Maven SCR Plugin 1.4.4

2010-04-29 Thread Richard S. Hall
+1 - richard On 4/27/10 7:48, Carsten Ziegeler wrote: I would like to call a vote on the following subproject releases: scr annotations 1.3.0 maven scr plugin 1.4.4 We solved the following issues in this release: https://issues.apache.org/jira/browse/FELIX/fixforversion/12314464

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862410#action_12862410 ] Christian Müller commented on FELIX-2280: - I will provide the patch next week.

Re: [VOTE] Release SCR Annotations 1.3.0 and Maven SCR Plugin 1.4.4

2010-04-29 Thread Felix Meschberger
+1 Regards Felix On 27.04.2010 13:48, Carsten Ziegeler wrote: I would like to call a vote on the following subproject releases: scr annotations 1.3.0 maven scr plugin 1.4.4 We solved the following issues in this release: https://issues.apache.org/jira/browse/FELIX/fixforversion/12314464

Re: [VOTE] Release SCR Annotations 1.3.0 and Maven SCR Plugin 1.4.4

2010-04-29 Thread Karl Pauls
+1 regards, Karl On Thu, Apr 29, 2010 at 11:18 PM, Felix Meschberger fmesc...@gmail.com wrote: +1 Regards Felix On 27.04.2010 13:48, Carsten Ziegeler wrote: I would like to call a vote on the following subproject releases: scr annotations 1.3.0 maven scr plugin 1.4.4 We solved the

[jira] Commented: (FELIX-2280) To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862457#action_12862457 ] Jamie goodyear commented on FELIX-2280: --- Sounds good :) I hear you on the running

[jira] Updated: (FELIX-2130) [Karaf] Failover Clustering Mechanism - Database shutdown / loss results in all Karaf instances becoming Active on restart of that DB

2010-04-29 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jamie goodyear updated FELIX-2130: -- Attachment: felix2130.patch File: felix2130.patch This updated file contains the changes from

Re: [VOTE] Release SCR Annotations 1.3.0 and Maven SCR Plugin 1.4.4

2010-04-29 Thread Rob Walker
+1 Regards Felix On 27.04.2010 13:48, Carsten Ziegeler wrote: I would like to call a vote on the following subproject releases: scr annotations 1.3.0 maven scr plugin 1.4.4 We solved the following issues in this release: