Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
ViewingSessionManager not serializable?
EricB
Hi,
I was trying to embed the BIRT Viewer in an existing J2EE application and, in doing so, noticed that the org.eclipse.birt.report.session.ViewingSessionManager is not serializable and yet it is put as an HTTP session attribute in org.eclipse.birt.report.session.ViewingSessionUtil.getSessionManager(). Does anyone know if this was intentional to not have this session attribute be serializable? It caused issues for me and seems like it could for others, too.
Thanks,
Eric
Find more posts tagged with
Comments
rmurphy
Hi Eric,<br />
I don't know that this was necessarily done intentionally, and sounds like it could be considered a bug. Can you log a bug for this? <a class='bbc_url' href='
http://www.birt-exchange.org/bug-reporting/'>Business
Intelligence Software - Reporting Tools - BIRT Exchange</a><br />
<br />
The only work around I can suggest with the WebViewerExample is to modify the code directly to implement Serializable and rebuild the viewer with your changes.<br />
<br />
Rob
EricB
Here is the link...<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=275161'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=275161</a>
;