Screenshots in PostgreSQL Database [message #898197] |
Wed, 25 July 2012 21:30  |
Eclipse User |
|
|
|
I am using PostgreSQL (9.1.3) as my Jubula database. So far, everything seems to work OK except for the screenshots of failed checks that are stored in the database.
Images display OK in "Test Result" view from "Functional Test Execution" perspective but do not display when viewed from "Test Result Summary" on "Functional Test Reporting" perspective.
I can see the data in the PostgreSQL "testresult" table but it doesn't appear to be a valid image. In the distant past I've done a bit of work with storing images in PostgreSQL as "bytea" type and I'm guessing that the insert is being done as a character stream instead of a byte[]; thus corrupting the image. I can't recall the exact issue/procedure.
Can anyone post as to whether image storage works for them in PostgreSQL, or confirm that this also fails for them? Also interested as to how many people are using PostgreSQL as the Jubula database?
If this is a known problem, then I might be able to help in resolving it as I have reasonably capable Java and PostgreSQL skills (but no experience with development of Eclipse plugins unfortunately).
REGARDS
Peter
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03626 seconds