[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool
gcowsar
do-not-reply at jboss.com
Mon Jul 17 12:14:25 EDT 2006
I made some progress.
After re-installing JBoss using the JEMS installer and Seam using a build from CVS I was able to run the tool and get the find and create pages served up.
My table has just 2 cols:
+----------+--------------+------+-----+---------+-------+
| | Field | Type | Null | Key | Default | Extra |
| +----------+--------------+------+-----+---------+-------+
| | lastname | varchar(50) | NO | PRI | | |
| | email | varchar(255) | YES | | NULL | |
| +----------+--------------+------+-----+---------+-------+
|
When I try to do a find I get no results and JBoss says:
09:02:30,122 INFO [Pages] no pages.xml file found
09:02:30,906 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
09:02:30,906 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
09:02:30,906 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
09:02:30,907 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
09:02:30,910 WARN [HtmlLabelRenderer] Unable to find component 'lastname' (calling findComponent on component '_id2:_id9')
09:02:30,914 WARN [HtmlLabelRenderer] Unable to find component 'email' (calling findComponent on component '_id2:_id10')
09:02:30,915 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11')
No exceptions but no results.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958521#3958521
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958521
More information about the jboss-user
mailing list