[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-11-14 Thread komone
With Postgres you need to change other to oid. If you have no need for persistent ejb timers then the noop is ok, but if you do need them, then unfortunately, the default setting will throw a SQL exception on second boot complaining that the table timers already exists. /k1 View the

[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-10-26 Thread jotsetung
thanks a lot! in the future i will describe my problems better, promised! ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852728#3852728 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852728

[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-10-22 Thread jotsetung
but in the standardjbosscmp-jdbc.xml there is a type mapping for PostgreSQLand in the standardjaws too. i changed the java:DefaultDS to java:PostgresDS ... but what is this strange data type other? in the ejb-deployer.xml is written: | attribute name=CreateTableDDL | create

[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-10-22 Thread [EMAIL PROTECTED]
FAQ http://www.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase I just modified it, to hopefully make it more clear. There is also an FAQ on JBoss4 http://www.jboss.org/wiki/Wiki.jsp?page=JBoss4FAQ OFF TOPIC: You also need to learn to post relevent information (changed config files, error

[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-10-21 Thread beyarecords
Hi, the very issue you mention I had the same problem, still un-resolved yet, but here is a work around. The error is telling you that there is no datatype definition for psotgresql in the standardjbosscmp-jdbc.xml file, which there is not! Every other database but not postgresql. What I did is