• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Posting arrangement error

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We observed a wierd bug(not consistent tho)

let me explain by example:

Order should be

Julia,
Catherine,
Julia...

but Julias response is appearing as the middle thread not a response to Catherine.

julia
Julia
Catherine


Time stamp even shows Julia coming in before Catherine but the actual discussion sequence was Julia, Catherine, Julia, . It appears there was some lag posting Catherine post.but then how did julia see it and replied..wierd

ENV details : Websphere(clustered),Jforum 2.1.6(SSO) and oracle

When i say SSO, we turned on SSO in jforum and are passing username,module and action values. not a true blue SSO.
[originally posted on jforum.net by rags]
 
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
As far as I can remember, this is a bug in 2.1.6. You can diff the 2.1.7 queries against your 2.1.6 ones, but I'm not sure if it was only a query issue.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic