« Return to Thread: Application not working after upgrade

Re: Application not working after upgrade

by ghachey :: Rate this Message:

Reply to Author | View in Thread

>Quickly glancing at your class it looks ok. I'd be more inclined to think
>it's some kind of classpath problem (multiple versions of Tapestry, Trails
>servlet-api in you classpath perhaps?), but sorry I don't have any definite
>answer. Given that you can run the recip app ok, maybe try running your
>applications the same way (via mvn jetty:run for example).

ok...I should have pin pointed that one sooner.  As soon as you said multiple version of ... I realized my problem.  I had recently changed my pom.xml file to use trails-core.1.2.2-SNAPSHOT to get rid of a particular bug that was affecting me but continued using trails-hibernate.1.2.1 and trails-test.1.2.1.  Obviously this was going to break sooner or later.

Many thanks,

--
GH

 « Return to Thread: Application not working after upgrade