[Modelj-user] Re: Setting up jboss & mysql
Status: Beta
Brought to you by:
tom_tessier
|
From: Neil E. <ne...@os...> - 2004-02-02 12:34:02
|
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, then this <mapping> <java-type>java.lang.String</java-type> <jdbc-type>VARCHAR</jdbc-type> <sql-type>BINARY</sql-type> </mapping> and got the same error again. Do I need to: regenerate the sample app? take the whole line out? take VARCHAR(255) out? take BINARY out? Looking for the plot, -Neil -- Neil Earnshaw Consultant Software Engineer Object Software Engineers Ltd ne...@os... Tel : 01747 850 676 Mbl : 07793 084 161 |