[jira] [Resolved] (FELIX-5620) Bundle start/stop buttons are missing

2017-04-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-5620. - Resolution: Fixed Fixed in rev 1792427 The json serialization was return String type value

[jira] [Created] (FELIX-5620) Bundle start/stop buttons are missing

2017-04-23 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created FELIX-5620: --- Summary: Bundle start/stop buttons are missing Key: FELIX-5620 URL: https://issues.apache.org/jira/browse/FELIX-5620 Project: Felix Issue Type: Bug

Re: Including sources in bundles

2017-04-23 Thread Ferry Huberts
On 23/04/17 19:14, Ferry Huberts wrote: I have this in my products (cnf/build.bnd), might be helpful. # To include source and debug information in the Eclipse build but NOT it's only about sources here, it's an incomplete copy/paste if you also want this about debug then you can add javac

Re: Including sources in bundles

2017-04-23 Thread Ferry Huberts
I have this in my products (cnf/build.bnd), might be helpful. # To include source and debug information in the Eclipse build but NOT in the # gradle build, uncomment the following lines: -sources:${if;${gestalt;batch};false;true} Ferry On 23/04/17 17:36, David Jencks wrote:

Re: Including sources in bundles

2017-04-23 Thread David Jencks
I mean OSGI-OPT. The source jars for released versions are at maven central, but I was debugging trunk, and the source jars aren’t built automatically (and, actually I thought of adding source to the bundle and didn’t think of building the source jar). Wrong list — but would dragging/dropping

Re: Including sources in bundles

2017-04-23 Thread Neil Bartlett
I agree that this is a usability issue that should be fixed in the tool. It’s just not practical to expect everybody to adopt the convention of putting source under OSGI-OPT. Neil > On 23 Apr 2017, at 15:21, Thomas Watson wrote: > > I think including source is fine. > > Did you mean OSGI-OPT

Re: Including sources in bundles

2017-04-23 Thread Thomas Watson
I think including source is fine. Did you mean OSGI-OPT instead of OSGI-INF. The spec recommends OSGI-OPT be used to include source. I am concerned that bndtools makes it hard for one such as you to debug our code. If it is hard for you then it is impossible for the masses. This seems like a p

[GitHub] felix pull request #105: FELIX-5613 - SCR bundle fails to start without Conf...

2017-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/felix/pull/105 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (FELIX-5618) Cycles in DS depending on bundle order

2017-04-23 Thread Peter Kriens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980355#comment-15980355 ] Peter Kriens commented on FELIX-5618: - That would be great! And about bndtools, what'

[jira] [Commented] (FELIX-5613) SCR bundle fails to start without Config Admin

2017-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980350#comment-15980350 ] ASF GitHub Bot commented on FELIX-5613: --- Github user asfgit closed the pull request

[jira] [Resolved] (FELIX-5613) SCR bundle fails to start without Config Admin

2017-04-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-5613. - Resolution: Fixed Thanks for the patch [~nbartlett]. I've applied it in rev 1792348 > SCR

[jira] [Updated] (FELIX-5613) SCR bundle fails to start without Config Admin

2017-04-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5613: Fix Version/s: scr-2.0.10 > SCR bundle fails to start without Config Admin > ---

[jira] [Assigned] (FELIX-5613) SCR bundle fails to start without Config Admin

2017-04-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-5613: --- Assignee: Carsten Ziegeler > SCR bundle fails to start without Config Admin > ---

Including sources in bundles

2017-04-23 Thread David Jencks
Working on FELIX-5618 I couldn’t figure out a way to debug DS in bndtools without modifying the DS bundle to include sources. This is certainly the easiest way to get the sources visible in a bndtools environment. After this experience I’d like to include the sources for DS in OSGI-INF as reco

[jira] [Commented] (FELIX-5618) Cycles in DS depending on bundle order

2017-04-23 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980313#comment-15980313 ] David Jencks commented on FELIX-5618: - Thanks for the info. Using bndtools for this m