Thanks Kent,

I think youu meant:

<contribution configuration-id="hivemind.ApplicationDefaults">

but you pointed me in the right direction.

Thanks again

Paul


From: Kent Tong <[EMAIL PROTECTED]>
Reply-To: "Tapestry users" <[email protected]>
To: [email protected]
Subject: Re: tapestry.state.ApplicationObjects default exception
Date: Sun, 20 Nov 2005 04:43:42 +0000 (UTC)

seloha . <seloha <at> hotmail.com> writes:

> I am using Jboss and ejb's for my persistent layer and following the
> Tapestry Virtual Library example. In hivemodule.xml the following
> contribution is used:
>
>   <contribution configuration-id="tapestry.state.ApplicationObjects">
>     <!-- Talk to the local JBoss JNDI -->
>     <default symbol="java.naming.factory.initial"
> value="org.jnp.interfaces.NamingContextFactory"/>
>     <default symbol="java.naming.factory.url.pkgs"
> value="org.jboss.naming:org.jnp.interfaces"/>
>     <default symbol="java.naming.provider.url" value="localhost:1099"/>
>   </contribution>

You're confusing ApplicationDefaults with ApplicationObjects. The code
above should be:

   <contribution configuration-id="tapestry.state.ApplicationDefaults">
     ...
   </contribution>

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


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




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

Reply via email to