Bugs item #567302, was opened at 2002-06-11 03:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=567302&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Mauro Migliardi (mmiglia)
>Assigned to: Dain Sundstrom (dsundstrom)
Summary: Error in mySQL config file

Initial Comment:
The java->sql type map for mySQL is incorrect.
The biggest value acceptable for a varchar is 255 while 
the config file has 256. This leads to failure for any 
create table sql statement.
Correct the file
{$JBOSS}/server/default/conf/standardjaws.xml
In the mySQL type mapping replace the 256 values with 
255.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=567302&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

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

Reply via email to