Search:

Type: Posts; User: samoussa; Keyword(s):

Search: Search took 0.02 seconds.

  1. I found my problem. I had a lurking import of...

    I found my problem. I had a lurking import of java.sql.Date instead of java.util.Date. What appears to be the case is that the default date property editor >= spring 3.1.x will no longer support...
  2. Dates are broken in controller methods after upgrading from 3.0.6 to 3.2

    This was working in 3.0.6 but in 3.2.1 the date is no longer loaded into trackingDto and is null. I have verified that it is still coming in on the web request (in the format 'yyyy-MM-dd'):

    In...
  3. Hi, all - I created my project with Roo 1.1.1...

    Hi, all - I created my project with Roo 1.1.1 last month and my web.xml was created with the improper ordering so it doesn't look like it's made it into a release yet. Thanks for the post though -...
  4. Here's what my problem was: I was submitting from...

    Here's what my problem was: I was submitting from a form and the form action url was "/admin/edit" but my @RequestMapping was "/admin/edit/". I added the trailing slash and everything was peachy.
    ...
  5. Getting 403 error on form submission - no BaseController Handler

    I am attempting to submit a non-entity DTO pojo from my form to the following @Controller:



    @RooWebScaffold(path = "admin", formBackingObject = Carrier.class)
    @RequestMapping("/admin")...
  6. Replies
    3
    Views
    646

    Using 1.1.1 release - Yes, I'd love to try the...

    Using 1.1.1 release - Yes, I'd love to try the latest from git. Can you point me to a starting point for instructions for that?
  7. Replies
    3
    Views
    646

    finder add not generating ITD

    I have an entity Users and i want to generate a new finder on it. I successfully list all the finders for the entity (there are many). I then successfully run the finder add command:

    finder add...
  8. Replies
    6
    Views
    1,067

    I found my problem - I imported my mysql schema...

    I found my problem - I imported my mysql schema to my local dev box prior to running dbre. There was one of the 188 tables that didn't make it in. The partial entity was dependent on that missing...
  9. dbre on macosx and mysql - case sensitivity problems

    I'm running roo 1.1.1 release on macosx snow leopard and mysql 5.5.8 and my database reverse engineer is failing due to the way mysql handles case. I have a schema with CamelCase table names but the...
  10. Replies
    6
    Views
    1,067

    OK, thx. While I put that together would it be...

    OK, thx. While I put that together would it be worth a try to shut down roo and attempt to create the missing ITD's by hand and then restart? Would that fool roo into thinking it had generated the...
  11. Replies
    6
    Views
    1,067

    There are many fields in the table including...

    There are many fields in the table including primary key, 4 FK's to other tables and approx 20 other fields. In the entity ITD there is only the PK field and crud methods - no version. Same for all...
  12. Replies
    6
    Views
    1,067

    DBRE leaving out _DbManaged and _ToString

    Hi, I ran DBRE against a live mysql db with approximately 100 tables. I now have all the entities in their ITD managed forms - but one entity, call it Automobile didn't get an...
Results 1 to 12 of 12