Did check this and confirmed that I did "default" installation.  Uninstalled 
and reinstalled using EJB3 option.  This allowed seam gen to create project and 
deploy it.  It created a login page, but when I did the seam generate-entities, 
it created new classes for accessing the tables, but upon restarting the 
server, I get an error during startup of
10:25:57,996 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:ear=seam_queuedb.ear,unitName=seam_queuedb
  State: FAILED
  Reason: javax.persistence.PersistenceException: 
org.hibernate.HibernateException: Wrong column type: NEXT_ENTRY, expected: 
tinyblob
  I Depend On:
    jboss.jca:service=DataSourceBinding,name=seam_queuedbDatasource

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:ear=seam_queuedb.ear,unitName=seam_queuedb
  State: FAILED
  Reason: javax.persistence.PersistenceException: 
org.hibernate.HibernateException: Wrong column type: NEXT_ENTRY, expected: 
tinyblob
  I Depend On:
    jboss.jca:service=DataSourceBinding,name=seam_queuedbDatasource


And in the browser, 
Cannot get value for expression '#{queueList.firstResult}'

How do I "fix" this?  For this to be useful, it should handle these automatic 
generation things correctly.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090683#4090683

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090683
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to