Re: [VOTE] Accept Ken Gilmer's lightweight HTTP Service implementation

2011-09-23 Thread Davanum Srinivas
+1

On Fri, Sep 23, 2011 at 7:04 AM, Felix Meschberger  wrote:
> +1
>
> Regards
> Felix
>
> On 22.09.2011 22:55, Richard S. Hall wrote:
>> Ken Gilmer has offered to contribute a lightweight HTTP Service
>> implementation to Felix:
>>
>>      https://issues.apache.org/jira/browse/FELIX-3084
>>
>> This idea has received positive feedback in email discussion, so I'd
>> like to call a vote on it.
>>
>> [  ] +1 Accept the contribution
>> [  ] 0 No opinion
>> [  ] -1 Reject the contribution
>>
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com


Re: Issue with JAXB annotations with Apache Felix

2010-01-22 Thread Davanum Srinivas
Daniel,

Did you try org.osgi.framework.system.packages.extra /
org.osgi.framework.bootdelegation etc?

http://felix.apache.org/site/apache-felix-framework-usage-documentation.html

thanks,
dims

On Fri, Jan 22, 2010 at 11:47 AM, Daniel Bimschas
 wrote:
> Hi list,
>
> I've stumbled over an issue with JAXB annotations that can not be found 
> during runtime when using Felix. Equinox works fine. Please see thread [1] 
> for more details. I made a Maven-based project that runs a Pax-Runner based 
> test case that demonstrates Felix and Equinox behaving differently (see the 
> attachment). Hope this helps!
>
> Kind regards,
> Daniel
>
>
>
>
> [1] http://old.nabble.com/JAXB-and-JAX-RS-under-CXF-to27245192.html
>
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com


[jira] Commented: (FELIX-1904) Update framework.security to 4.2.0 of org.osgi.core

2009-11-29 Thread Davanum Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783441#action_12783441
 ] 

Davanum Srinivas commented on FELIX-1904:
-

Sounds great Karl! 

> Update framework.security to 4.2.0 of org.osgi.core
> ---
>
> Key: FELIX-1904
> URL: https://issues.apache.org/jira/browse/FELIX-1904
> Project: Felix
>  Issue Type: Improvement
>  Components: Permission Admin
>    Reporter: Davanum Srinivas
>Assignee: Karl Pauls
>
> Currently, framework.security's pom.xml uses osgi core 4.1.0. While 
> org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses 
> 4.2.0. Can you please update the dependency to 4.2.0?
> [d...@dims-desktop framework.security]$ pwd
> /home/dims/apache/felix/framework.security
> [d...@dims-desktop framework.security]$svn diff pom.xml 
> Index: pom.xml
> ===
> --- pom.xml   (revision 884284)
> +++ pom.xml   (working copy)
> @@ -34,7 +34,7 @@
>   
>org.osgi
>org.osgi.core
> -  4.1.0
> +  4.2.0
>  
>  
>${pom.groupId}
> In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin / 
> ConditionalPermissionInfo interfaces that need to be implemented.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-1904) Update framework.security to 4.2.0 of org.osgi.core

2009-11-29 Thread Davanum Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783437#action_12783437
 ] 

Davanum Srinivas commented on FELIX-1904:
-

Thanks a ton Karl!

One more thing i noticed when I was looking at the spec was that the encoded 
string used in : 
newConditionalPermissionInfo(String)

is as follows:
policy ::= access '{' conditions permissions'}' name?
access ::= 'ALLOW' | 'DENY' // case insensitive
name ::= quoted-string

So we have to update the implementation we have in the following method:
public ConditionalPermissionInfoImpl(String encoded)

thanks,
dims

> Update framework.security to 4.2.0 of org.osgi.core
> ---
>
> Key: FELIX-1904
> URL: https://issues.apache.org/jira/browse/FELIX-1904
> Project: Felix
>  Issue Type: Improvement
>  Components: Permission Admin
>Reporter: Davanum Srinivas
>Assignee: Karl Pauls
>
> Currently, framework.security's pom.xml uses osgi core 4.1.0. While 
> org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses 
> 4.2.0. Can you please update the dependency to 4.2.0?
> [d...@dims-desktop framework.security]$ pwd
> /home/dims/apache/felix/framework.security
> [d...@dims-desktop framework.security]$svn diff pom.xml 
> Index: pom.xml
> ===
> --- pom.xml   (revision 884284)
> +++ pom.xml   (working copy)
> @@ -34,7 +34,7 @@
>   
>org.osgi
>org.osgi.core
> -  4.1.0
> +  4.2.0
>  
>  
>${pom.groupId}
> In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin / 
> ConditionalPermissionInfo interfaces that need to be implemented.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1904) Update framework.security to 4.2.0 of org.osgi.core

2009-11-27 Thread Davanum Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davanum Srinivas updated FELIX-1904:


Component/s: Permission Admin

> Update framework.security to 4.2.0 of org.osgi.core
> ---
>
> Key: FELIX-1904
> URL: https://issues.apache.org/jira/browse/FELIX-1904
> Project: Felix
>  Issue Type: Improvement
>  Components: Permission Admin
>    Reporter: Davanum Srinivas
>
> Currently, framework.security's pom.xml uses osgi core 4.1.0. While 
> org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses 
> 4.2.0. Can you please update the dependency to 4.2.0?
> [d...@dims-desktop framework.security]$ pwd
> /home/dims/apache/felix/framework.security
> [d...@dims-desktop framework.security]$svn diff pom.xml 
> Index: pom.xml
> ===
> --- pom.xml   (revision 884284)
> +++ pom.xml   (working copy)
> @@ -34,7 +34,7 @@
>   
>org.osgi
>org.osgi.core
> -  4.1.0
> +  4.2.0
>  
>  
>${pom.groupId}
> In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin / 
> ConditionalPermissionInfo interfaces that need to be implemented.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (FELIX-1904) Update framework.security to 4.2.0 of org.osgi.core

2009-11-27 Thread Davanum Srinivas (JIRA)
Update framework.security to 4.2.0 of org.osgi.core
---

 Key: FELIX-1904
 URL: https://issues.apache.org/jira/browse/FELIX-1904
 Project: Felix
  Issue Type: Improvement
Reporter: Davanum Srinivas


Currently, framework.security's pom.xml uses osgi core 4.1.0. While 
org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses 
4.2.0. Can you please update the dependency to 4.2.0?

[d...@dims-desktop framework.security]$ pwd
/home/dims/apache/felix/framework.security
[d...@dims-desktop framework.security]$svn diff pom.xml 
Index: pom.xml
===
--- pom.xml (revision 884284)
+++ pom.xml (working copy)
@@ -34,7 +34,7 @@
  
   org.osgi
   org.osgi.core
-  4.1.0
+  4.2.0
 
 
   ${pom.groupId}

In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin / 
ConditionalPermissionInfo interfaces that need to be implemented.

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release Felix SCR version 1.2.0

2009-11-03 Thread Davanum Srinivas

+1 (not binding)

thanks,
dims

On 11/03/2009 05:14 AM, Alin Dreghiciu wrote:

+1 (not binding)




Re: FELIX-1754

2009-10-20 Thread Davanum Srinivas

On 10/20/2009 08:46 AM, Guillaume Nodet wrote:

I've been pinged about FELIX-1754 recently.  Richard, Karl, did one of
you had any time to look at it ?



That was me pinging :) thanks Guillaume.

-- dims


[jira] Created: (FELIX-1714) typo in scr command

2009-10-06 Thread Davanum Srinivas (JIRA)
typo in scr command
---

 Key: FELIX-1714
 URL: https://issues.apache.org/jira/browse/FELIX-1714
 Project: Felix
  Issue Type: Bug
  Components: Declarative Services (SCR)
Reporter: Davanum Srinivas
Priority: Trivial


Please note the typo "Componnent", should be "Component"

./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:
out.println( "Componnent " + component.getName() + " disabled" );

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-1577) Compile problems in framework.security

2009-10-04 Thread Davanum Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762081#action_12762081
 ] 

Davanum Srinivas commented on FELIX-1577:
-

Karl, 

i'll upload a diff that at least fixes the compile errors. there are at least 4 
new methods marked with "// TODO : FIXME" that need to be implemented. Hope 
this will help jump start the move to the latest code.

thanks,
dims

> Compile problems in framework.security
> --
>
> Key: FELIX-1577
> URL: https://issues.apache.org/jira/browse/FELIX-1577
> Project: Felix
>  Issue Type: Bug
>  Components: Framework
>Reporter: Davanum Srinivas
>Assignee: Karl Pauls
> Attachments: FELIX-1577.diff
>
>
> framework.security does not compile. Please see the following thread
> http://markmail.org/thread/md7fkkrmkn6pbci5
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1577) Compile problems in framework.security

2009-10-04 Thread Davanum Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davanum Srinivas updated FELIX-1577:


Attachment: FELIX-1577.diff

> Compile problems in framework.security
> --
>
> Key: FELIX-1577
> URL: https://issues.apache.org/jira/browse/FELIX-1577
> Project: Felix
>  Issue Type: Bug
>  Components: Framework
>    Reporter: Davanum Srinivas
>Assignee: Karl Pauls
> Attachments: FELIX-1577.diff
>
>
> framework.security does not compile. Please see the following thread
> http://markmail.org/thread/md7fkkrmkn6pbci5
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

2009-10-01 Thread Davanum Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761159#action_12761159
 ] 

Davanum Srinivas commented on FELIX-1674:
-

"unsatisifed" -> "unsatisfied"

> typo in scr and webconsole - "unsatisifed"
> --
>
> Key: FELIX-1674
> URL: https://issues.apache.org/jira/browse/FELIX-1674
> Project: Felix
>      Issue Type: Bug
>Reporter: Davanum Srinivas
>Priority: Minor
>
> Of the typos, the following do show up either when we connect to felix 
> command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:
> return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:
> return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:
> "Updating the service references caused atleast on reference 
> to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:
>  * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:
> // expect a single unsatisifed component
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

2009-10-01 Thread Davanum Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davanum Srinivas updated FELIX-1674:


Priority: Minor  (was: Major)

> typo in scr and webconsole - "unsatisifed"
> --
>
> Key: FELIX-1674
> URL: https://issues.apache.org/jira/browse/FELIX-1674
> Project: Felix
>  Issue Type: Bug
>Reporter: Davanum Srinivas
>Priority: Minor
>
> Of the typos, the following do show up either when we connect to felix 
> command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:
> return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:
> return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:
> "Updating the service references caused atleast on reference 
> to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:
>  * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:
> // expect a single unsatisifed component
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

2009-10-01 Thread Davanum Srinivas (JIRA)
typo in scr and webconsole - "unsatisifed"
--

 Key: FELIX-1674
 URL: https://issues.apache.org/jira/browse/FELIX-1674
 Project: Felix
  Issue Type: Bug
Reporter: Davanum Srinivas


Of the typos, the following do show up either when we connect to felix command 
line console or the web console

./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:
return "unsatisifed";
./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:
return "unsatisifed";
./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:
"Updating the service references caused atleast on reference to 
become unsatisifed, deactivating component",

the following are just in the comments
./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:
 * not met, the component is not activated and remains unsatisifed.
./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:
// expect a single unsatisifed component

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-1669) [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction

2009-09-30 Thread Davanum Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761097#action_12761097
 ] 

Davanum Srinivas commented on FELIX-1669:
-

Thanks Don. Guess when someone else sees this we can reopen the bug. thanks!

-- dims

> [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method 
> replaceWitInstruction
> -
>
> Key: FELIX-1669
> URL: https://issues.apache.org/jira/browse/FELIX-1669
> Project: Felix
>  Issue Type: Bug
>    Reporter: Davanum Srinivas
> Attachments: felix-build.log, patch.txt
>
>
> Here's what i get when i run "mvn -Dpackaging=plugins install"
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Compilation failure
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[187,20]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[330,59]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[332,58]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[336,30]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[1023,32]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1669) [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction

2009-09-30 Thread Davanum Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davanum Srinivas updated FELIX-1669:


Attachment: felix-build.log

here's the log that you requested. shows my java version (1.5.x), my maven 
version (same as yours 2.2.1), shows svn revision # and that i have no local 
changes. Also ran mvn with "-X" i had nuked ~/.m2 as well when i saw this error 
for the first time.

thanks,
dims

> [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method 
> replaceWitInstruction
> -
>
> Key: FELIX-1669
> URL: https://issues.apache.org/jira/browse/FELIX-1669
> Project: Felix
>  Issue Type: Bug
>Reporter: Davanum Srinivas
> Attachments: felix-build.log, patch.txt
>
>
> Here's what i get when i run "mvn -Dpackaging=plugins install"
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Compilation failure
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[187,20]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[330,59]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[332,58]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[336,30]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[1023,32]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1669) [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction

2009-09-30 Thread Davanum Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davanum Srinivas updated FELIX-1669:


Attachment: patch.txt

Here's a patch with the method picked up from the older revision in svn


> [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method 
> replaceWitInstruction
> -
>
> Key: FELIX-1669
> URL: https://issues.apache.org/jira/browse/FELIX-1669
> Project: Felix
>  Issue Type: Bug
>    Reporter: Davanum Srinivas
> Attachments: patch.txt
>
>
> Here's what i get when i run "mvn -Dpackaging=plugins install"
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Compilation failure
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[187,20]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[330,59]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[332,58]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[336,30]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder
> /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[1023,32]
>  cannot find symbol
> symbol  : method 
> replaceWitInstruction(java.util.Map>,java.lang.String)
> location: class aQute.lib.osgi.Builder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (FELIX-1669) [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction

2009-09-30 Thread Davanum Srinivas (JIRA)
[BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method 
replaceWitInstruction
-

 Key: FELIX-1669
 URL: https://issues.apache.org/jira/browse/FELIX-1669
 Project: Felix
  Issue Type: Bug
Reporter: Davanum Srinivas


Here's what i get when i run "mvn -Dpackaging=plugins install"

[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[187,20]
 cannot find symbol
symbol  : method 
replaceWitInstruction(java.util.Map>,java.lang.String)
location: class aQute.lib.osgi.Builder

/mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[330,59]
 cannot find symbol
symbol  : method 
replaceWitInstruction(java.util.Map>,java.lang.String)
location: class aQute.lib.osgi.Builder

/mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[332,58]
 cannot find symbol
symbol  : method 
replaceWitInstruction(java.util.Map>,java.lang.String)
location: class aQute.lib.osgi.Builder

/mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[336,30]
 cannot find symbol
symbol  : method 
replaceWitInstruction(java.util.Map>,java.lang.String)
location: class aQute.lib.osgi.Builder

/mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[1023,32]
 cannot find symbol
symbol  : method 
replaceWitInstruction(java.util.Map>,java.lang.String)
location: class aQute.lib.osgi.Builder



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Anyone working on framework.security

2009-09-10 Thread Davanum Srinivas
Excellent Karl and thanks! I'll keep an eye and chip in to kick the tires. I just don't know enough of the internals to 
take a stab at update to 2.0.0 right now.


-- dims

On 09/10/2009 05:09 PM, Karl Pauls wrote:

Thanks. Now that we have felix 2.0.0 done I will get back to security.
The first step will be to address your issue and port the security
provider to felix 2.0.0. I will comment on the issue directly for
that.

Furthermore, I will create some other issues with things we need to
address soon.

regards,

Karl

On Thu, Sep 10, 2009 at 11:01 PM, Davanum Srinivas  wrote:

Stuart,

Done. FELIX-1577

thanks,
dims

On 09/10/2009 02:52 PM, Stuart McCulloch wrote:


2009/9/11 Davanum Srinivas


Karl,

How can i help with framework.security? Please let me know.



usually we ask people to raise JIRA issues to track new features /
defects,
then they can attach any proposed patches as well as discuss the design

otherwise problems can easily become lost or unanswered on the dev-list...



Please see enclosed thread for compiler errors with latest framework.

thanks,
dims

On Thu, Aug 20, 2009 at 3:07 PM, Richard S. Hall
wrote:


On 8/20/09 15:00, Davanum Srinivas wrote:


Thanks Richard. Hopefully i can help a bit as well when things get
going
on this.


That would be great! Just bug Karl. :-)

->richard



-- dims

On 08/20/2009 02:55 PM, Richard S. Hall wrote:


Karl Pauls works on it. He is currently on vacation. He plans to
update
it, but was waiting for the changes to the framework to settle down a
little bit before moving forward.

->richard

On 8/20/09 14:28, Davanum Srinivas wrote:


Folks,

Looks like i can't build framework.security against latest framework
SNAPSHOT. am trying to switch the version as follows and getting tons
of compiler errors (see below)

[d...@dims-desktop framework.security]$svn diff
Index: pom.xml
===
--- pom.xml (revision 805429)
+++ pom.xml (working copy)
@@ -39,7 +39,7 @@

${pom.groupId}
org.apache.felix.framework
-1.4.1
+1.9.0-SNAPSHOT
provided



Is anyone working on framework.security?

thanks,
dims






/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[40,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[36,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[306,53]


cannot find symbol
symbol : class IContentLoader
location: class




org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl







/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[85,40]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.util.LocalPermissions





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[29,33]


cannot find symbol
symbol : class FilterImpl
location: package org.apache.felix.framework





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[25,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[32,18]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[40,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[45,57]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[101,43]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParser





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[138,45]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParse

Re: Anyone working on framework.security

2009-09-10 Thread Davanum Srinivas

Stuart,

Done. FELIX-1577

thanks,
dims

On 09/10/2009 02:52 PM, Stuart McCulloch wrote:

2009/9/11 Davanum Srinivas


Karl,

How can i help with framework.security? Please let me know.



usually we ask people to raise JIRA issues to track new features / defects,
then they can attach any proposed patches as well as discuss the design

otherwise problems can easily become lost or unanswered on the dev-list...



Please see enclosed thread for compiler errors with latest framework.

thanks,
dims

On Thu, Aug 20, 2009 at 3:07 PM, Richard S. Hall
wrote:

On 8/20/09 15:00, Davanum Srinivas wrote:


Thanks Richard. Hopefully i can help a bit as well when things get going
on this.


That would be great! Just bug Karl. :-)

->  richard



-- dims

On 08/20/2009 02:55 PM, Richard S. Hall wrote:


Karl Pauls works on it. He is currently on vacation. He plans to update
it, but was waiting for the changes to the framework to settle down a
little bit before moving forward.

->  richard

On 8/20/09 14:28, Davanum Srinivas wrote:


Folks,

Looks like i can't build framework.security against latest framework
SNAPSHOT. am trying to switch the version as follows and getting tons
of compiler errors (see below)

[d...@dims-desktop framework.security]$svn diff
Index: pom.xml
===
--- pom.xml (revision 805429)
+++ pom.xml (working copy)
@@ -39,7 +39,7 @@

${pom.groupId}
org.apache.felix.framework
-1.4.1
+1.9.0-SNAPSHOT
provided



Is anyone working on framework.security?

thanks,
dims





/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[40,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[36,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[306,53]


cannot find symbol
symbol : class IContentLoader
location: class



org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl






/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[85,40]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.util.LocalPermissions




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[29,33]


cannot find symbol
symbol : class FilterImpl
location: package org.apache.felix.framework




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[25,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[32,18]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[40,36]


cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[45,57]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[101,43]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParser




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[138,45]


cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParser




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[25,33]


cannot find symbol
symbol : class FilterImpl
location: package org.apache.felix.framework




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[182,27]


cannot find symbol
symbol : class FilterImpl
location: class org.osgi.service.condpermadmin.ConditionImpl




/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityActivator.java:[287,18]


cannot find sy

[jira] Created: (FELIX-1577) Compile problems in framework.security

2009-09-10 Thread Davanum Srinivas (JIRA)
Compile problems in framework.security
--

 Key: FELIX-1577
 URL: https://issues.apache.org/jira/browse/FELIX-1577
 Project: Felix
  Issue Type: Bug
  Components: Framework
Reporter: Davanum Srinivas


framework.security does not compile. Please see the following thread

http://markmail.org/thread/md7fkkrmkn6pbci5

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Anyone working on framework.security

2009-09-10 Thread Davanum Srinivas
Karl,

How can i help with framework.security? Please let me know. Please see
enclosed thread for compiler errors with latest framework.

thanks,
dims

On Thu, Aug 20, 2009 at 3:07 PM, Richard S. Hall  wrote:
> On 8/20/09 15:00, Davanum Srinivas wrote:
>>
>> Thanks Richard. Hopefully i can help a bit as well when things get going
>> on this.
>
> That would be great! Just bug Karl. :-)
>
> -> richard
>
>>
>> -- dims
>>
>> On 08/20/2009 02:55 PM, Richard S. Hall wrote:
>>>
>>> Karl Pauls works on it. He is currently on vacation. He plans to update
>>> it, but was waiting for the changes to the framework to settle down a
>>> little bit before moving forward.
>>>
>>> -> richard
>>>
>>> On 8/20/09 14:28, Davanum Srinivas wrote:
>>>>
>>>> Folks,
>>>>
>>>> Looks like i can't build framework.security against latest framework
>>>> SNAPSHOT. am trying to switch the version as follows and getting tons
>>>> of compiler errors (see below)
>>>>
>>>> [d...@dims-desktop framework.security]$svn diff
>>>> Index: pom.xml
>>>> ===
>>>> --- pom.xml (revision 805429)
>>>> +++ pom.xml (working copy)
>>>> @@ -39,7 +39,7 @@
>>>> 
>>>> ${pom.groupId}
>>>> org.apache.felix.framework
>>>> -1.4.1
>>>> +1.9.0-SNAPSHOT
>>>> provided
>>>> 
>>>> 
>>>>
>>>> Is anyone working on framework.security?
>>>>
>>>> thanks,
>>>> dims
>>>>
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[40,36]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: package org.apache.felix.moduleloader
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[36,36]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: package org.apache.felix.moduleloader
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[306,53]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: class
>>>>
>>>> org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl
>>>>
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[85,40]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: class
>>>> org.apache.felix.framework.security.util.LocalPermissions
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[29,33]
>>>>
>>>> cannot find symbol
>>>> symbol : class FilterImpl
>>>> location: package org.apache.felix.framework
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[25,36]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: package org.apache.felix.moduleloader
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[32,18]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: class
>>>> org.apache.felix.framework.security.verifier.SignerMatcher
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[40,36]
>>>>
>>>> cannot find symbol
>>>> symbol : class IContentLoader
>>>> location: package org.apache.felix.moduleloader
>>>>
>>>>
>>>> /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framew

Re: Anyone working on framework.security

2009-08-20 Thread Davanum Srinivas

Thanks Richard. Hopefully i can help a bit as well when things get going on 
this.

-- dims

On 08/20/2009 02:55 PM, Richard S. Hall wrote:

Karl Pauls works on it. He is currently on vacation. He plans to update
it, but was waiting for the changes to the framework to settle down a
little bit before moving forward.

-> richard

On 8/20/09 14:28, Davanum Srinivas wrote:

Folks,

Looks like i can't build framework.security against latest framework
SNAPSHOT. am trying to switch the version as follows and getting tons
of compiler errors (see below)

[d...@dims-desktop framework.security]$svn diff
Index: pom.xml
===
--- pom.xml (revision 805429)
+++ pom.xml (working copy)
@@ -39,7 +39,7 @@

${pom.groupId}
org.apache.felix.framework
-1.4.1
+1.9.0-SNAPSHOT
provided



Is anyone working on framework.security?

thanks,
dims


/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[40,36]

cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[36,36]

cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[306,53]

cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl


/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[85,40]

cannot find symbol
symbol : class IContentLoader
location: class org.apache.felix.framework.security.util.LocalPermissions

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[29,33]

cannot find symbol
symbol : class FilterImpl
location: package org.apache.felix.framework

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[25,36]

cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[32,18]

cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[40,36]

cannot find symbol
symbol : class IContentLoader
location: package org.apache.felix.moduleloader

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[45,57]

cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.SignerMatcher

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[101,43]

cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParser

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[138,45]

cannot find symbol
symbol : class IContentLoader
location: class
org.apache.felix.framework.security.verifier.BundleDNParser

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[25,33]

cannot find symbol
symbol : class FilterImpl
location: package org.apache.felix.framework

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[182,27]

cannot find symbol
symbol : class FilterImpl
location: class org.osgi.service.condpermadmin.ConditionImpl

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityActivator.java:[287,18]

cannot find symbol
symbol : class FelixBundle
location: class org.apache.felix.framework.SecurityActivator

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[68,8]

cannot find symbol
symbol : class BundleInfo
location: class org.apache.felix.framework.SecurityProviderImpl

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[68,28]

cannot find symbol
symbol : class FelixBundle
location: class org.apache.felix.framework.SecurityProviderImpl

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[81,14]

cannot find symbol
symbol : class FelixBundle

Anyone working on framework.security

2009-08-20 Thread Davanum Srinivas
felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[80,15]
internal error; cannot instantiate
SignerMatcher(java.lang.String,long,IContentLoader,org.apache.felix.framework.security.verifier.BundleDNParser)
at org.apache.felix.framework.security.verifier.SignerMatcher to ()

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[97,8]
cannot find symbol
symbol  : class FelixBundle
location: class org.apache.felix.framework.SecurityProviderImpl

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[98,8]
cannot find symbol
symbol  : class BundleInfo
location: class org.apache.felix.framework.SecurityProviderImpl

/mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[76,20]
cannot find symbol
symbol  : class FilterImpl
location: class org.osgi.service.condpermadmin.BundleLocationCondition



-- 
Davanum Srinivas :: http://davanum.wordpress.com


Build problems in trunk

2009-08-14 Thread Davanum Srinivas
Hi all,

#1) remote snapshot repo seems to be down

[INFO] snapshot
it.cnr.isti.domoware.cyberdomo:upnp-stack:1.9.0-SNAPSHOT: checking for
updates from snapshot.domoware.isti.cnr.it

#2) If i comment out upnp from the main pom.xml i still needed the
following changes (see below) to get the compile done. Looks like
someone updated dependencymanager/pom.xml but forgot to update the
rest of the pom(s).

thanks,
dims

===
--- dependencymanager.shell/pom.xml (revision 804067)
+++ dependencymanager.shell/pom.xml (working copy)
@@ -50,7 +50,7 @@
 
   ${pom.groupId}
   org.apache.felix.dependencymanager
-  2.0.2-SNAPSHOT
+  3.0.0-SNAPSHOT
 
   
   
Index: deploymentadmin/autoconf/pom.xml
===
--- deploymentadmin/autoconf/pom.xml(revision 804067)
+++ deploymentadmin/autoconf/pom.xml(working copy)
@@ -44,7 +44,7 @@
 
   ${pom.groupId}
   org.apache.felix.dependencymanager
-  2.0.2-SNAPSHOT
+  3.0.0-SNAPSHOT
   provided
 
 
Index: deviceaccess/pom.xml
===
--- deviceaccess/pom.xml(revision 804067)
+++ deviceaccess/pom.xml(working copy)
@@ -60,7 +60,7 @@
 
   ${pom.groupId}
   org.apache.felix.dependencymanager
-  2.0.2-SNAPSHOT
+  3.0.0-SNAPSHOT
   provided
 
   


-- 
Davanum Srinivas :: http://davanum.wordpress.com