0 Replies Latest reply on Oct 7, 2010 6:45 PM by sak.sirajka.hotmail.com

    Running Seam Workshop tutorial in Weblogic

    sak.sirajka.hotmail.com

      Hello, I am exploring Seam and after completing the Seam Workshop tutorial using JBOSS, I attempted to run it on Weblogic. After a few days of struggles, I am at a point where the list pages work correctly but when I click on View/Edit link, the corresponding detail page does not display the record - fields are all initialized - 0 or empty. Any suggestions would be appreciated.


      When I run the list page, server console displays


      Hibernate:
          select
              top ? orders0_.ORDERNUMBER as ORDERNUM1_19_,
              orders0_.COMMENTS as COMMENTS19_,
              orders0_.CUSTOMERNUMBER as CUSTOMER7_19_,
              orders0_.ORDERDATE as ORDERDATE19_,
              orders0_.REQUIREDDATE as REQUIRED4_19_,
              orders0_.SHIPPEDDATE as SHIPPEDD5_19_,
              orders0_.STATUS as STATUS19_
          from
              PUBLIC.ORDERS orders0_
      Hibernate:
          select
              top ? count(orders0_.ORDERNUMBER) as col_0_0_
          from
              PUBLIC.ORDERS orders0_
      



      No server console output when I click either View or Edit link.


      Thanks!