[
http://jira.jboss.com/jira/browse/JBFORUMS-198?page=comments#action_12357231 ]
Ryszard Kozmik commented on JBFORUMS-198:
-----------------------------------------
No Julien here, I hope you will not feel dissapointed if I handle this ;-).
Big thanks for finding this bug and providing a patch. ForumsPortlet class is no longer
used, instead JBoss Forums use ForumsJSFPortlet. Nevertheless, sollution should be similar
to yours but in other class.
when I delete an user I have NullPointerException
-------------------------------------------------
Key: JBFORUMS-198
URL:
http://jira.jboss.com/jira/browse/JBFORUMS-198
Project: JBoss Forums
Issue Type: Bug
Components: Forum Model Layer, Forum View Layer
Environment: any
Reporter: Luca Stancapiano
Assigned To: Ryszard Kozmik
Fix For: 1.0.0 GA, 1.0.1 RC
Attachments: patch.tar.gz
hi julien.......I tried to delete an user that is in posts of jboss forum.....after I
deleted this user, if I click on posts where that user had posted I have
NullPointerException
I thought to correct this bug , using a UserNA object that implements User interface.
This UserNA is used when I select the user from database and I haven't returned rows
because user is deleted. In this case I add UserNA to User object of Post object. UserNA
is declared in ForumPortlet object as final static , so the same object can to be used for
each deleted user. What do you mean about it? I send you the patch
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira