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]