Re: [JBoss-dev] more standardjboss-cmp.xml

2002-01-14 Thread Dave Smith

Hmm.. What version of the postgresql JDBC driver are you using. I am 
running the newest one and it seems to work here. I will do a little 
investigating.

Dain Sundstrom wrote:

 This doesn't work.  Postgres throws an exception Unknown Types on BIT.
 
 -dain
 
 
-Original Message-
From: Dave Smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 8:33 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] more standardjboss-cmp.xml


For postgresql the Boolean mapping is wrong. Should be

mapping
   java-typejava.lang.Boolean/java-type
   jdbc-typeBIT/jdbc-type
   sql-typeBOOLEAN/sql-type
/mapping


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


 



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] more standardjboss-cmp.xml

2002-01-14 Thread Dain Sundstrom

I'm using version 7.0-1.2

Andy suggest that I use SQL_TYPE BOOLEAN and JDBC-TYPE CHAR. I think that
would be cool, because you still end up with a boolean in the db. Does that
sound ok?

-dain



 -Original Message-
 From: Dave Smith [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 14, 2002 7:54 AM
 To: Dain Sundstrom
 Cc: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] more standardjboss-cmp.xml
 
 
 Hmm.. What version of the postgresql JDBC driver are you using. I am 
 running the newest one and it seems to work here. I will do a little 
 investigating.
 
 Dain Sundstrom wrote:
 
  This doesn't work.  Postgres throws an exception Unknown 
 Types on BIT.
  
  -dain
  
  
 -Original Message-
 From: Dave Smith [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 10, 2002 8:33 AM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] more standardjboss-cmp.xml
 
 
 For postgresql the Boolean mapping is wrong. Should be
 
 mapping
java-typejava.lang.Boolean/java-type
jdbc-typeBIT/jdbc-type
sql-typeBOOLEAN/sql-type
 /mapping
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
  
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] more standardjboss-cmp.xml

2002-01-13 Thread Dain Sundstrom

This doesn't work.  Postgres throws an exception Unknown Types on BIT.

-dain

 -Original Message-
 From: Dave Smith [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 10, 2002 8:33 AM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] more standardjboss-cmp.xml
 
 
 For postgresql the Boolean mapping is wrong. Should be
 
 mapping
java-typejava.lang.Boolean/java-type
jdbc-typeBIT/jdbc-type
sql-typeBOOLEAN/sql-type
 /mapping
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] more standardjboss-cmp.xml

2002-01-10 Thread Dave Smith

For postgresql the Boolean mapping is wrong. Should be

mapping
   java-typejava.lang.Boolean/java-type
   jdbc-typeBIT/jdbc-type
   sql-typeBOOLEAN/sql-type
/mapping


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development