I believe that this issue has been logged in bugzilla. The url is http://issues.apache.org/bugzilla/show_bug.cgi?id=24293

If you could, please create a patch and attach it to this log. Thanks.

Jeremy Ford


From: "Paul Egaru" <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: jetspeed and castor 0.9.5 hangs Date: Wed, 12 Nov 2003 17:06:39 +0000



I have been trying to get jetspeed to work with castor 0.9.5 as our portlet data needs this with no luck. However I have discovered a couple of things that cause jetspeed to trip when used with castor 0.9.5 -


if castor is set to validate the unmarshalled objects (the default setting) then it trips because it tries to read the bean properties. For Registry elements if the classname property is read this makes a call to the registry to get the portal parent. If the parent definition is in the current registry file or one that has not yet been loaded then this will wait for the registry to complete initialisation but this will never happen as it is waiting for the castor validation to complete (Deadlock).

Also if you switch validation off then you can still have problems when the portlet is being registered if the file in which the parent portlet has not yet been processed.

To get arround these problems I have changed the CastorRegistryService as follows:

<snip />

_________________________________________________________________
MSN Messenger with backgrounds, emoticons and more. http://www.msnmessenger-download.com/tracking/cdp_customize



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to