[jira] Closed: (FELIX-301) Factory Configurations not unbound on bundle uninstall

2007-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed FELIX-301. --- Deployed new snapshot to the Apache Snapshot repository. Closing then. > Factory Configurations

[jira] Resolved: (FELIX-301) Factory Configurations not unbound on bundle uninstall

2007-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-301. - Resolution: Fixed Fortunately, it was not necessary to modify the API. Instead the impleme

Re: Re[2]: [Bnd] including root level resources on the bundle classpath?

2007-06-05 Thread Peter Neubauer
Thanks Peter and Alin, that sounds like the missing instruction :) /peter On 6/5/07, Peter Kriens <[EMAIL PROTECTED]> wrote: AD> Include-Resource: log4j.properties AD> that will put your file in the root of the jar. Notice that you can also rename the file if you want to ... Include-Resource:

Re[2]: [Bnd] including root level resources on the bundle classpath?

2007-06-05 Thread Peter Kriens
AD> Include-Resource: log4j.properties AD> that will put your file in the root of the jar. Notice that you can also rename the file if you want to ... Include-Resource: log4j.properties=whatever/abc/log4j.properties Kind regards, Peter Kriens AD> Private-Package is about directories,

[jira] Created: (FELIX-302) Revisit bundle resource URL handling with respect to bundle class path searching

2007-06-05 Thread Richard S. Hall (JIRA)
Revisit bundle resource URL handling with respect to bundle class path searching Key: FELIX-302 URL: https://issues.apache.org/jira/browse/FELIX-302 Project: Felix

Re: [Bnd] including root level resources on the bundle classpath?

2007-06-05 Thread Alin Dreghiciu
Private-Package is about directories, so you will have to have a package before to get included. But uou can use: Include-Resource: log4j.properties that will put your file in the root of the jar. Alin On 6/5/07, Peter Neubauer <[EMAIL PROTECTED]> wrote: Hi there, I would like to include res

[Bnd] including root level resources on the bundle classpath?

2007-06-05 Thread Peter Neubauer
Hi there, I would like to include resources at root level (without a package name) so they get into the bundles classpath, e.g. log4j.properties. What do I use to get the included? I tried something like Private-Package: lib, log4j.properties in my details.bnd (using PaxConstruct structure) but

[jira] Commented: (FELIX-301) Factory Configurations not unbound on bundle uninstall

2007-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501544 ] Felix Meschberger commented on FELIX-301: - Fixing this issue probably requires extending (or modifying) the o

[jira] Created: (FELIX-301) Factory Configurations not unbound on bundle uninstall

2007-06-05 Thread Felix Meschberger (JIRA)
Factory Configurations not unbound on bundle uninstall -- Key: FELIX-301 URL: https://issues.apache.org/jira/browse/FELIX-301 Project: Felix Issue Type: Bug Components: Configurat

[jira] Assigned: (FELIX-301) Factory Configurations not unbound on bundle uninstall

2007-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned FELIX-301: --- Assignee: Felix Meschberger > Factory Configurations not unbound on bundle uninstall >