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
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
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
[
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
[
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
[
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
> ---
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
[
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
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
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
[
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
>
>
>
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
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
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
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
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
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
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
> 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
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
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
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,
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
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
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
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
26 matches
Mail list logo