Re: [xwiki-users] Error while configuring ua.gradsoft.xwikisql.SqlPlugin

2008-04-18 Thread Ngo Thi Hong Nga
No, I'm running XE 1.3 with JDK 1.5. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Error while configuring ua.gradsoft.xwikisql.SqlPlugin

2008-04-18 Thread Vincent Massol
just seen Artem's email so please disregard mine... -Vincent On Apr 18, 2008, at 7:55 PM, Vincent Massol wrote: > Hi, > > This means you're trying to run XWiki 1.3 with a JDK 1.4 or lower. You > need at least 1.5. > > -Vincent > > On Apr 18, 2008, at 6:10 PM, Ngo Thi Hong Nga wrote: > >> Hi, I'm

Re: [xwiki-users] Error while configuring ua.gradsoft.xwikisql.SqlPlugin

2008-04-18 Thread Vincent Massol
Hi, This means you're trying to run XWiki 1.3 with a JDK 1.4 or lower. You need at least 1.5. -Vincent On Apr 18, 2008, at 6:10 PM, Ngo Thi Hong Nga wrote: > Hi, I'm using XE 1.3 with xwiki-plugin-sql-1.3.jar. I put the jar in > WEB-INF\lib, append ua.gradsoft.xwikisql.SqlPlugin to xwiki.cfg

Re: [xwiki-users] Error while configuring ua.gradsoft.xwikisql.SqlPlugin

2008-04-18 Thread Ngo Thi Hong Nga
I compiled with JDK 1.5. I add a resource declaration in Tomcat 5.5. Here is the content of conf/context.xml WEB-INF/web.xml I create a document with some code: #set ($mydb=$xwiki.sql.getDabase("MobileDB")) #foreach($row in $mydb.executeQuery("select id, name from

Re: [xwiki-users] Error while configuring ua.gradsoft.xwikisql.SqlPlugin

2008-04-18 Thread rssh
On Fri, 18 Apr 2008 23:10:25 +0700, Ngo Thi Hong Nga wrote > Hi, I'm using XE 1.3 with xwiki-plugin-sql-1.3.jar. I put the jar in > WEB-INF\lib, append ua.gradsoft.xwikisql.SqlPlugin to xwiki.cfg and restart > Tomcat. > When I run XWiki, the following error is thrown: > > *exception* > It's beco