0 Replies Latest reply on Apr 10, 2003 7:32 AM by menza

    Pet Store w/ Cloudscape problem

    menza

      Hi, I followed the changes EHenne suggested in the thread and adapted it to cloudscape. I run into two different probs:
      When I try to enter the store, I get a populating exception:
      javax.ejb.EJBException: Internal error setting parameters for field userName; Ca
      usedByException is:
      error marshalling arguments; nested exception is:
      java.io.NotSerializableException: java.io.StringReader
      at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.setA
      rgumentParameters(JDBCAbstractCMPFieldBridge.java:297)

      And on deployment, JBoss has a problem creating the Credit Card Table:
      12:18:40,682 WARN [ServiceController] Problem starting service jboss.j2ee:jndiN
      ame=local/CreditCardEJB,service=EJB
      org.jboss.deployment.DeploymentException: Error while creating table; - nested t
      hrowable: (SQL Exception: Syntax error: Encountered ")" at line 1, column 160.)

      Any help appreciated.

      Alex