Hi!
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?
Please take all support questions to jboss-user. It makes it easier for other people to see solutions to common problems, and makes it easier for people who check archives for answers. This mailing list should only be used for development discussions regarding jBoss.
 
thanks,
  Rickard
 

Reply via email to