Sakari Isoniemi [
http://community.jboss.org/people/isonisak] created the discussion
"Re: using Cloudscape/Derby as Datasource"
To view the discussion, visit:
http://community.jboss.org/message/578209#578209
--------------------------------------------------------------
Hello,
This problem is solved in my case.
The Derby was in separate process (JVM) so in seam-gen databse driver
must be given as 'org.apache.derby.jdbc.ClientDriver' and
hibernate.connection.dataSource_class=org.apache.derby.jdbc.ClientDataSource
Now the application works with other tables but not with table Component, because it is
reserved for Seam, JSF ?
The name of this table must be changed.
Good articles relatde to JBoss Derby configurations are
http://alistairisrael.wordpress.com/2009/03/31/creating-derby-datasource-...
http://www.coderanch.com/t/217343/ORM/java/help-configuring-Jboss-EJB-Der...
http://beatgates.blogspot.com/2009/04/run-glassfish-v2-ejb3-example-on-jb...
http://sites.google.com/site/olivabianco/java-blog/jbossderbyhowtoconfigure
Remember this EmbeddedDriver vs. ClientDriver matter. ( See from Derby docs)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/578209#578209]
Start a new discussion in IronJacamar at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]