Hi,
You are absolutely right. My fault - Sry.

I quote my changed post...


Roland wrote
> Hi all!
> I have a problem with my auto-generated OBR-file (by maven-obr-plugin).
> The following require-directive causes an java.lang.Exception:
> <require extend="false"
> filter="(&amp;(package=org.apache.felix.service.command)(version&gt;=0.10.0)(version&lt;1.0.0)(status=provisional)(mandatory:&lt;*status))"
> multiple="false" name="package" optional="false">
> Import package org.apache.felix.service.command ;version=[0.10.0,1.0.0)
> </require>
> at:
>       try{
>         repository = repoAdmin.addRepository(obrfile.toURI().toURL());
>       }catch(Exception e){
>         ...
>       }
> 
> error msg:
> java.lang.Exception: Error while parsing resource 
> <bundle name>
> /
> <bundle version>
>  at line ... and column ...
> 
> 
> 
> The only difference between the entry above and  the other entries is:
> (status=provisional)(mandatory:&lt;*status)
> 
> 
> Thanks in advance
> Roland





--
View this message in context: 
http://apache-felix.18485.x6.nabble.com/require-require-clause-causes-java-lang-Exception-tp5004133p5004199.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to