Results 1 to 2 of 2

Thread: NullPointerException

  1. #1

    Default NullPointerException

    This is with Roo 1.1.1

    I am getting this error after modifying some files

    [FelixDispatchQueue] NullPointerException at org.springframework.roo.addon.web.m
    vc.controller.WebScaffoldMetadata.getDatePatterns( WebScaffoldMetadata.java:1231)

    fm

  2. #2

    Default more details.

    @RooEntity(identifierField = "user_id", identifierColumn = "user_id", table = "an_user", catalog = "an", finders = { "findAnUsersByEmail" }, versionField = "")

    produces the error.

    Removing the versionField = "" does not produce any error.

    Any comments from Spring Roo committers?

Tags for this Thread

Posting Permissions

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