posted 17 years ago
Hi Rafael,
I am using oracle 9i as the database and websphere 6 as app server. I am facing an issue with SEARCH functionality. When i edit an existing post,the search with new text does not work. I found Indexing is not getting performed after editing an existing post as JFORUM_SEARCH_WORDS is not getting updated. I am getting the following warning:
WARN [MessageIndexerTask] - Error while indexing a post: com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: Connection is closed.
I commented some code in index-method and it seems to be working fine
but then I found all the words in edited post are getting into JFORUM_SEARCH_WORDS. I know there is a problem with closed connection(cudn't figure out where), but just want to know if the above commented code would create any problems..please let me know
thank you
[originally posted on jforum.net by rags]