2 Replies Latest reply on Jul 22, 2007 3:42 PM by schmod54

    wiki example seam 2.0.0.BETA1 / seam+richfaces boilerplate

      Hi, I'm a newbie to seam... I'm trying to run the wiki example from jboss-seam-2.0.0.BETA1\examples\wiki on jboss-4.2.0.GA. I followed the steps from README.txt, and I'm getting the following errors:

      20:25:19,953 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
      org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: File input/output error: java.io.IOException: The filename, directory name, or volume label syntax is incorrect)
       at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:179)
       at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:577)
      
      ...
      
      20:59:07,234 ERROR [JDBCExceptionReporter] Could not create connection; - nested throwable: (java.sql.SQLException: File input/output error: java.io.IOException: The filename, directory name, or volume label syntax is incorrect); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: File input/output error: java.io.IOException: The filename, directory name, or volume label syntax is incorrect))
      20:59:07,234 ERROR [SeamPhaseListener] uncaught exception
      javax.el.ELException: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
       at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:329)


      How can I fix this? I'm looking for a boilerplate to use seam+richfaces, and it seems that the wiki example does that... so any help fixing this error or pointing me at a working example that uses richfaces, I'd like to know. Thanks!