hi.
i'm a new user to hibernate and there are two things i miss, so i thought maybe someone around here will know what to do so solve it..
(1) i'm using the eclipse ide and i downloaded the hibernate plugin but when i try to open the hibernate console i get this error prompt saying:
Quote:
problems opening perspective
'org.hibernate.eclipse.console.HibernateConsolePerspective'
and in the eclipse log file i also see this:
Quote:
!MESSAGE An error occurred while automatically activating bundle org.hibernate.eclipse.console (778).
!STACK 0
org.osgi.framework.BundleException: The activator org.hibernate.eclipse.console.HibernateConsolePlugin for bundle org.hibernate.eclipse.console is invalid
.....
Caused by: java.lang.NoClassDefFoundError: org/hibernate/eclipse/logging/PluginLogger
i'm using JBossIDE for eclipse version 2.0.0 Beta2 and i have no idea which version of hibernate i'm using.. it came with the jboss as.
any idea of how to solve this?
(2) and this may have something to do with the first problem... how can i see my database?
i'm working on a seam project and i want to see the data stored in the application.
i need something like the query browser in mysql or the phpmyadmin..
do i have that in the hibernate console?
the database in use is the default of jboss as: hsqldb.
thanks a lot.