>
> What's the error? Stack trace?

Non tapestry errors. Just errors indicating that symbols couldn't be
resolved but that was because my modules with the symbol providers weren't
loaded.

you need to call the IOCUtilities.**addDefaultModules

Yup, that did the trick. Thank you :)

On Mon, Sep 17, 2012 at 1:57 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Sun, 16 Sep 2012 13:59:12 -0300, Muhammad Gelbana <m.gelb...@gmail.com>
> wrote:
>
>  In this environment, If I start my application with the highlighted
>> statements commented as they are, the commented modules wont start
>> although they are in the classpath.
>>
>
> What's the error? Stack trace?
>
>
>  What did I miss here ? Assuming tapestry doesn't support auto-loading
>> when started in that way,
>>
>
> Tapestry-IoC does support auto-loading, but, when creating the Registry
> yourself, you need to call the 
> IOCUtilities.**addDefaultModules(**RegistryBuilder
> builder) method yourself.
>
> --
> Thiago H. de Paula Figueiredo
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to