Posts by Kayqui Tavares • 43 points
2 posts
-
2
votes0
answers134
viewsQ: iReport Report with postgresql image oid
I’m building a report using iReport Designer, when I click "preview" the report is displayed correctly. I am now wanting to display some images that are in the database (PostgreSQL), the images are…
-
2
votes1
answer1003
viewsQ: Destroying Session and Session Objects in JSF
I’m using session.invalidate(); to invalidate the session, but when I access the Tomcat mailer it shows me that the session still exists. The following code shows me that even after using the…