-
Found it!!!
We finally noticed that I missed the dependency for Spring. I first tried adding spring-jdbc to the classpath but that did not resolve it. But when I added spring.jar to my classpath and I no longer get this message.
So, it appears if you leave out Spring even though you are not using it, you will get the error message "No module found of type...
2009-11-10 16:13:10 UTC in Unitils
-
I notice that I am getting the message...
WARNING: Unable to create module database (org.unitils.database.DatabaseModule). This causes the module to be implicitly disabled. This is probably caused by a missing library. If you don't need this module, this warning can be avoided by explicitly disabling the module by setting the property unitils.module.database.enabled=false
in the console...
2009-11-05 14:33:41 UTC in Unitils
-
I'm using v2.4. Does this hold true for this version too? Also not using Maven does that matter?.
2009-11-05 13:19:25 UTC in Unitils
-
I am getting "No module found of type org.unitils.database.DatabaseModule" exception. I see my class which extends DbUnitModule in the Modules repository when I break point in following method but the "result" List is empty upon exiting.
(org.unitils.core.ModulesRepository)
public <T> List<T> getModulesOfType(Class<T> type) {...
2009-11-04 17:03:14 UTC in Unitils