yes, if you are downloading the hsqldb version of it. there is always going to be a little setup required if you are using mysql b/c you have to create the database and the appropriate user.
most of the modules being "offically" released have been converted to "pure" cmp so that ppl don't need to run ddl scripts to setup tables. the only outstanding issue from having everything "pure" cmp is there is no way to create an unique constraint on a column (but that can be overcome (i think, need to test) by specifying an "alter table" command in the post-table-create tag in xdoclet). once that's done, ppl should be able to download binaries and drop them right in. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838190#3838190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838190 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
