Hi Cwiki users,
I noticed the instructions for adding another space, unfortunately this isn't
quite what I needed.
Here are some instuctions for creating a new instance of Xwiki in case you'd
like to keep two completly separate databases (i.e. searching one will not give
results for the other). I wasn't quite sure where to put this online.
1 Create a new instance of Xwiki
# Create a folder with the name of the new Xwiki (i.e. support) in the
tomcat/webapps folder)
# Extract the xwiki war file into this folder
# In the webinf/hibernate.cfg.xml file
* modify {code:xml} <property
name="connection.url">jdbc:mysql://localhost/xwiki</property> {code} replacing
xwiki with the name of the new database you wish to create
# create a new database with the same name as in the line above
# import the sample database located here
[http://www.xwiki.org/xwiki/bin/view/Main/XWikiDownload] into your new database
All set! Go to http://localhost/your_wiki_here/bin/view/Main/WebHome to check it
out.
Caution, you may wish to modify the index.html file to point to your url just in
case.
The important thing is that once you have given view rights to the Skin
you are using, you should log out and hit "CTRL-REFRESH" (on IE) or
"Shift-Reload" on Firefox to make sure the skin is setup right even on
the login page..
If this is the case you shouldn't get any problems after login..
Ludovic
Paul Dlug a écrit :
>On 7/8/05, Ludovic Dubost <ludovic(a)xwiki.com> wrote:
>
>
>>This is a known issue that if you make you wiki private you need to give
>>universal rights to the XWiki.MySkin page.
>>
>>Go to the MySkin page and use "More Actions" "Document Access Rights"
>>user: XWiki.XWikiGuest
>>groups: XWiki.XWikiAllGroup
>>allow: Allow
>>type: view
>>
>>
>
>That doesn't seem to fix the issue, now I'm getting rss.css instead of
>style.css.
>
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hi,
Thierry Grandsart is an intern working on ergonomics for XWiki. He has
been working on studying the different wikis and making some
recommandations on the XWiki interface.
We'd like to include you in giving us feedback about his proposals and
particpating in the discussion around them.
He has started publishing a first sketch of a new interface proposal for
XWiki at
http://www.xwiki.org/xwiki/bin/view/Dev/Ergonomics
Other proposals will follow and will be put up to discussion..
Don't hesitate to comment on the XWiki document or in the JIRA task at
http://jira.xwiki.org/jira/browse/XWIKI-109
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
Hi all,
I'd like to create a forms using XWiki and that my data may be stored into the
database.
Thus I try to create a XWiki Class.
First to test a small example, I just create a Class with the Class Editor
(XWiki/XWikiClasses). I've named my class Main.EssaiClass.
I keep the default configuration.
I added 2 string attributes to the class named "a" and "b".
XWiki.EssaiClass contains the following code :
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
XWiki.EssaiClassSheet :
1 Document $doc.name
## Change class name to your class name
#set($class = $doc.getObject("XWiki.EssaiClass").xWikiClass)
<table border="1" cellspacing="0" cellpadding="2">
#foreach($prop in $class.properties)
<tr><td> *${prop.prettyName}* </td>
<td>$doc.display($prop.getName())</td>
</tr>
#end
</table>
XWiki.EssaiClassTemplate :
#includeForm("XWiki.EssaiClassSheet")
Now I can see my class in the ClassEditor. However If Y create a new document
such as Main.TestDoc I can just see the title of the document. No form is
displayed :-(
Did I something wrong ?
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
Hi.
Is there any way to include user's comments into RSS feeds? If no - is
there an efficient way for authors to follow comments on their pages?
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Found a site which uses a nice PERL script to convert html > wiki for various
wiki syntax types. In principle I think it should be easy to modify this to
convert to XWiki syntax, I'll send the modified script when I have time unless
somes else would like to take a crack at it.
http://diberri.dyndns.org/html2wiki.html
It may also be pretty neat to use something simlliar to flow seamlessly from a
html editor to a simple text editor as in seedwiki
http://www.seedwiki.com/wiki/flight_gear/flight_gear.cfm?edit=yes&doc=fligh…
r&wiki=flight_gear&i=23
- Mark Lichman
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, July 12, 2005 2:35 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Wiki Syntax conversion
Not that I know off.. Actually I think for the basic syntax it's
probably easier to work off the MediaWiki syntax
Ludovic
Lichman, Mark Eugene a écrit :
> Ok, so I found a wiki > html parser for MediaWiki, is there a html >
> Xwiki parser?
>
>
> -----Original Message-----
> *From:* Hans Gerwitz [mailto:hans@phobia.com]
> *Sent:* Thursday, July 07, 2005 9:27 PM
> *To:* xwiki-users(a)objectweb.org
> *Subject:* Re: [xwiki-users] Wiki Syntax conversion
>
> I have it easy: SnipSnap's markup is almost identical. It's
> possible that I'll end up producing a generic regexp transformer
> that might be useful to other imports, though.
>
> I'm presently working (sporadically) on a Groovy script that
> parses a SnipSnap XML export into a XWiki space. I will certainly
> share code once I have something worth sharing. ;-)
> - - -
> Hans Gerwitz
> http://phobia.com/
>
>
>
> On Jul 7, 2005, at 1:21 PM, Ludovic Dubost wrote:
>
>
>>
>> Hi Mark,
>>
>> Unfortunately there is nothing yet in this area. I know there was
>> Hans Gerwitz who wanted to work on some importing facility from
>> SnipSnap.
>> It would be interesting to have some common code in this area.
>>
>> If anybody has some work in this area it would be great to share it.
>>
>> Ludovic
>>
>> Lichman, Mark Eugene a écrit :
>>
>>
>>
>>> Is there any conversion script to convert from one style of wiki
>>> syntax to
>>> another?
>>>
>>> I'm currently running a media wiki engine and would like to move
>>> all the content
>>> to Xwiki, unfortunately the wiki syntax is quite different, any
>>> help in this
>>> would be highly appreciated.
>>>
>>> Thanks,
>>>
>>> - Mark
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> xwiki-users(a)objectweb.org <mailto:xwiki-users@objectweb.org>
>>> mailing list.
>>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>>> For general help: mailto:sympa@objectweb.org?subject=help
>>> ObjectWeb mailing lists service home page:
>>> http://www.objectweb.org/wws
>>>
>>>
>>>
>>
>>
>> --
>> Ludovic Dubost
>> XPertNet: http://www.xpertnet.fr/
>> Blog: http://www.ludovic.org/blog/
>> XWiki: http://www.xwiki.com
>> Skype: ldubost AIM: nvludo Yahoo: ludovic
>>
>>
>>
>> --
>> You receive this message as a subscriber of the
>> xwiki-users(a)objectweb.org <mailto:xwiki-users@objectweb.org>
>> mailing list.
>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page:
>> http://www.objectweb.org/wws
>>
>>
>
>
> - - -
> Hans Gerwitz
> http://phobia.com/
>
>
>------------------------------------------------------------------------
>
>
>--
>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@objectweb.org?subject=help
>ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Right, never mind. Found it on
http://www.xwiki.com/xwiki/bin/view/Doc/HowDoIEmbedXwikiCodeAsText
I was missing the backslashes to display the variable.
- Mark
-----Original Message-----
From: Lichman, Mark Eugene
Sent: Tuesday, July 19, 2005 11:36 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Syntax for displaying code
How can all code be displayed without being interpereted?
I have tried the {code:xml} {code} tags with some success but, velocity script
still get's interpereted (I have tried documenting in my local wiki that the
line #set($showtoolbar = $xwiki.getWebPreferenceAsInt("showtoolbar",1) == 1 was
commented out from view.vm but, this line does not seem to get displayed in the
wiki at all}.
Thanks,
- Mark Lichman
How can all code be displayed without being interpereted?
I have tried the {code:xml} {code} tags with some success but, velocity script
still get's interpereted (I have tried documenting in my local wiki that the
line #set($showtoolbar = $xwiki.getWebPreferenceAsInt("showtoolbar",1) == 1 was
commented out from view.vm but, this line does not seem to get displayed in the
wiki at all}.
Thanks,
- Mark Lichman
Hi all, I am new to XWiki but already find it the best wiki around, even
compared to big ones such as MediaWiki and MoinMoin, which I have run
before. Congrats!
Well I have a couple quick questions:
- Is there any support (or plans) for XWiki farming? Such as
MediaWiki's feature to use a unique database with prefixed tables?
- Is it possible to change a XWiki's name (the folder under webapps)
after it is installed? How?
- I have messed with access rights and I find it powerful and complex,
but the interface is ankward to use. Also, in some circumstances, I
had to restart Tomcat to make access rights for new users work
correctly. Is that possible?
- What is the correct way to remove a group? Couldn't find that in the docs.
Thank you very much!
Matheus
---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/
Is there any way to create users in a batch? I'm facing the need to
create about 150 accounts at once, we have registration turned off
because we want control of the users and we want to choose their
WikiName's for them.
It would also be necessary to put them in groups as a batch also. Is
this problem as simple as just inserting rows directly into the
database or are there other things I need to take into consideration?
Thanks,
Paul
I've copied xwiki-users on this response as this is interesting for any
users..
Richard Akerman a écrit :
>When I try to see a diff of changes in ili2005.xwiki, I get
>
>Error number 13005 in 13: Error while making meta object diff of
>Main.WebHome between version 1.7 and version 1.6 Wrapped Exception:
>null
>
>Also often when I save in scilib.xwiki the save is successful, but it
>displays a lock error instead of the new page (works fine when I
>reload the page).
>
>
>
I fixed this.. there was an issue on our side
>Also:
>- how do I see referrers for ili2005.xwiki?
>
>
There are referers in the default toolbar.. They were deactivated in
yours.. I've put it back on only for admins of the wiki..
>- how do I see stats menu for ili2005.xwiki?
>
>
There was no published stats until I created this page:
http://www.xwiki.com/xwiki/bin/view/Admin/MyStats?wiki=XWiki.XWikiServerIli…http://www.xwiki.com/xwiki/bin/view/Admin/MyStats?wiki=XWiki.XWikiServerSci…
It allows a wiki owner to view the stats of his wiki.. It still needs
some improvement..
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
Would something like that work:
http://scilib.xwiki.com/xwiki/bin/view/Main/AllDocs
Concerning "edit", if you just go to edit it doesn't "save". You should
hit "cancel" though as it will release the lock.. A lock holds 30mn
unless you save or release it using cancel.
Ludovic
PS: I've copied xwiki-users(a)objectweb.org because I think this might be
interesting to all users.. These are small scriptlets people could be
working on. Once we are happy with one it could be put as a default page.
PS2: To subscribe to the users list:
http://forge.objectweb.org/project/memberlist.php?group_id=170
Richard Akerman a écrit :
>Is there any way to see all changed pages for XWiki?
>It would look something like e.g.
>
>http://www.libsuccess.org/index.php?title=Special:Recentchanges
>
>Also, if I go to edit a page but make no changes, does it still save
>it as an "edited" page?
>
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Ok, so I found a wiki > html parser for MediaWiki, is there a html > Xwiki
parser?
-----Original Message-----
From: Hans Gerwitz [mailto:hans@phobia.com]
Sent: Thursday, July 07, 2005 9:27 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Wiki Syntax conversion
I have it easy: SnipSnap's markup is almost identical. It's possible that I'll
end up producing a generic regexp transformer that might be useful to other
imports, though.
I'm presently working (sporadically) on a Groovy script that parses a SnipSnap
XML export into a XWiki space. I will certainly share code once I have
something worth sharing. ;-)
- - -
Hans Gerwitz
http://phobia.com/
On Jul 7, 2005, at 1:21 PM, Ludovic Dubost wrote:
Hi Mark,
Unfortunately there is nothing yet in this area. I know there was Hans Gerwitz
who wanted to work on some importing facility from SnipSnap.
It would be interesting to have some common code in this area.
If anybody has some work in this area it would be great to share it.
Ludovic
Lichman, Mark Eugene a écrit :
Is there any conversion script to convert from one style of wiki syntax to
another?
I'm currently running a media wiki engine and would like to move all the content
to Xwiki, unfortunately the wiki syntax is quite different, any help in this
would be highly appreciated.
Thanks,
- Mark
------------------------------------------------------------------------
--
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@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
--
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@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
- - -
Hans Gerwitz
<http://phobia.com/> http://phobia.com/
As yet, I heven't been able to recreate this. When I clean the content, the link
works properly. I'll try again when I have more time.
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Monday, July 11, 2005 3:11 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] inconsistent behavior of interwiki links
Hi Mark,
Can you provide an example content with some content that creates
multiple links
Ludovic
Lichman, Mark Eugene a écrit :
>Interwiki linking does not seem to have a consistent behavior (by interwiki
>linking I am refering to linking to a page within the same wiki)
>
>In some cases I have witnessed that a link to a page within the wikispace is
>recognized as an existing page, and in others Xwiki interperets the reference
as
>a request to create a new page with a different parent. This has made it
>possible to create multiple pages with the same name if they are created from
>different parent pages (again, this behavior is inconsistent, in some cases the
>link is recognized as an existing page).
>
>This behavior seems to have something to do with adding a table of contents and
>I have now consistently created multiple pages with the same name by adding a
>table of contents to the parent. If there is no table of contents interwiki
>links seem to be recognized correctly.
>
>I am adding table of contents using
>
>#toc ("1" "6" "true")
>
>Is there any solution to this?
>
>- Mark
>
>
>
>------------------------------------------------------------------------
>
>
>--
>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@objectweb.org?subject=help
>ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Interwiki linking does not seem to have a consistent behavior (by interwiki
linking I am refering to linking to a page within the same wiki)
In some cases I have witnessed that a link to a page within the wikispace is
recognized as an existing page, and in others Xwiki interperets the reference as
a request to create a new page with a different parent. This has made it
possible to create multiple pages with the same name if they are created from
different parent pages (again, this behavior is inconsistent, in some cases the
link is recognized as an existing page).
This behavior seems to have something to do with adding a table of contents and
I have now consistently created multiple pages with the same name by adding a
table of contents to the parent. If there is no table of contents interwiki
links seem to be recognized correctly.
I am adding table of contents using
#toc ("1" "6" "true")
Is there any solution to this?
- Mark
On Fri, Jul 08, 2005 at 06:43:06AM -0700, Ludovic Dubost wrote:
>
> Hi,
>
> You need to look for "en.js" in the htmlarea directory recursively and
> create a "pl.js" file.. either you just copy the english version or you
> translate in polish :)
> Ludovic
Well, this doesn't solve the problem, pl.js file is already present in xwiki
0.9.793....
Richard.
>
> Ryszard Lach a écrit :
>
> >htmlarea doesn't work with languages other than "registered" (I mean:
> >available by default), e.g.
> >
> >https://xwiki/xwiki/bin/edit/Main/WebHome?language=pl&xpage=htmlarea
> >
> >opens "regular" editor with html source, instead of WYSIWYG editor.
> >Changing 'pl' to 'en' in url opens HTML editor.
> >
> >How can I fix it?
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >
> >--
> >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@objectweb.org?subject=help
> >ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
>
>
> --
> Ludovic Dubost
> XPertNet: http://www.xpertnet.fr/
> Blog: http://www.ludovic.org/blog/
> XWiki: http://www.xwiki.com
> Skype: ldubost AIM: nvludo Yahoo: ludovic
>
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
I'm having an odd issue I can't seem to pin down. I change permissions
on the wiki so that you must be logged in to view anything. When a
user hits a page they get the login page, they enter their
username/password and instead of being directed back to the page they
were trying to view they get sent to the URL:
http://wiki.myhost.mydomain/xwiki/bin/skin/XWiki/MySkin/style.css
Any ideas or suggestions?
Thanks,
Paul
htmlarea doesn't work with languages other than "registered" (I mean:
available by default), e.g.
https://xwiki/xwiki/bin/edit/Main/WebHome?language=pl&xpage=htmlarea
opens "regular" editor with html source, instead of WYSIWYG editor.
Changing 'pl' to 'en' in url opens HTML editor.
How can I fix it?
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
On Wed, Jul 06, 2005 at 06:16:43AM -0700, Ludovic Dubost wrote:
>
> I fixed it.. some velocity escaping was need on this page
>
Thanks.
I already noticed, that it was for previous version of default database,
so I didn't found the soultion.
So, maybe someone will be so nice and tell me how can I add 'Edit as
HTML" position to pull-down menu? I see it on xwiki.org, but cannot see
on my xwiki installation.
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Is there any conversion script to convert from one style of wiki syntax to
another?
I'm currently running a media wiki engine and would like to move all the content
to Xwiki, unfortunately the wiki syntax is quite different, any help in this
would be highly appreciated.
Thanks,
- Mark
Hi.
I'd like to reorganize my knowledge base by moving some documents
between spaces. I've tried to do it mysql query updating:
xwikidoc: xwd_fullname,xwd_web,xwd_parent
xwikistatsdoc: xws_name
xwikiattachment:xwa_doc_id
but it seems it's not enough. Is it too complicated, or it will be ok if
I modify two or three additional tables? If it is possible - what tables
should I update too?
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Hi.
Is anybody able to write/read any non-latin1 documents in xwiki?
I'm trying with XWiki Version 0.9.793 and a new default database. I'v
changed default values to UTF-8 in:
WEB-INF/xwiki.cfg: xwiki.encoding
WEB-INF/web.xml: init param 'encoding' in 'Set Character Encoding'
filter
XWiki.Preferences -> Presentation: http-equiv meta header
Tomcat 4.1.30 is using JDK 1.4.2, running in locale en_US.
The behaviour is as follows:
1. I'm creating a new document, entering some non-latin1 chars.
2. I can preview, save and edit this document - all works fine
3. I'm restarting tomcat serving xwiki
4. I cannot display the created document - an exception occurs:
$msg.get("problemoccured")
$msg.get("detailedinformation"):
Error number 3202 in 3: Exception while reading document Sandbox.TestTopic1
Wrapped Exception: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.xpn.xwiki.doc.XWikiDocument.setArchive
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading document Sandbox.TestTopic1
Wrapped Exception: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.xpn.xwiki.doc.XWikiDocument.setArchive
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:638)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:123)
[...]
Wrapped Exception:
org.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.xpn.xwiki.doc.XWikiDocument.setArchive
at org.hibernate.tuple.PojoTuplizer.setPropertyValuesWithOptimizer(PojoTuplizer.java:203)
at org.hibernate.tuple.PojoTuplizer.setPropertyValues(PojoTuplizer.java:173)
at org.hibernate.persister.entity.BasicEntityPersister.setPropertyValues(BasicEntityPersister.java:2900)
at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:113)
at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:510)
[...]
Caused by: net.sf.cglib.beans.BulkBeanException: Lexical error at line 36, column 10. Encountered: "\u0142" (322), after : "@\n\n\nSandbox\nTestTopic1\n\nen\n0\nSandbox.WebHome\nXWiki.Admin\n1120562792127\n1120562808542\n1.2\n"
at com.xpn.xwiki.doc.XWikiDocument$$BulkBeanByCGLIB$$9e5f0943.setPropertyValues()
at org.hibernate.tuple.PojoTuplizer.setPropertyValuesWithOptimizer(PojoTuplizer.java:200)
... 63 more
Caused by: org.apache.commons.jrcs.rcs.TokenMgrError: Lexical error at line 36, column 10. Encountered: "\u0142" (322), after : "@\n\n\nSandbox\nTestTopic1\n\nen\n0\nSandbox.WebHome\nXWiki.Admin\n1120562792127\n1120562808542\n1.2\n"
at org.apache.commons.jrcs.rcs.ArchiveParserTokenManager.getNextToken(ArchiveParserTokenManager.java:800)
at org.apache.commons.jrcs.rcs.ArchiveParser.jj_consume_token(ArchiveParser.java:558)
at org.apache.commons.jrcs.rcs.ArchiveParser.text(ArchiveParser.java:429)
at org.apache.commons.jrcs.rcs.ArchiveParser.archive(ArchiveParser.java:102)
at org.apache.commons.jrcs.rcs.ArchiveParser.load(ArchiveParser.java:55)
at org.apache.commons.jrcs.rcs.Archive.(Archive.java:230)
at com.xpn.xwiki.doc.XWikiDocument.setArchive(XWikiDocument.java:475)
... 65 more
When I was using previous version of xwiki (probably with different settings)
all non-latin1 characters were converted into html-entities; If I copy-paste
such a document into this new installation - it looks like it should look, but
newly entered characters appear in database as proper utf-8 characters (which in
my opinion is fine - database is set to utf-8), and probably cannot be properly
read by rendering module.
Does anybody have an idea if I can reconfigure something to make it work?
TIA,
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Hi all
I have the following error when creating a blog message with xwiki
using UTF-8 encoding:
Error: document.forms.edit['XWiki.ArticleClass_0_title'] has no properties
Source File: http://cwinxwikiutf8:8080/xwiki/bin/inline/Main/PageName?parent=Main.WebHom…
Line: 107
I have search the mailing list and found a similar report on Thu, 14
Apr 2005 by Mathieu Peltier:
>btw, when I use the default form in the left menu to add a new in the blob, I
>get no form where to fill the news but only the field names (Title, Category,
>...) with the following javascript error:
>
>Inline script thread
>Error:
>name: TypeError
>message: Statement on line 4: Expression evaluated to null or undefined and
>is not convertible to Object:
>document.forms.edit["XWiki.ArticleClass_0_title"]
>Backtrace:
> Line 4 of inline#1 script in
>http://localhost:8080/xwiki/bin/inline/Main/PageName?parent=Main.WebHome&te…
> document.forms.edit["XWiki.ArticleClass_0_title"].value = title;
Does anybody has any clue on this?
Thanks.
Patrick Lee