I'm not sure about the particulars of either the hibernate tool or the
WTP database explorer.  I personally use another tool called
DbVisualizer available from http://www.minq.se/products/dbvis/ .

In DbVis I set up my jdbc driver to be the HSQLDB embedded.  Then for
the jdbc url, I use the file protocol like so:
jdbc:hsqldb:file:/path/to/the/database/files/
sail_database;shutdown=true

It should be the exact same url as what's in your settings.xml file
for maven.  See
http://www.telscenter.org/confluence/display/SAIL/Getting+started+with+Java+portal+development#GettingstartedwithJavaportaldevelopment-Step4

I am able to browse the database with all the data intact, make
queries and everything.  I would think the WTP db explorer should be
able to do the same.

Cynick

On Feb 25, 7:40 pm, "Anthony Perritano" <[EMAIL PROTECTED]> wrote:
> cynick, how do i do queries aganist the hssqldb that we are using? i
> downloaded the hibernate tool, but i didn't find any help with that. the WTP
> has a database explorer view. it just gives tables. no data.
>
> -TOny


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to