[jira] Created: (FELIX-2338) Problem in the Configuration Render

2010-05-12 Thread Valentin Valchev (JIRA)
Problem in the Configuration Render --- Key: FELIX-2338 URL: https://issues.apache.org/jira/browse/FELIX-2338 Project: Felix Issue Type: Bug Components: Web Console Affects Versions: webconsole-3

[jira] Updated: (FELIX-2338) Problem in the Configuration Render

2010-05-12 Thread Valentin Valchev (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Valchev updated FELIX-2338: Attachment: config-render-skelmir.patch > Problem in the Configuration Render > ---

[jira] Reopened: (FELIX-2332) Lots of contention on ExtensionManager.openConnection(URL)

2010-05-12 Thread Jed Wesley-Smith (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jed Wesley-Smith reopened FELIX-2332: - Sorry Karl, one more thing. In _removeExtensions(Object source) you still write a blank m_ex

[jira] Created: (FELIX-2337) [gogo] no way to access array[] elements produced by assignment

2010-05-12 Thread Derek Baum (JIRA)
[gogo] no way to access array[] elements produced by assignment --- Key: FELIX-2337 URL: https://issues.apache.org/jira/browse/FELIX-2337 Project: Felix Issue Type: Bug Co

[jira] Closed: (FELIX-2336) Variable substitution in configuration files should ignore mismatched delimiters

2010-05-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2336. -- Resolution: Fixed Patch committed. > Variable substitution in configuration files should ignor

[jira] Created: (FELIX-2336) Variable substitution in configuration files should ignore mismatched delimiters

2010-05-12 Thread Richard S. Hall (JIRA)
Variable substitution in configuration files should ignore mismatched delimiters Key: FELIX-2336 URL: https://issues.apache.org/jira/browse/FELIX-2336 Project: Felix

RE: Maven compile and install on runtime???

2010-05-12 Thread Craig Phillips
Hi, absolutely... If you'll notice, the only thing that is pre-built in the entire framework is the system bundle itself... everything else is pure source... There is a 1.6 "builder" that intercepts the "installBundle" and will compile any "denoted source bundle"... Therefore, if you create a

[jira] Resolved: (FELIX-2324) Support execution environment so that OBR works properly

2010-05-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-2324. Assignee: Richard S. Hall Resolution: Fixed The framework now sets this property by d

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

2010-05-12 Thread Jamie goodyear (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1283#action_1283 ] Jamie goodyear commented on FELIX-2280: --- No worries. I'm still working my way through

[jira] Closed: (FELIX-2335) Bundle.loadClass() for system bundle doesn't obey boot delegation

2010-05-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2335. -- Resolution: Invalid I've committed a fix for this. > Bundle.loadClass() for system bundle does

Re: OSGi Shell

2010-05-12 Thread Derek Baum
On 12 May 2010 15:39, Peter Kriens wrote: > > On 12 mei 2010, at 12:54, Derek Baum wrote: > > >> Any other items that should be taken care of? > > > > FELIX-1304: Better support for variables evaluation in arguments > > this introduced ${xxx} as an alternative way to expand variables, useful > if

[jira] Created: (FELIX-2335) Bundle.loadClass() for system bundle doesn't obey boot delegation

2010-05-12 Thread Richard S. Hall (JIRA)
Bundle.loadClass() for system bundle doesn't obey boot delegation - Key: FELIX-2335 URL: https://issues.apache.org/jira/browse/FELIX-2335 Project: Felix Issue Type: Bug

Re: [cpeg] OSGi Shell

2010-05-12 Thread Glyn Normington
Fair enough. I am merely expressing what I believe users would want from a shell. Shells without these features feel almost unusable. Perhaps competition will suffice in the end. Glyn On 12 May 2010, at 15:07, Peter Kriens wrote: > Tab completion and history are outside the spec ... I do not th

Re: OSGi Shell

2010-05-12 Thread Peter Kriens
On 12 mei 2010, at 12:54, Derek Baum wrote: >> Any other items that should be taken care of? > > FELIX-1304: Better support for variables evaluation in arguments > this introduced ${xxx} as an alternative way to expand variables, useful if > they are adjacent to other text e.g. $HOMEXXX vs ${HOM

Re: [cpeg] OSGi Shell

2010-05-12 Thread Peter Kriens
Tab completion and history are outside the spec ... I do not think it is clever to standardize those, let implementations compete. Kind regards, Peter Kriens On 12 mei 2010, at 13:05, Derek Baum wrote: > On 12 May 2010 03:48, Glyn Normington wrote: > >> I'm sorry I don't already know

Re: [cpeg] OSGi Shell

2010-05-12 Thread Glyn Normington
Thanks for the clarification. Glyn On 12 May 2010, at 12:05, Derek Baum wrote: On 12 May 2010 03:48, Glyn Normington mailto:gnorming...@vmware.com>> wrote: I'm sorry I don't already know if these are already provided, but two critical requirements for the OSGi shell are: 1. tab completion of

Re: OSGi Shell

2010-05-12 Thread Richard S. Hall
On 5/12/10 6:54, Derek Baum wrote: >9.#52 commands in osgi: scope need to be well defined. They're currently defined as the methods on the BundleContext ... Will work on this. The current commands in the osgi: scope in gogo include: methods on Bundle methods on BundleContext

RE: Maven compile an d install on runtime ‏‏‏

2010-05-12 Thread charbel el_kaed
Hi Craig, Thanks for the link. But can I do the compilation and packaging on the fly from a running OSGi-Bundle ? Regards, Charbel _ Hotmail: Powerful Free email wi

RE: Maven compile and install on runtime‏‏‏

2010-05-12 Thread Craig Phillips
I've been pushing the notion of source bundles to the "powers that be" to no avail... Here's a demo (windoze only ATT): http://www.box.net/shared/4jssc5r69c Let the framework do the build, as it should... after all, the framework IS the convention... You would simply generate the java, zip it

Maven compile and in stall on runtime‏‏‏

2010-05-12 Thread charbel el_kaed
Hi, I would like to know if I can do the following with the maven bundle plugin. I am generating Java code on the fly and I would like to compile it and package it in a OSGi-bundle/Jar so another bundle can start it on the fly. First I tried using Janino and took a look on Jasper but then

Re: [cpeg] OSGi Shell

2010-05-12 Thread Derek Baum
On 12 May 2010 03:48, Glyn Normington wrote: > I'm sorry I don't already know if these are already provided, but two > critical requirements for the OSGi shell are: > > 1. tab completion of command syntax and parameters (such as bundle symbolic > names and version numbers) > 2. "up arrow" command

Re: OSGi Shell

2010-05-12 Thread Derek Baum
> Any other items that should be taken care of? FELIX-1304: Better support for variables evaluation in arguments this introduced ${xxx} as an alternative way to expand variables, useful if they are adjacent to other text e.g. $HOMEXXX vs ${HOME}XXX. Gogo now also implements the bash-like defaultin

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

2010-05-12 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866510#action_12866510 ] Christian Müller commented on FELIX-2280: - Jamie, unfortunately I did not make it b

[jira] Resolved: (FELIX-2332) Lots of contention on ExtensionManager.openConnection(URL)

2010-05-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-2332. --- Resolution: Fixed Should be fixed now. Please close if it works for you. > Lots of contention on Ext

[jira] Commented: (FELIX-1974) Implement boot class path extension bundles

2010-05-12 Thread Sahoo (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866502#action_12866502 ] Sahoo commented on FELIX-1974: -- It appears to me that frameworks can do something at least for

[jira] Commented: (FELIX-2332) Lots of contention on ExtensionManager.openConnection(URL)

2010-05-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866501#action_12866501 ] Karl Pauls commented on FELIX-2332: --- Jed, we just switched to using the -target jsr14 hac