Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4331

CLONE -Broken build of Richfaces bundled with Seam

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • WFK 1.1.0
    • 4.3.0.GA_CP08, WFK 1.1.0
    • Build, RichFaces, Seam2, WFK
    • None
    • Richfaces 3.3.1.SP1

    • Release Notes

    Description

      1.) Create a new seam-gen project
      2.) Use "seam generate" to create CRUD pages for the following MySQL table:

      CREATE TABLE `Person` (
      `username` varchar(10) NOT NULL,
      `name` varchar(100) NOT NULL,
      `birthdate` date default NULL,
      `address` varchar(600) NOT NULL,
      PRIMARY KEY (`username`)
      ) ENGINE=InnoDB;

      3.) Deploy the application and go to "new person" page
      4.) The calendar component does not work (the calendar does not appear when you click on it)

      Note that the problem probably goes beyond seam-gen as Firebug print the following warning:

      unterminated string literal
      [Break on this error] }catch(H){LOG.warn("Exception: "H.Message"\n
      ui.pack.js (line 1039)

      Attachments

        Activity

          People

            dwalluck@redhat.com David Walluck
            rhn-engineering-jharting Jozef Hartinger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: