[xwiki-users] JNDI Configuration for Jetty 5.1.5

2008-05-24 Thread project_trainees
Hi, I am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a support for JNDI configuration of jetty 5.1.5 (Not jetty 6). Or is it same for both Jetty 5 jetty 6? Can any one help? Regards, Project trainees. Again, Now, I will tell my problem in detailed!! I have create a

[xwiki-users] JNDI Configuration for Jetty 5.1.5

2008-05-23 Thread project_trainees
Hi, I am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a support for JNDI configuration of jetty 5.1.5 (Not jetty 6). Regards, Project trainees. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] JNDI Configuration for Jetty 5.1.5

2008-05-23 Thread project_trainees
Hi, I am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a support for JNDI configuration of jetty 5.1.5 (Not jetty 6). Or is it same for both Jetty 5 jetty 6? Can any one help? Regards, Project trainees. ___ users mailing list

[xwiki-users] Exception during creation of datasource

2008-05-21 Thread project_trainees
Hi, I have to deal some external data in my XE 1.3.2. I am using Mysql 5.0 and Jetty 5.1.5. I followed this http://xwikisql.gradsoft.ua/docs/XWikiSqlPluginGuide.html and write the code ##receive database #set($mydb=$xwiki.sql.getDatabase(test)) #set($result=$mydb.executeUpdate(update student

Re: [xwiki-users] Import problem

2008-05-20 Thread project_trainees
Hi, Now it shows:- (I didn't change the XAR ) What should I do! 2008-05-20 15:54:08,968 [http://localhost:8181/xwiki/bin/import/XWiki/Import?act ion=getPackageInfosname=xwiki-enterprise-installer-windows-1.3.2.xarxpage=plai n_=] [P1-18] WARN web.XWikiAction - Uncaught

Re: [xwiki-users] Import problem

2008-05-20 Thread project_trainees
Hi Richard, I had an empty file in my XAR and that was the problem. Thank You very much. Regards, Project trainees. If you have an empty file in your XAR then delete that file (open in WinZip to do this) - I have known empty files in a XAR cause the errors below. Hope that helps.

[xwiki-users] Import problem

2008-05-19 Thread project_trainees
Hi, I attached a XAR file to upload and when I select the file to import, it doesn't shows any documents. But when I attached and selected a TODO application, it shows all documents of TODO. Why it is so? How can I import my XAR file? Can any one help? Regards, Project Trainees.

Re: [xwiki-users] Import problem

2008-05-19 Thread project_trainees
Hi, In the logs it shows :- 127.0.0.1 - - [19/May/2008:08:02:00 +] GET/xwiki/bin/import/XWiki/Import?action=getPackageInfosname=xwiki-enterprise-installer-windows-1.3.2.xarxpage=plain_= HTTP/1.1 200 8748 750 In the start console it shows:- 2008-05-19 13:34:53,687

Re: [xwiki-users] Import problem

2008-05-19 Thread project_trainees
On May 19, 2008, at 9:22 AM, [EMAIL PROTECTED] wrote: Hi, In the logs it shows :- 127.0.0.1 - - [19/May/2008:08:02:00 +] GET/xwiki/bin/import/XWiki/Import?action=getPackageInfosname=xwiki- enterprise-installer-windows-1.3.2.xarxpage=plain_= HTTP/1.1 200 8748 750 In the start

Re: [xwiki-users] Problem occured while trying to service a request

2008-05-14 Thread project_trainees
Vincent Massol wrote: Hi, This is a known issue, see http://jira.xwiki.org/jira/browse/ XWIKI-2339 for a solution to the problem. Thanks -Vincent On May 13, 2008, at 10:09 AM, [EMAIL PROTECTED] wrote: java.sql.BatchUpdateException: Packet for query is too large (1458818 1048576).

[xwiki-users] Programming Help

2008-05-14 Thread project_trainees
Hi, I have to deal some external data in xwiki. Is it require to connect xwiki with Mysql through Hibernate.cfg or Is it possible through program using velocity or groovy? Is velocity enough for transactions? One another Qn. a groovy code should be called by a velocity code? Thanks, Project

Re: [xwiki-users] Programming Help

2008-05-14 Thread project_trainees
Hi, Surely right, but as beginners which is better for us? And I put sql plugin in WEB-INF/lib directory and wrote the following code, it neither shows any error nor changed the table. ##receive database #set ($mydb=$xwiki.sql.getDatabase(test)) #set ($myname=prinsi) #set ($myid=876) #set

[xwiki-users] Just to clarify

2008-05-12 Thread project_trainees
Hi, Why using both velocity and Groovy in Xwiki? Regards, Project trainees. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] configuration problem

2008-05-11 Thread project_trainees
Hi, I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that I configured the hibernate.cfg and web.cfg but when i point my browser to http://localhost:8080//xwiki/bin/view/main/webhome ,it shows error. Where is my fault? can any one help? Hibernate configuration

[xwiki-users] configuration problem

2008-05-09 Thread project_trainees
Hi, I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that I configured the hibernate.cfg and web.cfg but it shows error. Where is my fault? can any one help? Hibernate configuration [config] ?xml version='1.0' encoding='utf-8'? !DOCTYPE

[xwiki-users] configuration problem

2008-05-09 Thread project_trainees
Hi, I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that I configured the hibernate.cfg and web.cfg but it shows error. Where is my fault? can any one help? Hibernate configuration [config] ?xml version='1.0' encoding='utf-8'? !DOCTYPE

[xwiki-users] upgrading an xwiki 1.2.1 to 1.3.2

2008-05-08 Thread project_trainees
Hi, I have to upgrade an xwiki installation, I exported the pages from old version and installed new stand alone version(it is fine) but there is no import tab in http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences. Anything wrong with me? regards, project trainees.

Re: [xwiki-users] upgrading an xwiki 1.2.1 to 1.3.2

2008-05-08 Thread project_trainees
Hi, Hi, I have to upgrade an xwiki installation, I exported the pages from old version and installed new stand alone version(it is fine) but there is no import tab in http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences. Anything wrong with me? Are you using a bundled skin

[xwiki-users] Import Tab

2008-05-08 Thread project_trainees
hi, In XE 1.3.2 where is the Import tab, can any one tell? Regards, project trainees. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Import Tab

2008-05-08 Thread project_trainees
If your screen size is 1024 x 768 or smaller, the tab doesn't show up on your screen. Try enlarging your browser or viewing it from a bigger monitor. Message: 3 Date: Thu, 8 May 2008 04:27:42 -0700 (PDT) From: [EMAIL PROTECTED] Subject: [xwiki-users] Import Tab To: users@xwiki.org Message-ID:

[xwiki-users] Issue when using foreign database

2008-04-10 Thread project_trainees
Hi, For a local database in mysql, we wrote this code, but neither give any error nor display the details. Where is my fault? #set ($mydb=$xwiki.sql.getDatabase('test')) table #foreach($row in $mydb.executeQuery( select Name, RNo from student) ) tr td

[xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread project_trainees
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. ___ users mailing list users@xwiki.org

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

Re: [xwiki-users] problem showing when login

2008-04-08 Thread project_trainees
Hi, Any error logs on the appserver side ? JV. On Tue, Apr 8, 2008 at 11:11 AM, [EMAIL PROTECTED] wrote: hi, We have installed XE 1.2.1, and we are trying to develop an intranet in our XWiki. Now a problem is occuring when login and the message showing is: A problem occured

Re: [xwiki-users] problem showing when login

2008-04-08 Thread project_trainees
Hi, Any error logs on the appserver side ? JV. On Tue, Apr 8, 2008 at 11:11 AM, [EMAIL PROTECTED] wrote: hi, We have installed XE 1.2.1, and we are trying to develop an intranet in our XWiki. Now a problem is occuring when login and the message showing is: A problem occured

[xwiki-users] Project students

2008-02-01 Thread project_trainees
;) Thank you for your immediate response ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Project students

2008-02-01 Thread project_trainees
We are doing Master of computer applications programme..and now as part of our curriculum we are doing a project work in xwiki.. We installed the Xwiki version “xwiki-enterprise-installer-windows-1.2-rc-3” . So please give clarifications to our problems. 1)How to create