Re: [Modelj-user] Re: Setting up jboss & mysql
Status: Beta
Brought to you by:
tom_tessier
|
From: Neil E. <ne...@os...> - 2004-01-31 14:38:06
|
I changed this: <mapping> <java-type>java.lang.String</java-type> <jdbc-type>VARCHAR</jdbc-type> <sql-type>VARCHAR(255) BINARY</sql-type> </mapping> in $JBOSS_HOME/server/default/conf/standardjaws.xml to this <mapping> <java-type>java.lang.String</java-type> <jdbc-type>VARCHAR</jdbc-type> <sql-type>VARCHAR(255)</sql-type> </mapping> which didn't seem to change anything. Do I need to regenerate the sample app, or did you mean for me to take the whole line out or take VARCHAR(255) out? -Neil |