On Tuesday 17 October 2000 14:41, Marco Pappalardo wrote:
> In my jboss\uninstallerData\Install.log
> i found this line
> com.zerog.ia.installer.Installer en jBoss2.0_pr4_BETA
this would be a quite old version?!
You should try a newer one!
> 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?
Hypersonic is using the jboss/bin dir for its data, so what you see there is
the Hypersonic database (checkout the file <mydatabasename>.script).
On deploy jBoss uses the <datasource></datasource> that is specified in the
jaws.xml file of your ejb.jar. If there is no jaws.xml file he uses the
default datasource (should be the first registered one = Hypersonic).
Checkout a newer jBoss!
\Daniel