Re: bundleplugin release

2007-07-11 Thread Carlos Sanchez
some problems with the repo, fixed now On 7/11/07, Karl Pauls <[EMAIL PROTECTED]> wrote: hm, I can't seem to get it: org.apache.maven.shared maven-osgi - 0.1.0-SNAPSHOT + 0.1.0 gives me errors. Do I have to add a different repo? regards, Karl On 7/10/07, Carlos

new commands for the trunk

2007-07-11 Thread Didier Donsez
Dear all I would like to move 3 shell commands and a plugin for the shell.gui from my sandbox (felix/sandbox/donsez) to the trunk * eventadmin.cmd: provides a command to use and test the Event Admin Service (send events, create tracing handlers, ...) * wireadmin.cmd: adds a command to the Fel

API Change (Was Re: [jira] Closed: (FELIX-324) Framework constructor should take a non-mutable property resolver)

2007-07-11 Thread Richard S. Hall
Just wanted everyone to be aware that there is another slight API change as part of our preparation for a 1.0 release... In the last change we moved the property resolver and activator list arguments from the Felix.start() method to the Felix constructor. In this change we have done away with

[jira] Closed: (FELIX-324) Framework constructor should take a non-mutable property resolver

2007-07-11 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-324. - Resolution: Fixed Modified the Felix constructor to accept a Map rather than a PropertyResolver i

[jira] Commented: (FELIX-324) Framework constructor should take a non-mutable property resolver

2007-07-11 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511828 ] Richard S. Hall commented on FELIX-324: --- On second thought, after talking with Karl, he likes the fact that it i

[jira] Work started: (FELIX-324) Framework constructor should take a non-mutable property resolver

2007-07-11 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-324 started by Richard S. Hall. > Framework constructor should take a non-mutable property resolver > ---

release releated changes

2007-07-11 Thread Karl Pauls
Hi, I just commited some changes, as part of the ongoing release preparations, namely, moved the parent pom.xml to a new subproject called pom; changed all the subproject pom's to reference that one; fixed some minor issues (I like rat :-); and updated some changelogs. Now all that is missin

[jira] Commented: (FELIX-282) Use remote resources plugin to avoid having many copies of licenses and notices

2007-07-11 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511790 ] Karl Pauls commented on FELIX-282: -- I tried to apply this patch but I get the following error in all subprojects tha

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Richard S. Hall
Marcel Offermans wrote: On Jul 11, 2007, at 16:45 , Richard S. Hall wrote: Niclas Hedhman wrote: On Tuesday 10 July 2007 01:52, Richard S. Hall wrote: Should we have an sandbox package name space? Agree. Well, it looks like we have Niclas and myself as +1 and Marcel as -1/0...can we co

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Marcel Offermans
On Jul 11, 2007, at 16:45 , Richard S. Hall wrote: Niclas Hedhman wrote: On Tuesday 10 July 2007 01:52, Richard S. Hall wrote: Should we have an sandbox package name space? Agree. Well, it looks like we have Niclas and myself as +1 and Marcel as -1/0...can we come to a consensus about

[jira] Resolved: (FELIX-326) NPE in manifest goal

2007-07-11 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-326. -- Resolution: Fixed Applied the patch in r555293. > NPE in manifest goal > > >

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Richard S. Hall
Niclas Hedhman wrote: On Tuesday 10 July 2007 01:52, Richard S. Hall wrote: Should we have an sandbox package name space? Agree. Well, it looks like we have Niclas and myself as +1 and Marcel as -1/0...can we come to a consensus about this? -> richard

Re[2]: Hibernate and OSGi

2007-07-11 Thread Peter Kriens
I'll make a package for you and then we can try to integrate it. Kind regards, Peter Kriens KP> Hi Peter, KP> that looks great. Thanks for all the valuable work you do for OSGi. I KP> agree with your assessment that this deserves further development. KP> Unfortunately, I'm really busy

PreferencesService Implementation

2007-07-11 Thread Carsten Ziegeler
Hi, I just wanted to let you know that I'm currently working on an implementation of the preferences service. I hope to get it finished in the next days. There is currently one (minor) point unclear to me. Is it allowed to call removeNode() on the parent node of the preferences? Carsten -- Cars

Re[2]: Bundle classloaders and annotations

2007-07-11 Thread Peter Kriens
Use bnd, it will detect the types of the annotations and import them accordingly ... Kind regards, Peter Kriens RS> Karl, RS> Sorry, that was my fault since the Bundle-Classpath for the SCA annotations RS> jar was not set correctly in the bundle. Now I just have the problem that RS> t

Re: Bundle fragments

2007-07-11 Thread Rajini Sivaram
Thank you very much, Karl. Regards, Rajini On 7/11/07, Karl Pauls <[EMAIL PROTECTED]> wrote: Rajini, you can add your packages to the system bundle exports when you create Felix (look at he docs how to do that) in short, add them to the Constants.FRAMEWORK_SYSTEMPACKAGES property. Addition

Re: Bundle fragments

2007-07-11 Thread Karl Pauls
Rajini, you can add your packages to the system bundle exports when you create Felix (look at he docs how to do that) in short, add them to the Constants.FRAMEWORK_SYSTEMPACKAGES property. Additionally, we have support for extension bundles so you could use an empty extension bundle that just pr

Bundle fragments

2007-07-11 Thread Rajini Sivaram
Hello, I start Felix in embedded mode, and would like to export some classes which are available through the classloader that started Felix. Is there any way I can export additional packages through the system bundle? I am looking for an equivalent for Fragment-Host: system.bundle Will Felix

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Karl Pauls
> I see that this commit contains EPL licensed code. This should change > as soon as possible. Only the Copyright owner can change the license, unless you are licensed/authorized to do so through other means. I.e. we can't take the EPL code and change it to ALv2. True, the issue is that we prev

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Niclas Hedhman
On Tuesday 10 July 2007 01:00, Karl Pauls wrote: > I see that this commit contains EPL licensed code. This should change > as soon as possible. Only the Copyright owner can change the license, unless you are licensed/authorized to do so through other means. I.e. we can't take the EPL code and

Re: svn commit: r554318 [1/2] - in /felix/sandbox/donsez/monitoradmin: ./ doc/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/

2007-07-11 Thread Niclas Hedhman
On Tuesday 10 July 2007 01:52, Richard S. Hall wrote: > Should we have an sandbox package name space? Agree. Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug

Re: Bundle classloaders and annotations

2007-07-11 Thread Rajini Sivaram
Karl, Sorry, that was my fault since the Bundle-Classpath for the SCA annotations jar was not set correctly in the bundle. Now I just have the problem that the Tuscany code that processes the annotations sees different annotation classes from the one used by the bundle. Once I rewrite that code,

Re: Bundle classloaders and annotations

2007-07-11 Thread Karl Pauls
Does bundleA import the package containing annotationB? regards, Karl On 7/11/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: Hello, I have a question related to annotations which is not specific to Felix, but related to OSGi bundle classloaders. I imagine someone on this list will know the ans

Bundle classloaders and annotations

2007-07-11 Thread Rajini Sivaram
Hello, I have a question related to annotations which is not specific to Felix, but related to OSGi bundle classloaders. I imagine someone on this list will know the answer, so I thought this is as good a place as any to ask the question. I would like to start using SCA annotations inside classe

Re: Package resolution doesn't seem to use version information

2007-07-11 Thread Rajini Sivaram
Richard, Thank you very much for the quick response. My tests work as expected with the latest snapshot. Thank you... Regards, Rajini On 7/10/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Ok, I just committed and deployed a new version of the framework that resolves this issue... There

Re: bundleplugin release

2007-07-11 Thread Karl Pauls
hm, I can't seem to get it: org.apache.maven.shared maven-osgi - 0.1.0-SNAPSHOT + 0.1.0 gives me errors. Do I have to add a different repo? regards, Karl On 7/10/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: maven-osgi 0.1.0 was released and it will be available in