Hi,
i have been given a task that to customize User Registration, edit, view module[ available in http://localhost:8080/portal] with my requirement and then i have to deploy it on the jboss portal sever. For this i have downloaded the source code bundle and the start customize the code according to my reqirement.
Questions:
HSQL DB is the default database comes with jboss portal server Problems here is i could connect to HSQL DB but none of the tables are not shown PLease let me know is this given above URL is correct or wrong?.. if not please let me know the correct one Source Code taken from : jboss-portal-2.6.8.GA-src Portal server used : jboss-portal-2.6.5.SP1
1) Now i have to make connection to HSQL DB to find out the required tables and then i need to alter the table to add my columns with that tables . For this i have have used Quantum DB to acces the HSQL DB with follwing details.
following is the connection deatils
--------------------------------------------
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB</connection-url>
username = sa
password= " "