From: Dmitriy S. <sha...@gm...> - 2011-02-24 03:17:41
|
On Thu, Feb 24, 2011 at 1:53 AM, Loren Cahlander <lor...@gm...>wrote: > Here is the solution that I was able to create thanks to the pointers. I > do need to change this to create the document as a specific user instead of > the system user. > > broker = brokerPool.get(systemSubject); > Change this to "broker = brokerPool.get(*null*);" and you will get current authenticated user. -- Dmitriy Shabanov |