Sorry David, no docs yet ... but here's an example from the integration
test:
   userAdmin copyData
userAdmin://org.ops4j.pax.useradmin.pax-useradmin-service file://./out.xml

copies the data from the UserAdmin provided from the pax-useradmin-service
bundle to a out.xml file.

   userAdmin copyData file://./import.xml
userAdmin://org.ops4j.pax.useradmin.pax-useradmin-service

copies data from the import.xml file to the service provided by the
pax-useradmin-service bundle.

An example for the XML content is included in the itest projects resources.

Have fun,
Matthias

On Sat, Aug 8, 2009 at 5:11 PM, David Leangen <op...@leangen.net> wrote:

>
>  just added a first version of an userAdmin command [1] ... usage:
>>
>>   userAdmin copyData <source-uri> <target-uri>
>>
>> where source- or target-uri can be something like: file://<filename> or
>> userAdmin://<bundle-symbolic-name>
>> The first one reads/writes XML data - the second one uses the UserAdmin
>> service provided by the given bundle.
>>
>> The command is currently implemented as command for the Felix-Shell - do
>> we need to support more shells? Btw: what's the status of the Pax-Shell?
>>
>
> Cool!
>
> If you are able to add some basic docs to the wiki, I'll give this a go.
> Looking forward to giving it a spin!
>
>
>
> Cheers,
> =David
>
>
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to