Re: T5 tapestry-hibernate error?

2007-12-18 Thread Michael Bernagou
Ok, the problem is the lib version. So, synchronized all the libraries versions :D 2007/12/18, Michael Bernagou <[EMAIL PROTECTED]>: > > Something wired when tapestry try to get the HibernateSession : > > Error invoking service builder method > org.apache.tapestry.hibernate.

T5 tapestry-hibernate error?

2007-12-18 Thread Michael Bernagou
UserDaoImpl.class); ... } No idea, still investigating. I tried to clear tomcat cache, check the libraries... maybe something missing somewhere. T5.0.6 for core/annotation and ioc and T5.0.5 for tapestry-hibernate, maybe it is that the problem. -- Michael Bernagou Java Developper

Re: IoC global question

2007-12-17 Thread Michael Bernagou
this order. ioc knows the layers, but the layers don't know the ioc, only the service. Still reading the documentation... 2007/12/17, Thiago H de Paula Figueiredo <[EMAIL PROTECTED]>: > > On Mon, 17 Dec 2007 08:33:52 -0200, Michael Bernagou > <[EMAIL PROTECTED]> wrote: >

Re: IoC global question

2007-12-17 Thread Michael Bernagou
to use Tapestry-ioc because I think again it is > more > > adapt to my needs > > > > 2007/12/14, Hugo Palma <[EMAIL PROTECTED]>: > > > >> m, i think there's something missing here > >> If i'm understanding correct

Re: IoC global question

2007-12-17 Thread Michael Bernagou
-ioc API inside > you service classes. Does that describe the problem ? > If so, tapestry-ioc can solve your problem really easily. > > Michael Bernagou wrote: > > So I have to call the current Registry (or to manage it myself) and call > the > > myRegistry.getService(MySe

Re: IoC global question

2007-12-14 Thread Michael Bernagou
coded to respect ioc pattern between tapestr-ioc and other layers such as Axis2 and Hibernate3 (for T5 we know ;o) ) Thanks 2007/12/14, Michael Bernagou <[EMAIL PROTECTED]>: > > Ok I'm going to investigate about that Registry. > So, what's the interrest to use tapestry-ioc

Re: IoC global question

2007-12-14 Thread Michael Bernagou
o call. The builder methods are not meant to be called > except by the container :) > > g, > kris > > > > > "Michael Bernagou" <[EMAIL PROTECTED]> > 14.12.2007 10:51 > Bitte antworten an > "Tapestry users" > > > An > "Ta

IoC global question

2007-12-14 Thread Michael Bernagou
nce to all the class... Did I (probably) missed something? -- Michael Bernagou Java Developper

Re: CustomFilter

2007-12-13 Thread Michael Bernagou
apply filter the tapestry > way :) (see RequestFilter interface in Tapestry for example) > > g, > kris > > > > > "Michael Bernagou" <[EMAIL PROTECTED]> > 12.12.2007 13:59 > Bitte antworten an > "Tapestry users" > > > An > "

Re: CustomFilter

2007-12-12 Thread Michael Bernagou
oader didn't load all the libs when apply the filter, so how to force the loading? Why TapestryFilter doesn't have the same problem than my CustomFilter?? 2007/12/12, Michael Bernagou <[EMAIL PROTECTED]>: > > Hum, any idea? > > 2007/12/11, Michael Bernagou <[EMA

Re: CustomFilter

2007-12-12 Thread Michael Bernagou
Hum, any idea? 2007/12/11, Michael Bernagou <[EMAIL PROTECTED]>: > > The error is generated by this line offcourse : > private TapestryFilter tapestryFilter = new TapestryFilter(); > > Still doesn't know why... > > 2007/12/11, Michael Bernagou <[EMAIL PROTECTE

Re: CustomFilter

2007-12-11 Thread Michael Bernagou
The error is generated by this line offcourse : private TapestryFilter tapestryFilter = new TapestryFilter(); Still doesn't know why... 2007/12/11, Michael Bernagou <[EMAIL PROTECTED]>: > > Hi, > > I tried to creat emy own filter, a Hibernate filter in fact, like that : &

CustomFilter

2007-12-11 Thread Michael Bernagou
common/lib without success. Any idea? Thanks! -- Michael Bernagou Java Developper

Re: Tapestry 5: running tutoriel

2007-11-15 Thread Michael Bernagou
xml. > > I need to do the same in this case, isn't it? > > Thanks in advance for your help. > > Eli > > > > > > > -- > Jeffrey Ai > Software Developer Analyst > MemberDirect(R) Product Development > phone: 604 737 5957 > email: [EMAIL PROTECTED] > website: www.memberdirect.ca > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Michael Bernagou Java Developper

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
to a bug until I contributed a LibraryMapping to the > component class resolver... > > Michael Bernagou wrote: > > So is it why my start.tml is not found?? If yes (I'm really not sure), > I'm > > very surprised about the miss of flexibility T5 have... > > For

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
cy <[EMAIL PROTECTED]>: > > Well it's a matter of convention > > When maven build the project, things are in the place they have to be. > > Michael Bernagou a écrit : > > No I didn't because I don't understand why the webroot should be in the > src > &

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
e? This is the easiest way to > have a correct directory srtucture. > > Anyway, I think the paths should be > > MyProject/src/papo/pages/ > MyProject/src/papo/services/ > > Kind regards, > Joachim > > Michael Bernagou wrote: > > I have something strange and it

T5 no root element??

2007-11-06 Thread Michael Bernagou
is exactly the same and I don't have any error in my compilation, neither xml validation error. Any idea? -- Michael Bernagou Java Developper

Re: 3 new French Tapestry5 tutorials

2007-11-05 Thread Michael Bernagou
gt; > > Bye, Salut > > Cyrille. > > > > > > > > > > - > > 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] > > -- Michael Bernagou Java Developper

Re: T5.0.6 I'm lost after upgrade T5

2007-11-04 Thread Michael Bernagou
Ok, I got it It was not the right import ;o) I used this : import org.apache.log4j.Logger; instead of import org.slf4j.Logger; Thanks :) 2007/11/4, Michael Bernagou <[EMAIL PROTECTED]>: > > I already tried to add the setters, without success. But Itried to access > Home and

Re: T5.0.6 I'm lost after upgrade T5

2007-11-04 Thread Michael Bernagou
gt; injecting a > > page called Home. Does that page load correctly if accessed directly? > > > > Josh > > > > On 11/3/07, Michael Bernagou <[EMAIL PROTECTED]> wrote: > >> Everything worked perfectly, but since I upgraded to T5.0.6, it fails > for > >>

T5.0.6 I'm lost after upgrade T5

2007-11-03 Thread Michael Bernagou
tml is found, read, interpreted but for a reason I don't understand it refer to my class Home which is in the same package than my class Start. I have a Register page (tml + java) and it give me exactly the same error! No error at runtime, no compilation error (Inject are the new Inject, for example). Thanks -- Michael Bernagou Java Developper

[T5]onSessionClose?

2007-07-13 Thread Michael Bernagou
it seems to me there is maybe another solution. M. -- Michael Bernagou Java Developper

Re: [T5]Global object?

2007-07-12 Thread Michael Bernagou
me, can be added on an ad-hoc basis. Now that's what I call Dependency Injection! Side note: and that's why we need T5 IoC and not Guice or Spring. Those don't have a concept similar to Tapestry's service configuration / contribution system. On 7/11/07, Michael Bernagou <[E

[T5]Global object?

2007-07-11 Thread Michael Bernagou
Hi, I search into the mailing list and didn't find how to declare an object such as an ArrayList at the context level. ASO is for session and @Persist for requests, but what about the Application/Context level? My site needs to maintains a list of users with their status without having to reload