Matt Raible wrote:
The problem is likely caused by NetBeans not adding the warpath
dependencies to you classpath. If you run "mvn package" and add
target/warpath/*.jar to your project, it should fix the problem.
Sorry for the silly question, but how can I add target/warpath/*.jar to
my projec
Now I cannot anymore pass the PersonDaoTest.
Here is the error in sure-reports/org.appfuse.tutorial.dao.PersonDaoTest.txt
---
Test set: org.appfuse.tutorial.dao.PersonDaoTest
--
Hi,
I'm using Netbeans to build the tutorial Person example, but when I try
to write the PersonListTest I get this error:
cannot find symbol
symbol: class BasePageTestCase
I'm newbie to Netbeans, but I found that that class (BasePageTestCase)
is present in
myproject-1.0-SNAPSHOT/WEB-INF/cl
re that contain your error message. However, an easier way to see
the error is to tack "-Dsurefire.useFile=false" to your "mvn test"
command. Either that, or try running the test in your IDE.
Matt
On 3/30/07, lk <[EMAIL PROTECTED]> wrote:
Hi,
finally I ended my Person tutori
Hi,
finally I ended my Person tutorial, all tests run well but if I run mvn
jetty:run-war to try the form page I get a failure like this:
---
T E S T S
---
Running org.appfuse.tutorial.weba
hiugong.gwok wrote:
It should be either PersonDao or GenericDaoHibernate, but not
PersonDao.
That's right!
Thank you so much.
LuKe
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Vuoi fare business con la Cina? Videocorso pratico con utili suggerimenti
Benoit Moraillon wrote:
Have you registered your dao in applicationContext.xml as :
class="org.appfuse.dao.hibernate.GenericDaoHibernate">
?
Yes, I did.
LuKe
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Problemi di LiquiditÃ
Hi,
I'm new to appfuse and I'm studying the example in the Person tutorial.
I followed every instructions but I get an error in the PersonDaoTest
class. Eclipse gives me an error like this:
"The type PersonDao is not generic; it cannot be parameterized with
arguments "
If I try to run the te