Hi there,<br><br>I was working to re-create the default example using MySql instead of Hypersonic database. I use netbeans 5.5.1, JDK 5, MySQL 5 and the Seam plugin.<br><br>After compile and successfully pluming everything, the sql execution throw me and error.
<br><br>12:35:05,546 INFO&nbsp; [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.<br>12:35:05,562 INFO&nbsp; [STDOUT] Hibernate: select jmstransac0_.TXID as TXID36_ from .jms_transactions jmstransac0_ limit ?
<br>12:35:08,546 INFO&nbsp; [STDOUT] Hibernate: select orderdetai0_.ORDERDETAILNUMBER as ORDERDET1_39_, orderdetai0_.ORDERNUMBER as ORDERNUM6_39_, orderdetai0_.PRODUCTCODE as PRODUCTC5_39_, orderdetai0_.QUANTITYORDERED as QUANTITY2_39_, orderdetai0_.PRICEEACH as PRICEEACH39_, orderdetai0_.ORDERLINENUMBER as ORDERLIN4_39_ from .orderdetails orderdetai0_ limit ?
<br>12:35:09,406 INFO&nbsp; [STDOUT] Hibernate: select count(*) as col_0_0_ from .orderdetails orderdetai0_<br>12:50:34,812 INFO&nbsp; [STDOUT] Hibernate: select productlin0_.PRODUCTLINE as PRODUCTL1_42_, productlin0_.TEXTDESCRIPTION as TEXTDESC2_42_, productlin0_.HTMLDESCRIPTION as HTMLDESC3_42_ from jbossdb..productlines productlin0_ limit ?
<br>12:50:34,812 WARN&nbsp; [JDBCExceptionReporter] SQL Error: 1064, SQLState: 42000<br>12:50:34,812 ERROR [JDBCExceptionReporter] Syntax error or access violation message from server: &quot;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;.productlines productlin0_ limit 25&#39; at line 1&quot;
<br>12:50:35,234 ERROR [STDERR] Jun 20, 2007 12:50:35 PM com.sun.facelets.FaceletViewHandler handleRenderException<br>SEVERE: Error Rendering View[/ProductlinesList.xhtml]<br>javax.faces.el.EvaluationException: /ProductlinesList.xhtml @49,65 rendered=&quot;#{empty 
productlinesList.resultList}&quot;: Exception getting value of property resultList of base of type : NewSeam.model.ProductlinesList_$$_javassist_51<br><br>the error happens because the double dot after the jboss name (jbossdb..productlines). When I generated entities the system add catlaog @Table(name = &quot;productlines&quot;, catalog = &quot;jbossdb&quot;)
<br><br>If I define catalog = &quot;&quot; everything is working &quot; from .productlines&quot;<br><br>I don&#39;t know if it is an error, bug or something else but I hope this information helps someone.<br><br>Damian.<br>