Hi all,
I updated my application in order to use MySql test database instead of the original InstantDb one I used.
I inserted new MLET tag for the new source in jboss.conf, and inserted driver name in jboss.properties file.
I also added new tags for a new connection pool in jboss.jcml and jboss.conf files.
I modified my Jaws file as following:
 
    <?xml version="1.0" encoding="Cp1252"?>
    <jaws>
        <datasource>mySQL</datasource>
        <type-mapping>Hypersonic SQL</type-mapping>
        ....
JBoss correctly deploys my jar but I can't find the tables. Jboss said it's not possible to delete some table (that must be deleted while undeployng) and it says every time that "XXXXXX table exists" while it doesn't! I can find only one table in the specified database.
Even I used
 <type-mapping>mySQL</type-mapping>
too, I had same results and during the deploying Jboss said it caught a lot of NPE exception in CMP beans.
 
Why I have these results? What must I do to figure out this situation?
 
Thanks a lot,
 
Marco Pappalardo
Ergotech System Inc.
 

Reply via email to