Hi -- I'm writing some code that will: 1. Extended ContentAdaptor to listen for "create" ContentEvents. 2. Determine if the resource being created is an image. 3. Get an InputStream from that resource to do some further processing of the image.
The problem I've run into is that I'm notified of the "create" event, but at this point the resource doesn't actually exist in the slide repository so attempting to get an InputStream from that resource is useless. I've tried listening for other ContentEvents like "store" but they seem to have the same result. What event should I be listening for in this situation? Thanks again for your help. Cheers, Brandon ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
