RE: Urgent issue : OJB_HL_SEQ not valid for operation

2006-03-21 Thread Charles Anthony
[mailto:[EMAIL PROTECTED] Sent: 21 March 2006 12:32 To: [EMAIL PROTECTED]; ojb-user@db.apache.org Subject: Urgent issue : OJB_HL_SEQ not valid for operation Hi, ojb can't generate a sequence number for insert !!! i got this msg error whene deploying the war under AS400 and Websphere 6.0 : SQL

Urgent issue : OJB_HL_SEQ not valid for operation

2006-03-21 Thread ABOU LINA
sequence name fieldName=deprecatedColumn], object was [EMAIL PROTECTED] - default sequence name,fieldName=deprecatedColumn,grabSize=5,version=1,maxKey=10005,currentKey=1], exception message is [[SQL7008] Table OJB_HL_SEQ for DB2ADMIN *not valid for operation*], SQL code [55019] thx

Re: OJB_HL_SEQ

2006-01-21 Thread Dennis Bekkering
I had the same problem and fixed it by removing field-descriptor name=name column=FIELDNAME jdbc-type=VARCHAR primarykey=true / from class-descriptor class=org.apache.ojb.broker.util.sequence.HighLowSequence table=ojb_hl_seq

OJB_HL_SEQ

2006-01-20 Thread Rick Roman
) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) I think I need to do the operation described in the release notes: * Internal used OJB_HL_SEQ table changed. Remove of deprecated column. If the SequenceManagerHighLowImpl was used and problems occur after upgrade, please drop

RE: OJB_HL_SEQ

2006-01-20 Thread DiCorpo, Phillip
Look at src/schema/ojbcore-schema.xml You can use torque to generate the SQL. -Original Message- From: Rick Roman [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 5:07 PM To: OJB Users List Subject: OJB_HL_SEQ After upgrading to ojb-1.0.4 I am getting an error

Re: OJB_HL_SEQ

2006-01-20 Thread Armin Waibel
Source) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) I think I need to do the operation described in the release notes: * Internal used OJB_HL_SEQ table changed. Remove of deprecated column. If the SequenceManagerHighLowImpl was used and problems occur after

problems OJB_HL_SEQ

2005-11-22 Thread Hans Novak
Hi, i'm a beginner with ojb. I hade in the past an Debian Sarge with MYSQL Sserver, what is working fine with my java app. Now we had change the server to an ubuntu system.The Java app has not been changegd, but i get errors like shown below. The interesting thing is thefieldname and this

RE: ojb_hl_seq table doesn't exist

2003-02-20 Thread luis barreiro
el: miƩrcoles 19 de febrero de 2003 19:42 Para: OJB Users List Asunto: ojb_hl_seq table doesn't exist Hi i have this error: General error: Table 'ibercamera.ojb_hl_seq' doesn't exist dbname = ibercamera what are happend with ojb?? thanks Ferran Parra Departament de Noves Tecnologies MUBIMEDIA S.L

Re: ojb_hl_seq table doesn't exist

2003-02-20 Thread Ferran Parra
Thanks all, Thomas, casterx, Mark and luis, now have a tables in my mysql and run, thanks. - Original Message - From: luis barreiro [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 8:36 AM Subject: RE: ojb_hl_seq table doesn't exist Have you

Re: ojb_hl_seq table doesn't exist

2003-02-19 Thread Thomas Mahler
See here for an explanation of the OJB internal tables: http://db.apache.org/ojb/platforms.html cheers, Thomas Ferran Parra wrote: Hi i have this error: General error: Table 'ibercamera.ojb_hl_seq' doesn't exist dbname = ibercamera what are happend with ojb?? thanks Ferran Parra Departament

RE: ojb_hl_seq table doesn't exist

2003-02-19 Thread Mark H
Just in case it's any use to beginners like myself here's some SQL to create the tables needed with a mySQL database (OJB_HL_SEQ is the only table needed for Persistant Broker, single VM) CREATE TABLE ojb_hl_seq ( TABLENAME varchar(175) NOT NULL default '', FIELDNAME varchar(70) NOT NULL