Hi!

I try to configure JBOSS-embedded Tomcat to use a
Cloudscape database.

For my CMP beans, i use in jaws.xml the tags:
<create-table>true</create-table>

When i deploy thw beans in InstantDB, no problem i
have the message:
[JAWS] Created table 'myTableName' successfully
But when i try with Coudscape that is running on
localhost:1098, I have NO MESSAGE !

So i try to debug, and with a simple bean-client, I
have the error:

javax.ejb.CreateException: Could not create
entity:java.sql.SQLException: Unable to create
PreparedStatement!
        at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
        at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
        at
sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(Unknown
Source)
        at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:248)
        at $Proxy0.create(Unknown Source)
        at
de.hyphony.buchHandler.Client_1.main(Client_1.java:23)



Thanks for the help
Joel


___________________________________________________________
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to