[jira] [Issue Comment Edited] (FELIX-3260) Felix bundle repository translates filter incorrectly if the filter contains

2011-12-06 Thread Richard S. Hall (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164126#comment-13164126 ] Richard S. Hall edited comment on FELIX-3260 at 12/7/11 4:30 AM: ---

[jira] [Commented] (FELIX-3260) Felix bundle repository translates filter incorrectly if the filter contains

2011-12-06 Thread Richard S. Hall (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164126#comment-13164126 ] Richard S. Hall commented on FELIX-3260: Perhaps it is an error in your issue desc

[jira] [Created] (FELIX-3261) Tutorials: Addendum to Tutorial Example 3

2011-12-06 Thread Gaston Gonzalez (Created) (JIRA)
Tutorials: Addendum to Tutorial Example 3 - Key: FELIX-3261 URL: https://issues.apache.org/jira/browse/FELIX-3261 Project: Felix Issue Type: Improvement Components: Documentation Env

[jira] [Created] (FELIX-3260) Felix bundle repository translates filter incorrectly if the filter contains

2011-12-06 Thread Emily Jiang (Created) (JIRA)
Felix bundle repository translates filter incorrectly if the filter contains < -- Key: FELIX-3260 URL: https://issues.apache.org/jira/browse/FELIX-3260 Project: Felix

[VOTE] Release Felix iPOJO Manipulator version 1.8.2

2011-12-06 Thread Clement Escoffier
Hi, It's time to cut a release of the iPOJO Manipulator project (1.8.2). The release is a bit different this time, has I've released a couple of artifacts in once (we have aggregated all manipulator front-end in one Maven reactor), so this releases contains: * org.apache.felix.ipojo.metadata 1.

[jira] [Commented] (FELIX-3206) Restore the BND analyzer approach which creates a MANIFEST.MF based on the contents of the jar

2011-12-06 Thread Adrien Ragot (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163616#comment-13163616 ] Adrien Ragot commented on FELIX-3206: - Thank you Stuart, the fix works well as far as

[jira] [Resolved] (FELIX-3252) Merge the online manipulator into iPOJO Core

2011-12-06 Thread Clement Escoffier (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-3252. -- Resolution: Fixed Fixed in trunk > Merge the online manipulator into i

Re: Board report due shortly

2011-12-06 Thread Richard S. Hall
On 12/6/11 5:12, Arjun Panday wrote: Hi, I'm the contributor for the servicediagnostics plugin but I must admit I haven't found the time yet to get fully started and attempt a release. So much so that I'm not yet registered on confluence and can't help you update the wiki :( "Contribution

Re: Board report due shortly

2011-12-06 Thread Arjun Panday
Hi, I'm the contributor for the servicediagnostics plugin but I must admit I haven't found the time yet to get fully started and attempt a release. So much so that I'm not yet registered on confluence and can't help you update the wiki :( "Contribution of a Service Diagnostics service and g

Re: Suggestions on OSGi-context testing

2011-12-06 Thread Karl Pauls
To use PojoSR for testing with your dependencies from maven I guess you could just use the exec-maven-plugin, hook it up to the test phase and have it start with all dependencies from the test scope. regards, Karl On Tue, Dec 6, 2011 at 9:25 AM, Karl Pauls wrote: > If you are looking for real i

[jira] [Closed] (FELIX-3257) OBR resolver unable to pick up the highest bundle version when selecting the best candidate

2011-12-06 Thread Closed
[ https://issues.apache.org/jira/browse/FELIX-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Kristian Söreide closed FELIX-3257. --- > OBR resolver unable to pick up the highest bundle version when selecting the > bes

Re: Suggestions on OSGi-context testing

2011-12-06 Thread Arjun Panday
Hi Ken, The webconsole-plugins/servicediagnostics/sample/ subproject has a small Felix launcher that will install and start any bundle you give it as arguments. I've been using this for unit testing, by calling junit from within an activator, after being injected with all the dependencies re

Re: Suggestions on OSGi-context testing

2011-12-06 Thread Karl Pauls
If you are looking for real integration testing, Pax Exam is probably what you want. However, if you want to test you services without a full OSGi framework you might want to have a look at PojoSR: http://pojosr.googlecode.com I know that some people use it for JUnit testing their services. Fin

[jira] [Created] (FELIX-3259) Improve Http Whiteboard Web Console plugin

2011-12-06 Thread Felix Meschberger (Created) (JIRA)
Improve Http Whiteboard Web Console plugin -- Key: FELIX-3259 URL: https://issues.apache.org/jira/browse/FELIX-3259 Project: Felix Issue Type: Improvement Components: HTTP Service

[jira] [Resolved] (FELIX-3259) Improve Http Whiteboard Web Console plugin

2011-12-06 Thread Felix Meschberger (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-3259. -- Resolution: Fixed Implemented in Rev. 1210820 > Improve Http Whiteboar

Re: Suggestions on OSGi-context testing

2011-12-06 Thread Andreas Pieber
Hey Ken, You might want to give Pax Exam a look for integration tests with OSGi: http://team.ops4j.org/wiki/display/paxexam/Pax+Exam Kind regards, Andreas On Tue, Dec 6, 2011 at 09:11, Ken Gilmer wrote: > Hi, > > I'd like to begin adding some test cases to the httplite bundle. Ideally > I'd

Suggestions on OSGi-context testing

2011-12-06 Thread Ken Gilmer
Hi, I'd like to begin adding some test cases to the httplite bundle. Ideally I'd like my tests executed within an OSGi context so I don't have to mock anything, and the test environment is as close as possible to a real instance. Also I'd like my tests to execute as part of the maven build pro

[jira] [Resolved] (FELIX-3256) Remove Ant build file from Lightweight HTTP Service bundle.

2011-12-06 Thread Ken Gilmer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Gilmer resolved FELIX-3256. --- Resolution: Fixed Removed file. > Remove Ant build file from Lightweight HTTP Servic