Antoine, I don't understand.
anonymous wrote :
| What I did, roughly :
| install from the bundled package
| check it works (nice !!!)
|
With the embedded Hypersonic or after changing to MySQL ?
anonymous wrote :
| suppressed all the tables with a sql script
|
With hypersonic you can simply drop /server/default/data
With mySQL do:
drop database jbossportal;
create database jbossportal;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056247#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...