-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: StringIndexOutOfBoundsException wih MySql
PostPosted: Tue Aug 01, 2006 2:53 am 
Beginner
Beginner

Joined: Thu Jun 09, 2005 3:18 am
Posts: 34
Location: India
Hibernate version: 3.0

Mapping documents:

<property name="gender" column="MMBR_GNDR_CD" type="character"/>

In java the gender type is char.

I am not setting any value to this field.

When i try to load the object from database i am getting the following error

java.lang.StringIndexOutOfBoundsException: String index out of range: 0


Previously It has worked with DB2 database but the problem, when we are migrating to MySql with same code

Please any body can help rearding this

thanks in advance


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 01, 2006 2:02 pm 
Beginner
Beginner

Joined: Wed Jun 28, 2006 2:24 pm
Posts: 30
Location: Brazil
I guess you get this error when the column value is blank or null.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 01, 2006 2:19 pm 
Expert
Expert

Joined: Fri Aug 19, 2005 2:11 pm
Posts: 628
Location: Cincinnati
something is modifying a blank string that I'm guessing DB2 returned " " (a string with a bunch of spaces in it) and mysql returns "" or null. Something in your code

_________________
Chris

If you were at work doing this voluntarily, imagine what you'd want to see to answer a question.


Last edited by kochcp on Tue Aug 01, 2006 2:20 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 01, 2006 2:20 pm 
Expert
Expert

Joined: Fri Aug 19, 2005 2:11 pm
Posts: 628
Location: Cincinnati
whoops

_________________
Chris

If you were at work doing this voluntarily, imagine what you'd want to see to answer a question.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.