I have the same problem.When I running "mvn appfuse:full-source" ,the problem is happen.So I change the pom.xml which in the root directory of project.
<dbunit.dataTypeFactoryName>org.dbunit.ext.oracle.OracleDataTypeFactory</dbunit.dataTypeFactoryName> <dbunit.schema>KSDSYSTEM</dbunit.schema> <!-- Make sure to capitalize the schema name --> <dbunit.operation.type>CLEAN_INSERT</dbunit.operation.type> <hibernate.dialect>org.hibernate.dialect.Oracle9Dialect</hibernate.dialect> <hibernate.show_sql>true</hibernate.show_sql> <jdbc.groupId>com.oracle</jdbc.groupId> <jdbc.artifactId>ojdbc14</jdbc.artifactId> <jdbc.version>10.2.0.2.0</jdbc.version> <jdbc.driverClassName>oracle.jdbc.OracleDriver</jdbc.driverClassName> <jdbc.url><![CDATA[jdbc:oracle:thin:@192.168.2.231:1521:ora92]]></jdbc.url> <jdbc.username>ksdsystem</jdbc.username> <jdbc.password>ksdsystem</jdbc.password> Running again.The problem still happen.So I search all directory of project.I found when I running "mvn appfuse:full-source" that will get one pom.xml which in target/appfuse-root/ from remote.This pom.xml still connect to mysql.I think this pom.xml why promble still happen. -- View this message in context: http://www.nabble.com/HOT-URGENT%3A-Installation-of-fresh-Appfuse-2.0.2-MVC-Modular-suddenly-gives-numerous-problems-tp19058133s2369p19062290.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]