]
Alexey Kazakov updated JBIDE-7596:
----------------------------------
Affects Version/s: 3.2.0.Beta2
(was: LATER)
Cannot generate entities properly with Seam Generate Entities command
----------------------------------------------------------------------
Key: JBIDE-7596
URL:
https://jira.jboss.org/browse/JBIDE-7596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Environment: JBDS 4.0.0.Beta2-201011130005N-H27, Seam2 in EAP 4.3 CP09 CR2
Reporter: Martin Gencur
Assignee: Alexey Kazakov
Attachments: JBDS-vehicleList.png
Steps to reproduce the bug:
1) Create New Seam Web Project
2) Reverse engineer entities from database (Person,Vehicle) from :
jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com:3306/seam3 (credential will be in private
comment)
3) deploy the application
4) Click the "Vehicle list" link at the top, now you can see the error in the
attached screenshot (javax.el.ELException: /VehicleList.xhtml @54,60
rendered="#{empty vehicleList.resultList}": Error reading 'resultList'
on type org.domain.newwarproject.session.VehicleList_$$_javassist_seam_9) - that's
because VehicleList really doesn't contain resultsList method
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: