Re: [appfuse-user] failed after mvn appfuse:full-source

2007-12-09 Thread yuke
i add following exclusions and everything works fine. org.apache.struts struts2-spring-plugin ${struts.version} spring-context org.springframework

Re: [appfuse-user] PersonControllerTest failing

2007-12-09 Thread Matt Raible
On 12/9/07, DM <[EMAIL PROTECTED]> wrote: > Hi, > > I've been following along with the tutorial, but whenver I run the tests or > try to deploy the application I'm getting the following error: > > --- > testHandleRequest(org.appfuse.webapp.controller.PersonC

Re: [appfuse-user] org.appfuse.webapp classes don't seem to be in classpath

2007-12-09 Thread Karl Laird
Depends on where maven is putting your repository but will be under something like: c:\documents and settings\\.m2\org\appfuse\tapestry\2.0.1\... (Sorry doing from memory here - not near my dev machine) On Dec 10, 2007 7:42 AM, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > Karl - What is the p

Re: [appfuse-user] AppFuse 2 + Struts + Hibernate - sorting on date column

2007-12-09 Thread Rob Hills
Hi Michael, Michael Horwitz wrote: Whenever I have had to do something like this I resort to using Joda time (http://joda-time.sf.net) in my model classes. Way easier date/time manipulation, and makes this sort of thing a little easier if you can do it in code. Extra incentive for us is th

[appfuse-user] PersonControllerTest failing

2007-12-09 Thread DM
Hi, I've been following along with the tutorial, but whenver I run the tests or try to deploy the application I'm getting the following error: --- testHandleRequest(org.appfuse.webapp.controller.PersonControllerTest) Time elapsed: 3.437 sec <<< ERROR!

Re: [appfuse-user] org.appfuse.webapp classes don't seem to be in classpath

2007-12-09 Thread Daniel Kibler
Karl - What is the path to the jar? Karl Laird-2 wrote: > > Also have this issue - but with the Tapestry project; same as Daniel did a > 2.0 to 2.0.1 upgrade. > > Adding the jar manually to the Eclipse build path worked for me > eventually... > > > -- View this message in context: http:

Re: [appfuse-user] org.appfuse.webapp classes don't seem to be in classpath

2007-12-09 Thread Karl Laird
Also have this issue - but with the Tapestry project; same as Daniel did a 2.0 to 2.0.1 upgrade. Adding the jar manually to the Eclipse build path worked for me eventually... On Dec 10, 2007 7:01 AM, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > I'm having this same issue, but with Eclipse, s

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-09 Thread Ron Anderson
In the main pom I changed the following property (at the very bottom). 1.2.1 Previously it had been set to 1.2.2 I've been doing some testing and haven't noticed any adverse affects from reverting to this dbcp version. Then did a 'mvn clean package'. BTW I'm using full source so not sure if

Re: [appfuse-user] org.appfuse.webapp classes don't seem to be in classpath

2007-12-09 Thread Daniel Kibler
I'm having this same issue, but with Eclipse, since upgrading from 2.0 to 2.0.1. I run maven from the command line but my action classes show syntax errors and won't compile in Eclipse. My action tests when run from the command line fail too. Is there a way to get this package back in the claspa