Thanks a lot Roland for the help. I was not able to understand what I am
supposed to do clearly. Can you please walk me through step by step like
what sort of permissions I need to add and where I am supposed to add?

Thanks for the help.






*Raihan Jamal*


On Mon, Aug 26, 2013 at 1:27 AM, Roland <[email protected]> wrote:

> Hi
> GoldeneyeModellingFramework has a package-dependency on
> com.host.domain.sharedpersonalize.storageservice (Version 1.xxx) which can
> not be resolved. You have to import that bundle which exports this package
> and/or you have to add permissions if you use java-2-security.
>
> something like this...
>   <dependency>
>     <groupId>com.host.domain</groupId>
>     <artifactId>sharedpersonalize</artifactId>
>     <version>1.x.x.x</version>
>     <scope>provided</scope>
>   </dependency>
>
> (org.osgi.framework.PackagePermission
> "com.host.domain.sharedpersonalize.storageservice" "import")
>
> take a look on the error msg.
> "GoldeneyeModellingFramework [1]: Unable to resolve 1.0: missing
> requirement
> [1.0] osgi.wiring.package;
>
> (&(osgi.wiring.package=com.host.domain.sharedpersonalize.storageservice)(version>=1.0.0)(!(version>=2.0.0)))"
>
> "osgi.wiring.package" is the category of dependency and
> "com.host.domain.sharedpersonalize.storageservice" is the package.
>
> regards
>
>
>
> --
> View this message in context:
> http://apache-felix.18485.x6.nabble.com/Unable-to-resolve-1-0-missing-requirement-1-0-osgi-wiring-package-osgi-wiring-package-tp5004697p5004708.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