I have a downloaded version of xwiki which I am running on my local
machine. It was working fine, until for the past few days, whenever I
access the main page it is forcing me to login. What could have
triggered this? Please advise
Regards,
Mrudula
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Is it possible to use an HQL "delete" statement through $xwiki.search()
velocity method?
I have looked at the following page HYPERLINK
"http://www.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples"http://www
.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples but couldn't find the
answer.
Thanks,
jld.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.2/422 - Release Date: 17/08/2006
Hi,
One of my users wants to control the people that get edit access
to his area without coming to me each time. I figured the easiest method of
doing this would be:
a) Create a group XWiki.MyGroup
b) Give the controlling user "edit" or "admin" access to XWiki.MyGroup so he
can edit it
c) Set the ACL on the space so that XWiki.MyGroup has view and edit
permissions
a) Create a document that does a $xwiki.flushcache(), make it publicly
available, and put it in the group page so he can easily flush the cache
when updating.
The question is on (b). What permissions does the user need to that page in
order to add and delete users from the group?
Regards,
-Adrian
Hi XWiki users,
I have an xwiki installation on my server and have restricted all users so they have to log in to view any pages. I then added content using admin user. I then added my ordinary users and wanted to give them edit rights only (once they have logged in). I saw that all users are in the Xwiki.XwikiAllGroup and figured this would be a quick and simple way of achieving this (but I assumed that �admin� had God like rights!) so I changed the settings to:
Groups: Xwiki. XwikiAllGroup
Access Levels: edit
Users: Xwiki.Admin
Allow/Deny: Allow
>From the original:
Groups:
Access Levels: edit, admin, programming
Users: Xwiki.Admin
Allow/Deny: Allow
Now I have (very stupidly!) taken away the rights of the admin user! Is there any way I can run a Mysql script or SQL statement to add these rights back in for admin? Should I create a new group called AllNoAdminGroup and assign access levels to the ordinary users that way thus protecting the God like admin account?
Any help would be much appreciated because I have spent hours adding content as Admin and do not particularly want to reinstall and start again!
Thanks in advance for your help.
Best Regards,
Andy Jerrom.
Hi
how can I remove an event (entry) from the calendar?
By the way there is a bug here. When entering only the start date, the
calendar takes it as the end date of a recurring event starting today.
Thanks
Marc
http://mail-archive.objectweb.org/xwiki-users/2006-04/msg00133.html
I am using Version 0.9.840. I am new to xwiki but really like its potential. I haev worked through alot of issues but this one has me stumpped.
I saw the above posting and it describes a problem I have been having with FAQs and other Forms. It appears that when multiple people on the xwiki at one time and people are filling out FAQs or other forms they will fill out the form but when they hit save it somehow does not copy in the template?? The blank page is created but the form and what they typed in is lost. This is very frustrating to the users.
I also dupliated this problem by bringing up two browser windows both on the xwiki site. Then on one window I bring up my FAQ form. on the other window I bring up a page that has the $wiki.flushCache() command on it. Then I go back and finish typing in the form and save. the form is lost everytime.
I thought that my flushCache call somehow was causing the problem for everybody because it was on the main page. I had put it on the main page about a month ago when I had permissions problems and I forgot to remove it. When I removed the flushCache() I could not duplicate the problem from my end anymore. However the users still are creating blank pages somehow.
Is this issue resolved in another version of xwiki? What can I do to resolve this issue for my users?
Thanks,
Marty
Hello,
I'm trying to figure out the purpose of "parent" pages in XWiki. What
can they be used for? If I set access rights on a page, do they
trickle down to the child pages?
Thanks!
-jeff
I believe the top most parent pages can be used to create separate spaces
with different access-rights. For example you can create a parent space
'Docs', and make it public, and another space 'Private-Docs' (at the same
level as 'Docs') change its access rights and use it as a private space
among your group.
>
> - sushil
>
>
> No, access rights are not propagated from parents to children.
>
>
>
>
> Personally, I use parent pages as a navigation aid: I changed the
> > header template to show links to .. > great-grandparent > grandparent
> > > parent > current page - a bit like breadcrumbs. This is useful
> > in the absence of backlinks. I'm sure there are other uses too.
> >
> > Regards,
> > Robin.
> >
> > On 11/08/06, Jeff Ousley <jousley(a)gmail.com> wrote:
> > > Hello,
> > >
> > > I'm trying to figure out the purpose of "parent" pages in XWiki. What
> > > can they be used for? If I set access rights on a page, do they
> > > trickle down to the child pages?
> > >
> > > Thanks!
> > > -jeff
> > >
> > >
> > >
> > >
> > > --
> > > You receive this message as a subscriber of the
> > xwiki-users(a)objectweb.org mailing list.
> > > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > > For general help: mailto: sympa(a)objectweb.org?subject=help
> > > ObjectWeb mailing lists service home page:
> > http://www.objectweb.org/wws
> > >
> > >
> > >
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the
> > xwiki-users(a)objectweb.org mailing list.
> > To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
> >
>
>
> --
> Sushil Krishna Bajracharya
> Department of Informatics
> Bren School of ICS, UCI
>
--
Sushil Krishna Bajracharya
Department of Informatics
Bren School of ICS, UCI
Hi,
I am using XWiki 0.9.840 on JBoss 4.01 with MySQL latest.
I moved the DB from local to a remote database server and
adjusted the hibernate.cfg.xml and restarted.
Since this change, no pages can be loaded, and I get the
following *lots* of times in the server log (you will note that it is
infinitely recursive).
Q: How can I fix this?
-Adrian
2006-08-10 11:51:49,561 484270 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor6:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,563 484272 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor6:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,570 484279 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,572 484281 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:Main.default)
2006-08-10 11:51:49,557 484266 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,573 484282 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,576 484285 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,576 484285 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,578 484287 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,579 484288 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,580 484289 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,582 484291 INFO
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/xwiki]]
(TP-Processor6:) Velocity [info] Velocimacro : added new VM : #xwikiitem(
url msgname ) : source =
2006-08-10 11:51:49,595 484304 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,597 484306 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,598 484307 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,600 484309 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,602 484311 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,604 484313 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,613 484322 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,615 484324 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:Main.default)
Hi,
I am using XWiki 0.9.840 on JBoss 4.01 with MySQL latest.
I moved the DB from local to a remote database server and
adjusted the hibernate.cfg.xml and restarted.
Since this change, no pages can be loaded, and I get the
following *lots* of times in the server log (you will note that it is
infinitely recursive).
Q: How can I fix this?
-Adrian
2006-08-10 11:51:49,561 484270 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor6:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,563 484272 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor6:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,570 484279 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,572 484281 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:Main.default)
2006-08-10 11:51:49,557 484266 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,573 484282 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,576 484285 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,576 484285 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,578 484287 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,579 484288 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,580 484289 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,582 484291 INFO
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/xwiki]]
(TP-Processor6:) Velocity [info] Velocimacro : added new VM : #xwikiitem(
url msgname ) : source =
2006-08-10 11:51:49,595 484304 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,597 484306 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,598 484307 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:Main.WebPreferences)
2006-08-10 11:51:49,600 484309 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.XWikiPreferences)
2006-08-10 11:51:49,602 484311 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,604 484313 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor8:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,613 484322 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:XWiki.MySkin)
2006-08-10 11:51:49,615 484324 DEBUG
[com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache]
(TP-Processor1:) get called (key=xwiki:Main.default)
Hi all,
On xwiki.com I used to be able to get a SyndFeed object by using:
$xwiki.feed.getFeed($myURL)
This appears to no longer get evaluated, as if the getFeed method is
gone - see bottom of:
http://soal.xwiki.com/xwiki/bin/view/Sandbox/blah
Is this expected?
Cheers,
Robin.
Hi all,
Two questions relating to Radeox:
1. Users quite often ask what macros are available besides {table},
what params they take etc... I tried pointing them to the Radeox docs
but these don't seem to correlate with what is actually available in
XWiki: http://radeox.org/space/snipsnap-help . In particular the
{list-of-macros} macro looks handy, but it just returns null. Is this
something that is going to need to be documented from scratch for
XWiki?
2. I recently wrote up how to use Radeox's interwiki feature with
XWiki: http://www.xwiki.org/xwiki/bin/view/AdminGuide/Enabling+interwiki+links
.
It works great with Windows but I can't figure out where Radeox is
looking for conf/intermap.txt on my linux box. I've tried putting it
under the tomcat directory, the tomcat user's home directory,
WEB-INF/classes, WEB-INF/lib, etc... but my xwiki.log always reports:
java.io.FileNotFoundException: conf/intermap.txt (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at org.radeox.filter.interwiki.InterWiki.<init>(InterWiki.java:62)
at org.radeox.filter.interwiki.InterWiki.getInstance(InterWiki.java:47)
at com.xpn.xwiki.render.filter.XWikiLinkFilter.handleMatch(XWikiLinkFilter.java:167)
[...]
Any ideas?
Thanks,
Robin
Hi,
I would like to translate xwiki to german. The current translation is
not complete and sometimes wrong (or at least somewhat strange).
However, I am a bit lost: I do not know where to find the translation
files (or database entries?), how to change them (and where to transmit
my changes, if I get this right).
Can anyone give me a quick introduction?
I am using the development version 0.9.1252
Second, I also tried to enable some logging for xwiki.
I found various documents on the web pointing me to
WEB-INF/classes/log4j.properties. However, this file does not exist in
the development version.
Thanks,
Michael
--
Michael Redinger
Zentraler Informatikdienst (Central IT Services)
Universitaet Innsbruck
Technikerstrasse 13 Tel.: ++43 512 507 2335
6020 Innsbruck Fax.: ++43 512 507 2944
Austria Mail: Michael.Redinger(a)uibk.ac.at
BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D
http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc
By default My SQL limits it to 1MB and xWiki has a limit of 10MB.
If you want to change the defaults, you should change the settings.
Details are there in the install instructios.
________________________________
From: Duke Tantiprasut [mailto:duketantiprasut@gmail.com]
Sent: Saturday, August 05, 2006 12:05 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] file attachment size limit
Is there size limit for file attachments?
Duke
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Hi,
I tried to go to http://www.xwiki.org for few minutes.
But I saw the logo of xwiki.com and the message I didn't
have access right to see the document.
What's wrong here? Did I miss something?
Bye
Frank
--
Dipl. Inform. Frank Häfemeier <frank(a)haefemeier.net>
----------------------------------------------------
I have now got xwiki up and running with Postgresql (the binary version
not svn). I followed instructions to change the database definitions
from int2 to boolean for those fields that are really bits not ints
which I found through google.
I installed the sample data that comes with the ddl statements and
then I came to log on. But the default id (which if I read the docs
right is Admin pw admin) does not work. How do I find out which id
is defined and what its password it, or reset the default admin id
to something I know?
Looking through the file xwiki.pg.dml.sql very near the end there are
some test users, and one for Ludovic Dubost, but of course their
passwords are encrypted (or at least obscured). But there is no Admin
user.
Regards
David
Hi all -
I know I've seen this somewhere but where do you get a list of
registered wiki's for your username??
I need to delete one I just created and cannot find the feature to allow
this.
Also, cannot seem to add a new one to an existing user - I have to
create new users all the time which seems a bit unnecessary?
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
I am trying to install xwiki with postgresql 8.1. The binary version does not
work as it tries to set an int field with a boolean value (or was it the other
way around - I forget).
So I pulled the SVN version in case this had been fixed, and it would seem
that this problem no longer exists, but then I hit another problem, the
schema that the was with the binary version is not right. But in the SVN
version I can not find the new schema. Does anyone have it, or can it be
generated?
Regards
David
Hi.
Can I safely edit templates/viewheader.vm and remove 'isMultiLingual'
condition near inserting 'Edit as HTML' (edithtmlcontent) menu entry? I'd like to have
htmlarea and I don't need multilingual in my private xwiki.
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Hi all,
I've been playing around with the Dojo javascript toolkit recently. As
a little experiment, I put together a page that interacts with XWiki
objects using Ajax. I kept some notes of my experience so far and
thought they might be of interest to some of you:
http://soal.xwiki.com/xwiki/bin/view/Code/DojoInXWiki .
Cheers,
Robin.
Hi,
I'm glad to announce that xwiki.com has been upgraded with the latest
SVN version which includes major performance enhancements and is also
now setup as a Tomcat cluster.
The wikis that were transfered to the "pro" Java Virtual Machine are not
running in a cluster but their performance should be really good since
the load is limited.
The other wikis are running in cluster mode which should allow higher
availability with an automated JVM restart and load balancing over two
servers.
The performance enhancements are especially geared towards the
versioning system which was costing a lot of CPU especially due to
spamming which is creating hundreds of versions in XWiki documents all
over the wiki farm.
Now with the recent changes, reading and writing documents with hundreds
of version should be much more efficient.
Some areas still need improvements like saving a documents with a high
number of objets or listing all versions of a documents with a high
number of version (the default history page has been limited to 10
versions in order to reduce the load on the wiki farm).
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
I'm using:
<property name="hibernate.query.substitutions">true 1, false 0</property>
In my hibernate.cfg.xml successfully when running against an Oracle database (9iR2 or 10g2) and using XWiki version 0.9.840.
Maybe the behaviour is different in the PostgreSQL environment?
JT
-----Original Message-----
From: David Goodenough [mailto:david.goodenough@linkchoose.co.uk]
Sent: Thursday, 3 August 2006 7:22 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] SQL Schema problem
I tried this, but it does not seem to work. My hibernate.cfg.xml
reads:-
<property name="connection.url">jdbc:postgresql://localhost/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">50</property>
<property name="statement_cache.size">50</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property name="hibernate.query.substitutions">true 1, false 0</property>
The precise form of the last tag I got from Chapter 11 of the Hibernate doc at http://www.hibernate.org/hib_docs/reference/en/html/queryhql.html
but I get the error:-
column "xwp_unmodifiable" is of type smallint but expression is of type boolean
This is using the binary version 0.9.840.
Any further ideas?
David
On Wednesday 02 August 2006 22:22, Turner, John wrote:
> You can use the "hibernate.query.substitutions" option in your
> hibernate.cfg.xml configuration file to map boolean values to int
> values.
>
> JT
>
> -----Original Message-----
> From: David Goodenough [mailto:david.goodenough@linkchoose.co.uk]
> Sent: Thursday, 3 August 2006 4:53 AM
> To: xwiki-users(a)objectweb.org
> Subject: [xwiki-users] SQL Schema problem
>
> I am trying to install xwiki with postgresql 8.1. The binary version
> does not work as it tries to set an int field with a boolean value (or
> was it the other way around - I forget).
>
> So I pulled the SVN version in case this had been fixed, and it would
> seem that this problem no longer exists, but then I hit another
> problem, the schema that the was with the binary version is not right.
> But in the SVN version I can not find the new schema. Does anyone
> have it, or can it be generated?
>
> Regards
>
> David