Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Executing a P2 traverse query

The argument should be a collection (or array) of IU's, not strings. Also, be adviced that the createQuery uses a varargs so passing an array will expand into multiple args. If you want an array as $0, you must cast it to an Object.

Doh!  Yeah; thanks.


Dave
 

Back to the top