[tapestry-ioc] strange registry problem: findDecoratorsForService may no longer be invoked

2009-05-23 Thread Michael Zehender
Hello, After the registry was built and performRegistryStartup has been called, I get the following exception at processing the first request: java.lang.RuntimeException: Exception constructing service 'RatingSessionFactory': Method org .apache .tapestry5 .ioc.internal.ModuleImpl.findD

Re: T5-IOC: Visibility of Services

2008-07-30 Thread Michael Zehender
t caution. The visibility concerns also led to some unwanted ambiguities around OrderedConfigurations and decorators. How can you order things when the other ids are not known? Does "before:*" mean before all, or just before the objects whose ids are visible? Etc. On Wed, Jul

Re: T5-IOC: Visibility of Services

2008-07-30 Thread Michael Zehender
services/interfaces you may consider using some compile time checks/warnings when such things happening, for example AspectJ based unit tests. 2008/7/30 Michael Zehender <[EMAIL PROTECTED]>: Hello Renat, I'm currently building a product that will integrate with 3rd party modules. I w

Re: T5-IOC: Visibility of Services

2008-07-30 Thread Michael Zehender
ture of Tapestry IoC that was stripped out long > ago (that is, private services within modules). HiveMind, the > precursor to Tapestry 5 IoC, has this feature. > > On Wed, Jul 30, 2008 at 1:56 AM, Michael Zehender > <[EMAIL PROTECTED]> wrote: > > Hello Renat, > >

Re: T5-IOC: Visibility of Services

2008-07-30 Thread Michael Zehender
d). Michael On Jul 30, 2008, at 10:26 AM, Renat Zubairov wrote: Hello Michael, Would would be the usecases for this feature? Why would you need it? Are you also planning to have versions for the modules? How are dependencies between the modules are resolved? Renat 2008/7/30 Michael Zehend

T5-IOC: Visibility of Services

2008-07-30 Thread Michael Zehender
Hi, I'm just looking for a way to configure the visibility of services within the IoC container. The target would be have module internal services i.e. these internal services can be injected to services within the same module only. A short example to illustrate, in the MyCoreModule I want

Re: [T5] Strange Error: Component xxx does not contain an embedded component with id 'yyy' BUT only outside eclipse/jetty launcher

2008-06-29 Thread Michael Zehender
file for the second (which resides in the same directory). So after several hours the simple solution was to move the templates to the resources directory and it works! Cheers, Michael On Jun 29, 2008, at 1:07 PM, Michael Zehender wrote: Hi, I've just created a test case w

Re: [T5] Strange Error: Component xxx does not contain an embedded component with id 'yyy' BUT only outside eclipse/jetty launcher

2008-06-29 Thread Michael Zehender
lipse, tomcat5.5) works fine when I use Windows or OS X... Michael Zehender schrieb: Hi, I've just finished the development of a t5 application, my environment is maven/eclipse/jetty launcher and inside this environment everything works just fine. However there are some problems ou

[T5] Strange Error: Component xxx does not contain an embedded component with id 'yyy' BUT only outside eclipse/jetty launcher

2008-06-28 Thread Michael Zehender
Hi, I've just finished the development of a t5 application, my environment is maven/eclipse/jetty launcher and inside this environment everything works just fine. However there are some problems outside this environment, especially outside launching jetty via eclipse. If I run mvn jetty:r