[xwiki-users] Cannot undeploy in JBoss

2007-11-09 Thread pentaho
Hi When I build the xwiki 1.1 branch myself, I cannot undeploy or shutdown JBoss normally anymore. This does noty happen if I use a binary download. Any idea what might be wrong? Thanks. 15:00:27,254 ERROR [STDERR] 03:00:27.254 WARN - Invalid feed URL: 15:00:41,878 INFO [Server] Runtime

Re: [xwiki-users] Cannot undeploy in JBoss

2007-11-09 Thread Vincent Massol
Not sure but what I know is that in 1.1 branch we have an issue with the Lucene plugin since we don't have a shutdown hook for it so when you stop XWiki there might be the Lucene index thread which isn't stopped. Could this be it? Now there seems to be some AWT related issue in the stack

[xwiki-users] Xwiki without exo?

2007-11-09 Thread david bessire
Hello. Attempting to install Xwiki in a Websphere / SQLServer environment. Websphere supports only Java1.4.2, but exo apparently requires Java 1.5. Even with xwiki.exo=0 in xwiki.cfg, i still get the exception: java.lang.UnsupportedClassVersionError: org/exoplatform/container/

Re: [xwiki-users] SQL files

2007-11-09 Thread Thomas Mortagne
Hi David, All tables are created automatically, you just need to create the correct empty shema/database (by default xwiki). 2007/11/9, david bessire [EMAIL PROTECTED]: A second question: according to hibernate.cfg.xml, database objects (tables) will be created automatically, at least for

Re: [xwiki-users] SQL files

2007-11-09 Thread pentaho
Hi David, All tables are created automatically, you just need to create the correct empty shema/database (by default xwiki). For MSSQL to work I had to create my own xwiki.hbm.xml, the default one didn't work. Cheers, Tobias ___ users mailing list

Re: [xwiki-users] SQL files

2007-11-09 Thread Vincent Massol
On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote: Hi David, All tables are created automatically, you just need to create the correct empty shema/database (by default xwiki). For MSSQL to work I had to create my own xwiki.hbm.xml, the default one didn't work. would be nice if you

Re: [xwiki-users] SQL files

2007-11-09 Thread pentaho
On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote: Hi David, All tables are created automatically, you just need to create the correct empty shema/database (by default xwiki). For MSSQL to work I had to create my own xwiki.hbm.xml, the default one didn't work. would be nice if you

Re: [xwiki-users] SQL files

2007-11-09 Thread Vincent Massol
On Nov 9, 2007, at 6:09 PM, [EMAIL PROTECTED] wrote: On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote: Hi David, All tables are created automatically, you just need to create the correct empty shema/database (by default xwiki). For MSSQL to work I had to create my own xwiki.hbm.xml,

Re: [xwiki-users] SQL files

2007-11-09 Thread pentaho
What would be nice is if you could edit the installation page and add instructions to set up MSSQL (same as what exists for other DBs). You could attach you hibernate file to the page (as it's done for some DBs too). Later on we could commit in xwiki when others have tested it works fine