Results 1 to 3 of 3

Thread: Roo 1.1.1 Unable to locate requested type

  1. #1

    Default Roo 1.1.1 Unable to locate requested type

    Switching from roo 1.1.0 ro 1.1.1
    the following error comes into consolle
    Unable to locate requested type'org.springframework.mail.MailSender'
    and sometimes
    Unable to locate requested type'com.google.appengine.api.datastore.Key'
    and it hangs.

    How is it possible?

  2. #2
    Join Date
    Jan 2011
    Posts
    17

    Default

    Same with " Unable to locate requested type'java.lang.String' ".
    Hard time...

  3. #3
    Join Date
    Jan 2011
    Posts
    17

    Default

    Every time you define a Collection property in a Roo entity, it leads to that kind of error. You might have a List<Key> or something like that in your code.
    If you want to manage a List property, here is the workaround : create your own aspectj file and put your property in it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •