• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

FQN_TOTAL_TOPICS value in cache

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doesn't look like we ever update FQN_TOTAL_TOPICS value in the cache. As a result, when we add and delete posts, the pagination value becomes off.

I have playing around with the JForum code for over a month now, and I feel not adopting Hibernate is the BIGGEST weakness of JForum. Developers have to understand and maintain a separate cache layer on top of the DAO code. This is error prone and the bugs are very hard to detect.

Hope the new version will be released soon, and I hope I don't have to rip apart all my customized codes In the area of DB access and Search, JForum is behind MvnForum and JBoss's Forum.
[originally posted on jforum.net by sru]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is also a problem for Topic.getTotalReplies() in the cache. PostAction.insertUpdate() is updating it, but PostAction.delete() is not
[originally posted on jforum.net by sru]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This bug is fixed in the cvs!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rafael,

can we get a list of all bugfixes (n the files changed), done over 2.1.6?
[originally posted on jforum.net by pankajvermani]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can see a large list in the bug tracker: http://www.jforum.net/jira

However, there are a lot of issues not reported there that were changed in the main source code - but the bug tracker is a good source of information, anyway.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
This one time, at bandcamp, I had relations with a tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic