Hi I just downloaded appfuse and started a spring modular application.  Going
through the Person tutorial everything has gone well except when I get to
PersonDaoTest class.  When I run mvn test-compile I am getting a bunch of
errors below.  Also if I try to import junit.framework.TestCase netbeans
cannot find the class.  In my POM spring 2.0.3 and junit 3.8.2 are listed as
dependency.  Any ideas??? 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[17,7] cannot access
org.springframework.test.AbstractTransactionalDataSour 
ceSpringContextTests 
file
org\springframework\test\AbstractTransactionalDataSourceSpringContextTests. 
class not found 
public class PersonDaoTest extends BaseDaoTestCase { 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[21,8] cannot find symbol 
symbol  : variable this 
location: class org.appfuse.tutorial.dao.PersonDaoTest 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[26,8] cannot find symbol 
symbol  : method assertTrue(boolean) 
location: class org.appfuse.tutorial.dao.PersonDaoTest 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[35,8] cannot find symbol 
symbol  : method flush() 
location: class org.appfuse.tutorial.dao.PersonDaoTest 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[39,8] cannot find symbol 
symbol  : method assertEquals(java.lang.String,java.lang.String) 
location: class org.appfuse.tutorial.dao.PersonDaoTest 

C:\workspace\aoapp\ao\core\src\main\java\org\appfuse\tutorial\dao\PersonDaoTest.
 
java:[40,8] cannot find symbol 
symbol  : method assertNotNull(java.lang.Long) 
location: class org.appfuse.tutorial.dao.PersonDaoTest

-- 
View this message in context: 
http://www.nabble.com/PersonDaoTest-tutorial-problem-compiling-tf3417293s2369.html#a9524050
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to