How to load/display attachments without URL [message #64042] |
Thu, 08 January 2009 18:00  |
Eclipse User |
|
|
|
Hello all,
I managed to fill the list of attachemts in the Attachments section of the
Task Editor. When i double click an attachemnts, the eclipse built-in
browser opens and displays nothing.
I do not set a URL using TaskAttachmentMapper.setUrl, because our
repository (HP OpenView) has no web server to deliver attachments.
Is there another way to display attachment? What is the
AbstractTaskAttachmentHandler.getContent method good for? The method is
never called in my handler, though canGetContent is called and returns
true?
Best Regards,
Matthias
|
|
|
Re: How to load/display attachments without URL [message #64065 is a reply to message #64042] |
Thu, 08 January 2009 19:34  |
Eclipse User |
|
|
|
Attachments are opened in the local browser by default. This bug discusses
how to implement attachment support for repositories that do not have
web-based access for attachments:
249021: OpenTaskAttachmentXXXHandlers do not work for stream based
attachments, only for URL based
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249021
Steffen
Matthias Kammerinke wrote:
> Hello all,
>
> I managed to fill the list of attachemts in the Attachments section of the
> Task Editor. When i double click an attachemnts, the eclipse built-in
> browser opens and displays nothing.
> I do not set a URL using TaskAttachmentMapper.setUrl, because our
> repository (HP OpenView) has no web server to deliver attachments.
> Is there another way to display attachment? What is the
> AbstractTaskAttachmentHandler.getContent method good for? The method is
> never called in my handler, though canGetContent is called and returns
> true?
>
> Best Regards,
>
> Matthias
|
|
|
Re: How to load/display attachments without URL [message #595678 is a reply to message #64042] |
Thu, 08 January 2009 19:34  |
Eclipse User |
|
|
|
Attachments are opened in the local browser by default. This bug discusses
how to implement attachment support for repositories that do not have
web-based access for attachments:
249021: OpenTaskAttachmentXXXHandlers do not work for stream based
attachments, only for URL based
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249021
Steffen
Matthias Kammerinke wrote:
> Hello all,
>
> I managed to fill the list of attachemts in the Attachments section of the
> Task Editor. When i double click an attachemnts, the eclipse built-in
> browser opens and displays nothing.
> I do not set a URL using TaskAttachmentMapper.setUrl, because our
> repository (HP OpenView) has no web server to deliver attachments.
> Is there another way to display attachment? What is the
> AbstractTaskAttachmentHandler.getContent method good for? The method is
> never called in my handler, though canGetContent is called and returns
> true?
>
> Best Regards,
>
> Matthias
|
|
|
Powered by
FUDForum. Page generated in 0.03416 seconds