Re: [xwiki-users] Configuring JNDI data sourse

2008-04-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi! [EMAIL PROTECTED] wrote: > Hi, > > "Configure JNDI data store in application container, where you xwiki > instance is running." > How it should be done ? can any one help? > > Regards, > Project trainees. Have you picked up the statement up here from http://xwikisql.gradsoft.ua/doc

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread Aleksandar Vidakovic
To use JNDI you have to define a datasource (it seems that you haven't done this). The configuration of a datasource depends on which container you use. In your case (Jetty) go to http://docs.codehaus.org/display/JETTY/JNDI and see section "Configuring DataSources". Cheers, Aleks [EMAIL PROT

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread project_trainees
Hi, We are using XE 1.2.1 and Mysql 5.0. I configured hibernate.cfg.xml using the given code but it showing an error when pointing the browser to http://localhost:8181/xwiki/bin/view/main/webhome HTTP ERROR: 500 Error number 3 in 0: Could not initialize main XWiki context Wrapped Except

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread Aleksandar Vidakovic
Salut project trainees, I use XWiki 1.3 and changed the hibernate.cfg.xml like this: [config] http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> false true java:jdbc/XWikiDS org.hibernate.dialect.PostgreSQLDialect [/config]