Hi,
I have installed Jboss and made a simple CMP Bean.
Although It deploys fine on the server and it prompts that
the table has been created successfully I cant find it anywhere.
I suppose it gets created by default to the Hypersonic db that
comes with Jboss. Which database though? I run the HyperSonic
DB Manager from the JMX Console but I cant find my table.
(I havent entered any data yet).
I am new to CMP and J2EE in general. Could sb help?
Thanks
Petros
Christian Friedl - 10 Nov 2003 12:48 GMT
Try to connect to your hypersonic db to localhost on port 1701 with
username "sa" and password "". You should find your table there...
HTH,
Chriatian
> Hi,
>
[quoted text clipped - 13 lines]
>
> Petros
joe zobkiw - 11 Nov 2003 01:35 GMT
> Hi,
>
[quoted text clipped - 7 lines]
> DB Manager from the JMX Console but I cant find my table.
> (I havent entered any data yet).
In my development installation of JBoss, the default hypersonic db is
located at
{JBossRoot}/server/develop/data/hypersonic/default.*
You can look at the various files, default.script in particular, to
see the table creation and any insert statements for the database.
This can be very helpful in debugging.