Hello everyone,
I've been having problems with attachment
deletion. Basically, xwiki allows me to "delete" the attachment, but
the attachment link that displays the file name doesn't get deleted.
More
specifically, after I delete the attachment, the file disappears, so it
seems it gets deleted correctly. However, if I refresh the page, the
attachment link reappears. When I click on the attachment, it leads me
to another page that says "Error. This template does not exist". What I
assume is happening is that the attachment link, or pointer, points to
the already deleted file that doesn't exist anymore (like a dangling pointer).
I am the administrator and I am allowed to delete the attachment, so it isn't an access control problem.
Has anyone else been having this problem? Why does this problem happen?
Thanks,
Felix Wu
Hi Radek,
Glad I could help.
On 1/8/10 3:13 AM, Radek Rekas wrote:
> Thanks, using firebug to take a look at the reponse of the JSON page helped me to diagnose what the problem was.
>
> The following blog post helped me with figuring out how to access the JSON used by the livetable: http://www.softwareishard.com/blog/firebug/json-explorer-for-firebug/
>
> In case anyone else comes accross wondering how to do this it would appear that all of the class properties are stored in seperate tables and the query parameter in the gridresultwithfilter macro is used to filter on these tables. For my example I needed to use the StringProperty table as the title property was set to type string in my xwiki class. Integers appear to go in the IntegerProperty table and so on.
>
> My example was the below where "title" was the field name in the xwiki class that I was trying to filter on and "test6" was the field value.
>
> #gridresultwithfilter($request.classname $request.collist.split(",") ", StringProperty as stringtable", " and obj.id=stringtable.id.id and stringtable.id.name='title' and stringtable.value='test6'")
>
> Thanks again for pointing me in the right direction.
>
>
> Radek Rekas
>
>
>
> ----- Original Message -----
> From: oana.tabaranu<oana.tabaranu(a)xwiki.com>
> Sent: Thu, 7/1/2010 11:22pm
> To: XWiki Users<users(a)xwiki.org>
> Subject: Re: [xwiki-users] Livetable filtering format
>
> Hi Radek,
>
> When writing custom code for the live table, I suggest you copy the
> content from XWiki.LiveTableResultsMacros and paste it into your own
> wiki page. Create a small example for the livetable that uses your wiki
> page and debug the query and JSON generated by the macro using Firebug
> or the direct URL in your browser.
> This also might help:
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/LiveTable
>
> Oana
>
> On 07.01.2010 06:04, Radek Rekas wrote:
>
>> Hi,
>>
>> I'm trying to get livetable filtering working however I'm having trouble figuring out what objects/properties are available in the $filterfrom and $filterwhere parameters of the gridresultwithmacro() macro contained in the XWiki.LiveTableResultsMacros document.
>>
>> I'm trying to filter the livetable to display only records where the "title" field is set to "test" but setting the $filterwhere parameter to " and obj.name='title' and obj.value='test'" does not seem to work and I'm having trouble finding any documentation etc to find out what format these where clauses should be in.
>>
>> The closest documentation that ive been able to find is at the bottom of the following page http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiGridComponentTutorial however it doesnt give much clues as to what format the $filterwhere and $filterfrom parameters (3rd and 4th parameter) of the gridresultwithmacro() macro should be in.
>>
>> The livetable displays all records correctly if I leave the $filterfrom and $filterwhere parameters blank.
>>
>> Can anyone offer any hints or point me to any relevant documentation?
>>
>> Thanks,
>>
>>
>> Radek Rekas
>>
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Oana Tabaranu
Hi,
Isnt there a way to link to a file on the local file system? I tried using
both the WYSIWYG editor and the creole syntax and both dont work. I know i
can link to an attachment but thats not what i want. I want to add a
hyperlink to a document that links to a file that is somewhere on the C:
drive. Is this possible?
Im using the latest version of xwiki downloaded yesterday.
Thanks
The new Version 2.1.1 ist working really quiet well!
But there is a small problem with sometimes bad consequences in the WYSIWYG Editor when inserting the code makro.
If I insert a code makro and enter a language which is probably? not supported (in my case it is xml) it can happen that I get an exception an the whole wiki crashes. This may be a bug which can be as I already said, a big problem.
Greetings,
Florian
Hi
I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and tried building it in the terminal and in Netbeans. Both failed with the same error message. I know i'm using the right settings.xml.
ThanksAllen
Here is part of the message:
------------------------------------------------------------------------Building XWiki Platform - Web - WYSIWYG task-segment: [install]------------------------------------------------------------------------[enforcer:enforce][remote-resources:process {execution: xwiki-license-resources}][resources:resources]Using default encoding to copy filtered resources.[compiler:compile]Nothing to compile - all classes are up to date[dependency:unpack]Configured Artifact: com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip already unpacked.[gwt:compile]establishing classpath list (buildClaspathList - scope = COMPILE)google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT dependenciesRemoving units with errors [ERROR] Errors in 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java' [ERROR] Line 48: No source code is available for type com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultApp; did you forget to inherit a required module? [ERROR] Line 61: No source code is available for type com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to inherit a required module? [ERROR] Errors in 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java' [ERROR] Line 137: No source code is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a required module? [ERROR] Errors in 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java' [ERROR] Line 438: No source code is available for type com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to inherit a required module? [ERROR] Line 438: No source code is available for type com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you forget to inherit a required module? [ERROR] Line 452: No source code is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a required module?Removing invalidated units [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/editor/WysiwygEditorDebugger.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/importer/ImporterPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/list/ListPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/importer/ui/ImporterDialog.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/SpaceSelector.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/separator/SeparatorPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/exec/RefreshExecutable.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ImagePlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/CreateNewPageWizardStep.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/text/TextPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/justify/JustifyPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/WikipageSelectorWizardStep.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/symbol/SymbolPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/font/FontPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/editor/WysiwygEditorFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/editor/WysiwygEditor.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/LinkPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/ui/EditMacroDialog.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/format/FormatPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/undo/UndoPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/color/ColorPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/PageSelector.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/ui/SelectMacroDialog.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/AbstractPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/indent/IndentPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/LinkWizard.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/WikipageSelectorWizardStep.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/CreateNewPageWizardStep.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/importer/ImporterPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/importer/ImporterPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/indent/IndentPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/indent/IndentPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/DeleteCol.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/separator/SeparatorPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/separator/SeparatorPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/text/TextPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/text/TextPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ImagePluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ImagePlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/InsertRowBefore.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/DeleteRow.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/InsertRowAfter.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/DeleteTable.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/font/FontPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/font/FontPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/InsertColAfter.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/justify/JustifyPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/justify/JustifyPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/symbol/SymbolPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/symbol/SymbolPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/LinkMenuExtension.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/LinkPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/AbstractStatefulPlugin.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/AbstractPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/InsertTable.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/AbstractTableFeature.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroMenuExtension.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/LinkPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/LinkPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/list/ListPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/list/ListPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageDialog.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/format/FormatPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/format/FormatPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/feature/InsertColBefore.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/color/ColorPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/color/ColorPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/undo/UndoPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/undo/UndoPlugin.java [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/Plugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/exec/InsertExecutable.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/macro/MacroPlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TableFeature.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginFactoryManager.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactory.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/AbstractPluginFactory.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactory.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactoryManager.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactory.java [WARN] Compilation unit 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginManager.java' is removed due to invalid reference(s): [WARN] file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/PluginFactoryManager.javaComputing all possible rebind results for 'com.xpn.xwiki.gwt.api.client.Api' Rebinding com.xpn.xwiki.gwt.api.client.Api Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/> [ERROR] Unable to find type 'com.xpn.xwiki.gwt.api.client.Api' [ERROR] Hint: Check that the type name 'com.xpn.xwiki.gwt.api.client.Api' is really what you meant [ERROR] Hint: Check that your classpath includes all required source roots[ERROR]Build failed------------------------------------------------------------------------[ERROR]BUILD ERROR------------------------------------------------------------------------Exception attempting to run script - compile.sh
Embedded error: compile.sh script exited abnormally with code - 1------------------------------------------------------------------------For more information, run Maven with the -e switch------------------------------------------------------------------------Total time: 1 minute 5 secondsFinished at: Thu Jan 07 15:33:10 PHT 2010Final Memory: 39M/102M------------------------------------------------------------------------
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
HI,
Could you give me some more information on where xwiki attachements are
stored and how i can access them directly. I just attached a file to a wiki
page but i havent got a clue where that files is saved in the filesystem.
And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same
file. If i know where in teh filesystem it is it would be usefull.
Thanks
Hello everyone,
Is it safe to remove a wiki from a wiki farm once information has been added
to it. Are there any additional steps that need to followed to make sure the
particular wiki is not referenced by the farm (in the app server, wiki or
the database).
Thank you for your time and consideration folks...
Greetings from Me and the GreenPepper Team,
With our stronger commitment to Open Source software, we are pleased to
announce the availability of the GreenPepper Plugin for XWiki.
GreenPepper is a tool integrating executable specifications and
automated functional testing into software development processes, thus
reducing any ambiguity related to the expression of needs between all
actors. Complete product information about GreenPepper is available at
http://www.greenpeppersoftware.com.
The GreenPepper XWiki plugin will allow you to quickly adopt the
executable specifications practices in your software development teams
while maintaining your specifications in the wiki you already know and
love! Furthermore, taking advantage of our starter program you can get a
license for your team for 10 $ !
To download the XWiki plugin, browse to
http://www.greenpeppersoftware.com/confluence/display/GPW/Download.
There are a standalone version ready to be use for those you just want
to evaluate GreenPepper. For those having an existing XWiki instance,
you can integrate GreenPepper easily by following
http://www.greenpeppersoftware.com/confluence/display/GPWODOC/XWiki+Install….
We hope you will enjoy the GreenPepper plugin for XWiki. If you have any
questions regarding GreenPepper, please feel free to contact me via
email (mailto:fdenommee AT pyxis-tech.com) or via the forum
(http://www.greenpeppersoftware.com/site/forums/list.page).
Francois D.
Hi,
we are currently studying XWiki Concerto. It uses xwiki enterprise 1.8.1. Is it possible to change the XE version it uses to the latest version? How?
Thanks in advance.
Allen
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
I just installed a fresh install of xwiki 2.1.1
I had previously used v2.0 without any problems. I did the following to
install 2.1.1
- Got a backup of the mysql database folder and the tomcat webapps/xwiki
folder to backup the v2.0
- delete the database
- Created the database as shown below
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
+--------------------+
2 rows in set (0.13 sec)
mysql> create database xwiki
-> ;
Query OK, 1 row affected (0.08 sec)
mysql> grant all privileges on xwiki.* to xwiki(a)127.0.0.1 identified by
'xwiki'
-> ;
Query OK, 0 rows affected (0.34 sec)
mysql>
- I then updated the hibernate.cfg.xml file. All i did in this file is
comment out the hsqldb configuration and uncommented the mysql
configuration.
Here is my hibernate.cfg.xml file
---
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- Please refer to the installation guide on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installationfor
configuring your
database. You'll need to do 2 things:
1) Copy your database driver JAR in WEB-INF/lib or in some shared
lib directory
2) Uncomment the properties below for your specific DB (and comment
the default
database configuration if it doesn't match your DB)
-->
<!-- Generic parameters common to all Databases -->
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- Without it, some queries fail in MS SQL. XWiki doesn't need
scrollable result sets, anyway. -->
<property name="jdbc.use_scrollable_resultset">false</property>
<!-- Configuration for the default database.
Comment out this section and uncomment other sections below if you
want to use another database.
Note that the database tables will be created automatically if they
don't already exist.
<property
name="connection.url">jdbc:hsqldb:file:database/xwiki_db;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property
name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>-->
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
We need to set the sql_mode to a less strict value, see
XWIKI-1945-->
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
<!-- HSQLDB configuration.
Uncomment if you want to use HSQLDB and comment out other database
configurations.
<property
name="connection.url">jdbc:hsqldb:file:/some/path/xwikidb;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property
name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations.
<property name="connection.url">jdbc:postgresql: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="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- Oracle configuration.
Uncomment if you want to use Oracle and comment out other database
configurations.
Note: the 2 properties named
"hibernate.connection.SetBigStringTryClob" and
"hibernate.jdbc.batch_size". They are required to tell Oracle to
allow CLOBs larger than
32K.
<property name="connection.url">jdbc:oracle:thin:@localhost
:1521:XE</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property
name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<property
name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibernate.jdbc.batch_size">0</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- Derby configuration.
Uncomment if you want to use Derby and comment out other database
configurations.
<property
name="connection.url">jdbc:derby:/some/path/xwikidb;create=true</property>
<property
name="connection.driver_class">org.apache.derby.jdbc.EmbeddedDriver</property>
<property name="dialect">org.hibernate.dialect.DerbyDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.derby.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
</session-factory>
</hibernate-configuration>
----
I tried to launch xwiki via http://localhost:8080/xwiki and i got this error
on the browser..
HTTP Status 500 -
------------------------------
*type* Exception report
*message*
*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*
*exception*
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
*root cause*
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:341)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
*note* *The full stack trace of the root cause is available in the Apache
Tomcat/6.0.20 logs.*
*Any cluses as to what i need to do to get it to work?
*
------------------------------
Apache Tomcat/6.0.20
Sorry, my mail reader isn't quite cooperating and I missed that one.
If possible, could I change it to 'mobilemindset.myxwiki.org'? I've been
reviewing the article content I want to use it for and it will cover more
than just coding.
Sorry for the inconvenience. If it's too late to change it, that's OK.
Thanks again.
As i sais in a previous mail:
> You can access your new wiki on http://mobilecoder.myxwiki.org
> I assumed you did want "mobilecoder" as wiki name since it was the
only thing related to that in your mail.
On Thu, Jan 7, 2010 at 05:34, T.J. Young <tjy.young(a)gmail.com> wrote:
> Not sure if my last reply went through, but meant to follow up with my
> username, from my original request for a hosted wiki.
>
> My username is tjyoung
>
> Thanks
>
> (Any guidelines/limitations on what subdomain name to use for the URL? Can
I
> just pick one?)
>
Hi.
Is the XWiki Watch application compatible with most recent platform ?
It is very unclear from the app's pages which is the most recent version
supported.
Thanks in advance.
Best regards,
--
Olivier BERGER <olivier.berger(a)it-sudparis.eu>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)
Hi,
I'm trying to get livetable filtering working however I'm having trouble figuring out what objects/properties are available in the $filterfrom and $filterwhere parameters of the gridresultwithmacro() macro contained in the XWiki.LiveTableResultsMacros document.
I'm trying to filter the livetable to display only records where the "title" field is set to "test" but setting the $filterwhere parameter to " and obj.name='title' and obj.value='test'" does not seem to work and I'm having trouble finding any documentation etc to find out what format these where clauses should be in.
The closest documentation that ive been able to find is at the bottom of the following page http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiGridComponentTutorial however it doesnt give much clues as to what format the $filterwhere and $filterfrom parameters (3rd and 4th parameter) of the gridresultwithmacro() macro should be in.
The livetable displays all records correctly if I leave the $filterfrom and $filterwhere parameters blank.
Can anyone offer any hints or point me to any relevant documentation?
Thanks,
Radek Rekas
Not sure if my last reply went through, but meant to follow up with my
username, from my original request for a hosted wiki.
My username is tjyoung
Thanks
(Any guidelines/limitations on what subdomain name to use for the URL? Can I
just pick one?)
On Sun, Jan 3, 2010 at 8:08 PM, T.J. Young <tjy.young(a)gmail.com> wrote:
> Hi,
>
> Was wondering if/how I could create my own wiki hosted on the myxwiki
> network? I'm looking at creating a new developer portal/resource site for
> mobile application developers. Mostly text content, articles, code samples
> etc. I've looked at other services like Ning and Blogger but they are pretty
> limited. If it works out, I'll likely look into hosting it properly.
>
> Thanks!
>
I am trying to setup Workspaces to compare with an Enterprise (v2.1)
installation
I notice that the LDAP support is not there - the jar versions for
Workspace are 1.4
LDAP is a feature I definitely need...
Any idea when workspaces will use the latest version of Enterprise?
regards,
- arp
Hello,
We are currently using the include macro to “include” the content of one page on another page, but have stumbled upon a few problems.
The intention of using the include macro was to selectively show content from TestPage1 on TestPage2 only to those users who had read access to TestPage1.
For people with no access to TestPage1, the content should be silently dropped without an error message so the viewer without access privileges would not be able to see data from TestPage1 on TestPage2.
However in the current implementation, there are a few problems.
The include macro seems to work only if the space name is specified, even when the included page is in the same space.
If the space name is omitted, only individuals with admin rights are able to view the included page correctly. For everyone else, with appropriate access rights, a “Failed to execute macro: include” error gets produced instead.
For example, in our Sandbox space, we tried including TestPage1 into TestPage2 using the following:
{{include document="TestPage1"/}}
And all the pages under the Sandbox space are viewable by everyone.
In this situation, only users with admin rights are able to view the page correctly, while ordinary users see an error message and a stack trace. The stack trace indicates a "Failed to get content for Document" exception.
So the ultimate questions are:
Is the space name mandatory for the include macro?
Is there a technique that allows us to silently produce empty content if the user is not given access rights to that included page (as opposed to seeing an error message)?
Are there any other methods of “including” another page without using the include macro?
Thank you,
Felix Wu
Hi.
After much searching around the XWiki documentation, Apache Lucene documentation and googling, I have not succeeded in finding a solution to the following questions:
1. How does one locate all attachments with an extension say 'xls'? I am thinking that the query should look like "filename: *.xls", but Lucene query syntax does not allow * to be the first character of a search
2. Many times users remember some portion of the attachment filename. What would be the syntax to locate such attachments. Something like "filename: *Report*.doc"
3. The SearchApplicationLuceneSearchQueryHelp page on code.xwiki.org does not mention how to constrain a search to a given space. What is the field name for specifying a space. For example trying to locate the homepage of users with first name John by using "space:XWiki name:John*" does not work
4. Going one step further, is there a way to specify a regular expression syntax for a Lucene search query? The range operator syntax is not quite self-explanatory. For a query like "name:[Aida TO Carmen]", what does it mean to locate all pages whose name are between Aida and Carmen? Would it match AidaSummerVacation? I tried "filename:[A TO Z]*.xls" to locate an attachment name 'Test.xls' but that didn't work.
If anyone can shed light on educating the finer details of using the full power of Lucene search, I would very much appreciate that.
Thanks,
Milind
Are there any ways to color/highlight text other than using HTML/CSS?
HTML/CSS:
{{html}}<font style="BACKGROUND-COLOR:yellow">hello</font>{{/html}}
Others:
??
Hi,
Could someone please point me to the technologies that are being used by
Xwiki i.e. struts, hibernate, EJBs etc?
I have looked at the documentation but couldnt find any definate answer.
Thanks
Hi,
and Merry Christmas !
My xwiki runs on tomcat 6.0 /windows 2003 server, and Oracle 10.2.0.4.0,
whith MS ActiveDirectory for the LDAP.
I have updated my XEM 1.8.4 to the last 2.1.1, without any problem.
But when importing xar files (I tried both
xwiki-enterprise-manager-wiki-administrator-2.1.1.xar and
xwiki-enterprise-wiki-2.1.1.xar) I have import error for 3 files, I'm
sorry, I didn't note which one, but I have the Tomcat log.
Any idea ? If you need other test, just tell me...
thanks,
Gaëtan
2009-12-28 16:39:28,589
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
WARN xwiki.XWiki - Exception while getting wiki
preference [backlinks]
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document XWiki.XWikiPreferences
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:769)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:288)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1375)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1415)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2056)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2088)
at com.xpn.xwiki.XWiki.hasBacklinks(XWiki.java:5835)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:593)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:529)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
org.hibernate.NonUniqueObjectException: a different object with the same
identifier value was already associated with the session:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:150)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:649)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:288)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1375)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1415)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2056)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2088)
at com.xpn.xwiki.XWiki.hasBacklinks(XWiki.java:5835)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:593)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:529)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
2009-12-28 16:39:29,011
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
WARN util.JDBCExceptionReporter - SQL Error: 1400, SQLState: 23000
2009-12-28 16:39:29,011
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR util.JDBCExceptionReporter - ORA-01400: impossible d'insérer
NULL dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
2009-12-28 16:39:29,011
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR .AbstractFlushingEventListener - Could not synchronize database
state with session
org.hibernate.exception.ConstraintViolationException: could not insert:
[com.xpn.xwiki.doc.XWikiDocument]
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2272)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:854)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:825)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:598)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:529)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: ORA-01400: impossible d'insérer NULL
dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:219)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:970)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3370)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3454)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2252)
... 60 more
2009-12-28 16:39:29,011
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR packaging.Package - Failed to save document
ColorThemes.ColorThemeClass
2009-12-28 16:39:29,886
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
WARN util.JDBCExceptionReporter - SQL Error: 1400, SQLState: 23000
2009-12-28 16:39:29,886
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR util.JDBCExceptionReporter - ORA-01400: impossible d'insérer
NULL dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
2009-12-28 16:39:29,886
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR .AbstractFlushingEventListener - Could not synchronize database
state with session
org.hibernate.exception.ConstraintViolationException: could not insert:
[com.xpn.xwiki.doc.XWikiDocument]
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2272)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:854)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:825)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:598)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:537)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: ORA-01400: impossible d'insérer NULL
dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:219)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:970)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3370)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3454)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2252)
... 60 more
2009-12-28 16:39:29,886
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR packaging.Package - Failed to save document
Blog.BlogScripts
2009-12-28 16:39:31,448
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
WARN util.JDBCExceptionReporter - SQL Error: 1400, SQLState: 23000
2009-12-28 16:39:31,448
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR util.JDBCExceptionReporter - ORA-01400: impossible d'insérer
NULL dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
2009-12-28 16:39:31,448
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR .AbstractFlushingEventListener - Could not synchronize database
state with session
org.hibernate.exception.ConstraintViolationException: could not insert:
[com.xpn.xwiki.doc.XWikiDocument]
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2272)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:854)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:825)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:598)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:537)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: ORA-01400: impossible d'insérer NULL
dans ("XWIKI"."XWIKIDOC"."XWD_CONTENT")
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:219)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:970)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3370)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3454)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2252)
... 60 more
2009-12-28 16:39:31,448
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR packaging.Package - Failed to save document
Blog.BlogStyle
2009-12-28 16:39:31,870
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
WARN interwiki.InterWiki - Unable to read conf/intermap.txt
2009-12-28 16:39:41,198
[https://sid-sicap.aphp.fr/xwiki/bin/import/XWiki/Import?editor=globaladmin&…]
ERROR xwiki.XWiki - Failed to get URL for provided
wiki []
java.lang.StringIndexOutOfBoundsException: String index out of range: 1
at java.lang.String.substring(Unknown Source)
at com.xpn.xwiki.XWiki.getServerWikiPage(XWiki.java:589)
at com.xpn.xwiki.XWiki.getServletPath(XWiki.java:4577)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addServletPath(XWikiServletURLFactory.java:214)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:184)
at
com.xpn.xwiki.web.XWikiDefaultURLFactory.createURL(XWikiDefaultURLFactory.java:42)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.appendCreateLink(XWikiRadeoxRenderEngine.java:312)
at
com.xpn.xwiki.render.filter.XWikiLinkFilter.handleMatch(XWikiLinkFilter.java:211)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:96)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:130)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveLinks10(XWikiHibernateStore.java:1901)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveLinks(XWikiHibernateStore.java:1863)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:594)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1287)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282)
at com.xpn.xwiki.plugin.packaging.Package.installDocument(Package.java:607)
at com.xpn.xwiki.plugin.packaging.Package.install(Package.java:537)
at com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:225)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:120)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
I'm trying to setup a virtual sub-wiki following instructions from:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Virtualization
Since I'm using PostgreSQL I followed the "By hand" method.
One of the sub-wiki is called sub1, so I created a new database sub1
giving PostgreSQL user xwiki all privileges upon it.
I then created a new page XWiki.XWikiServerSub1, attached a
XWikiServerClass object to it specifying server=sub1.mydomain.com
Now the server part seems to be working, because if I point my browser
to sub1.mydomain.com:8080/... I see XWiki pages, while if I point it to
anythingelse.mydomain.com:8080/... I see the page pointed to by
xwiki.virtual.redirect.
Problem is the database for the sub-wiki is never used!!!
The main wiki "xwiki" database is used regardless of the name
of the XWiki.XWikiServerSub1 page!!!
What could be wrong???
The XWiki.XWikiServerSub1 has to be orphan
or _must_ it have some specific parent???
Thank you all in advance for your help!!!
Bye
Paolo
I'm trying to figure out how I can achieve the following with the new Lucene search
Baseline; When i test the standard main.LuceneSearch page and I type a search text, pick a space and hit search
I get all the documents i'm expecting with document.title, a nice graphical relevancy score (nice),
the wiki, space , document title and when last modified by ad last modified date
I would like to achieve the following;
1) exclude spaces to search ad remove the space selector
2) add a language selector that takes all the languages from the xwiki preferences and add a line for "any language"
(goal; as a example the user can limit the search to german)
3) conditional in which space the document is replace the document title with an object attribute (in our case FAQ.subject)
4) (under same condition as in 3, look at the language and pick the right object, since in our application we have implemented
multilanguage-versions of ONE document as ONE object of FAQ for each language in ONE document (so a document can have up to n objects of FAQ
where n=number of languages in the xwiki)
If possible help me on these 4 items, but if you only can help me on 1 or more
I have a few questions related to XWiki's builtin search as well as Lucene search:
1. In Lucene search, what is the query syntax to search for page name with wild card. For example , if I try '*Page2' (without quotes), there is no hit even on Sandbox.TestPage2. This is almost a very basic user expectation : if the user only remembers partial name of a page of interest, it should be possible to locate the page via the search bar using wildcards. The builtin WebSearch supports this functionality. I prefer to use Lucene as the default search engine (modified global.vm in skins/colibri) because of the ability to search in attachments.
2. Is there any syntax to specify match for an attachment name -- either in the builtin or in Lucene engine? Say for example, search for an attachment '*logo*.png' at any page in any space. I understand that this can be achieved via scripting, but it would be great if search box provided this feature.
3. Does either search engine support search for form field values? I am a newbie to XWiki (coming from Foswiki) and therefore am still learning the concept of associating forms to pages in XWiki. From an end user perspective, if pages can have forms, there should be a way to search pages based on value of form field(s).
Thanks,
Milind
Hi Everyone,
I would need a time tracking application. The objective is to have an
application to log how much time is spend on project X for person Y.
Does that kind of application already exist, or even a draft that should be
completed ?
Thanks
--
Thibaut Camberlin
>> Sure, you need to register on http://myxwiki.org and indicate your
>> user name for us to create you a wiki.
Oops. Thought I included that in the original message. The username I
created is tjyoung.
Thanks!
On Tue, Jan 5, 2010 at 6:00 AM, <users-request(a)xwiki.org> wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: mobilecoder new wiki request (Thomas Mortagne)
> 2. Plugin for Editor (maurizio1230)
> 3. Re: Bunch of questions related to search (Milind Kamble)
> 4. Xwiki 2.1 custom style guidlines (Valdis V?toli??)
> 5. Re: Virtual wiki doesn't work (Paolo Rizzi)
> 6. Restful api Object Update problem (Radek Rekas)
> 7. # in place of UTF characters for PDF export (Valdis V?toli??)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 4 Jan 2010 13:13:53 +0100
> From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Subject: Re: [xwiki-users] mobilecoder new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <a8e97d9c1001040413n2b9f9476r527feefa48a40600(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Mon, Jan 4, 2010 at 02:08, T.J. Young <tjy.young(a)gmail.com> wrote:
> > Hi,
> >
> > Was wondering if/how I could create my own wiki hosted on the myxwiki
> > network? I'm looking at creating a new developer portal/resource site for
> > mobile application developers. Mostly text content, articles, code
> samples
> > etc. I've looked at other services like Ning and Blogger but they are
> pretty
> > limited. If it works out, I'll likely look into hosting it properly.
>
> Sure, you need to register on http://myxwiki.org and indicate your
> user name for us to create you a wiki.
>
> >
> > Thanks!
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 4 Jan 2010 04:37:32 -0800 (PST)
> From: maurizio1230 <maurizio_amodei(a)alice.it>
> Subject: [xwiki-users] Plugin for Editor
> To: users(a)xwiki.org
> Message-ID: <1262608652569-4249689.post(a)n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi all,
>
> I need to develop a plugin for xwiki's editor but I need more info about
> this "New WYSIWYG editor based on GWT". Unfortunately TinyMCE editor is
> very
> popular and there is a plugin already available.
>
> This is the plugin I'd like to integrate:
> http://www.wiris.com/documents/plugin-generic.html WIRIS GENERIC PLUGIN .
>
> As I've just read on
>
> http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt#HIssu…
> New WYSIWYG editor based on GWT , you are looking for a faster and easier
> (to integrate in next xwiki version) editor.
> What about FCKEditor http://ckeditor.com/download ?
>
> GWT supports LaTeX syntax in "Macro Formula" but it's not sufficient.
>
> Thank you very much
> --
> View this message in context:
> http://n2.nabble.com/Plugin-for-Editor-tp4249689p4249689.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 4 Jan 2010 13:15:45 -0800 (PST)
> From: Milind Kamble <mbkads(a)yahoo.com>
> Subject: Re: [xwiki-users] Bunch of questions related to search
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <949389.46500.qm(a)web43133.mail.sp1.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> Wishing all XWiki users and developers a very happy new year.
>
>
>
> ----- Original Message ----
> > From: Guillaume Lerouge <guillaume(a)xwiki.com>
> > To: XWiki Users <users(a)xwiki.org>
> > Sent: Fri, December 18, 2009 3:10:47 AM
> > Subject: Re: [xwiki-users] Bunch of questions related to search
> >
> > Hi Milind,
> >
> > On Fri, Dec 18, 2009 at 9:18 AM, Vincent Massol wrote:
> >
> > > Hi there,
> > >
> > > On Dec 17, 2009, at 11:08 PM, Milind Kamble wrote:
> > >
> > > > I have a few questions related to XWiki's builtin search as well as
> > > > Lucene search:
> > > > 1. In Lucene search, what is the query syntax to search for page
> > > > name with wild card. For example , if I try '*Page2' (without
> > > > quotes), there is no hit even on Sandbox.TestPage2. This is almost a
> > > > very basic user expectation : if the user only remembers partial
> > > > name of a page of interest, it should be possible to locate the page
> > > > via the search bar using wildcards. The builtin WebSearch supports
> > > > this functionality. I prefer to use Lucene as the default search
> > > > engine (modified global.vm in skins/colibri) because of the ability
> > > > to search in attachments.
> > >
> > > See
> http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication
> > > which also references this page:
> > >
> > >
> >
> http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSe…
> > >
> > > Thanks
> > > -Vincent
> > >
> > > > 2. Is there any syntax to specify match for an attachment name --
> > > > either in the builtin or in Lucene engine? Say for example, search
> > > > for an attachment '*logo*.png' at any page in any space. I
> > > > understand that this can be achieved via scripting, but it would be
> > > > great if search box provided this feature.
> > > > 3. Does either search engine support search for form field values? I
> > > > am a newbie to XWiki (coming from Foswiki) and therefore am still
> > > > learning the concept of associating forms to pages in XWiki. From an
> > > > end user perspective, if pages can have forms, there should be a way
> > > > to search pages based on value of form field(s).
> > >
> >
> > I'd be interested in finding out more about what made you switch from
> > Foswiki to XWiki. I'd also be happy to know whether there are some
> features
> > that you liked in Foswiki but cannot find in XWiki yet.
> >
> > Thanks in advance for your feedback,
> >
> > Guillaume
> >
> >
> Guillaume,
> I was attracted by the feature/capabilities advertised for XE. I was
> supporting a small user base earlier and TWiki/Foswiki was satisfactory from
> a performance and customization stand point. But now I am tasked to deploy a
> wiki for a much larger user base (~ 1000-2000 to begin with and likely to
> grow) and to host documentation/processes for multiple projects. I was not
> too confident about Foswiki's scalability -- because of use of flat
> directory structure and simple RCS based version control. XWiki's use of
> database for backend storage and use of cutting edge web technologies made
> me believe it had the capability to scale for our needs. The possibility of
> virtual wikis and clustering were especially attractive. The ability to
> search through attachments (using Lucene) and the programmabliity offered
> via Velocity and Groovy makes XWiki much more powerful than the plugin
> functionality of Foswiki. Foswiki's template system doesn't seem to be an
> elegant
> foundation -- it is quite confusing to specify the correct syntax for
> quote marks. The support for forms is also inelegant because the form fields
> are stored as meta fields in the page content which limits the data types
> that one can store in forms. I think xwiki doesn't have that limitation.
>
> To point out the shortcomings of XWiki: the learning curve to deploy and
> gain admin knowledge for XWiki seems much steeper than I anticipated. More
> detailed documentation can certainly help, but I also understand that this
> should be a collective effort. Some of the features from Foswiki that I
> would earnestly request to be supported in Xwiki are:
> 1. Provide ability for end users to easily view access controls at page,
> space and wiki levels and browse groups. Presently only admingroup users can
> view access controls and groups. And the irritating behavior is that
> bin/view/XWiki/XWikiPreferences gets redirected to
> bin/admin/XWiki/XWikiPreferences.
> 2. A vacation planner or vacation view application where users can specify
> their vacation or remote-working plans in their individual home pages and
> the ability to view the status of any individual or arbitrary group of
> individuals. This is highly desired by the managers at my work place. I
> think this request appears in the list of requested features, but I haven't
> seen any timeline when this will be available.
> 3. Ability to generate an access control report for any page. The corporate
> IT security team requires such a report for audit purposes.
>
> I'll let you know more as I go through the learning process :)
>
> Thanks,
> Milind
> > > >
> > > > Thanks,
> > > > Milind
> > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> >
> >
> >
> > --
> > Guillaume Lerouge
> > Product Manager - XWiki SAS
> > Skype: wikibc
> > Twitter: glerouge
> > http://guillaumelerouge.com/
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 04 Jan 2010 23:53:22 +0200
> From: Valdis V?toli?? <valdis.vitolins(a)odo.lv>
> Subject: [xwiki-users] Xwiki 2.1 custom style guidlines
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <1262642002.2636.26.camel(a)inks.odo.lv>
> Content-Type: text/plain; charset="UTF-8"
>
> Xwiki 2.1 style management is in intermediate state between standalone
> css file and online editor.
> Though currently many style editing possibilities have been
> dropped/trivialized in comparison to 1.8.
> Question is: what is the best approach to add necessary additional style
> elements?
>
> Thanks!
> Valdis
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 05 Jan 2010 00:26:26 +0100
> From: Paolo Rizzi <web(a)oicom.com>
> Subject: Re: [xwiki-users] Virtual wiki doesn't work
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4B427922.3060603(a)oicom.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Sorry for this late response, but this year I observed a period of
> strict vacation... :-)
> Unfortunately it doesn't work.
> I had already created a XWiki.XWikiServerXWiki page, so that didn't
> make the trick.
>
> What I write into the "server" property is actually used by the engine,
> because it doesn't redirect to xwiki.virtual.redirect
> if I direct my browser to the domain I used there, so it actually find
> the page. But it ignores the database name.
> Whatever XXX I use for XWiki.XWikiServerXXX it always use the default
> xwiki database.
>
> The version displayed at bottom of pages is "XWiki Enterprise 2.0.1.24472".
> I downloaded the "all-in-one" version with Jetty and HSQL, and then
> configured it to use PostgreSQL
> and then tried the virtual stuff. Maybe I missed some important step
> somewhere...
>
> Anyway thank you very much for your help, and don't worry about me, I'm
> just experimenting,
> so it's not important if it doesn't work... But probably you'd like to
> discover why, to help others.
> If I manage to make any progress I'll post it, and if anyone has a
> suggestion, it's more than welcome!!!
>
> Bye
> Paolo
>
> > Hello Paolo,
> > I know that virtual wikis can be run on postgres because I have done it.
> > I changed the howto to reflect that it could be done (Devs should I make
> it
> > clear that this feature is unsupported?)
> >
> > I have repeated your problem and it happens when I have only
> > XWiki.XWikiServerSub1
> > and not
> > XWiki.XWikiServerXWiki
> >
> > XWiki.XWikiServerXWiki should have the following attributes:
> > server: xwiki
> > owner: XWiki.Admin
> >
> > I think this will fix it for you, If it works the sub1 section should
> have no
> > information in it (like when you first installed.)
> >
> > Let me know how this goes, If this was the problem I will modify the page
> to list
> > it as a common "got-ya".
> >
> >
> > Caleb James DeLisle
> >
> >
> >
> >
> >
> > Paolo Rizzi wrote:
> >
> >> But reading the Virtualization guide I was under the impression that
> >> PostgreSQL is not supported
> >> only by XEM, in fact the guide says virtual mode can only be setup "By
> >> hand".
> >> So I didn't used XEM, I created the database and all the XWikiServerXXX
> >> stuff myself.
> >> Insted you mean it doesn't work at all???
> >> That would be a pity, but I was just testing anyway...
> >> But in this case the Virtualization guide should be updated to state it
> >> explicitely.
> >> Anyway XWiki seems a great product and I'll carry on testing it in any
> >> case!!!
> >> Thank you.
> >>
> >> Bye
> >> Paolo
> >>
> >>
> >>> On Thu, Dec 24, 2009 at 16:59, Paolo Rizzi <web(a)oicom.com> wrote:
> >>>
> >>>
> >>>> I'm trying to setup a virtual sub-wiki following instructions from:
> >>>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Virtualization
> >>>>
> >>>> Since I'm using PostgreSQL I followed the "By hand" method.
> >>>> One of the sub-wiki is called sub1, so I created a new database sub1
> >>>> giving PostgreSQL user xwiki all privileges upon it.
> >>>> I then created a new page XWiki.XWikiServerSub1, attached a
> >>>> XWikiServerClass object to it specifying server=sub1.mydomain.com
> >>>>
> >>>> Now the server part seems to be working, because if I point my browser
> >>>> to sub1.mydomain.com:8080/... I see XWiki pages, while if I point it
> to
> >>>> anythingelse.mydomain.com:8080/... I see the page pointed to by
> >>>> xwiki.virtual.redirect.
> >>>>
> >>>> Problem is the database for the sub-wiki is never used!!!
> >>>> The main wiki "xwiki" database is used regardless of the name
> >>>> of the XWiki.XWikiServerSub1 page!!!
> >>>>
> >>>> What could be wrong???
> >>>> The XWiki.XWikiServerSub1 has to be orphan
> >>>> or _must_ it have some specific parent???
> >>>>
> >>>> Thank you all in advance for your help!!!
> >>>>
> >>>>
> >>> PostgreSQL is not supported in virtual mode. See
> >>> http://jira.xwiki.org/jira/browse/XWIKI-1960
> >>>
> >>>
> >>>
> >>>> Bye
> >>>> Paolo
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> users mailing list
> >>>> users(a)xwiki.org
> >>>> http://lists.xwiki.org/mailman/listinfo/users
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >>
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 5 Jan 2010 14:44:27 +1100
> From: Radek Rekas <Radek.Rekas(a)evalua.com.au>
> Subject: [xwiki-users] Restful api Object Update problem
> To: users(a)xwiki.org
> Message-ID:
> <1229268517.17941262663067012.JavaMail.root(a)keitaro.evalua.com.au>
> Content-Type: text/plain; charset="us-ascii"
>
> When updating an xwiki class object through the restful api the changes to
> the object do not seem to appear anywhere apart from when you view the
> object properties using the restful api. It seems as though the restful api
> is using a different copy of the object to the rest of xwiki.
>
> I have uploaded an image that helps explain this problem
> http://imgur.com/Gk5yg.jpg
>
> The top window shows the "successful_suppliers" field as seen through the
> restful api, where as the bottom two are the same object as seen through
> xwiki eclipse and through the object editor.
>
> The object is firstly created using the restful api and appears correctly
> in xwiki, it is only after updating the object that the inconsistencies
> appear.
>
> I have double checked and made sure that there is only one page and one
> object in the space with that name and so it would appear that I am viewing
> the same object but having different property values appear for it through
> the restful api than the rest of xwiki.
>
> Is this a known problem? Is there anything that I should be doing after
> updating an object using the restful api to sync it with the rest of xwiki?
>
> Thanks in advance,
>
>
> Radek Rekas
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 05 Jan 2010 11:24:56 +0200
> From: Valdis V?toli?? <valdis.vitolins(a)odo.lv>
> Subject: [xwiki-users] # in place of UTF characters for PDF export
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <1262683496.2636.31.camel(a)inks.odo.lv>
> Content-Type: text/plain; charset="utf-8"
>
> Can anybody say what is problem that PDF export still (xwiki 2.2.1)
> shows # for UTF characters (e.g. for Latvian ?????????????).
> See attached PDF.
>
> Valdis
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 30, Issue 9
> ************************************
>
Can anybody say what is problem that PDF export still (xwiki 2.2.1)
shows # for UTF characters (e.g. for Latvian āčēģīķļņōŗšūž).
See attached PDF.
Valdis
When updating an xwiki class object through the restful api the changes to the object do not seem to appear anywhere apart from when you view the object properties using the restful api. It seems as though the restful api is using a different copy of the object to the rest of xwiki.
I have uploaded an image that helps explain this problem http://imgur.com/Gk5yg.jpg
The top window shows the "successful_suppliers" field as seen through the restful api, where as the bottom two are the same object as seen through xwiki eclipse and through the object editor.
The object is firstly created using the restful api and appears correctly in xwiki, it is only after updating the object that the inconsistencies appear.
I have double checked and made sure that there is only one page and one object in the space with that name and so it would appear that I am viewing the same object but having different property values appear for it through the restful api than the rest of xwiki.
Is this a known problem? Is there anything that I should be doing after updating an object using the restful api to sync it with the rest of xwiki?
Thanks in advance,
Radek Rekas
Xwiki 2.1 style management is in intermediate state between standalone
css file and online editor.
Though currently many style editing possibilities have been
dropped/trivialized in comparison to 1.8.
Question is: what is the best approach to add necessary additional style
elements?
Thanks!
Valdis
Hi,
Was wondering if/how I could create my own wiki hosted on the myxwiki
network? I'm looking at creating a new developer portal/resource site for
mobile application developers. Mostly text content, articles, code samples
etc. I've looked at other services like Ning and Blogger but they are pretty
limited. If it works out, I'll likely look into hosting it properly.
Thanks!
We have started Congo JUG 10 months ego and we are looking for a solid platform to build our Web site for the ongoing activities.
User name : bonbhel
Server name : CongoJUG
Thanks,
Jean-François Bonbhel
Congo JUG Coordinator
www.bonbhel.com
Is there a way to set the font for the entire document that is to be
exported? I've tried setting body { font-family: Arial; } which causes
the error:
org.apache.fop.fo.ValidationException:
"{http://www.w3.org/1999/XSL/Format}block" is not a valid child of
"fo:root"! (See position 5:27)
at
org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38)
at
org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:54)
at
org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:152)
BTW, I am working on the patch to have the DatabaseList accept XWQL as
the query ...
Regards,
Nigel
Using XE 2.1.1
Hi all,
I follow this guide http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
but I get this on my Tomcat WebApplicationManager: "Message: FAIL -
Application at context path /xwiki could not be started"
I am using Debian Lenny 5 and Tomcat 5.5.
I installed log4j. I see only this in /var/log/tomcat5.5/tomcat.log:
-----------------------------------------------------------------------------
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] redeploy
resource /var/lib/tomcat5.5/webapps/xwiki
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] redeploy
resource /var/lib/tomcat5.5/webapps/xwiki/META-INF/context.xml
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] reload
resource /var/lib/tomcat5.5/conf/context.xml
DEBUG ContainerBackgroundProcessor[StandardEngine[Catalina]]
org.apache.catalina.startup.HostConfig - Checking context[/xwiki] reload
resource /var/lib/tomcat5.5/webapps/xwiki/WEB-INF/web.xml
----------------------------------------------------------------------------
How can i start this application?
If you need more information, tell me.
Thank you very much
--
View this message in context: http://n2.nabble.com/Message-FAIL-Application-at-context-path-xwiki-could-n…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm migrating a xwiki from 1.7 to 2.1.1
I've started with a fresh system and have imported the Lucene search pages from the XAR export of 1.7
The statement:
#if($lucene)
#set($searchresults = $lucene.getSearchResults("${query} $!{reqspace}", $wikinames, $languages, $xwiki))
...
#else
#error("Lucene plugin not found. Make sure it's defined in your xwiki.cfg file.")
#end
seems to deliver a empty $searchresults
while the parameters are exactly the same as on the 1.7 instance with exception of the last
${query} = reflux (my search text)
$!reqspace = AND web:CdlsatdPublic
$wikinames = xwiki
$languages = default, en, de
$xwiki = com.xpn.xwiki.api.XWiki@15dd813
The conclusion the $searchresults is empty is coming from the fact that the code does not enter the foreach
#foreach($objFrmLst in $results)
....
#end
the if(lucene) test seems to exclude that lucene is not working?
Help on this is greatly appreciated
The documentation seems to indicate that bindings normally available in
Velocity like $context should be available in other scripting languages, but
accessing 'context' in Python (e.g. if context.action == 'inline':) always
gives me problems. Any help?
Thanks,
Josh
Hi!
Given a username, how do I know if a user with that username is already
registered? Is there a way to check, say isUserRegistered(username) or
User.isUserRegistered()?
Thank you very much.
-Allen
By the way, HAPPY NEW YEAR!
I've migrated a application from xwiki 1.7 to xwiki 2.1.1
The process i've executed is started with a clean distribution of xwiki2.0
If configured the wiki to multi language and that registration is required
Use of email verificatiion to "Yes"
Check Active fields for authentication to "Yes"
I've manually copied the scripts of welcome and confirmation to the
Validation e-mail content and Confirmation e-mail content
After that i've exported the wiki and importing the XAR; making sure I did not overwrite any document in XWiki space.
Testing the registration gives the following result (we use gmail as SMTP service)
User registers and receives the request for validation; result OK
User clicks on the link to activate the account
The website shows up OK
but the validation fails with message;
"There was a problem validationg your account, please contact a administrator"
The link in the email is the following;
http://cdlsworld.devxwiki.com/xwiki/bin/view/XWiki/AccountValidation?validk…
Since i'm hosting the site at XWIKI.com i have no access to the file system to check if the key is as expected from xwiki.cfg file
How to solve; help greatly appreciated
Gerritjan
Hello,
I've XWiki 2.0rc2 instance and I want to update to 2.0.5 version.
I find empty FAQ here:
http://www.xwiki.org/xwiki/bin/view/FAQ/WhoCanIUpdateXWIKIFromAnOlderVersion
I'd like to update it on myself experience.
But before I've one question at the end of my email on xar import.
1st/ re-deploy war (easy part)
By chance we didn't update any files excepted xwiki.cfg and hibernate.cfg.xml.
So I did the following:
- zip current webapp/xwiki folder
- remove webapp/xwiki folder
- deploy xwiki-enterprise-web-2.0.5.war in webapp/xwiki
- report my old xwiki.cfg and hibernate.cfg.xml configuration to the new one
2nd/ import xar (difficulties start here)
First, I import the full xar without any question: whao, everything is broken.
Do not forget to backup your database before upgrade!
After restoration, I decide to write a small script based on curl to
export same xar as the one I want to import:
#!/bin/bash
XWIKI_BASE_URL=http://localhost:8080
if [[ $# -ne 2 ]]; then
echo usage $0 login password
exit 1
fi
EXPORT_XAR="?format=xar&name=Current"
for page in `jar tvf xwiki-enterprise-wiki-2.0.5.xar | sed -ne
"/\/.*xml/{s/.*\s\(\S\+\)\/\(\S\+\).xml/\1.\2/ p}"`; do
EXPORT_XAR="${EXPORT_XAR}&pages=${page}"
done
curl -b cookies.txt -c cookies.txt
-d"j_username=$1&j_password=$2&j_rememberme=true&submit=Log-in"
${XWIKI_BASE_URL}/xwiki/bin/loginsubmit/XWiki/XWikiLogin
curl -b cookies.txt -c cookies.txt
${XWIKI_BASE_URL}/xwiki/bin/export/Main/WebHome${EXPORT_XAR} -o
Current.xar
Whatever I used the best diff tool (Beyond Compare IMHO), it is not so
easy to check if difference are good or not: I need other way.
Thanks to RESTful API, I write a second script which check page
version: version 1.1 was never updated from previous xar version:
#!/bin/bash
XWIKI_BASE_URL=http://localhost:8080
for page in `jar tvf xwiki-enterprise-wiki-2.0.5.xar | sed -ne
"/\/.*xml/{s/.*\s\(\S\+\)\/\(\S\+\).xml/\1\/pages\/\2/ p}"`; do
version=`curl -s -b cookies.txt -c cookies.txt
${XWIKI_BASE_URL}/xwiki/rest/wikis/xwiki/spaces/$page | sed -ne
"/version/{s/.*version>\(.*\)<\/version.*/\1/ p}"`
if [[ $version != "1.1" ]]; then
echo $page $version UPDATED
fi
done
Cool, only 8 updated pages:
Main/pages/WebHome 144.1 UPDATED
XWiki/pages/XWikiUserSheet 4.1 UPDATED
XWiki/pages/XWikiAdminGroup 4.2 UPDATED
XWiki/pages/XWikiPreferences 78.1 UPDATED
XWiki/pages/LiveTableResults 2.1 UPDATED
XWiki/pages/XWikiAllGroup 34.1 UPDATED
XWiki/pages/WebPreferences 3.2 UPDATED
XWiki/pages/LiveTableResultsMacros 2.1 UPDATED
All other pages can be updated without any check :-D
6 pages of 8 should be not updated:
- Main.WebHome: it is our own main page
- XWiki.AdminGroup and XWikiAllGroup: list Admin users and users
- XWiki.XWikiUserSheet, we apply a patch to display user
contribution: not updated
- XWiki.LiveTableResults and XWiki.LiveTableResultsMacros, I check
with my diff tool: there is a tag object inside.should not updated it.
But I block on XWiki.XWikiPreferences and XWiki.WebPreferences.
I want our own preferences, I should not update
But new preferences may be added
My diff tool find them too different.
Could I keep my old preferences or do I have to merge?
Regards,
Arnaud.
For some reason, I chose db-names for my virtual hosts that were
descriptive, but ugly and not meant to be seen in the UI.
Unfortunately, in Xwiki Enterprise 2.X, the new colibri skin exposes this
name e.g. "host_xe_foo_dot_com" on the left-hand-side top-menu.
As a quick hack to suppress this new feature, I cloned "colibri" into a new
skin "exlibri" (runner up names: NorwegianBlue and DeadParrot :-) ) and
changed colibri.css
ROOT-golem-85-.../java/xe-210> diff -c skins/exlibri/colibri.css.~1~
skins/exlibri/colibri.css
*** skins/exlibri/colibri.css.~1~ 2009-12-08 17:37:58.000000000 -0800
--- skins/exlibri/colibri.css 2009-12-31 13:55:51.082007773 -0800
***************
*** 916,921 ****
--- 916,926 ----
text-transform: uppercase;
}
+ /* NPM: get rid of annoying ServerHost name, leaving all other top-menus
the same */
+ div#tmWiki a.tme strong {
+ display: none;
+ }
+
.actionmenu .hasIcon a.tme {
padding-left: 20px;
}
Niels
http://nielsmayer.com
Hi everybody,
I've a problem with Xeclipse Plugin (xwiki-eclipse-feature-1.2-rc-1).
The connection to xwiki is OK
If I do a refresh in the navigator, the list of spaces appears, but no pages
inside.
For each space I've this error :
Cannot find navigator content extension (using triggerPoints) for object
"org.xwiki.eclipse.core.model.XWikiEclipseSpaceSummary@1d501c5c" parent
path: "org.xwiki.eclipse.core.DataManager@1c10945d". Check that you have an
expression for this object in a navigatorContent triggerPoints or
enablement.
I'm on Mac OS X 10.6.2 and Eclipse Galileo.
Any idea ?
Thanks,
Emmanuel
--
View this message in context: http://n2.nabble.com/Xeclipse-plugin-the-Eclipse-Navigator-don-t-show-the-p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I notice that when you import a XAR file with 'users' these users are not automatically added to XWikiAllGroup?
Is this by design, and if so how do you restore them as members of this group (have > 100 users)
Is there a script or macro to add users to a group?
Gerritjan
Hello experts,
I and stats to some page,the code is as following:
#if($xwiki.statsService.enabled)
{{include document="Stats.Document"/}}
#end
it works,but when I log out, there is error message :
Caused by: org.xwiki.rendering.macro.MacroExecutionException: Current
user doesn't have view rights on document [Stats.Document]
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:139)
So how can I add rights permission code?
Thansk & Best Regards
Tom
Hi,
Is there a reference document describing the default classes of xwiki
I'm specifically interested in XWiki.XWikiUsers.
In the version we have developped in (1.6) i see a property (or class attribute) Country
In the new version 2.1.1 I do not see that property (or attribute)
Is this because our developer has customized the class in 1.6
or does the class editor not show all the properties of the class in 2.1.1 ?
Gerritjan
Hello,
How do we launch openoffice server please ??
Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu sch�tzen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
They are not using XWiki... yet!
Cheers,
Ricardo
-------- Original Message --------
Subject: [Obo-discuss] CFP: The Future of the Web for Collaborative
Science (FWCS 2010) at WWW'10
Date: Fri, 11 Dec 2009 16:10:54 +0000
From: Jun Zhao <jun.zhao(a)zoo.ox.ac.uk>
Reply-To: obo-discuss(a)lists.sourceforge.net
To: undisclosed-recipients:;
[apologies for cross-posting]
=================================================================================================
CALL FOR PAPERS - International Workshop on The Future of the Web for
Collaborative Science 2010
=================================================================================================
The First International Workshop on The Future of the Web for
Collaborative Science (http://esw.w3.org/topic/HCLS/WWW2010/Workshop),
co-located with WWW'10, April 27 or 28 2010, Raleigh, NC, USA
---------------------------------------------------
INTRODUCTION
The Web was originally invented with the physics community in mind, but
rapidly expanded to include other scientific disciplines, in particular
the health care and life sciences. By the mid 1990s the Web was already
being used to share data by biomedical professionals and
bioinformaticians. The Web continues to be immensely important to these
fields, however use cases have expanded considerably. Researchers are
now looking to share extremely large data sets on the Web, extract
insights from vast numbers of papers cross sub-disciplines, and use
social networking tools to aggregate data and engage in scientific
discussion. Furthermore, individuals are beginning to store their
medical records online, and some are sharing their genetic makeup in a
bid to find others with a similar profile. These use cases are pushing
the boundaries of what is currently possible with the Web. This half-day
workshop will present how scientists are currently using the Web, and
discuss the functionality that is required to make the Web an ideal
platform for both cutting edge scientific collaboration and for managing
health care related data.
The goals of this workshop are the following:
* Foster innovation in applying the latest web technologies to
collaborative HCLS
* Explore HCLS specific requirements for collaborating on the web, e.g.
trust, privacy, intellectual property, knowledge management, and the
scale and diversity of data
* Learn about the latest developments in data modeling, tools and
technologies for web-based collaborative science
* Bridge communication and knowledge transfer between the HCLS and web
communities
---------------------------------------------------
TOPICS FOR PAPER SUBMISSION
We would encourage submission of papers covering the following topics:
* Web 2.0 applications for large, heterogeneous and complex data sets
* Models for collaborative scientific annotations
* Tools and applications for aggregating information across web sites
* Provenance, attribution, trust, and intellectual property
* Policy for data access, sharing, and anonymization
We seek three kinds of submissions:
* Full technical papers: up to 10 pages
* Short technical and position papers: up to 5 pages
* Demo description: up to 2 pages
---------------------------------------------------
SUBMISSIONS
Submitted papers will be refereed by at least three members the Program
Committee. Accepted papers will be published on the workshop web site.
All submissions must be formatted using the WWW2010 templates
(http://www2010.org/www/authors/submissions/formatting-guidelines/). The
address for the online submission system will be published shortly.
---------------------------------------------------
IMPORTANT DATES:
* Submission deadline- February 15, 2010
* Notification of acceptance - March 8, 2010
* Camera-ready version - March 22, 2010
* Workshop date - April 27 or 28, 2010
---------------------------------------------------
Workshop Chairs
Jun Zhao, Oxford University
Kei Cheung, Yale University
M. Scott Marshall, Leiden University Medical Center / University of
Amsterdam
Eric Prud'hommeaux, W3C
Susie Stephens, Johnson & Johnson Pharmaceutical Research & Development
---------------------------------------------------
Programme Committee
* Christopher Baker, University of New Brunswick
* John Breslin, GUI Galway
* Simon Buckingham Shum, Open University
* Annamaria Carusi, Oxford University
* Helen Chen, Agfa Healthcare
* Paolo Ciccarese, Harvard University
* Tim Clark, Harvard Medical School
* Anita de Waard, Elsevier
* Michel Dumontier, Carleton University
* Lee Feigenbaum, Cambridge Semantics
* Timo Hannay, Nature
* William Hayes, BiogenIdec
* Ivan Herman, W3C
* Vipul Kashyap, Cigna
* Nikesh Kotecha, Stanford University
* Phil Lord, University of Newcastle
* Robin McEntire, Merck
* Parsa Mirhaji, University of Texas
* Mark Musen, Stanford University
* Vit Novacek, DERI
* Alex Passant, DERI
* Elgar Pichler, AstraZeneca
* Rosalind Reid, Harvard University
* Patrick Ruch, University of Applied Sciences Geneva
* Daniel Rubin, Stanford
* Matthias Samwald, DERI, Ireland // Konrad Lorenz Institute for
Evolution and Cognition Research, Austria
* Susanna Sansone, EBI
* Nigam Shah, Stanford University
* Amit Sheth, Wright State University
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Obo-discuss mailing list
Obo-discuss(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/obo-discuss
Hi all,
I am sorry bothering you, however I am not able to get the task manager application up and running in a wiki farm:
- Installing it in the local wiki fails because of security issues (velocity errors).
- Installing it in the central wiki fails because the pages, like "new task" are not available in the local wiki
... May I kindly ask for any hint?
Thanks a lot
mb
Hi Devs & Users,
With the new refactoring of officeimporter module, it's possible to
implement a generic office document converter on top of
xwiki-officeimporter. By a "document converter" I meant an xwiki application
where you can upload a .doc file and get it converted to a .pdf, .odt etc.
Supported formats will be those mentioned in
http://artofsolving.com/opensource/jodconverter/guide/supportedformats and
few more Office2007 formats.
Would this application be a good addition to XWiki?
Thanks.
- Asiri
PS: It would take about 2-3 days to fully implement and test the
application.
Hi,
I asked Vincent if there was a security how-to / checklist page in the xwiki
user guide and as such this does not yet exist.
As security is such an important issue for public-facing sites, coupled with
the fact that in order to help those who have to ensure they can carry out
necessary due diligence on security before they are allowed to adopt
solutions such as Xwiki, I'd like to request the help of the community to
gather knowledge and best practices together.
This thread is a request to gather information from experts and users alike
to then create pages in the user guide that provide security guidance for
administrators of public-facing Xwiki deployments... where applicable we
could link to security how-tos for Xwiki dependencies such as web
application servers rather than duplicate well known information, feel free
to share links you would recommend, please.
Some of the questions I'm interested in are...
* how-to 'harden' a xwiki site
** such as the correct access permissions for each file / folder object and
permission lifecycle
* what other dependencies should we ensure we have 'hardenend'
** such as Tomcat, Jetty, the DBs etc... and 'links to' or 'sub-pages in the
wiki' on the essential tasks to carry out
* ensuring the prevention of common attacks such as cross-site scripting and
sql-injection
** is there a test suite we could use or introduce, such as Ronin written in
Ruby, that would help us test that both xwiki and community plugins meet
security standards we aim to achieve?
There are various groups that focus on aspects of security we can study for
guidance such as:
http://www.owasp.orghttp://www.cloudsecurityalliance.org/guidance/
Please feel free to suggest others you feel offer professional and
insightful guidance.
Also, perhaps of interest is an example of a good working security team, I
tip my hat to the Drupal security team who do an excellent job and here's an
interesting post on that subject from the founder of Drupal:
http://buytaert.net/drupal-security-team-past-current-and-future
Thanks for reading and I sincerely hope this is of interest to the wider
community of Xwiki and helps to gain further adoption and success for the
Xwiki project.
--
View this message in context: http://n2.nabble.com/Security-best-practices-for-Xwiki-deployment-and-manag…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
Just a quick note to wish everyone in the XWiki project very happy
festivities and a happy next year for 2010.
The XWiki project has seen exciting times in 2009 as described on:
http://massol.myxwiki.org/xwiki/bin/view/Blog/XWikiIn2009
Let's all make 2010 even better :)
Take care,
-Vincent
Hello,
The icon (then pen) indicating the section editing appears even on pages
on which the only right access is "view".
I am sure that the users have no rights to "edit" these pages.
The parameter in xwiki.cfg is configured like that :
xwiki.section.edit=1
I have XWiki Entreprise 2.0.
How can I do to hide this icon ?
Thanks,
S.A
Hi all,
I've done a mistake: Renaming a (blog) page to a page having a "/" in the name: "AB5 / CD6".
The page is listed in the blog overview and in the document index. However I am not able to access / delete / rename that page.
I am using 2.1.1.
Any hints? (except exporting the wiki, deleting it from that file - it's a subdirectory within that file, dropping wiki and importing it again)
Thanks
mb
... and by the way: Thanks to all for that great version 2! Merry Christmas and a lot of fun & success in 2010
We are posting a string of name=value pairs seperated by
ampersands with a className property at the end set to the type of
xwiki class that we would like to create.
The object of the correct type is getting created and attached to the page however all of the fields in that object are empty.
What is the correct format needed to post the name=value pairs?
What is the significance of the "property#" bit in the object resources section of the restfulapi doco (http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI). Do the name=value pairs need to be prefixed with "property#"?
Radek Rekas
VFMFocus Developer
eVALUA Pty Ltd
66B Maryborough St
Fyshwick, ACT, Australia
T: +61 2 6228 1904
F: +61 2 6228 1131
Http://www.evalua.com.au
When using a field named "title" in a live table the caption for that field in the livetables header displays as "Browser Title Bar Text". If I change the name for that field then it displays correctly.
Is this is a bug or are there reserved names that cant be used as fieldnames in livetables?
Below is the macro code that I am using to create the livetable:
#set($collist = ["council", "region","title", "description"])
#set($colprops = {
"council" : { "type" : "list" , "size" : 1, "link" : "view"},
"region" : { "type" : "text" , "size" : 10, "link" : "view"},
"title" : { "type" : "text" , "size" : 20, "link" : "none"},
"description" : { "type" : "text" , "size" : 10, "link" : "none"}
})
#set($options = {
"className":"Tenders.TendersClass",
"tagCloud" : true,
"rowCount": 10
})
#livetable("Tenders" $collist $colprops $options)
Radek Rekas
I am out of the office until 01/04/2010.
I will have limited access to email. If this is an emergency, please call
my cell phone. Merry Christmas and Happy New Year!
Note: This is an automated response to your message "users Digest, Vol 29,
Issue 58" sent on 12/22/09 5:54:13.
This is the only notification you will receive while this person is away.
I'm getting a java.lang.NoSuchMethodError when deploying the xwiki 2.1 war on our tomcat5 server with java 1.5
I've tried xwiki 2.05 but still get the same error message. Is this being caused by a conflict between jar files somewhere?
Below is the full stack trace for the error message:
2009-12-21 06:25:37 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
java.lang.NoSuchMethodError: org.w3c.dom.Document.adoptNode(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.clean(DefaultHTMLCleaner.java:162)
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.clean(DefaultHTMLCleaner.java:107)
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.initialize(DefaultHTMLCleaner.java:97)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:373)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.initializeList(EmbeddableComponentManager.java:273)
at org.xwiki.component.embed.EmbeddableComponentManager.lookupList(EmbeddableComponentManager.java:119)
at org.xwiki.component.internal.DefaultComponentManager.lookupList(DefaultComponentManager.java:105)
at org.xwiki.velocity.internal.DefaultVelocityContextFactory.createContext(DefaultVelocityContextFactory.java:106)
at org.xwiki.velocity.internal.VelocityExecutionContextInitializer.initialize(VelocityExecutionContextInitializer.java:63)
at org.xwiki.context.internal.DefaultExecutionContextManager.initialize(DefaultExecutionContextManager.java:78)
at org.xwiki.container.servlet.internal.DefaultServletContainerInitializer.initializeRequest(DefaultServletContainerInitializer.java:104)
at com.xpn.xwiki.web.XWikiAction.initializeContainerComponent(XWikiAction.java:387)
at com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:372)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:112)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Radek
Hi,
FYI: We have experienced problems running XWiki 2.1 on Glassfish 2.1.1
(see stacktrace at the end).
Our final solution was to replace the bundled cglib-2.1_3.jar with the
newest cglib-2.2.jar
And here the stacktrace:
[#|2009-12-18T13:14:19.471+0100|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=http://localhost:6080/xwiki/bin/view/Main/;_RequestID=d171a703-8a14-4e49-8e3d-d755d35bca78;|com.xpn.xwiki.XWikiException:
Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: org.objectweb.asm.ClassWriter.<init>(Z)V
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:1045)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:739)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:684)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:321)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
Wrapped Exception:
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
at
net.sf.cglib.core.DebuggingClassWriter.<init>(DebuggingClassWriter.java:47)
at
net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
at
org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
at
org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
at
org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:135)
at
org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
at
org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:56)
at
org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:302)
at
org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:434)
at
org.hibernate.persister.entity.JoinedSubclassEntityPersister.<init>(JoinedSubclassEntityPersister.java:91)
at
org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at
org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:226)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1300)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:167)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:562)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1026)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1070)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.<init>(AbstractXWikiMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.<init>(XWikiHibernateMigrationManager.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.xpn.xwiki.XWiki.createClassFromConfig|#]
[#|2009-12-18T13:14:19.487+0100|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=http://localhost:6080/xwiki/bin/view/Main/;_RequestID=d171a703-8a14-4e49-8e3d-d755d35bca78;|(XWiki.java:1037)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:739)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:684)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:321)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
|#]
Greetings
Reto
Hi,
Mainly due to my tight work schedule and partly due to my negligence
officeimporter has been lacking Office2007 file format support. I have added
this support into OfficeImporter and it will be available with XE versions
2.2M1 and above.
I have created an issue here
http://jira.xwiki.org/jira/browse/XWIKI-4690and keeping it open until
I have tested new changes with thorough manul
testing. Any help in this regard is really really really appreciated :)
Thanks.
- Asiri
I'd like to customize the dashboard and add News category items from the blog. I have tried some examples but none of them seem to work. In the manuals there are mentions of macros in the blog but I can't seem to find any reference. What's the easiest way to include blog content in pages outside the blog? I'm using Xwiki 2.04.
Daniel
As I understand, Xwiki use different portions of code for the different
browsers - FF and IE - for the WEBDAV link. IE working directly with webdav,
but firefox - is not. If I try to click on a webdav link (edit link) ff ask
me for exetention FoxWiki. This is a special extention for XWiki and for
this extention need to setup one by one all applications. But for IE - not
need special plugins and not need any setup. Exists another plugin for FF -
openwebfolder (http://openwebfolder.mozdev.org/) as a described in a home
page of this extention: "Internet Explorer itself does not contain any
WebDAV support. However, it does offer hooks to Microsoft's WebDAV
component, usually called "web folders". Openwebfolder itself does not
contain any platform-independant WebDAV related code. It just adds hooks so
that Microsoft's "Webfolder" WebDAV client can be invoked in a similar way
like in IE." My idea - try to use this extention for FF. But everytime XWiki
offer for me - "download FoxWiki" - as I understand, according to the XWiki
template - attachmentsinline.vm. This template use different edit-calls for
the different browsers. How I need to change attachmentsinline.vm for the
using one edit-call and for FF and for IE? As I understand - with FF
extention openwebfolder - all will be as of IE, if XWiki will give to user
same edit-link like IE. (I tried in other webdav application - all working).
--
View this message in context: http://n2.nabble.com/Using-WEBDAV-in-a-Mozilla-Firefox-directly-without-fir…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody, I installed and configured the xwiki system for the first time. However I regarded the Setup Instruction somehow it won't work at all.
I guess that there is something wrong with my connection.url. Although I tried it again with the native Microsoft JDBC driver according to their Setup Instructions the same error occurs and the whole thing won't run at all.
The suspicious line is here:
<property name="connection.url">jdbc:jtds:sqlserver://NB-FFAL-01\SQLEXPRESS:1433/XWiki;tds=8.0;lastupdatecount=true</property>
The part [NB-FFAL-01\SQLEXPRESS] is the normal name shown in SQLManager for the local database.
The SQL-Server and the Tomcat and the xwiki are installed on the same computer (WinXP SP3) at the moment.
The log and Config files can be found here:
http://jira.xwiki.org/jira/browse/ADN-14
Thanx a lot for your help.
Mit freundlichen Grüßen
Felix Falke
Ind.Kfm.(IHK) Dipl. Wirt.Inf.(FH)
AFB24.com
Ferdinand Porsche Strasse 9
76275 Ettlingen
Phone: +49 (0)7243 20000 (192)
Mail: Felix-Bertol.Falke(a)AFB24.com <mailto:Klaus.Boelling@afb24.com>
Web: www.afb24.com <http://www.afb24.com>
Geschäftsführer: Paul Cvilak
Amtsgericht Mannheim HRB362800
Sitz der Gesellschaft:Ettlingen
Diese Nachricht und/oder Anhänge sind vertraulich und können der Geheimhaltungspflicht unterliegen.
Wenn Sie nicht der vorgesehene Adressat sind, weisen wir Sie hiermit darauf hin, dass jegliche Nutzung, Weiterleitung und Kopien unzulässig sind. Benachrichtigen Sie uns bitte unverzüglich per E-Mail und löschen Sie diese Nachricht und/oder Anhänge aus Ihrem System.
Aus Sicherheitsgründen haben Emails nur informativen Charakter, rechtliche Verpflichtungen sind daher daraus nicht ableitbar.
This mail and/or attachments are confidential and may also be legally privileged.
If you are not the intended recipient, you are hereby notified, that any review, dissemination or copying of this email and/or attachments is strictly prohibited. Please notify us immediately by email and delete this message and all its attachments.
For safety reasons the mail's character is only informative. Legal obligations cannot be deduced.
Ive modifed the hybernate xml file but the database tables seem to not be getting created correctly.
Is there anything else that needs to be done in order to make sure that the database tables get created correctly?
When I access xwiki I get the following exceptions:
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
Wrapped Exception: ca.gcf.util.SqlEx: Table 'xwikidbversion' does not exist or is not owned by you.
Radek Rekas
VFMFocus Developer
eVALUA Pty Ltd
66B Maryborough St
Fyshwick, ACT, Australia
T: +61 2 6228 1904
F: +61 2 6228 1131
Http://www.evalua.com.au
hi everybody, i have a problem creating links to an internal page in a page
created with html and css.
this is the code of the page:
{{velocity}}
$xwiki.ssfx.use("/portal/site/css/estilo.css")
{{/velocity}}
{{html}}
<body>
<!--inicio menu-->
<div id="menu">
<ul>
<li>
{{/html}}
IF I DO THIS, THE layout GONE HELL
[[Introduccion>>Main.Introduccion]]
{{html}}
# Introducción
</li>
<li> # Guía Rápida </li>
<li> # Objetivos </li>
<li> # Descripción </li>
<li> # Noticias </li>
<li> # RSS </li>
</ul>
</div>
<div id="contenido">
<div id="columleft">
<div id="imgport">
<h2>MADES (Marco de Desarrollo y Mantenimiento de Aplicaciones)</h2>
<p>es una referencia para los actores implicados en el desarrollo de
aplicaciones software en el ámbito de la Consejería de Sanidad y Dependencia
de la Junta de Extremadura. Ofrece un punto de partida para el uso de
tecnologías probadas bajo directrices que marcan criterios de calidad y
homogeneización en los desarrollos y proponiendo un marco metodológico en la
operativa de los proyectos.</p>
<p class="right"> # >> leer más </p>
</div>
<div id="accesosport">
<div class="cajaacceso1">
<h3>Arquitectura MADES</h3>
<h4>Marco Tecnológico</h4>
<ul>
<li> # Infraestructura </li>
<li> # Librerías </li>
<li> # Área de entrega </li>
<li> # Criterios de Desarrollo </li>
</ul>
</div>
<div class="cajaacceso2">
<h3>Políticas y procedimientos</h3>
<h4>Marco Metodológico</h4>
<ul>
<li> # Metodología </li>
<li> # Plantillas de documentación </li>
<li> # Material de referencia </li>
</ul>
</div>
</div>
</div>
<div id="columright">
<div id="zonadescarga">
<h3>Zona de descargas</h3>
<ul>
<li class="vin1"> # Entorno de Desarrollo </li>
<li class="vin1"> # Plantillas de Documentación </li>
<li class="vin1"> # Manuales </li>
<li class="vin1"> # Ejemplos </li>
<li class="vin1"> # Guía rápida a MADES </li>
<li class="vin2"> # Proyecto Piloto
<ul><li> # Repositorio de Código Fuente </li></ul>
</li>
<li class="vin1"> # Bibliografía </li>
<li class="vin1"> # Herramienta de Verificación </li>
<li class="vin1"> # Actualización de reglas </li>
</ul>
</div>
<div id="gestionproyecto">
<h3>Gestión de Proyectos</h3>
<div class="centrar">
<div class="formulario">
<form method="post" action="#"><br />
<label for="usuario" title="usuario">Usuario</label>
<input id="usuario" value="usuario" size="12" >
<br/>
<label for="login" title="login">Login</label>
<input id="login" value="login" size="12" >
<input type="submit" name="Enviar" id="Enviar" value="Enviar"
class="boton" alt="Enviar" title= "Enviar">
<br />
</form>
</div>
</div>
</div>
</div>
</div>
<!--INICIO PIE PÁGINA-->
<div id="pie"><p>(c) Junta de Extremadura 2009</p></div>
</body>
{{/html}}
--
View this message in context: http://n2.nabble.com/Problem-creating-a-link-to-a-page-with-custom-css-NEWB…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have the problem, that the XWIKIRCS table has too many entries.
Is it possible to make it smaller without problems, e.g. by deleting
entries?
Is there a way to stop the growth of this table, e.g. disabling the
document history?
Thanks,
Ingo
Greetings, list
I wonder if it possible to configure xwiki to have the preview and editor to
share a page as mediawiki have theirs?
I hope I'm not the n:th person asking this or not; I'm new to the list and
was not able to find an archive with search functions.
Regards, Joel Forsberg
Hi,
I would like to know if there is a way to change the default appearance of
the code macro.
Can I make it look like the one in confluence or the one in moin?
thanks
carlo
Hello
I am not sure i understood what u are asking, but:
-if u want to divide a page in 2 columns. only that page..so you cannot use
the change of layout from xwiki, you can easily edit the page in question in
the object mode. (?editor=object) and from the right side you can see that
u can add a "stylesheetclass" and there u can add .css . here in you declare
your 2 columns and everything else u want to have in page, just like u are
creating a simple html file that uses a css file. Next: Save
-
John Bober wrote:
>
> Hi,
>
> I'm a Newbe and courrently working with an xwiki. I really like the look
> and gadgets, I'm only a little disapointed from the history.
> Currently it shows only the deletet and the added Text. Is there any
> posibility to generaly show the rest of the content?
> It would really help, I didn't get what is actually changed and what not.
>
> - to see the author and dates and pages that were modified, use the xwiki:
> "#includeInContext("Main.RecentChanges")". it's something like this:
> {{velocity}}
> {{html}}
>
> ## Set variables to limit recent changes to the current space and 10
> items.
> #set($rcSpace = [$doc.space])
> #set($rcChangesNb = 10)
> #includeInContext("Main.RecentChanges")
>
> {{/html}}
> {{/velocity}}
>
> - if you want to get the contents of a page, you can use this:
> #set($docContent = $xwiki.getDocument($pageName).content)
> (http://n2.nabble.com/get-content-of-page-td3992676.html#a3992676)
>
> Hope this helps
>
> By the way, a colleague of mine thought of special view:
> A Table-Style with the content on the left and the autor on the right. So
> one can easly get who is responsible for some very brilliant content =^D .
>
> Thanks in advance.
> John Bober
>
>
--
View this message in context: http://n2.nabble.com/extended-history-view-tp4169050p4176059.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thomas,
Maybe i missed something but i did what is described in the link you provided and i have something strange.
When i log with my id in the virtual wiki, i have my first name/last name displayed (so it's able to read data from the main wiki). That's ok. But the link behind this is wrong :
http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545
Instead of
http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545
I searched in previous emails and only found a bug on a regular expression set in the xwiki.cfg but it seems to be corrected for virtual path mode
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
It's planned but here, when you want to upgrade an application used in production you have to wait many weeks for validations and authorisations. And then the 2.0.5 will be outdated ;)
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : jeudi 17 décembre 2009 08:46
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Thank you Thomas.
> >
> > We use virtual wikis in the path based mode (set in the
> xwiki.cfg if i remember good)
>
> In that case you should upgrade to 2.0.5 since there is several
> important issues that as been fixed around the switch between wikis.
>
> >
> > Ok. I will try that, hoping that it will solve our problem.
> Because it generates many problems with right permissions to
> browse virtual wikis by registered users.
> >
> >
> >
> >> -----Message d'origine-----
> >> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> >> De la part de Thomas Mortagne
> >> Envoyé : mercredi 16 décembre 2009 17:31
> >> À : XWiki Users
> >> Objet : Re: [xwiki-users] Authentication problems with
> virtual wikis
> >>
> >> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> >> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> >> > Hello all,
> >> >
> >> > Our system has some problems when a user logs in the main
> >> wiki and goes to a virtual wiki.
> >> > It creates the Xwiki.<userId> page but not like a usual
> >> user page. It's just a blank one.
> >>
> >> Never heard of something like that, do you have anything in the log
> >> when you try to log in ?
> >>
> >> What multiwiki mode are you using ? domain name
> >> (http://wiki1.host/xwiki/bin/view/) based or path based
> >> (http://host/xwiki/wiki/wik1i/view/) ?
> >>
> >> >
> >> > The authentication process is done using LDAP process.
> >> >
> >> > Also is there a way to disable the login function only on
> >> the main wiki ? If yes, what will happen if a user tries to
> >> connect on a virtual wiki and it fails ? Because when this
> >> situation occured, the user is redirected to the login page
> >> of the main wiki and not the virtual one.
> >>
> >> I you want all your LDAP user profiles to be
> created/updated only on
> >> the main wiki see
> >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> >> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> >> storegisteredonlyonmainwiki
> >>
> >> >
> >> > Thank you
> >> >
> >> > Christophe Périnaud
> >> > Windows Server 2003 SP2 in a VMWare instance
> >> > Oracle 10g
> >> > Java 1.6.0_12
> >> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >> >
> >> >
> >> >
> >> --------------------------------------------------------------
> >> ------------------
> >> >
> >> > This e-mail is intended only for the addressee named above.
> >> It does not bind the sender, except in the case of an
> >> existing written convention with the addressee. This e-mail
> >> may contain material that is confidential and privileged for
> >> the sole use of the intended recipient. Any review, reliance
> >> or distribution by others or forwarding without express
> >> permission is strictly prohibited and may be unlawful. If you
> >> are not the intended recipient, please contact the sender and
> >> delete all copies.
> >> >
> >> > While reasonable precautions have been taken to ensure that
> >> this e-mail and any attachments are free from any computer
> >> virus or similar defect, no liability will be accepted in
> >> that respect. Anyone accessing this e-mail must take their
> >> own precautions as to security and virus protection.
> >> >
> >> > KBL European Private Bankers S.A., 43 boulevard Royal
> >> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> >> > _______________________________________________
> >> > users mailing list
> >> > users(a)xwiki.org
> >> > http://lists.xwiki.org/mailman/listinfo/users
> >> >
> >>
> >>
> >>
> >> --
> >> Thomas Mortagne
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Thank you Thomas.
We use virtual wikis in the path based mode (set in the xwiki.cfg if i remember good)
Ok. I will try that, hoping that it will solve our problem. Because it generates many problems with right permissions to browse virtual wikis by registered users.
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello all,
Our system has some problems when a user logs in the main wiki and goes to a virtual wiki.
It creates the Xwiki.<userId> page but not like a usual user page. It's just a blank one.
The authentication process is done using LDAP process.
Also is there a way to disable the login function only on the main wiki ? If yes, what will happen if a user tries to connect on a virtual wiki and it fails ? Because when this situation occured, the user is redirected to the login page of the main wiki and not the virtual one.
Thank you
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
hey
My question is purely theoretically. If i create a table and each <td> from
it has an id, can i extract the information from a <td> by an id?
This is in a xwiki page.
"<table>
<tr>
<td>name</td>
</tr>
<tr>
<td id="test">bla bla</td>
</tr>
</table>
"
Now, in another page i get the content of the page above, and i want to take
the info from the td with the "id". is it possible?
:confused:
--
View this message in context: http://n2.nabble.com/distinct-select-divs-from-page-tp4175922p4175922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi everybody, first at all, i m totally newbee with this software. I ve tried
to change the default skin with my own skin, and of course i have bothered.
How do i reset to the original default?
i hope that someone could help me
--
View this message in context: http://n2.nabble.com/NEWBEE-how-do-i-reset-default-skin-tp4138496p4138496.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
1. i create a class and add n properties. besides the properties added i
have this code:
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Test")
#includeForm("XWiki.ClassSheet")
2. i create doc where i include the class: #includeForm("$space.TestClass")
because I wanna get those prop:
#includeForm("$space.TestClass")
#set($object = $doc.getObject("$space.TestCkass").xWikiClass)
object - $object
#foreach($prop in $object.properties)
-- ${prop.prettyName} </dt>
: $doc.display($prop.getName())</dd>
#end
and my $object shows nothing. probably my favourite question....what am i
missing here?
Thanks
--
View this message in context: http://n2.nabble.com/get-prop-from-a-class-tp4175285p4175285.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I know that i can get value from a request like this:
"#set($name= $request.getParameter('name'))"
Now, shouldn't i be able to put variables on request so i can use in the
html page? something like this:
"#set($var = $request.setAttribute($name))"
and in the html page to use $request.getAttribute($name) ?
:blush:
Thank you
--
View this message in context: http://n2.nabble.com/set-variables-on-request-tp4174575p4174575.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi There,
For some reason, the drop down menus at the top of the screen only work for
Admin users. I suspect we have changed the access rights somewhere we
shouldn't have, but I can't figure out where. Can someone help point me in
the right direction?
Thanks!
AW
--
View this message in context: http://n2.nabble.com/Drop-Down-Menus-only-work-for-Admin-Users-tp4170225p41…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Pascal,
On Tue, Dec 15, 2009 at 9:22 PM, Pascal Voitot
<pascal.voitot.dev(a)gmail.com>wrote:
> Hello,
>
> I don't know if "pascal" is me or someone else but I'm also one Pascal so I
> answer ;)
>
Yes, I meant you :-)
> Sorry for the long mail...
>
Thanks for the detailed feedback!
> I agree with this kind of governance as long as XWiki.org keeps fully free
> and brings the best and latest code with LGPL license. I agree that
> companies contributing to XWiki could be rewarded by having some
> "visibility" on xwiki.org site. I agree with the fact that XWiki SAS needs
> to earn more money based on XWiki.org because if it earns more money, XWiki
> will go further etc...
> The limit between commercial product and free software is not easy to
> define
> and to manage... Being an opensource company is really hard, isn't it?
> The only thing I want XWiki SAS is to keep going as a real opensource
> company for which the community project is the base of everything and which
> contains the best of breed of XWiki SAS knowledge. I would be disappointed
> to see you becoming a company such as the ones I can see for which
> opensource is just a facade or a marketting argument without any real
> community development and support.
> Jboss is not exactly one of those but they give me the impression of going
> progressively in this direction and after one year working intensively with
> their professional projects and support, I'm really disappointed because I
> see that their opensource and community support seems declining or even
> seems willingly bad sometimes and focused on only some "visible" projects.
> I
> really wonder if opensoure is not getting corrupted by such companies after
> all...
> With XWiki, I've been able to develop some little professional projects
> with
> the best code coming from XWiki without thinking that, if my project could
> make or not money, I would have to pay, in any case, the X thousands $ just
> for the license. My idea was to contribute to XWiki through these projects
> and if I could earn some money I would contribute to XWiki with something
> more than my little braincells :)... Sorry about that but the projects I
> have achieved with XWiki have never gone further than pilots and I have
> never been able to make a living with that :)... What a shame, isn't it?;)
> All of that just to explain that the fully open status of XWiki allowed me
> to bring my ideas into reality and I think your professional but free
> status
> is a great attractor for lots of people.
> So as long as you keep that in mind and in facts, I will keep supporting
> you
> and maybe more...
>
I understand your concern. I've been reading quite a number of online
discussions about JBoss and the questions people have about its business
model and the fact that they're afraid that at one point it will no longer
be Open-Source.
I think I can speak on behalf of XWiki SAS when I say that we believe in
Open-Source and want to stay a real Open-Source company - however complex it
might be at times.
My personal take is that, as long that we as a company promise that all the
XWiki code written by XWiki SAS will be released under the LGPL license, the
project can thrive with people confident that they're contributing to real
Open-Source. Ludovic has personnally committed himself to this in the past
as XWiki SAS' founder and this is a policy that will continue in the future.
We've been talking about this internally and the overwhelming majority of
XWiki SAS employees wants the XWiki code we write to be made available under
the LGPL license.
I hope this answers your concerns :-)
Apart from this, are there other questions and/or things that may sound
worrying to you?
Thanks again for the feedback - and I hope that some of your XWiki-based
commercial initiatives will eventually become fruitful :-)
Guillaume
> Pascal
>
> On Tue, Dec 15, 2009 at 5:41 PM, Guillaume Lerouge <guillaume(a)xwiki.com
> >wrote:
>
> > Hi,
> >
> > On Fri, Dec 4, 2009 at 3:44 PM, Vincent Massol <vincent(a)massol.net>
> wrote:
> >
> > > Hi everyone (devs and users),
> > >
> > > While we have a clear governance for write access to our source
> > > repository (http://dev.xwiki.org), we're missing a clear governance
> > > for xwiki.org. The idea is to address mainly the following 2
> questions:
> > > 1) who "owns" it and thus "controls" (or rather provides direction
> > > for) its content
> > > 2) can it be used for business advertising (support, paid packages,
> > > consulting services)
> > >
> > > Bit of History about XWiki SAS
> > > ========================
> > >
> > > - XWiki SAS (http://xwiki.com) is the company founded by Ludovic
> > > Dubost the creator of XWiki (I'm the CTO of XWiki SAS in addition to
> > > being a committer here).
> > > - Most of the active contributors are also employed and paid by XWiki
> > > SAS to develop the XWiki software. Today that's
> > > -- 12.5 committers (developers)
> > > -- 1 open source product manager (see
> > > http://markmail.org/thread/ggaaw4u6yyci4oan
> > > for its definition)
> > > -- 1 designer
> > > -- 1 tester/technical writer
> > > - XWiki SAS sells services around the open source software, see
> > > http://www.xwiki.com/xwiki/bin/view/Services/
> > > - XWiki SAS truly believes and understands open source, see
> > > http://www.xwiki.com/xwiki/bin/view/About/Values
> > > -- I also wrote a blog post on this some time back:
> > > http://massol.myxwiki.org/xwiki/bin/view/Blog/XWikiSASAndOpenSource
> > > - XWiki SAS has promised "not to do evil" ;), see its manifesto at
> > > http://www.xwiki.com/xwiki/bin/view/About/Manifesto
> > > - XWiki SAS is paying for the servers and maintenance of xwiki.org,
> > > myxwiki.org, the maven repo, the svn repo, the hudson build serversn
> > > the free JUG farm, and more
> > >
> > > Issue at hand
> > > ===========
> > >
> > > XWiki SAS would like to generate more revenue to be able to increase
> > > the development pace of the XWiki software. We'd like to fund even
> > > more the development of XWiki, so that it becomes an even better
> > > product. We've asked you what you'd like to see in the future in XWiki
> > > and you've answered on this survey result:
> > > http://www.xwiki.org/xwiki/bin/view/Blog/Features+Survey+Results
> > >
> > > We'd like to implement those features as fast as possible.
> > >
> > > For this we need to ensure that users interested in commercial
> > > services find easily the way to http://xwiki.com, even when they
> > > arrive on xwiki.org.
> > >
> > > This is true for XWiki SAS's services but also for any company willing
> > > to offer services around the XWiki open source project. There's no
> > > magic. Developers need to be paid when they work full time on some
> > > project. We need a commercial ecosystem around XWiki for it to
> > > progress as quickly as its competitors (the collaboration market). We
> > > need to allow for commercial companies the ability to generate revenue
> > > from their work on the XWiki open source project. However we also want
> > > to continue ensuring that all the XWiki development is done in open
> > > source, under a LGPL license.
> > >
> > > Governance Proposal
> > > =================
> > >
> > > 1) xwiki.org is controlled by the XWiki committers. This means that
> > > important changes brought to it should be discussed/vote on the list,
> > > using the same practices as for code commits
> > > 2) xwiki.org stays open in edit mode to all external contributors (and
> > > XWiki committers continue to monitor it to remove spam, etc)
> > > 3) we agree to start with 3 zones where companies can advertise their
> > > commercial offers on top of the XWiki open source product:
> > > -- On the download page (for business packages, subscriptions, hosting)
> > > -- On the support page (for services: support, consulting)
> > > -- (still to be defined) Possibly on a "Products" tab in the new
> > > horizontal navigation. The idea would be to do as jboss.org is doing.
> > > Projects are open source and community and Products are commercial
> > > 4) the company offerings are listed by their amount of contributions
> > > to the XWiki open source project. The company that contributes most
> > > (XWiki SAS today) gets the best spots (top of the list, bigger space)
> > > 5) Companies who want to be listed should provide some proof of their
> > > contributions to the XWiki open source project
> > > 6) XWiki SAS gets some acknowledgment for paying for the xwiki.org
> > > server/maintenance of it. Probably somewhere in the footer of the site
> > > or on side panel somewhere
> > > 7) xwiki.org should always remain a site for the xwiki open source
> > > community
> > >
> > > Conclusion
> > > =========
> > >
> > > We want to stress that this proposal is not about XWiki SAS making a
> > > commercial takeover of the xwiki.org site.
> > >
> > > It's about recognizing that if the XWiki open source software
> > > progresses quickly today, it's thanks to contributors but also for a
> > > very large proportion to companies paying developers to work on it,
> > > either directly (like XWiki SAS or other companies that have
> > > developers contributing) or indirectly (by paying for example XWiki
> > > SAS or other companies to work on specific features).
> > >
> > > It's also about recognizing that XWiki SAS is happy to see other
> > > companies willing to contribute to the progress of the XWiki open
> > > source project and thus to provide a place for these companies to be
> > > visible too.
> > >
> > > I hope that all our contributors but also users of the XWiki Open
> > > Source software will find this proposal acceptable and I welcome any
> > > feedback on it.
> > >
> >
> > Sounds good to me.
> >
> > Note: I work for XWiki SAS too. I'd love to get feedback from people
> > outside
> > the company - Denis, Caleb, Pascal, Christophe, Jérémie, Ricardo and all
> > the
> > others: it's time to join the discussion! ;-)
> >
> > Guillaume
> >
> >
> > > Thanks
> > > -Vincent Massol
> > > Hat 1: XWiki SAS CTO
> > > Hat 2: XWiki committer
> > > _______________________________________________
> > > devs mailing list
> > > devs(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/devs
> > >
> >
> >
> >
> > --
> > Guillaume Lerouge
> > Product Manager - XWiki SAS
> > Skype: wikibc
> > Twitter: glerouge
> > http://guillaumelerouge.com/
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
Hi.
I am evaluating XWiki's LDAP-based authentication capabilities. The intention is to have a locked-locked-light wiki instance for my group in a large AD-based corporate environment. The LDAP documentation in xwiki.cfg clarifies how to map LDAP groups to XWiki groups. However, for ease of ACL administration, I would like to treat only users belonging to xwiki.authentication.ldap.group_mapping as "registered" users and the rest of the users within the corporation as "Guests".
Is there any way of achieving this mapping?
Presently, I have setup LDAP config to authenticate any user within the corporation using
xwiki.authentication.ldap.user_group=cn=workers,ou=etc.etc.
This causes every user to be treated as a registered user (after successful authentication of course).
The only work around I can see is to have an AD group (say X) that contains all the mapped groups specified in xwiki.authentication.ldap.group_mapping, but that requires X to be updated in sync with changes made to xwiki.authentication.ldap.group_mapping. If I can avoid the need for setting and maintaining X, that would be nice.
Thanks,
Milind
I have a problem with livegrid attachments list in XE, which show in a
"Documents Index" page ... All other livegrids (index, tree, orphaned) show
lists without any problems, but "attachments" - doesn't show anything.
Look's like no any attachments in my wiki. but it is not true. This problem
exists in XE 2.0.3 and after my upgrade - in XE 2.1. How is possible to
solve this problem? Or what I should check in my wiki? I am using XE on
Oracle 11G. Same thing at my testing base on Oracle 10G.
--
View this message in context: http://n2.nabble.com/XE-attachments-live-grid-not-show-anything-tp4170283p4…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, our development team wants to use the xwiki for a help page. Now we
stuck about the oracle versions that are supported by xwiki. We currently
use oracle 10g R2 on the webserver and will upgrade i a timely manner to
11g. Before we install the xwiki we wanted to ask, if this versions of
oracle are currently supported by the xwiki, or are there some problems with
using wiki with oracle 10g r2 or oracle 11g. It would be great to hear some
answers about it. And please excuse me for my poor English.
Regards Oskar
hi everybody,
i have a problem and less time. Tomorrow i have to release a xwiki portal
with a custom look and feel. Its made with html and css and i dont know
nothing at all about velocity.
In your opinion, which is the best strategy to confront the problem.
Regards!
--
View this message in context: http://n2.nabble.com/PLS-HELP-wich-is-the-best-way-to-adapt-a-look-and-feel…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Sergiu,
These two points were one of my biggest concerns after deciding to go for a
XEM & not a plain XE.
I am so relieved now. :)
A big thank you to you for this clarification. Thanks...
Message: 2
Date: Sun, 13 Dec 2009 13:21:22 +0100
From: Sergiu Dumitriu <sergiu(a)xwiki.com>
Subject: Re: [xwiki-users] XEM main wiki inaccessible
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4B24DC42.1010506(a)xwiki.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 12/12/2009 09:12 PM, Dilipkumar Jadhav wrote:
> Hi Thomas,
> I followed your instructions& checked the XWikiServerXWiki file. Changed
> the settings for domain name/alias, etc.
> And I am able to access the main wiki now. Thank you for guiding me in
this
> direction.
> However, two questions did come up:
> 1. Do the virtual wikis share the same user groups?
All virtual wikis can see the groups and user defined in the main wiki,
and each one can define its own users and groups, which should only be
visible inside the local wiki. Global groups are prefixed, as in
xwiki:XWiki.AdminGroup, while local groups have a local name, as in
XWiki.LocalGroup
> 2. Can the readers, writers& administrators of individual virtual wikis
be
> modified after creation of the virtual wiki?
Yes. Just open the local wiki, and go to the Administration interface,
and select Users to create new local users, Groups to create new local
groups, and Global Rights to assign rights to local or global users and
groups.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi Oskar,
We currently use Xwiki 2.0.3 in a production environment (VMWare) connected to an Oracle 10g database. And everything works great !
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Oskar Marek Rzepinski
> Envoyé : lundi 14 décembre 2009 14:25
> À : users(a)xwiki.org
> Objet : [xwiki-users] Xwiki Oracle Support
>
> Hi, our development team wants to use the xwiki for a help
> page. Now we
> stuck about the oracle versions that are supported by xwiki.
> We currently
> use oracle 10g R2 on the webserver and will upgrade i a
> timely manner to
> 11g. Before we install the xwiki we wanted to ask, if this versions of
> oracle are currently supported by the xwiki, or are there
> some problems with
> using wiki with oracle 10g r2 or oracle 11g. It would be
> great to hear some
> answers about it. And please excuse me for my poor English.
>
>
> Regards Oskar
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Has anyone successfully created a second blog in a single wiki? If so, please give me some guidence on how to do this task. Also, what could be a source of a velocity parsing error while creating a class sheet? Please respond to help progress my research.
Thanks in advance,
Tim
Thanks Thomas
I created the issue http://jira.xwiki.org/jira/browse/XE-568
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : lundi 14 décembre 2009 12:07
> À : XWiki Users
> Objet : Re: [xwiki-users] Switching from 1.0 to 2.0 syntax
>
> On Mon, Dec 14, 2009 at 10:55, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > I currently have a page in the xwiki/1.0 syntax :
> > ----------
> > #includeMacros("WikiCode.KBLMacros")
> > <div style="text-align:center">
> > #displayAllProjectsTable()
> > </div>
> > ----------
> >
> > When switching to xwiki/2.0 syntax, it generates this :
> > ----------
> > {{velocity filter="none"}}
> > {{html clean="false" wiki="true"}}
> > {{include document="WikiCode.KBLMacros"/}}
> > <p/>
> >
> > (% style="text-align:center" %)(((
> > #displayAllProjectsTable()
> > )))
> >
> > {{/html}}
> > {{/velocity}}
> > ----------
> >
> > The problem is that in the page called WikiCode.KBLMacros,
> i have a variable called mainDocumentTitle and in the syntax
> 2.0 generated, i can't read it from the macro displayAllProjectsTable.
> >
> > But if i move the line
> > {{include document="WikiCode.KBLMacros"/}}
> >
> > before the line
> > {{velocity filter="none"}}
> >
> > then it works again.
> >
> > Do all include have to be set outside the velocity code ?
>
> Not exactly. In your case the problem is that you have:
> - velocity is executed inside {{velocity macro}}
> - then the result of velocity execution is parser with wiki
> syntax parser
>
> {{include}} is wiki syntax so when it's executed you already did
> interpreted the velocity code that is supposed to use the variable
> coming from WikiCode.KBLMacros. When you put it outside of
> {{velocity}} macro it's executed before the velocity macro itself you
> your use case is working.
>
> Sorry for that it's a converter bug but it's not very easy to handle
> in a generic way. Could you create a jira issue about {{include}} and
> {{velocity}} in converter to at least have it explained somewhere ?
>
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello all,
I currently have a page in the xwiki/1.0 syntax :
----------
#includeMacros("WikiCode.KBLMacros")
<div style="text-align:center">
#displayAllProjectsTable()
</div>
----------
When switching to xwiki/2.0 syntax, it generates this :
----------
{{velocity filter="none"}}
{{html clean="false" wiki="true"}}
{{include document="WikiCode.KBLMacros"/}}
<p/>
(% style="text-align:center" %)(((
#displayAllProjectsTable()
)))
{{/html}}
{{/velocity}}
----------
The problem is that in the page called WikiCode.KBLMacros, i have a variable called mainDocumentTitle and in the syntax 2.0 generated, i can't read it from the macro displayAllProjectsTable.
But if i move the line
{{include document="WikiCode.KBLMacros"/}}
before the line
{{velocity filter="none"}}
then it works again.
Do all include have to be set outside the velocity code ?
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Thank you Guillaume.
I put it outside and now all works great. I was just wondering why the automatic switch put it in the velocity code.
Anyway, now my migration from 1.0 to 2.0 is finished successfully ;-)
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Guillaume Lerouge
> Envoyé : lundi 14 décembre 2009 11:03
> À : XWiki Users
> Objet : Re: [xwiki-users] Switching from 1.0 to 2.0 syntax
>
> Hi Christophe,
>
> On Mon, Dec 14, 2009 at 10:55 AM, PERINAUD Christophe <
> Christophe.PERINAUD(a)kbl-bank.com> wrote:
>
> > Hello all,
> >
> > I currently have a page in the xwiki/1.0 syntax :
> > ----------
> > #includeMacros("WikiCode.KBLMacros")
> > <div style="text-align:center">
> > #displayAllProjectsTable()
> > </div>
> > ----------
> >
> > When switching to xwiki/2.0 syntax, it generates this :
> > ----------
> > {{velocity filter="none"}}
> > {{html clean="false" wiki="true"}}
> > {{include document="WikiCode.KBLMacros"/}}
> > <p/>
> >
> > (% style="text-align:center" %)(((
> > #displayAllProjectsTable()
> > )))
> >
> > {{/html}}
> > {{/velocity}}
> > ----------
> >
> > The problem is that in the page called WikiCode.KBLMacros, i have a
> > variable called mainDocumentTitle and in the syntax 2.0
> generated, i can't
> > read it from the macro displayAllProjectsTable.
> >
> > But if i move the line
> > {{include document="WikiCode.KBLMacros"/}}
> >
> > before the line
> > {{velocity filter="none"}}
> >
> > then it works again.
> >
> > Do all include have to be set outside the velocity code ?
> >
>
> Yes. I'm not sure what the reason was but it has something to
> do with the
> order in which the macros are executed in syntax 2.0. You
> need to put the
> include outside so that its contents get included fine and
> become available
> to the following velocity macro.
>
> Again, I'm not sure exactly what the technical reason is but
> it's better if
> your include macros are outside velocity macros.
>
> Guillaume
>
>
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not
> > bind the sender, except in the case of an existing written
> convention with
> > the addressee. This e-mail may contain material that is
> confidential and
> > privileged for the sole use of the intended recipient. Any
> review, reliance
> > or distribution by others or forwarding without express
> permission is
> > strictly prohibited and may be unlawful. If you are not the intended
> > recipient, please contact the sender and delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and
> > any attachments are free from any computer virus or similar
> defect, no
> > liability will be accepted in that respect. Anyone
> accessing this e-mail
> > must take their own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg,
> > R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Guillaume Lerouge
> Product Manager - XWiki SAS
> Skype: wikibc
> Twitter: glerouge
> http://guillaumelerouge.com/
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hi Thomas,
I followed your instructions & checked the XWikiServerXWiki file. Changed
the settings for domain name/alias, etc.
And I am able to access the main wiki now. Thank you for guiding me in this
direction.
However, two questions did come up:
1. Do the virtual wikis share the same user groups?
2. Can the readers, writers & administrators of individual virtual wikis be
modified after creation of the virtual wiki?
Thanks once again Thomas...
hi folks
i am having lots of trouble importing documents with graphics in them.
even a doc with 1 or 2 small graphics is running past the timeout period
(even though i've set timeout to 300,000 msec - 5min).
system is:
- xwiki 2.0.3 standalone
- openoffice 3.1
- centos 5.4 linux on vmware
- java heap set to 300MB (JAVA_OPTS=-Xmx300m)
is this a known problem and/or can anyone suggest a fix?
is office importer even supposed to be able to handle graphics?
p
Hello,
We are a non-profit community magazine called Gandhi and Pineapple, who have recieved Princes Trust funding for a first issue. We are looking to set up a web page where members can register and contribute journalistic articles, creative writing and origional artwork on different blog/wiki style pages, hopefully developing the site into a vibrant community. We would also like to be able to select the 'best of the blogs', and condense them onto a homepage. The inclusion of static RSS feeds from various news sources is also a feature we would like to see included.
Having looked at various solutions, the XWiki project seems to me to be the most versitile, exciting, and sutible for our needs. I would be greatful if we would be able to take advantage of the free hosting offered on the XWiki.org webpage. My XWiki.org username is JackLangley, and would like 'gandhiandpineapple' as the server name.
Many thanks for any help you can offer, and I hope to hear from you soon.
Jack Langley
P.R. Manager
Gandhi and Pineapple Magazine
_________________________________________________________________
Use Hotmail to send and receive mail from your different email accounts
http://clk.atdmt.com/UKM/go/186394592/direct/01/
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.1
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes from 2.0.x:
* Re-design of the actions menus
* The Blog application is now using the xwiki/2.0 syntax and the new
WYSIWYG editor
* Allow XWiki.XWikiAllGroup to be an implicit group, containing all
the users without explicitly listing them as objects
* When renaming a page, also update the "parent" field of subpages
(Patch from Caleb James De Lisle)
* Updated translations : de (including WYSIWYG), es, fr (including
WYSIWYG), gl, lv, nl, pl, ro, sv, zh
* New renderer for mathematical formulae based on the Google Chart APIs.
* Lots of improvements and bugfixes in order to conform to the Web
Content Accessibility Guidelines (WCAG).
* Macro parameter pretty names are now displayed in the WYSIWYG
* WYSIWYG editor performance improvement (Minimize and aggregate
WYSIWYG editor stylesheets at build time to reduce the number of HTTP
requests)
* Ability to register a component for the current user or for the
current wiki instead of globally. Note that this will be used in the
near future to allow registering Wiki Macros in multiwiki mode without
the macros being visible in other wikis.
* Upgraded to JbossCache 3.2.1GA version
* Upgraded to Groovy 1.7 Beta 2
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM21
Thanks
-The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Office 1.0.
Go grab it at:
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice
Summary of features for XOffice 1.0:
- Create new wiki pages
- Open and edit existing wiki pages in Word
- Download and edit attachments
- Upload attachments
- Export Word documents to the wiki
- Wiki Explorer
Main changes since XOffice 1.0 RC1:
- Supported XWiki versions are now: 2.0.4, 2.1 and above
- fixed saving issue for XWiki 2.0 syntax
- faster startup
- fixed focus issues
View detailed release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10
For more information about XOffice visit:
http://xoffice.xwiki.org/xwiki/bin/view/Main/WebHome
Thanks,
-The XWiki dev team
Hello,
I'm using the (fantastic) new live tables to display components of a certain
class.
Everything works well, except for one thing - but functionality may be
discutable...
One of the fields of my class is of type Static List, is displayed as
checkboxes and has multi-select activated.
This field is correctly displayed in live table, with "type" : "list", and
all checked values are displayed separated by a space character (not that
good though, if some of the values contain spaces...).
Problem is for sorting and filtering :
- filtering on a value just leaves the table as it is (displays all entries)
[Note : it seems in 2.0-RC2, filtering this kind of field removes all
entries]
- sorting table on this field just changes order, but with no link to values
(no link I could infer).
I believe sorting a multi-valued field is not really a good idea, and I
wonder what to expect. As order of values is kept, it might have a sense
maybe. But filtering would be helpful though. I think a line should be
retained if one of the values matches the filter.
Except for this case, the live table works perfectly well.
WDYT ? (did not find any jira about that, maybe missed it).
Regards,
Jeremie
hi, im totally newbee, i almost have finished a page and a i need to know how
to set as main page. If i click on logo i need that page loaded, if i enter
the url www.mywiki.com, that page must be loaded.
how do i do that?
regards
--
View this message in context: http://n2.nabble.com/How-do-i-set-the-main-page-tp4140183p4140183.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm very new to xwiki. Thanks so far to everyone that is contributing...
I have created a new class. And I would like to include author as a property
in the class, and have it automatically populate with the user's name.
I tried looking at comment class but couldn't see how this get's done.
Could someone help me out?
--
View this message in context: http://n2.nabble.com/display-author-creator-as-property-tp4150822p4150822.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.