[Opensymphony-oscache] oscache hangs when getFromCache
bright <[email protected]> Wed, 20 Apr 2005 03:06:15 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <29755690.1113984410132.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Hello!
I am a beginner in using OSCache and am experiencing strange problems.
With the most objects it works fine,
but with instances of a specific Class it hangs itslelf in the getFromCache method of the GeneralCachAdministrator.
Has anyone an idea what the problem could be?
Thank you for the help in advance!
Yours bright
the declaration of the not working class is:
public class Buchung {
public long ID = 0;
public String name = "";
public String beschreibung = "";
public String buchungsgruppe = "";
public Object wer = new Object();
public Object was = new Object();
public Object wann = new Object();
public Object wieviel = new Object();
}
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=1697&messageID=5207#5207