In my jboss\uninstallerData\Install.log
i found this line
com.zerog.ia.installer.Installer en jBoss2.0_pr4_BETA
I also found in my directory
jboss\bin
a group of files having <Mytablename>.rec name! I found a file
"mydatabasename.property" containing the following text:
#Hypersonic SQL database
#Tue Oct 17 14:45:56 MDT 2000
version=1.4
modified=yes
It's clear that hypersonic SQL is woking instead of mySQL. Why? Why I can
find one of my tables into the correct database while others were in
jboss\bin directory?
----- Original Message -----
From: "Daniel Schulze" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Tuesday, October 17, 2000 2:44 PM
Subject: Re: [jBoss-Dev] JBoss and MySql
> Marco,
>
> which version of jBoss do you use? (CVS build from ... or binary BETA...?)
> Sounds like a bug I ve fixed in cvs on Oct/11/2000.
>
> If you have a newer build, please contact me!
>
> \Daniel
>
>
> On Tuesday 17 October 2000 13:37, Marco Pappalardo wrote:
>
> > > 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.
>
>
>