Uhm.... Still having problems... Has someone really tested it with HsqlBD? The error now is:
2004-06-08 09:36:24,644 ERROR [org.jboss.nukes.component.Component.quotes] Cannot retrieve quotes javax.ejb.FinderException: Find failed: java.sql.SQLException: Column not found: PN_ID in statement [SELECT t0_s.pn_id, t0_s.pn_author, t0_s.pn_quote FROM NUKE_QUOTES t0_s ORDER BY t0_s.pn_author ASC, t0_s.pn_quote ASC] ... I think this kind of error shoud never happen since it seems that the DB structure doesn't reflect what the software is expecting... a column is missing PN_ID ... so, perhaps, HsqlDB install scripts are not up-to-date with latest software upgrade... but even EJB classes seems not to be preflectly up-to-date with the invoker since, trying to use the "quotes" section an error occurs: 2004-06-08 10:13:59,580 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.jboss.nukes.addons.modules.quotes.ejb.QuotesEJBLocal org.jboss.nukes.addons.modules.quotes.ejb.QuotesEJBLocalHome.create(java.lang.String,java.lang.String) throws javax.ejb.CreateException, causedBy: java.lang.IllegalArgumentException: object is not an instance of declaring class And, but I can only imagine, this error is not related with HsqlDB so even using MySQL I should get it... even using the "FAQ" module: 2004-06-08 10:17:08,526 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.jboss.nukes.addons.modules.faq.ejb.FaqCategoryEJBLocal org.jboss.nukes.addons.modules.faq.ejb.FaqCategoryEJBLocalHome.create(org.jboss.nukes.addons.modules.faq.ejb.FaqCategoryEJBLocal,java.lang.String,java.lang.String) throws javax.ejb.CreateException, causedBy: java.lang.IllegalArgumentException: object is not an instance of declaring class Then same kind of error... But the only thing I've done was compiling from the latest cvs snap-shot and following all web-installer instructions... Is there somebody using Nukes successfully with HsqlDB? and if so could he/she zip it's result and post it somewhere :-) ... this would really save time to many of us... I know there's the JBoss+Nukes+HsqlDB package in "downloads" but it is not shipped with many of the modules (quote, faq etc...) that I really need! ... and perhaps it is so bercause they are experimental and doesn't work properly? it's not a critic, I'm only asking since I can't figure out why... perhaps it' only the latest CVS commit that had some problems? If you can tell me something that can be usefull, you're welcome!!! Thanks again and sorry if you think my post silly... (and, sure, sorry for my english too) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837920#3837920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837920 ------------------------------------------------------- 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
