[Concern-users] RE: server.log and jmx-console output
Brought to you by:
hengels,
leonchiver
|
From: Raoul Z. <rao...@to...> - 2004-05-13 14:14:32
|
Hi Holger, I fixed the servlet errors I received yesterday by fixing some bugs in the code in the j2ee folder. There are ClassCastExceptions in org.concern.j2ee.AbstractActivity Where you do a Classcast in the getDescriptor method you cast "this" to the wrong type. My guess (and it works), is to cast the code in the first if to AbstractAsynchronousActivity and the second to AbstractSynchronousActivity as you also check for that type with instanceof. After the recompile and redeploy I don't have errors anymore. Still one problem though.....: I can create engagements, but can't see them or alter them in the worklist parts. I CAN see them in the supervisor part.... My guess here is the problem has to do something with the AdvertisedInternally and AdvertisedExternally as they seem to be asked from the DB and are not present. Regards, Raoul -----Oorspronkelijk bericht----- Van: Holger Engels [mailto:he...@me...]=20 Verzonden: donderdag 13 mei 2004 14:47 Aan: Raoul Zon Onderwerp: RE: server.log and jmx-console output Hi,=20 =20 there's a delay of up to 5h between cvs checkins and availability on anonymous=20 cvs. This was the reason, why you didn't see the changes, I made yesterday.=20 =20 Holger=20 =20 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |