On 12/19/2006 08:22 AM, AMatCan wrote:
> Hi,
>
> I read this
> http://www.novell.com/documentation/...letsAsync.html
> to setup asynchronous portlets, but I doubt:
> * I have a portlet application, then which deployment plan must I open?
> * I try both deployment plans, project and projectPortal, but when I
> write this line: <backgroundThreadMax>15</backgroundThreadMax>
> and save, I get this error: Element Type "backgroundThreadMax" must be
> declared.
>
> I tried with this files:
> * project_DepPlan.xml:
> ...
> </warJar>
> <backgroundThreadMax>15</backgroundThreadMax>
> </module>
> </moduleList>
> <deployedObject type="String">project</deployedObject>
> </earJar>
> </earJarOptions>
>
> * projectPortal_DepPlan.xml
> ...
> </warJar>
> <backgroundThreadMax>15</backgroundThreadMax>
> </warJarOptions>
>
> Alex
>
>
Put it inside the warJar tag:
<backgroundThreadMax>15</backgroundThreadMax>
</warJar>