Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have managed to get the ROO shell in to a state where it is unusable. It seems as I have the same problem as in Why is Spring Roo giving me a "Member holding details required" error? but no help there.

When running the command:

controller all --package com.package

I get the following error message:

"Undo manage SRC_MAIN_WEBAPP/WEB-INF/i18n/application.properties java.lang.IllegalStateException: java.lang.IllegalArgumentException: Member details required"

I am using Ubuntu 11.04 and I first got the error with ROO version 1.1.2, but same error occurs when upgrading to ROO 1.1.5.

Any ideas of what is causing this error?

share|improve this question
Try performing a clean task with your Maven. It might help. :) – bhagyas Aug 17 '11 at 10:46

2 Answers

This is a known bug. Please see the links in the related possible duplicate question.

Why is Spring Roo giving me a "Member holding details required" error?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.