opps sorry for the typo!

I am attaching the repository.xml file. please take a look

thanks

On Mon, Dec 20, 2010 at 5:12 PM, Richard S. Hall <[email protected]>wrote:

> On 12/20/10 17:01, [email protected] wrote:
>
>> Hi Richard,
>>
>> I have read in a few messages that the orb was giving some problems to
>> deploy the bundle. Is there pending issues with the ORB.
>>
>
> It's OBR (Osgi Bundle Repository).
>
> There are certainly bugs in OBR, but it still handles basic bundle
> deployment fairly well.
>
>
>  i doubt there is any problem with the code itself.
>> my environment  windows xp, java 1.5
>>
>
> Well, if you are using the version of OBR that the book tells you to use,
> then it seems like it should work.
>
> It seems like the book author would be better at helping, but you could
> post the repository.xml file and we can try to see if there is something
> obvious.
>
> -> richard
>
>
>  On Mon, Dec 20, 2010 at 4:44 PM, Richard S. Hall<[email protected]
>> >wrote:
>>
>>  Is there a forum for the book? We are not really familiar with its
>>> example,
>>> so we are probably not the best people to ask.
>>>
>>> ->  richard
>>>
>>>
>>> On 12/20/10 13:36, [email protected] wrote:
>>>
>>>  Hi,
>>>>
>>>> I am using java 5 and I am trying to deploy a bundle. fyi, i am going
>>>> through the example in the book OSGI and felix and on chapter 6 where i
>>>> am
>>>> trying to deploy using orb
>>>>
>>>>
>>>> g! repos add file:///c:/projects/felixbook/releases/repository.xml
>>>> g! list book
>>>> Bookshelf Inventory API (1.5.0)
>>>> Bookshelf Inventory Impl - Mock (1.5.0)
>>>> g! bundlelevel -i 2
>>>> g! frameworklevel 2
>>>> g! deploy -s "Bookshelf Inventory Impl - Mock"
>>>> Unsatisfied requirement(s):
>>>> ---------------------------
>>>>
>>>>  (&(package=com.packtpub.felix.bookshelf.inventory.impl.mock.activator))
>>>>       Bookshelf Inventory Impl - Mock
>>>> g!
>>>>
>>>>
>>>> Please let me know what is the problem
>>>>
>>>> thanks
>>>>
>>>> Hurry
>>>>
>>>>
>>>>  ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
<repository lastmodified='20101219061307.218'>
  <resource id='com.packtpub.felix.bookshelf-inventory-api/1.5.0' symbolicname='com.packtpub.felix.bookshelf-inventory-api' presentationname='Bookshelf Inventory API' uri='file:/C:/projects/felixbook/releases/com/packtpub/felix/com.packtpub.felix.bookshelf-inventory-api/1.5.0/com.packtpub.felix.bookshelf-inventory-api-1.5.0.jar' version='1.5.0'>
    <description>Defines the API for the Bookshelf inventory.</description>
    <size>7762</size>
    <category id='sample'/>
    <capability name='bundle'>
      <p n='symbolicname' v='com.packtpub.felix.bookshelf-inventory-api'/>
      <p n='presentationname' v='Bookshelf Inventory API'/>
      <p n='version' t='version' v='1.5.0'/>
      <p n='manifestversion' v='2'/>
    </capability>
    <capability name='package'>
      <p n='package' v='com.packtpub.felix.bookshelf.inventory.api'/>
      <p n='version' t='version' v='0.0.0'/>
    </capability>
    <require name='package' filter='(&amp;(package=com.packtpub.felix.bookshelf.inventory.api))' extend='false' multiple='false' optional='false'>Import package com.packtpub.felix.bookshelf.inventory.api</require>
  </resource>
  <resource id='com.packtpub.felix.bookshelf-inventory-impl-mock/1.5.0' symbolicname='com.packtpub.felix.bookshelf-inventory-impl-mock' presentationname='Bookshelf Inventory Impl - Mock' uri='file:/C:/projects/felixbook/releases/com/packtpub/felix/com.packtpub.felix.bookshelf-inventory-impl-mock/1.5.0/com.packtpub.felix.bookshelf-inventory-impl-mock-1.5.0.jar' version='1.5.0'>
    <description>Memory-based mock implementation of the Bookshelf Inventory API</description>
    <size>8688</size>
    <category id='sample'/>
    <capability name='bundle'>
      <p n='symbolicname' v='com.packtpub.felix.bookshelf-inventory-impl-mock'/>
      <p n='presentationname' v='Bookshelf Inventory Impl - Mock'/>
      <p n='version' t='version' v='1.5.0'/>
      <p n='manifestversion' v='2'/>
    </capability>
    <capability name='package'>
      <p n='package' v='com.packtpub.felix.bookshelf.inventory.impl.mock'/>
      <p n='version' t='version' v='0.0.0'/>
      <p n='uses:' v='com.packtpub.felix.bookshelf.inventory.api'/>
    </capability>
    <require name='package' filter='(&amp;(package=com.packtpub.felix.bookshelf.inventory.api))' extend='false' multiple='false' optional='false'>Import package com.packtpub.felix.bookshelf.inventory.api</require>
    <require name='package' filter='(&amp;(package=com.packtpub.felix.bookshelf.inventory.impl.mock))' extend='false' multiple='false' optional='false'>Import package com.packtpub.felix.bookshelf.inventory.impl.mock</require>
    <require name='package' filter='(&amp;(package=com.packtpub.felix.bookshelf.inventory.impl.mock.activator))' extend='false' multiple='false' optional='false'>Import package com.packtpub.felix.bookshelf.inventory.impl.mock.activator</require>
  </resource>
</repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to