I try to make very simple new Roo project with only one entity, using Spring Data and MongoDB. This error occurs in the applicationContext-mongo.xml, which is generated by Roo, in the following line:
Please helpCode:<mongo:db-factory dbname="${mongo.name}" host="${mongo.host}" id="mongoDbFactory" password="${mongo.password}" port="${mongo.port}" username="${mongo.username}" />![]()


Reply With Quote