Re: [T5] Service Module declaration

2007-09-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Sep 2007 11:10:43 -0300, Francois Armand <[EMAIL PROTECTED]> wrote: But we agree that it seems to be the solution :) Yes! :) And this is really convenient: I developed HiberTapestry (http://tapestry-mine.sourceforge.net/hibertapestry/) and, to use it, my application needs n

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
Thiago H de Paula Figueiredo wrote: That thread talks about the manifest in a WAR file, and I was talking about the manifest in a JAR file. :) It makes all the difference. Well, no, the last message of the thread ( http://mail-archives.apache.org/mod_mbox/tapestry-users/200704.mbox/[EMAIL PROT

Re: [T5] Service Module declaration

2007-09-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Sep 2007 10:29:15 -0300, Francois Armand <[EMAIL PROTECTED]> wrote: On Thu, 06 Sep 2007 10:03:04 -0300, Francois Armand Yes, that is what the thread explains... That thread talks about the manifest in a WAR file, and I was talking about the manifest in a JAR file. :) It makes

Re: [T5] Service Module declaration

2007-09-06 Thread Kheldar666
Yes that's what I thought, but it is not very convinient... Francois Armand wrote: > > Thiago H de Paula Figueiredo wrote: >> On Thu, 06 Sep 2007 10:03:04 -0300, Francois Armand >> <[EMAIL PROTECTED]> wrote: >> >>> I saw that in a (old) thread : >>> http://mail-archives.apache.org/mod_mbox/t

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
Thiago H de Paula Figueiredo wrote: On Thu, 06 Sep 2007 10:03:04 -0300, Francois Armand <[EMAIL PROTECTED]> wrote: I saw that in a (old) thread : http://mail-archives.apache.org/mod_mbox/tapestry-users/200704.mbox/[EMAIL PROTECTED] But I can't tell you anymore, since a didn't test it. Jus

Re: [T5] Service Module declaration

2007-09-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Sep 2007 10:03:04 -0300, Francois Armand <[EMAIL PROTECTED]> wrote: I saw that in a (old) thread : http://mail-archives.apache.org/mod_mbox/tapestry-users/200704.mbox/[EMAIL PROTECTED] But I can't tell you anymore, since a didn't test it. Just put a Tapestry-Module-Classes entry

Re: [T5] Service Module declaration

2007-09-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Sep 2007 09:52:13 -0300, Kheldar666 <[EMAIL PROTECTED]> wrote: Is there any other solution to tell Tapestry IoC that there's a Module somewhere else ? Yes! Take a look at the Module Autoloading section in http://tapestry.apache.org/tapestry5/tapestry-ioc/module.html. -- Thiago

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
Kheldar666 wrote: Hi everybody, Hello, My problem is that I don't find a way to tell Tapestry IoC that there is a Module in package A and another in package B. I don't want to use @SubModule in AppModule because the packages a supposed to be plugins (so they can be there or not) and it seem