-
1. Re: Error build workbook examples with Mysql
pompa909 Mar 5, 2003 10:11 PM (in response to pompa909)I have the normal installation of mysql. I have not got the max distribution therefore I don't think got the ability for InnoDB.
Thanks at advanced.. i really need someone to help I have no Idea where to go after this. I just want to start my project but cannot do anything if this does not work.
POMPA -
2. Re: Error build workbook examples with Mysql
jkmuncy Mar 9, 2003 8:12 PM (in response to pompa909)Edit workbook/ex0x_x/src/resources/META-INF/jbosscmp-jdbc.xml
changing DefaultDS to your data source
and Hypersonic SQL to your datasource-mapping as found in
jboss-3.0.x/server/default/conf/standardjbosscmp-jdbc.xml
****************************************************
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jbosscmp-jdbc PUBLIC
"-//JBoss//DTD JBOSSCMP-JDBC 3.0//EN"
"http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd">
<jbosscmp-jdbc>
//java:/DefaultDS
java:/MySqlDS
//<datasource-mapping>Hypersonic SQL</datasource-mapping>
<datasource-mapping>mySQL</datasource-mapping>
<create-table>true</create-table>
<remove-table>true</remove-table>
...
hope that helps. -
3. Re: Error build workbook examples with Mysql
garciamonica Feb 13, 2005 10:45 PM (in response to pompa909)hi,
I could not help notice your last name, Pompa! This is a rare name.
My fathers name is Pompa, I wonder if you may know him?
Al Pompa
Thanks!
J