UserAction Test Failed

4 messages Options
Embed this post
Permalink
object

UserAction Test Failed

Reply Threaded More More options
Print post
Permalink
Hello,

I started to develop the myusers application by following Spring Primer, It worked well till Spring and Hibernate integration and UserManagerTest with TransactionProxy.

But After creating the UserActionTest, UserAction classes and defining an ActionMapping in StrutsConfig File, I am supposed to run the UserAction Test succesfully.

But The UserAction Test is failed.

Any suggestions to improve it are highly appciated.

Thanks.
mraible

Re: UserAction Test Failed

Reply Threaded More More options
Print post
Permalink
Can you post the error message you're seeing?

On 7/24/07, object <[hidden email]> wrote:

>
> Hello,
>
> I started to develop the myusers application by following Spring Primer, It
> worked well till Spring and Hibernate integration and UserManagerTest with
> TransactionProxy.
>
> But After creating the UserActionTest, UserAction classes and defining an
> ActionMapping in StrutsConfig File, I am supposed to run the UserAction Test
> succesfully.
>
> But The UserAction Test is failed.
>
> Any suggestions to improve it are highly appciated.
>
> Thanks.
> --
> View this message in context: http://www.nabble.com/UserAction-Test-Failed-tf4138738s2369.html#a11772154
> Sent from the Equinox Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

object

Re: UserAction Test Failed

Reply Threaded More More options
Print post
Permalink
Hi Matt,

this is the Exception I see when I run the UserActionTest.

ERROR - DispatchAction.execute(222) | DispatchMapping[/user] does not define a handler property
WARN - RequestProcessor.processException(534) | Unhandled Exception thrown: class javax.servlet.ServletException



mraible wrote:
Can you post the error message you're seeing?

On 7/24/07, object <kirankarnati007@gmail.com> wrote:
>
> Hello,
>
> I started to develop the myusers application by following Spring Primer, It
> worked well till Spring and Hibernate integration and UserManagerTest with
> TransactionProxy.
>
> But After creating the UserActionTest, UserAction classes and defining an
> ActionMapping in StrutsConfig File, I am supposed to run the UserAction Test
> succesfully.
>
> But The UserAction Test is failed.
>
> Any suggestions to improve it are highly appciated.
>
> Thanks.
> --
> View this message in context: http://www.nabble.com/UserAction-Test-Failed-tf4138738s2369.html#a11772154
> Sent from the Equinox Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@equinox.dev.java.net
> For additional commands, e-mail: users-help@equinox.dev.java.net
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@equinox.dev.java.net
For additional commands, e-mail: users-help@equinox.dev.java.net
mraible

Re: UserAction Test Failed

Reply Threaded More More options
Print post
Permalink
Have you specified a method parameter in your test?

On 7/24/07, object <[hidden email]> wrote:

>
> Hi Matt,
>
> this is the Exception I see when I run the UserActionTest.
>
> ERROR - DispatchAction.execute(222) | DispatchMapping[/user] does not define
> a handler property
> WARN - RequestProcessor.processException(534) | Unhandled Exception thrown:
> class javax.servlet.ServletException
>
>
>
> mraible wrote:
> >
> > Can you post the error message you're seeing?
> >
> > On 7/24/07, object <[hidden email]> wrote:
> >>
> >> Hello,
> >>
> >> I started to develop the myusers application by following Spring Primer,
> >> It
> >> worked well till Spring and Hibernate integration and UserManagerTest
> >> with
> >> TransactionProxy.
> >>
> >> But After creating the UserActionTest, UserAction classes and defining an
> >> ActionMapping in StrutsConfig File, I am supposed to run the UserAction
> >> Test
> >> succesfully.
> >>
> >> But The UserAction Test is failed.
> >>
> >> Any suggestions to improve it are highly appciated.
> >>
> >> Thanks.
> >> --
> >> View this message in context:
> >> http://www.nabble.com/UserAction-Test-Failed-tf4138738s2369.html#a11772154
> >> Sent from the Equinox Users mailing list archive at Nabble.com.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> For additional commands, e-mail: [hidden email]
> >>
> >>
> >
> >
> > --
> > http://raibledesigns.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]
> > For additional commands, e-mail: [hidden email]
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/UserAction-Test-Failed-tf4138738s2369.html#a11773607
> Sent from the Equinox Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]