Re: Using PageTester with tapestry-spring

2007-09-27 Thread Doublel
---Original Message- > From: Doublel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 27, 2007 1:04 AM > To: Tapestry users > Subject: Re: Using PageTester with tapestry-spring > > Thanks ! the problem is resolved. But I ran into this : > > [ERR

RE: Using PageTester with tapestry-spring

2007-09-27 Thread Joel Wiegman
: Thursday, September 27, 2007 1:04 AM To: Tapestry users Subject: Re: Using PageTester with tapestry-spring Thanks ! the problem is resolved. But I ran into this : [ERROR] WebApplicationContext Construction of service WebApplicationContext failed: Error invoking service buil

Re: Using PageTester with tapestry-spring

2007-09-26 Thread Doublel
", assuming > the class is named "SpringModule" and that it exists in your .services > package. > > Hope that helps. > > -----Original Message- > From: Doublel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 25, 2007 8:06 PM > To: Tapestry users > Su

RE: Using PageTester with tapestry-spring

2007-09-26 Thread Joel Wiegman
ss is named "SpringModule" and that it exists in your .services package. Hope that helps. -Original Message- From: Doublel [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:06 PM To: Tapestry users Subject: Re: Using PageTester with tapestry-spring My Application u

Re: Using PageTester with tapestry-spring

2007-09-25 Thread Doublel
gman <[EMAIL PROTECTED]>: > > Sure... what questions do you have? > > I'd rather not write 8 paragraphs and still not answer your questions... > > -Original Message- > From: Doublel [mailto:[EMAIL PROTECTED] > Sent: Monday, September 24, 2007 7:59 PM > To:

RE: Using PageTester with tapestry-spring

2007-09-25 Thread Joel Wiegman
Sure... what questions do you have? I'd rather not write 8 paragraphs and still not answer your questions... -Original Message- From: Doublel [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 7:59 PM To: Tapestry users Subject: Re: Using PageTester with tapestry-spring

Re: Using PageTester with tapestry-spring

2007-09-24 Thread Doublel
ifferent Spring configuration that uses mocked objects, mock databases, > etc. This is what we're doing and it has worked very well. > > Hope this helps, > > Joel > > -Original Message----- > From: Ivan Dubrov [mailto:[EMAIL PROTECTED] > Sent: Monday, Septem

RE: Using PageTester with tapestry-spring

2007-09-24 Thread Joel Wiegman
this is you can point your tests to a different Spring configuration that uses mocked objects, mock databases, etc. This is what we're doing and it has worked very well. Hope this helps, Joel -Original Message- From: Ivan Dubrov [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 20

Using PageTester with tapestry-spring

2007-09-24 Thread Ivan Dubrov
Hi, How can I use the PageTester with the Spring integration? The problem is that when PageTester creates the registry it does not adds SpringModuleDef to the list of modules and all my Spring services are unavailable because of this. Extending the PageTester is not possible as well, so I cannot e