----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi all,
I made a Personalization project which a user select his content category
and then he or she chose his selections from this content(add or delete).
I made a DB Layer classes to interact with DB and i made add and delete
methods like

synchronized public boolean deleteHoroscope(String horoscopeCode){
...
}

i also do my servlets as

 implements SingleThreadModel

It was okay without concurrecy

But users are losing their personalized.
When i trace the DB SQLs which includes DELETE statement i can`t see any
abnormal statement?

Is there any bug in JServ about session or should i make some configuration
on it?
Could it be because of Jserv or?

Else    :=)
        What could be reason?
        What should i do?
        Do you know resource that i should read?

Thanks all in advance.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to