closed - improvement request raised

2010-05-06 Thread Thomas
I have now entered an improvement request in JIRA - or to be more precise I have added to and voted for existing request derby-4551.

Re: Table not found in Derby

2010-05-06 Thread Kristian Waagan
On 06.05.10 17:51, Abhijit Haldar wrote: Hi, I am getting some strange problem during derby setup in my machine.Yesterday I setup the derby DB in my machine,and create some table in default schema.Today morning I have checked with command "show tables;"But I have found the tables are not present

Table not found in Derby

2010-05-06 Thread Abhijit Haldar
Hi, I am getting some strange problem during derby setup in my machine.Yesterday I setup the derby DB in my machine,and create some table in default schema.Today morning I have checked with command "show tables;"But I have found the tables are not present which I created earlier. Please help me.

Re: Truncating CLOB error

2010-05-06 Thread Mark Thornton
On 06/05/2010 14:21, Kristian Waagan wrote: Hi Mark, Derby is only allowed to truncate whitespace. If it needs to truncate non-whitespace characters to make the value fit, it will throw an exception (not a warning). Ah, thanks. I seem to remember that some databases will truncate anything

Re: Truncating CLOB error

2010-05-06 Thread Kristian Waagan
Den 06.05.10 14:24, skrev Mark Thornton: On 06/05/2010 12:38, Marco Ferretti wrote: Hi some simple questions that could address the issue ( I am not familiar with that calendar system ) : are you using some ORM ? Did you check the table ? ( the size of the CLOB ) The ORM is Hibernate. I haven

Re: Truncating CLOB error

2010-05-06 Thread Kristian Waagan
On 06.05.10 15:04, Mark Thornton wrote: On 06/05/2010 13:52, Marco Ferretti wrote: *maybe* you are affected by this http://opensource.atlassian.com/projects/hibernate/browse/HHH-2614?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel Very likely, especially as Mike Douglass i

Re: Truncating CLOB error

2010-05-06 Thread Mark Thornton
On 06/05/2010 13:52, Marco Ferretti wrote: *maybe* you are affected by this http://opensource.atlassian.com/projects/hibernate/browse/HHH-2614?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel Very likely, especially as Mike Douglass is I believe one of the main developers o

Re: Truncating CLOB error

2010-05-06 Thread Marco Ferretti
*maybe* you are affected by this http://opensource.atlassian.com/projects/hibernate/browse/HHH-2614?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel On Thu, May 6, 2010 at 2:24 PM, Mark Thornton wrote: > On 06/05/2010 12:38, Marco Ferretti wrote: > > Hi > some simple question

Re: Truncating CLOB error

2010-05-06 Thread Mark Thornton
On 06/05/2010 12:38, Marco Ferretti wrote: Hi some simple questions that could address the issue ( I am not familiar with that calendar system ) : are you using some ORM ? Did you check the table ? ( the size of the CLOB ) The ORM is Hibernate. I haven't checked the table, but I presume tha

Re: Truncating CLOB error

2010-05-06 Thread Marco Ferretti
Hi some simple questions that could address the issue ( I am not familiar with that calendar system ) : are you using some ORM ? Did you check the table ? ( the size of the CLOB ) Marco On Thu, May 6, 2010 at 12:42 PM, Mark Thornton wrote: > Caused by: org.apache.derby.client.am.SqlException: Ja

Truncating CLOB error

2010-05-06 Thread Mark Thornton
Caused by: org.apache.derby.client.am.SqlException: Java exception: 'A truncatio n error was encountered trying to shrink CLOB '' to length 255.: o rg.apache.derby.iapi.services.io.DerbyIOException'. I am getting this when a user adds an event with more than 255 characters using the Bedework c