Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Ok, the problem occurred because the build process stops if there's a test failure on core. I didn't realize that. Thanks, Marc -- View this message in context: http://www.nabble.com/Unable-to-load-class-declared-as-xyz-from-Spring-web-module-tp14753917s2369p14765204.html Sent from the AppFus

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Ok, removed those declarations. Well, that took care of the database errors during mvn install. Still got the Unable to load class declared as mapping class yadayada error running appfuse:gen from the web dir. Hmmm. It's pretty vanilla. Wonder what it could be? thanks so far. Marc -- View thi

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread Matt Raible
I would try removing all of the following - AppFuse already defines these for you. On Jan 11, 2008, at 10:53 AM, mschipperheyn wrote: classpath:hibernate.cfg.xml

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Oh yeah, I also added all the references to the model classes in the hibernate.cfg.xml file cheers, Marc -- View this message in context: http://www.nabble.com/Unable-to-load-class-declared-as-xyz-from-Spring-web-module-tp14753917s2369p14761726.html Sent from the AppFuse - User mailing list ar

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Ok, I/it failed again. Here's what I did. * Created a new Spring modular project * went into the dir: mvn * went into core: mvn install eclipse:eclipse * went into web: mvn install eclipse:eclipse * copied my model classes into the project: they are annoted for JPA/Hibernate * Updated applicationC

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Ok. I did try adding the new DAOs here comment before. Not the other one. I'll start over on a fresh install and see what happens and post it here. cheers, Marc mraible wrote: > > There's a couple comments that AMP looks for in > core/src/main/resources/applicationContext.xml. Maybe that's c

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread Matt Raible
There's a couple comments that AMP looks for in core/src/main/resources/applicationContext.xml. Maybe that's causing the problem? Matt On 1/11/08, mschipperheyn <[EMAIL PROTECTED]> wrote: > > Well, I generated the project two or three days ago, so it should be the > latest version. I

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Well, I generated the project two or three days ago, so it should be the latest version. I did use the src directory of my "old project" because I wanted to continue developing it. Perhaps this is the reason? cheers, Marc mraible wrote: > > What version of AppFuse are you using? This should'v

Re: [appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread Matt Raible
What version of AppFuse are you using? This should've been fixed in 2.0.1. Matt On Jan 11, 2008, at 5:42 AM, mschipperheyn wrote: Hi, I have a Spring modular project and I'm trying to run appfuse:gen from the web module. I have run appfuse:gen from the core module and then mvn install

[appfuse-user] Unable to load class declared as xyz from Spring web module

2008-01-11 Thread mschipperheyn
Hi, I have a Spring modular project and I'm trying to run appfuse:gen from the web module. I have run appfuse:gen from the core module and then mvn install from the root (I also tried from core). I get [INFO] Unable to load class declared as in the configuration: this POJO is the first one men