[JBoss-user] [Persistence CMP/JBoss] - Re: Error checking if entity exists

2005-02-01 Thread vmukkamala
You must not have provided your DataSource. JBoss is trying to find that table 
in the DefaultDS which by default HSQLDB and hence you see (org.hsqldb.jdbc.*). 

Kindly read the documentation on how to set up datasource to point to your db2 
8.0 server. 

VM

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3864662#3864662

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864662


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Error checking if entity exists

2004-06-11 Thread loubyansky
Try with auto-increment instead of autoincrement.

If it executes SELECT COUNT(*) then it's definitely not auto-increment.

The prim-key-class should still be java.lang.Object. It was working from the 
beginning. Check the spec for unknown pk.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838472#3838472

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838472


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Error checking if entity exists

2004-06-10 Thread loubyansky
Primary key class should be java.lang.Object.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838288#3838288

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838288


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Error checking if entity exists

2004-06-10 Thread littlewing68
When I set the primkey class as java.lang.Object, I obtain an NotSerializableException 
because Object is not serializable...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838311#3838311

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838311


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Error checking if entity exists

2004-06-10 Thread littlewing68
And when I set the @jboss.unknown-pk  as class=java.lang.Object
I have the same error than previously

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838312#3838312

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838312


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user