[appfuse-user] Re: Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException

2008-04-04 Thread Martin Homik
Hi Matt, Note, I have suggested a work-around http://www.nabble.com/forum/ViewPost.jtp?post=16300428&framed=y&skin=2369 here . Anyway, I ran the following mvn commands on your attached 'myProject'. 1. $ mvn -version Maven version: 2.0.7 Java version: 1.6.0_01 OS name: "windows xp" version: "5.

[appfuse-user] Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-27 Thread Campa
b) insist in the pom.xml on using a former surefire plugin version. Aled, I think this should solve it. Can you confirm? I ran several integration-tests on my project with different databases and it worked. It works also for me Martin. Thanks -- View this message in context: http://www

[appfuse-user] ATB/RE: [appfuse-user] Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-26 Thread Aled Rhys Jones
t; at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra > ctBeanFactory.java:170) > at > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv > eReference(BeanDefinitionValueResolver.java:268) > ... 37 more > &g

[appfuse-user] Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-26 Thread Martin Homik
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra > ctBeanFactory.java:170) > at > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv > eReference(BeanDefinitionValueResolver.java:268) > ... 37 more > > > Wh

[appfuse-user] ATB/RE: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-25 Thread Aled Rhys Jones
--- From: Martin Homik [mailto:[EMAIL PROTECTED] Sent: 25 March 2008 11:30 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] UnsatisfiedDependencyException -Solved- This does not work for me. If you clean your project and run the tests, it'll fail. Maybe, I have just found anoth

Re: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-25 Thread Martin Homik
This does not work for me. If you clean your project and run the tests, it'll fail. Maybe, I have just found another not so elegant solution. I copied the testResource part and renamed the copy's directory to: src/main/webapp/WEB-INF. Hence, I ended up with: src/test

Re: [appfuse-user] UnsatisfiedDependencyException -Solved-

2008-03-21 Thread Campa
Hi guys, I have solved these issue changing the section of pom.xml from: src/main/webapp true **/*.xml to: src/main/webapp/WEB-INF true

[appfuse-user] Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException

2008-03-20 Thread Martin Homik
gt; > The same happens with all my dao tests, be they customised or generic. > > > > Any ideas? > > > > Regards > > Aled > > > > From: Aled Jones [mailto:[EMAIL PROTECTED] > Sent: 18 March 2008 16:37 > To: users@appfuse.dev.java.

[appfuse-user] ATB/RE: [appfuse-user] UnsatisfiedDependencyException

2008-03-19 Thread Aled Rhys Jones
ised or generic. Any ideas? Regards Aled From: Aled Jones [mailto:[EMAIL PROTECTED] Sent: 18 March 2008 16:37 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] UnsatisfiedDependencyException Yep this replicates my error. Sorry I haven't had a chance to debug further

Re: [appfuse-user] UnsatisfiedDependencyException

2008-03-18 Thread Campa
Same problem here. In order to help experts to find a solution If i run that test using Eclipse (run as junit...) they work fine... using "mvn test" they give me "org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named" Bye Stefano -- View this message in context

Re: [appfuse-user] UnsatisfiedDependencyException

2008-03-18 Thread Aled Jones
Yep this replicates my error. Sorry I haven't had a chance to debug further yet. Aled On 18/03/2008, Martin Homik <[EMAIL PROTECTED]> wrote: > > > The day proceeded and I can provide more details. > > 1. I took the pom.xml as it is and ran 'mvn' clean and then 'mvn test' and > all DAO tests fail

Re: [appfuse-user] UnsatisfiedDependencyException

2008-03-18 Thread Martin Homik
The day proceeded and I can provide more details. 1. I took the pom.xml as it is and ran 'mvn' clean and then 'mvn test' and all DAO tests failed. 2. I changed the testResource directory to src/main/webapp/WEB-INF and the DAO tests passed. 3. However, while the manager tests passed, too, the

Re: [appfuse-user] UnsatisfiedDependencyException

2008-03-18 Thread Martin Homik
I ran into the same problem this morning. Yesterday evening, I have been working on a project without any problems except for the usual problems when you code new snippets. Today morning, I run the usual tests and all my DAO tests failed. I followed the proposed instructions in http://issues.a

Re: [appfuse-user] UnsatisfiedDependencyException

2008-03-05 Thread Matt Raible
Please provide the steps to reproduce this problem. If your project is new and small, you could zip it up and attach it to a JIRA so we can easily reproduce. Matt On 3/2/08, Aled Rhys Jones <[EMAIL PROTECTED]> wrote: > > > > > Hi All > > > > I've finally managed to resolve some problems integrati

[appfuse-user] UnsatisfiedDependencyException

2008-03-02 Thread Aled Rhys Jones
Hi All I've finally managed to resolve some problems integrating nutch into my application, but now all my DAO tests fail. I don't think its related, but not sure. I had a look at the mailing list and noticed some similar problems, but I'm not sure if this issue has definitely been resolve

Re: [appfuse-user] UnsatisfiedDependencyException with AppFuse Core Classes (2.0)

2007-09-21 Thread Rob Hills
Hi Matt, On 20 Sep 2007 at 21:13, Matt Raible wrote: > On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > > > On 20 Sep 2007 at 19:56, Matt Raible wrote: > > > > > On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: <..> > > and regenerating my pojos (using appfuse:gen) over again. H

Re: [appfuse-user] UnsatisfiedDependencyException with AppFuse Core Classes (2.0)

2007-09-20 Thread Matt Raible
On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi Matt, > > On 20 Sep 2007 at 19:56, Matt Raible wrote: > > > On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > > > exception is java.lang.IllegalArgumentException: Cannot find class > > > [au.com.myapp.model.TrailerArchive]. Root > > > cause: j

Re: [appfuse-user] UnsatisfiedDependencyException with AppFuse Core Classes (2.0)

2007-09-20 Thread Rob Hills
Hi Matt, On 20 Sep 2007 at 19:56, Matt Raible wrote: > On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > > exception is java.lang.IllegalArgumentException: Cannot find class > > [au.com.myapp.model.TrailerArchive]. Root > > cause: java.lang.ClassNotFoundException: au.com.myapp.model.TrailerArch

Re: [appfuse-user] UnsatisfiedDependencyException with AppFuse Core Classes (2.0)

2007-09-20 Thread Matt Raible
On 9/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > Scott Ryan originally flagged this problem in another thread: > > http://www.nabble.com/forum/ViewPost.jtp?post=12729440 &framed=y&skin=2369 > > I've subsequently encountered it also, responding to Scott's post on the same > thread but

[appfuse-user] UnsatisfiedDependencyException with AppFuse Core Classes (2.0)

2007-09-20 Thread Rob Hills
Hi All, Scott Ryan originally flagged this problem in another thread: http://www.nabble.com/forum/ViewPost.jtp?post=12729440 &framed=y&skin=2369 I've subsequently encountered it also, responding to Scott's post on the same thread but with a different subject: http://www.nabble.com/forum/View