Hi everybody,
I am working on some brainstorming about the future of the XWiki REST API...
The starting point, of course, would be to understand who is using it,
how she's using it (i.e., for which use cases), what are the problems
she has encoutered and which kind of feature she would like to see in
the API.
So, if you have worked/interacted/built something with the REST API it
would be great to have your feedback.
Thanks,
Fabio
i downloaded the xwiki-application-watchlist-1.35.xar from link
http://maven.xwiki.org/releases/org/xwiki/platform/applications/xwiki-appli…
but
even after importing this xar , i do not see watch space/ watch page/watch
wiki options when i hover/click over space/page/wiki . Is there
any extra configuration i need to do(i already tried restarting my
webserver but did n't help)?
i have included couple of RSS feeds on a page. But when i go to that page
that takes lot of time to load(around 20 secs). I understand that it
is happening becuase of inclusion of RSS feed. I think what happens is
everytime i click on that page, it brings the fresh content
from RSS subscribed sites. My question is can we configure the time
frequency so that RSS feeds are fetched after certain specified
time not everytime on click of that page. It will improve the performance a
lot.
Here is my code that included RSS feed under tabs.If we can specify the
time frequency ,it would be great. If it is not possible
can we bring the RSS content of only site mentioned under first tab. Now if
user further clicks on second tab, content for that rss
feed is fetched that time itself instead of fetching contents of all rss
feed sites at a time(or if we can make the fetching
RSS feed contents asynchronously it would be amazing without imapceting
page loading).
{{tabs idsToLabels="tabId1=Martin Fowler, tabId2=Coding Horror"/}}
(% id="tabId1" %)
(((
{{box cssClass="tabId1div"}}{{/box}}
{{rss feed="http://martinfowler.com/feed.atom" content="yes" width="100%"/}}
)))
(% id="tabId2" %)
(((
{{box cssClass="tabId2div"}}{{/box}}
{{rss feed="http://feeds.feedburner.com/codinghorror/" content="yes"
width="100%"/}}
)))
Hi,
our existing xwiki is running under Xwiki Enterprise version 1.5.11446
(very old).
I am evaluating XWiki 5.0.1 with a local standalone installation.
I would like to import all pages of a very old XWiki with the pages
being in xwiki 1.0 format. Exporting the pages to a *.xar file and
importing this in the 5.0.1 installation didn't work. There were no
error messages, but no content was shown during import.
The I created a simple test page in the old Xwiki in XWiki 2.0 format.
This could not be imported into XWiki 5.0.1, either.
What did work, is to copy the content of one page of the old xwiki in
the browser view and insert it in the wysiwyg editor of a newly
created page in the new xwiki. But this would have to be done for
every single page and I didn't test it with more complex pages with
tables and images.
Any idea how to import very old pages in the current version of XWiki?
Thanks in advance
Matthias
--
Matthias Albert
Rastatter Straße 26
76199 Karlsruhe
Tel. 0721 885744
Email: matthias.albert(a)gmx.de
Hi everybody !
I'm using this method to send HTML mails :
xwiki.mailsender.sendHtmlMessage(...) in a groovy script and it works
perfectly, but I have trouble with pictures.
Indeed, in the content of my mail, I have a <img> tag with a "src"
attribute pointing on a picture located on my xwiki.
When i'm logged on my XWiki, I can see the pictures when I open my
mail.
When I'm not logged on XWiki, I can't see pictures beacause I suppose
I need authentication : does somebody know how I could do to solve this
? I think I have to send a HTTP Authorization Header in the content of
my
HTML mail in order to reach the picture but I don't know how to do, I
've tried with "http-equiv" in the <meta> tag but no success.
Thanks for your help !
Regards, Pierrick
Hi,
Would it be possible to use Arab language on XWiki? If so, has it been done?
What would it take to be able to write pages in Arab?
And what to have the XWiki present itself in Arab?
Gerritjan
I have integrated xwiki with active directory it works great. I want user
should be able to edit their profile only not anybody else.
Now if i give Admin rights on Xwiki space to XwikiAllGroup, active
directory user can edit any user profile and lot of other stuff under xwiki
space which i do not want. If i don't give Admin rights on Xwiki space to
XwikiAllGroup, in that case user can not edit his profile also.
So whats the right way to configure so that user can edit his profile only?
Hello fellow xwiki experts,
I know it is a shame to run such an old xwiki but sometimes, you have to. This is xwiki 1.5.4 which I deployed as a webapp inside a tomcat 6.
While a very similar instance runs flawlessly, this one says:
> Caused by: java.lang.NoSuchMethodError: com.xpn.xwiki.plugin.PluginApi.ajc$privFieldGet$com_xpn_xwiki_plugin_PluginApiAspect$com_xpn_xwiki_plugin_PluginApi$plugin(Lcom/xpn/xwiki/plugin/PluginApi;)Lcom/xpn/xwiki/plugin/XWikiPluginInterface;
> at com.xpn.xwiki.plugin.PluginApiAspect.ajc$interMethod$com_xpn_xwiki_plugin_PluginApiAspect$com_xpn_xwiki_plugin_PluginApi$getPlugin(PluginApiAspect.aj:36)
> at com.xpn.xwiki.plugin.PluginApi.getPlugin(PluginApi.java:1)
> at org.curriki.xwiki.plugin.lucene.ResourcesSearchCursor.next(ResourcesSearchCursor.java:416)
I don't think adding such a method makes any sense.
I just don't know how to dig things around so that the potential clash is removed (I suspect a config file wrongly loaded somehow).
With -verbose:class, all "Aspect" are loaded from the same jar.
thanks in advance.
paul
The XWiki development team is proud to announce the availability of
XWiki 5.1 Milestone 2.
This release brings automatic Solr indexing with locale inheritance
and a few bug fixes and improvements.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki51M2
Thanks
-The XWiki dev team
Hello.
I am having some tens of pages of groups and users and checking the
rights on spaces/pages is a real chore. Currently I have to manually
pass through all the pages to check the access rights and to discover
what groups/users have the rights modified from the default.
I would find it very valuable to have the groups/users that have the
access rights/permissions modified from the default to the top when
viewing the access rights for a space/page. Would you consider
implementing this functionality in future versions?
Thanks.
--
Adrian Fita
Hi guys,
I've been working on this little side project which I originally needed to
scratch a personal itch that came up during my work on the Resilience research project.
I needed an efficient way to generate XWiki export (.xar) files and post them to a
running wiki for rapid prototyping. In the past I would do some work from within the
wiki and once the bulk of the work was done, I'd export an xar file and unzip it.
Fixing up the XML and making small changes would be done by hand editing the XML dumps.
To test it, the XML files would be packaged into .xar file using Maven then uploaded
into the wiki by using the import function in the Admin interface.
There are a few problems with this process:
1. Manually editing XMhelL files.
2. My attention span lasts from `mvn clean install` to `[INFO] Scanning for projects...`
3. The turnaround cycle from making a change in the git repository to seeing it in the
wiki is somewhere around 2 minutes (edit, compile, upload in browser, test)
My solution is called xwiki-tools, it's a Javascript framework for scripting the creation
of XWiki packages with documents, objects and classes.
Code Golf example:
This is the shortest xwiki-tools script which will run (it makes a .xar file):
var XWiki = require('xwiki-tools');
var pack = new XWiki.Package();
pack.setName("XWiki - Contrib - XWiki Tools Tiny Example");
pack.setDescription("package name, description and extensionId are required");
pack.setExtensionId("org.xwiki.contrib:xwiki-tools-tiny-example");
var doc = new XWiki.model.XWikiDoc(["Main","TinyExample"]);
doc.setContent("A code-golf example of making an XWiki .xar file with 1 document.");
pack.addDocument(doc);
pack.genXar('XWikiToolsTinyExample.xar');
You can copy/paste this little .js script into a file and run `node yourFile.js` and
it will output XWikiToolsTinyExample.xar.
But wait, there's more!
xwiki-tools doesn't just allow you to wrap little documents into .xar files, it
allows you to add attachments, XObjects and even define your own XClasses.
It can also generate more than a xar file, it can post the package directly to a
running wiki which allows you to edit a file, run the command, page over to the
browser and immediately see your changes!
If you want, it can also generate output as an Apache Maven build.
Check out the example here: https://github.com/cjdelisle/xwiki-tools-example
to learn how to add attachments, XObjects and XClasses to your package and how to
post to a wiki or generate a Maven build.
Performance:
user@ubnta8:~/wrk/resiliance/xwiki-tools-example$ time ./do >/dev/null
real 0m0.643s
user@ubnta8:~/wrk/resiliance/xwiki-tools-example$ time ./do --mvn >/dev/null
real 0m0.416s
user@ubnta8:~/wrk/resiliance/xwiki-tools-example$ cd mvnout/
user@ubnta8:~/wrk/resiliance/xwiki-tools-example/mvnout$ time mvn clean install >/dev/null
real 0m20.578s
XWiki Classes:
So you've decided you want to give this a shot and you have a big ugly
class which you need to represent. If you've looked at one of the existing
classes such as:
https://github.com/cjdelisle/xwiki-tools/blob/master/lib/model/classes/Wiki…
then you know what it needs to look like but getting your class in that form
would be painful. Fortunately there is a tool which reads your .xml file with
the XClass and prints a .js file like the one above.
Just unzip the xar export from XWiki and run the following:
node ./bin/describeclass.js /path/to/YourBigClass.xml
Note: some of the class properties are unimplemented so some classes will not work.
License:
LGPLv2.1, same as XWiki, generated code/data explicitly exempted.
Thanks,
Caleb
Hello.
I imported a XAR from a backed up xwiki instance, but the users were not
added in the XWikiAllGroup. There are many users. How can I add them easily
to the XWikiAllGroup? Manually add each one of them is out of the
question...
Thanks,
--
Fita Adrian
As per instruction given at
http://extensions.xwiki.org/xwiki/bin/view/Extension/RSS+Macro i created
the page and icluded below macro
{{rss feed="http://rss.cnn.com/rss/edition_asia.rss" /}}
But getting below error(though i am able to open link
http://rss.cnn.com/rss/edition_asia.rss in browser). I am not getting whats
the issue here?
Failed to execute the [rss] macro
org.xwiki.rendering.macro.MacroExecutionException: Error processing [
http://rss.cnn.com/rss/edition_asia.rss] : Invalid XML: Error on line 18:
The element type "link" must be terminated by the matching end-tag
"</link>".
at
org.xwiki.rendering.internal.macro.rss.DefaultRomeFeedFactory.createFeed(DefaultRomeFeedFactory.java:68)
at
org.xwiki.rendering.internal.macro.rss.RssMacro.execute(RssMacro.java:136)
at org.xwiki.rendering.internal.macro.rss.RssMacro.execute(RssMacro.java:61)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:187)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:132)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:83)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:248)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:124)
Hello.
I have a 200MB XAR file that I'm trying to import in a XWiki 5.0.3
installation, but the "Large XAR Import" extention[1] fails with the
following:
Caused by: javax.script.ScriptException: javax.script.ScriptException:
groovy.lang.MissingPropertyException: No such property: context for
class: javax.script.SimpleScriptContext
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:152)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.eval(AbstractJSR223ScriptMacro.java:279)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluateBlock(AbstractJSR223ScriptMacro.java:213)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluateBlock(AbstractJSR223ScriptMacro.java:173)
... 106 more
Caused by: javax.script.ScriptException:
groovy.lang.MissingPropertyException: No such property: context for
class: javax.script.SimpleScriptContext
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:349)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:146)
... 109 more
Caused by: groovy.lang.MissingPropertyException: No such property:
context for class: javax.script.SimpleScriptContext
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
at Script19.run(Script19.groovy:214)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:346)
... 110 more
Anybody has any suggestions about how to fix this? My XWiki is installed
from deb[2] on Ubuntu 12.04.2 LTS, running under tomcat7.
1/ http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import
2/ http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
Thank you,
--
Fita Adrian
Using XWiki 4.0
We tried to import a Word Document with the "Page from Office", but the
import failed...partially.
We got the text imported, but images are missing (no attachments)
But now:
When we try to delete the page, we get this error (see below)
When we try to edit the page and "Save and view", we get this error (see
below)
When we erase all content from the page and try to "Save and view", we get
this error (see below)
Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.XWikiDeletedDocument]
com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.XWikiDeletedDocument]
at...blah blah blah
Caused by: java.sql.SQLException: Incorrect string value: '\xEF\x83\xA0
al...' for column 'XDD_XML' at row 1
at...blah blah blah
What to do now?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-delete-page-tp7585704.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Is there a Skin or a setting or something so I could use XWiki as a
CMS for a web site? Something that if you're not logged in, it will
not show any wiki related functional things at all.
What I'd like to do is configure my XWiki install with 3 spaces:
"static" web site for default space, then blog and wiki spaces that
would use the default skin.
I've looked into building a custom skin, but it seems like this is
something someone might have already done so asking to avoid
reinventing the wheel.
Thanks!
Hi,
On save I've got "context: Exception while parsing HTML". Page was
reloaded only with previously saved changes. A page was edited in
WYSIWYG mode.
Is it possible to rescue changes which have been done since the last
save? Maybe XWiki keeps internally some drafts which could be used?
Marcin
Hi,
I tried to install the Diagram Application in a fresh install of xwiki
Enterprise 5.0.1 (
http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application).
I'm able to see the diagram viewer/editor from the Diagram Space but unable
to display anything in a wiki page and the "save" options from menu are
shown greyed (I use the save option from wiki page).
I have tried to display the diagram using the Display Macro without any
luck (no render). In place, I can only see diagram code in wiki page i.e:
<root><mxCell id="0"/><mxCell id="1" parent="0"/><mxCell id="2" value=""
style="ellipse" vertex="1" parent="1"><mxGeometry x="410" y="240"
width="80" height="80" as="geometry"/></mxCell><mxCell id="3" value=""
style="ellipse" vertex="1" parent="1"><mxGeometry x="330" y="260"
width="80" height="80" as="geometry"/></mxCell><mxCell id="4"
value="Double
Rounded Rectangle" style="shape=ext;double=1;rounded=1"
vertex="1" parent="1"><mxGeometry x="240" y="290" width="120" height="60"
as="geometry"/></mxCell></root>
Have anyone tried this application with 5.0.X versions?
Thanks in advance!
i downloaded the latest version of xwiki i.e
xwiki-enterprise-web-5.1-milestone-1.war file and put it in
<Tomcat_HomeDirectory>/xwiki ax extracted folder.
Now when startup the tomcat i am getting below error
Jun 11, 2013 12:32:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Exception sending context initialized event to listener instance of
class org.xwiki.container.servlet.XWikiServletContextListener
java.lang.NoClassDefFoundError: Failed to get fields for class
[org.xwiki.extension.internal.DefaultExtensionLicenseManager] because the
class [org/reflections/Configuration] couldn't be found in the ClassLoader.
at
org.xwiki.component.util.ReflectionUtils.getAllFields(ReflectionUtils.java:71)
at
org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptor(ComponentDescriptorFactory.java:132)
at
org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptors(ComponentDescriptorFactory.java:105)
Am i missing some library?
Hello,
I am part of a new political party in Germany. Now there will be the
foundation of the youth movement of this party. I have the vision of a wiki
that can put in order all of the economic, political and social themes.
Is that something attributable to a non-profit-organization? As we simply
are not commercial?
Thx.
Lorenz
Hello,
I have a problem to implement Google Analytics into my wiki.
I used the Google Analytics functionality in the administration section and I put the ID number given by my Google Analytics account. It worked during a day and then nothing.
Do you know this problem and how it can be fixed ?
Thanks
Best regards,
Manon
For XWiki 4.5.3, when new tag is added,
it shows:
Tags: [object Text] Test1 [+]
Message before newly added tag.
It disappears after refreshing page.
It seems feels related to Javascript execution.
Any thoughts?
Thanks!
Valdis
Hi,
It is excited.
Is there any responsive skin for XWiki that run on browsers (that is, only based on HTML/CSS)? Will XOrange be maintained further?
Thanks
Guofeng
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Ludovic Dubost
Sent: Friday, June 07, 2013 4:58 PM
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [Announcement] XWiki Mobile Application on the Apple App Store
Hi,
I'm happy to announce that the XWiki Mobile Application has made it to the Apple App Store.
https://itunes.apple.com/us/app/xwiki-mobile/id655769489?l=fr&ls=1&mt=8
It requires XWiki Platform 4.x to function (also works with XWiki SAS'
XWiki Cloud instances).
More information as well as an Android package is available at:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWikiMobile
For developers more detailed information about the project are available
here:
http://dev.xwiki.org/xwiki/bin/view/Design/MobileClient
and the code is published on GitHub:
https://github.com/xwiki-contrib/xwiki-mobile-morpho
Any bugs can be reported in the XWiki Morpho bug tracker:
http://jira.xwiki.org/browse/XMMORPHO
We need a bit more work to get the Android version ready for Google Play.
We have Buddhi, our Google Summer of Code student who will work on this. If there are testers to try it on different Android OS versions and devices you are welcome to help us.
Ludovic
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
>From an administrator-point-of-view, to keep the SQL database as small as
possible, is it possible to purge documents which are older than 3 months
old (but keep at least 3 revisions)
Any setting which controls the purging of the database? Or is there a script
available?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Purge-revision-of-pages-attachments-with-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
For now the only example i know is for the Box Macro
{{box cssClass="floatinginfobox"
I searched for documentation on other possibilities but i did not find any,
do you have any link or documentation in regards of the Css usable classes ?
Thanks,
--
*BHY*
Hi
Is there a way to highlight important text or title by framing it in a box ?
the problem with the box Macro is the greyish background,
I am more looking for a transparent rectangular frame,
Is there a macro for that or an xwiki Style property ?
Thanks,
--
*BHY*
To all,
Is there a way to rename an existing attachment?
I know that there's an *almost 6 years old* JIRA on Renaming Attachments
<http://jira.xwiki.org/browse/XWIKI-1657> but is it possible to rename an
attachment by for example velocity code?
Why? I would like to rename the pictures when I use the "Import Office
Document" feature, so I can get meaningful names for the Gallary Macro for
example (or when I want to re-use the picture on a different wiki-page)
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Rename-attachments-tp7585570.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi !
I'm trying to use the Newsletter Application. I created Newsletter
Elements and added it to a Newsletter Model.
Currently I want to create a new Newsletter in order to create a
Newsletter instance after.
There is a problem here : I don't have the field and the "create"
button , I just have the "Newsletter already created" part.
(see on this page :
http://extensions.xwiki.org/xwiki/bin/view/Extension/Newsletter+Application…)
I have in my space "LettreInformation" 3 pages :
CreateNewsletterInstance, ManageSubscription and WebHome
Thanks for your help
The XWiki development team is proud to announce the availability of XWiki 5.0.3.
This is a bugfix release. The blocking bugs that leaded to this
release are a regression with right checking in old API and the New
Page menu not showing up or user without admin right.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki503
Thanks
-The XWiki dev team
Hi Everyone,
I have installed xwiki in my laptop. I want to know if I can index the
documents without uploading it into the xwiki. Say I have 20 Gb of
documents in my local hard disk. can I search these documents without
uploading it into xwiki?
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi!
I have a problem with the display of my panels.
I have several panels in the Panels Organizer of my space "Blog" and I
tried to drag and drop a panel "TestPanel" in the left-side column of
the screen.
When I checked the result in the Blog, I saw that the displayed panel
was the one just before "TestPanel" in the Panels Organizer's list !
This problem occurs each time I try to do this.
I need help please.
Thanks
Pierrick
Hello.
I have just installed a new XWiki site. I did a manual war file deployment.
When I logon as Admin I am brought to the XWiki Distribution Wizard. There
are three choices at the bottom of the wizard: CONTINUE, SKIP, and CANCEL.
Clicking any of the three buttons brings me back to the very same page. In
other words, I'm stuck on the first page.
Nothing is logged on the server side.
The server is behind a corporate firewall and can only access the Internet
through a proxy.
Does anyone know what I must do to complete the Distribution Wizard?
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Stuck-on-First-Page-of-XWiki-Distribution…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello everybody,
I would like to authenticate users via a SAML server.
I red this page
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication. I would
like to try the example project provided on Github:
https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-a…
'old').
When I want to build the project, I've got this error:
[WARNING] The POM for jfree:jfreechart:jar:1.0.0-rc1-xwiki is missing, no
dependency information available
I precise that I tried using Maven and Nexus XWiki repos.
Could you help me, please?
Thanks by advance,
Nicolas
Hi,
You miss the .execute() at the end :)
Br,
Jeremie
Envoyé depuis mon HTC
----- Reply message -----
De : "Ricardo.Julio.Rodriguez.Fernandez(a)sergas.es" <Ricardo.Julio.Rodriguez.Fernandez(a)sergas.es>
Pour : "users(a)xwiki.org" <users(a)xwiki.org>
Cc : "Isabel.Lista.Garcia(a)sergas.es" <Isabel.Lista.Garcia(a)sergas.es>
Objet : [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc
Date : mer., mai 22, 2013 21:24
Louis-Marie, Edo, thanks again!
Louis-Marie, you perfectly understand what I'm trying to get: to use comments on documents as criteria for selection. I understand comments are not intended to satisfy this objetive, but, at least for me, they are extremely useful to "draft" data models to be implemented in new XWiki classes. Just a kind of "extreme development" tool! :-) I think the "only" problem we are facing with this use is the kind of queries combining comments on the same document to retrive documents and properties of any class there instantiated.
I'm truly learning a lot! I think I can understand the construction and it must answer the well-formed question Louis-Marie wrote down in his message, but I'm not able to understand the result. Here what I get...
org.xwiki.query.internal.DefaultQuery@70687068
The integer after the @ changes it time I reload the page. I din't get neither a document fullName, nor an object.
You can always check it in the same link posted before...
http://www.idisantiago.es/bin/XWQL/SnapshotE0012012
In found DefaultQuery code here...
http://maven.xwiki.org/site/clover/20120701/clover-platform-20120702/org/xw…
Perhaps this construct doesn't work in my plain old XWIKI ENTERPRISE 2.4.30451 installation?
Thanks for your help!
Ricardo
> ________________________________________
> From: users-bounces(a)xwiki.org [users-bounces(a)xwiki.org] On Behalf Of Guillaume "Louis-Marie" Delhumeau [gdelhumeau(a)xwiki.com]
> Sent: 22 May 2013 17:51
> To: XWiki Users
> Subject: Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc
>
> Hi.
>
> I'm not sure I really understood what you need to do, but let me propose a
> solution anyway.
>
> I think what you need is to get the all the documents that contains
> comments with "%doc.title%" content and where there is NO comment with
> '%Withdrawal:2011% in the content.
>
> So, that's how I would solve the problem:
>
> #set ($xwlquery1 = "FROM doc.object(XWiki.
> XWikiComments) AS commWHERE doc.translation = 0 AND and comm.comment LIKE
> :doctitle AND doc.fullName NOT IN (SELECT doc2.fullName FROM Document doc2,
> doc2.object(XWiki.XWikiComments) comm2 WHERE comm2.comment LIKE
> '%Withdrawal:2011%')")
> #set($results = $services.query.xwql($xwqlquery1).bindValue('doctitle',
> "%${doc.title}%"))
>
> I didn't test it but it should work.
>
> Louis-Marie.
>
> 2013/5/22 <Ricardo.Julio.Rodriguez.Fernandez(a)sergas.es>
>
>> Hi! Thanks you both for answering!
>>
>> I'm afraid that your proposals didn't solve the problem. Please, see
>> here...
>>
>> http://www.idisantiago.es/bin/XWQL/SnapshotE0012012
>>
>> Both users have three comments each. This way:
>>
>> XWD_ID:416379378
>> Gender:xxxxxxxx
>> Withdrawal:20121017
>> Formely:XWiki.XWikiIDISE001
>>
>> XWD_ID:946660794
>> Gender:xxxxxxxx
>> Withdrawal:20111231
>> Formely:XWiki.XWikiIDISE001
>>
>> Thus, I'm still not able to design a query to retrive ONLY user
>> XWD_ID:416379378 based on comments :-( Your proposals answer with a list
>> including both users n times. I'm not able neither of explain n in both
>> cases... any idea will be welcome!
>>
>> Thank you very much for your help,
>>
>> Ricardo
>>
>>
>> > ________________________________________
>> > From: users-bounces(a)xwiki.org [users-bounces(a)xwiki.org] On Behalf Of
>> Guillaume "Louis-Marie" Delhumeau [gdelhumeau(a)xwiki.com]
>> > Sent: 22 May 2013 13:02
>> > To: XWiki Users
>> > Subject: Re: [xwiki-users] XWQL query on several objects of the same
>> class instantiated in the same doc
>> >
>> > Hi Ricardo and Edo,
>> >
>> > 2013/5/22 Edo Beutler <ebeutler(a)synventis.com>
>> >
>> >> Hi Ricardo
>> >>
>> >> You are only checking in one object. So there has to be one object that
>> >> contains the doc name, but not the withdrawal part which is fulfilled by
>> >> the third object in your example. Whilst I don't recall ever having
>> tried
>> >> checking for multiple objects in XWQL, I would suspect this should work:
>> >>
>> >> #set ($xwlquery1 = "from doc.object(XWiki.XWikiComments) as comm1,
>> >> doc.object(XWiki.XWikiComments) as comm2 where doc.translation = 0 and
>> >> comm1.comment like '%$doc.title%' and comm2.comment not like
>> >> '%Withdrawal:2011%'")
>> >>
>> >
>> > You are right. But I think you should add "comm1 <> comm2" in your query
>> to
>> > make it work.
>> >
>> > Louis-Marie
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi Devs and Users
Sorry for this question if it seems stupid :)
I have an old version of xwiki platform that have of course an old
wysiwyg editor , and I wanted to replace it with the new editor from the
last version of Xwiki witch is more enhanced then the old one
I this possible? any one want to share his experience about that topic ,
what are impacts on other parts of the framework
Thanks
We want to create our workinstructions by displaying photo's in the Lightbox
Macro <http://extensions.xwiki.org/xwiki/bin/view/Extension/Lightbox+Macro>
. Each photo is one step of the workinstruction. One workinstruction may
have 50 steps, so we need to upload 50 photo's (just for that one
workinstruction)
We have dozens of workinstructions, so my users aks me why they have to
select each file one-by-one.
Is there a "multi-select" option to quickly select and upload multiple files
to an XWiki page?
Or can I drag-and-drop files into an XWiki page?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Multi-select-files-to-upload-tp7585505.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
When I create a page in a Space called "MySpace" using Title "a.b.c" , it
created a page call "c" under the space "a.b". (a.b: c)
Is there anyway I can allow users create document with dot on the Title
please? I would expect the document to be called "MySpace: a.b.c"
Many Thanks
Art
--
View this message in context: http://n2.nabble.com/Creating-a-page-with-dot-on-the-Title-tp1112070p111207…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I read the freemind macro and mindmap macros
still there is no clear beginner documentation yet on how to generate a
mindmap of a space, of a wiki or of a page,
Can anybody give assistance in regards of this ?
Thanks
--
*BHY*
Hi All,
I just installed a new xwiki on glassfish and postgresql.
I need a tree based navigation, so i installed Space Explorer. But it shows
an error when it tries to load the menu: Server returned TRANSPORT_ERROR
with no error message.
How can I fix this?
Or how can I implement another Tree Navigation?
Thanks!
Heiko
Hi everybody,
I would like to send a javascript parameter with this jQuery method :
$.ajax({
url: "myurl",
dataType: "json",
data: {"myparameter" : "value"},
beforeSend : function(xhr) {
xhr.setRequestHeader("Authorization", "Basic " + coded);
}
})
Do you know how I could get the parameter "myparameter" back and use
its value in a velocity script ? I don't know if it's possible or not.
Thanks in advance for your help.
Regards, Pierrick
Hi again !
I have several "Blog.BlogPostClass" objects and I try to make an HQL
query in order to get BlogPosts which belong to a particular category.
This is the category property of my objects :
<property type="DBTreeList" name="category">
<link rel="self"
href="http://192.168.11.34:8080/xwiki/rest/wikis/xwscomintech/spaces/Blog/pages/%…"/>
<attribute value="category" name="name"/><attribute value="Category"
name="prettyName"/>
<attribute value="0" name="unmodifiable"/>
<attribute value="0" name="disabled"/>
<attribute value="1" name="relationalStorage"/>
<attribute value="input" name="displayType"/>
<attribute value="1" name="multiSelect"/>
<attribute value="1" name="size"/>
<attribute value=", " name="separator"/>
<attribute value="0" name="cache"/>
<attribute value="Blog.CategoryClass" name="classname"/>
<attribute value="" name="customDisplay"/>
<attribute value="doc.fullName" name="idField"/>
<attribute value="4" name="number"/>
<attribute value="doc.parent" name="parentField"/>
<attribute value="1" name="picker"/>
<attribute value="" name="separators"/>
<attribute value="value" name="sort"/>
<attribute value="" name="sql"/>
<attribute value="" name="tooltip"/>
<attribute value="" name="validationMessage"/>
<attribute value="" name="validationRegExp"/>
<attribute value="name" name="valueField"/>
<attribute
value="Blog.Categories,Blog.CategoryTemplate,Blog.News,Blog.Other,Blog.Personal"
name="allowedValues"/>
<value>Blog.Réunions thématiques</value></property>
I would like to list BlogPosts in "Blog.Réunions thématiques"
I tried this query :
#set($hql = ", BaseObject as obj, DateProperty as prop1,
StringProperty as prop2 where doc.fullName=obj.name and
obj.className='Blog.BlogPostClass' and obj.id=prop1.id.id and
obj.id=prop2.id.id and prop2.id.name='category' and
prop2.value='Blog.Réunions thématiques' and prop1.id.name='publishDate'
and prop1.value is not null and doc.space='Blog' order by prop1.value
desc ")
I saw that the type of my property was "DBTreeList" so I tried to
replace StringProperty by DBStringListProperty but no success ...
I need help please :-)
Thanks
**Plz ignore the last msg, I sent it with the wrong subject**
Hello People,
I am trying to install the Xwiki to build a enterprise wiki in my company but I am facing some problems.
I download the zip package available and I installed the Xwiki in the C: directory.
My server configuration is:
Windows 2008 Server R2 x64
Server JRE 7
Xwiki Enterprise 5.0.2
The address of my wiki is:
MGINFRAWEBP3.energisa.corp
When I access the wiki by:
localhost:8080
This problem doesn't happen!
The xwiki start normally but when I try to change (insert or remove) a macro the following error appear:
500 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 500 Error number 2 in 0: The wiki [mginfrawebp3] does not exist</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /xwiki/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc. Reason: <pre> Error number 2 in 0: The wiki [mginfrawebp3] does not exist</pre></p><h3>Caused by:</h3><pre>com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki [mginfrawebp3] does not exist at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505) at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134) at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Thread.java:722) </pre> <hr /><i><small>Powered by Jetty://</small></i><br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> </body> </html>
I couldn't find any reasonable solution.
Thank you in advance.
Danilo Amaral de Oliveira
Engenheiro Trainee
Gerência Corporativa de Infraestrutura de TI
Minas Gerais
(0xx32) 9111-6867
Hello! I have unpgraded form 4.x.x to 5.x.x and i have an error like: "th
wiki [xxx] does not exist".
I want to know if i can disable de Virtual Mode on XWiki 5.0M2.
thanks
regards
--
*Mauro J Giamberardino*
*
*
*
*
*
*
*
*
*
*
*
*
Hello! My name is Mauro Javier Giamberardino and this is my first post in
this forum.
I'm studying Software Engineering at a University on Argentina. My english
is not the best.
I have installed XWiki and WikiManager to install multiple subwikis on a
server at the University, and i need that each subwiki to have his own
schema. Why? Because i have a dump from a XWiki that i want to restore on a
new subwiki.
Thanks for read.
Regards
--
View this message in context: http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki 5.0.2.
This is a bugfix release for the 5.0.x cycle. The blocking bugs that
leaded to this release are about PostgreSQL support and new multiwiki
behavior.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki502
Thanks
-The XWiki dev team
Hallo,
is it possible to configure the lucene search for searching only in the
current wiki in a virtual wiki mode environment?
Thanks
Denis Gotthans
--
Denis Gotthans
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.750
Fax: +49.(0)30.90 226.760
d.gotthans(a)espresto.com
HRB 77554 B - Berlin-Charlottenburg
Vorstand: Maya Biersack, Peter Biersack
Vorsitzender des Aufsichtsrats: Dipl.-Wirtsch.-Ing. Winfried Weber
Zertifiziert nach ISO 9001:2008
I am out of the office until 08.07.2013.
Note: This is an automated response to your message "users Digest, Vol 70,
Issue 46" sent on 24.05.2013 13:01:38.
This is the only notification you will receive while this person is away.
Hi,
I would like to update my Xwiki project version 1.4 (very old version) to a
new one that can support Postgres 8.4.9?
I have try 4.5.3 version and I had database version problem
Which version I should download?
Thank,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-with-postgres-8-4-9-tp7585364.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody,
I am new at XWiki and I would like to know if it's possible to build a
JSON object in a velocity script and get later this JSON via the REST
API.
This is my script :
{{velocity}}
#if($xcontext.action == 'get' && "$!{request.outputSyntax}" ==
'plain')
$response.setContentType('application/json')
#end
#set($hql = "")
#set($results = $xwiki.searchDocuments($hql))
#set($json= "[" )
#set($started = false)
#foreach($item in $results)
#set($itemdoc = $xwiki.getDocument($item))
#if($started)
#set($pointvirgule=",")
#set($json = "${json} ${pointvirgule}" )
#else
#set($started = true)
#end
#set($suite="{ ""name"" : ""${itemdoc.fullName}""}")
#set($json= "${json} ${suite}")
#end
#set($fin="]")
#set($json= "${json} ${fin}")
$json
{{/velocity}}
I thought my JSON would be in the content of my page but when I try to
get this content with REST API I only have the velocity script in hard.
Someone could help me ?
Thanks in advance for your answers.
Pierrick
The XWiki development team is proud to announce the availability of
XWiki 4.5.4.
This is a bugfix release for the 4.5.x cycle, hopefully the last on the
4.x cycle. Affected areas include the distribution wizard and the
extension manager, Internet Explorer compatibility, Oracle and
PostgreSQL compatibility, and multiwiki improvements.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453
Thanks
-The XWiki dev team
Hi all,
I have a problem with our dashboard:
Steps:
1) I edit the dashboard
2) I add a column
3) I drag a gadget to that new column
4) Save the page
The dashboard does not save the new layout, and throws everything in one
column.
If I edit the Objects of that page, the positions of the gadgets are correct
(for example (2,1))
It just doesn't get displayed correctly :-(
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585…
Sent from the XWiki- Users mailing list archive at Nabble.com.
We are using XWiki 4.0
We have uploaded several Word Documents and Templates to our Wiki.
Some of those documents/templates have embedded OnOpen or OnNew macro's
(which simply displays a form that the users needs to fill out).
If we start/open a Word Document/Template from our Wiki, those OnOpen/OnNew
macro's are NOT being fired (and thus the userforms are never displayed)
We need to display those userforms when a user opens those
documents/templates!
Help!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Open-attached-Word-Document-which-contain…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'd like to continue table from main document with content from
referenced document, but can't get it right.
I have TableIncl document:
|cc|cc
|dd|dd
And then I use following:
|aa|aa
|bb|bb
{{include reference="Test.TableIncl"/}}
I get table from TableIncl shown inside bb cell.
If I put empty line, then new table is started.
Any suggestions?
Valdis
Hi,
I already post my message about my problem (with 5.0-RC1) but I still
encounter a trouble with XWiki 5.0. I properly upgraded my install to 5.0
to 5.1 through the wizard.
This always occurs when trying to configure a gadget, the wiki tries to
access
https://eu.globotraders-tahiti.com/xw5/resources/js/xwiki/wysiwyg/xwe/Macro…
gives a HTTP 500 error. The stacktrace is the same :
2013-05-06 23:19:05,456 [
https://eu.globotraders-tahiti.com/xw5/resources/js/xwiki/wysiwyg/xwe/Macro…]
ERROR o.a.c.c.C.[.[.[.[gwtrpc] - "Servlet.service()" pour la servlet
gwtrpc a généré une exception
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki [eu] does not
exist
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505)
~[xwiki-platform-legacy-oldcore-5.0.jar:na]
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134)
~[xwiki-platform-wysiwyg-server-5.0.jar:na]
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83)
~[xwiki-platform-wysiwyg-server-5.0.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
~[catalina-5.5.23.jar:na]
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
~[xwiki-platform-webdav-server-5.0.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
~[catalina-5.5.23.jar:na]
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
~[xwiki-platform-container-servlet-5.0.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
~[catalina-5.5.23.jar:na]
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
~[xwiki-platform-container-servlet-5.0.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
~[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
[catalina-5.5.23.jar:na]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
[catalina-5.5.23.jar:na]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
[catalina-5.5.23.jar:na]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
[catalina-5.5.23.jar:na]
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
[tomcat-ajp-5.5.23.jar:na]
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
[tomcat-ajp-5.5.23.jar:na]
at
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)
[tomcat-ajp-5.5.23.jar:na]
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)
[tomcat-ajp-5.5.23.jar:na]
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)
[tomcat-ajp-5.5.23.jar:na]
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
[tomcat-util-5.5.23.jar:5.1]
at java.lang.Thread.run(Thread.java:662) [na:1.6.0_27]
When I ssh tunnel localhost:8080 (tomcat) to a local port and try to access
the wiki through this port on localhost, everything is working fine, no
more error. Seems that somethings try to determine the last subdomain as a
sub-wiki which is not the case. Any workaround about this problem ?
Thanks in advance !
Hoani CROSS
Globotraders Tahiti Founder [http://globotraders-tahiti.com]
Hi,
Installed last version of XWiki on CentOS 5 (with tomcat 5) on postgresql
and CentOS 6 (with tomcat 7) on mysql and go the same error while trying to
deal with dashboard gadgets, I get this error, reported from the tomcat
logs :
SEVERE: Servlet.service() for servlet [gwtrpc] in context with path
[/xwiki] threw exception [Failed to initialize the XWiki context.] with
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki
[subdomain-of-my-server] does not exist
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:947)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Can anyone help ?
Hoani CROSS
Globotraders Tahiti Founder [http://globotraders-tahiti.com]
Hi!,
I'm really impressed, again, with the performance and easiness of XWQL. Even though I'm using an old XWiki release, I'm able to follow almost all examples provided at...
http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module
But I'm not able to figure out how to solve one problem: I would like to retrieve documents (and read their properties) based on a combination of values of comments objects. That is: I only want to retrieve a document when a combination of values stored in comments happens.
I've tried this...
#set ($xwlquery1 = "from doc.object(XWiki.XWikiComments) as comm where doc.translation = 0 and comm.comment like '%$doc.title%' and comm.comment not like '%Withdrawal:2011%'")
But this query retrieve also, for instance, this document holding three comments:
Ricardo Rodríguez Fernández, 2012/06/15 07:49
Reply Edit Delete
Gender:male
Yolanda Liste Martínez, 2012/06/15 09:18
Reply Delete
Withdrawal:20111231
Ricardo Rodríguez Fernández, 2013/05/21 13:24
Reply Edit Delete
Formely:XWiki.XWikiIDISE001
I'm not able to find a way of not to retrieve this document while all others with comm.comment like '%$doc.title%'.
Please, could anybody help me with this issue?
Thank you so much for your help,
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
When I'm logged in as the Administrator I see a toolbar in the source editor (not the full WYSIWYG).
However, my users don't see this toolbar, Is this a permissions issue? My WIKI is fairly locked down.
--
Mark Gardner
KC Research Automation
Mark.Gardner(a)kc.frb.org
(816) 881-2957
I have the request that the current "blank page" of a certain space of our
wiki needs to become a "dashboard".
Which steps do I need to take to change the "WebHome" of a Space into a
Dashboard?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Change-Space-Blank-Page-into-Dashboard-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
i am looking for integration of RSS reader with xwiki where i can subscribe
to RSS feed to some external site( for example :-stackoverflow ) and get
the updates.
Any pointers in the direction will be great help?
Hi all,
I've only been using XWiki for a day so please be gentle with me - I've done
a bunch of searches but can't seem to find my problem listed.
The details.
Running MySQL 5.5.31 on Ubuntu 12.04
XWiki latest version
I've been trying to upload images but get this
<http://xwiki.475771.n2.nabble.com/file/n7585148/1.jpg>
<http://xwiki.475771.n2.nabble.com/file/n7585148/2.jpg>
My example is using this image file from Google
https://www.google.co.uk/images/srpr/logo4w.png
There's something in there about "Failed to initialise XWiki context".
Can anyone suggest where I've done something wrong, maybe in the
installation process or a MySQL perms thing?
The general functionality seems to work - I have the thing up and running
and can create pages and spaces etc.
Any help very welcome.
Thanks,
Chris
--
View this message in context: http://xwiki.475771.n2.nabble.com/Error-in-inserting-image-and-creating-lin…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey all,
I inherited an xwiki 3.5 installation that used hsqldb. I want to move to
5.0.1 and mysql. The new instance is up and running and I was able to
export a XAR file from the old system. However the XAR file is 184MB in
size so the regular import says it is too big.
I tried the script here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import
But it seems the syntax has changed. I tried to replace the <% with
{{groovy}} and %> with {{/groovy}} but then get a bunch of errors.
Can some one point me to an upgraded version? Is there a better way to do
this?
Thanks,
Erik
Hi,
i just tried the container Macro with Columns option
{{container layoutStyle="columns"}}
(((first column)))
(((second column)))
{{/container}}
it definitely cut the page in two, but i am having difficulties to find out
how to implement content in the first column and how to go to second column
Thanks
--
*BHY*
Hi,
i have an adjacent problem with XWIKI 4.4 on Tomcat 6 and want to
connect with Apache from frontend:
The xwiki.war was moved to ROOT-context of Tomcat.
With direct connection to Tomcat XWIKI is working fine.
If i want to go over Apache with https://domain.xyz/ i receive well the
startpage of XWIKI with dashboard.
But if want to login i receive an URL
https://domain.xyz/bin/login/XWiki/XWikiLogin?xredirect=%2Fbin%2Fview%2FMai…
and the messsage
401 Unauthorized.
Does somebody have a clue ?
The problem is the same with xwiki.war/with ROOT-context and http
instead of https.
Thanks
Ingo
Mit besten Grüßen
Ingo Oellers
************************************************
Ingo Oellers
Entwickler E-Commerce - Innovations, Technologies & Products
ingo.oellers(a)3pagen.de
Tel.: 02404 / 980 188
Fax: 02404 / 980 73 188
************************************************
3Pagen Versand und Handelsges. mbH
St. Jöris Strasse 16-28
52477 Alsdorf
Reg.Gericht: Aachen HRB 999
Geschäftsführung: Eric Faintreny, Franz Hermanns
www.3suisses.de - www.3suisses.at - www.3-suisses.chwww.3pagen.de - www.3pagen.at
>>> Andrew Havens 20.02.13 1.30 Uhr >>>
Now that I've got XWiki up and running, how can I configure Tomcat or
whatever so that it's available at the root on port 80 instead of
wiki.example.com:8080/xwiki?
Thanks,
Andrew
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
For some quality reasons I assigned to myself, I use the following
translations for my app:
MailArchiveCode.LoadingSessionClass_maxMailsNb=Max number of mails to load
in a session
mailarchive.loadingSession.fields.maxMailsNb.label=$services.localization.render('MailArchiveCode.LoadingSessionClass_maxMailsNb')
The first one has the name expected for XClass fields mapping, the second
has the name I expect for a form field translation key. But as their
content must be the same in my case, I refer the one from the second.
But when trying to display that in a page, I use:
$services.localization.render('mailarchive.loadingSession.fields.maxMailsNb.label')
... and it shows:
$services.localization.render('MailArchiveCode.LoadingSessionClass_maxMailsNb')
Is there a way around ? I tried to add "{{velocity}}" around the second
translation value, but of course it complains about nested scripts...
Thanks,
Jeremie
Hello,
I would like to discuss a little on writing of Selenium2 tests, as
described in test strategy [1], ie use Selenium 2 and apply Page Objects
pattern.
My particular use-case is that I'm on a mission : write some functional
tests for my mail archive application.
I also think these would be the best tests for my app, as it greatly relies
on 2 external interfaces (xwiki for persistence/conf, javamail and mail
accounts on another side). There are some good unit tests to write of
course, but the main logic of the app has more meaning to be tested in
"real life", or close to that.
To do that, I decided to try and plug myself in xwiki test framework, in
order to avoid redeveloping everything (such as deploying / launching an
xwiki instance from the tests).
I added 2 modules in my project:
- xwiki-contrib-mailarchive-test-pageobjects
- xwiki-contrib-mailarchive-test-ui
Both inherit from org.xwiki.enterprise:xwiki-enterprise-test pom, and are
greatly inspired from poms of xwiki-enterprise-test-pageobjects and
xwiki-enterprise-test-ui poms.
It's unfinished and untested, but I believe I'll be able to have xwiki
instance installed, launched, and tests run automatically.
My main question, is how should I do in order to also deploy my app in this
wiki instance prior to run the tests ?
For now I have several possible solutions that come to my mind, but I don't
know what would be the best... :
A-
- grab xwiki-standalone zip version x.y.z, unzip it, launch it
- make EM install my application (call some REST API ? GET some page with
proper parameters ?)
- run the tests
B-
- grab xwiki-standalone zip version x.y.z, unzip it
- "patch" it in some way with my application binaries, (ie, add things
directly under permanent directory / extension / repository ?)
- launch it and run the tests
I personnally prefer A-, but it supposes also that the xwiki instance knows
any of my "dev" maven repositories (either my local repository .m2, or my
local instance of Nexus), so it would mean an additional step would be to
"patch" the standalone wiki xwiki.properties to add my personal repo.
Or maybe I can add such repo programmatically in the wiki instance from
java by looking up and using the right component ?
Maybe this point has already been solved by anyone, so if you have any
samples it would be good enough. I did not search exhaustively, but I don't
remember having seen such use-cases on existing extensions on github.
Also, I think it might be interesting to extract from all this some kind of
maven archetype for functional testing of UI extension ? So contributors
could just call the archetype and get everything properly prepared, and
just have to add page objects and tests for their app ...
WDYT ?
BR,
Jeremie
[1]
http://dev.xwiki.org/xwiki/bin/view/Community/Testing#HSelenium2-basedFrame…
Hi,
I wanna ask if it is possible to ask a page to use an image attachment from
another one
to move attachments from one page to another
Best Regards
--
*BHY*
Good morning
I just discovered how useful can be Include Macro :)
still it only works when the document Dashboard.Webhome is included,
{{include document="Dashboard.WebHome" context="new"/}}
Other documents do not show up when i try.
I am not sure if this is due to the Macro itself or to problems within the
structure like duplicated pages/ spaces or unclear view of parents child
relations
Thank you,
Best Regards,
--
*BHY*
Hello,
Is there any way (by default or with an Extension) to add a kind of "vote" on
each XWiki page?
Vote will be opened to signed-in users just like they put a "+1" on Facebook.
Then when reading a page, a user can know if content has been appreciated.
thanks for your answers, regards,
PS : what I need is a simple number on each page. I agree that comments are
already a way to give an opinion on a XWiki page.
Hi,
i have a problem with the tooltip macro.
Using XWIKI ENTERPRISE 4.5.3 I installed Tooltip Macro V. 1.2.3 and the page
Tooltip appears.
But moving the cursor over the question mark the cursor form changes to an
arrow and nothing else happens.
Over the "Vanilla" the cursor shows an additional question mark but nothoing
else happens, even when I click.
I also tried to implement an {{tooltip}} - section on another page, nothing
happens there too.
Whats wrong about my implementation?
Thanks for help.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Tooltip-macro-tp7585125.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Using Rest, I'd like to be able to retrieve the version summary a user
provides when he edits a page.
I wasn't able to find a way to do so : for example executing a GET on an URL
like "pages/PageName/history/xxx" does not allow me to see the version
summary text.
Is there a way to do this ?
Thanks by advance,
Stephane.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Rest-Retrieve-the-version-summary-for-a-p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I logged in using Admin as the account provide by XWiki 5.0.1 installation.
I created a panel has the following XWQL:
#set ($hql = "select doc.fullName, todoObj.Description from Document as doc, doc.object(XWiki.TodoClass) as todoObj where todoObj.Status <> 'Finished' order by doc.date desc")
#set($results = $services.query.xwql($hql).setLimit(5).execute())
It works well in the panel's view mode. It list what I searched for.
Then I drag and drop it to the right of the Panel Wizard page using Panel Wizard and click SAVE THE NEW LAYOUT, my panel still displayed the search result on the right.
Now I go to the XWiki home (http://localhost:8080/xwiki/bin/view/Main/), I got an error display on the right of the home page: Full form statements requires programming right. Query statement = [select doc.fullName, todoObj.Description from Document as doc, doc.object(XWiki.TodoClass) as todoObj where todoObj.Status <> 'Finished' order by doc.date desc]
I still logged in as Admin and checked that XWikiAdminGroup, which Admin belongs to, has the Program right. Even if I explicitly give Admin user the Program right on the Right page, this issue still cannot be fixed. Note that my panel works when I worked with the Administration App.
What happened to the home page and How to solve it?
Thanks for your help!
Guofeng
Hi,
I follow the Todo tutorial (http://www.theserverside.com/news/1363830/XWiki-A-Platform-for-Collaborativ…) on XWiki 5.0.1. By making a little changes and using XWiki Sytanx 2.0. The Todo application runs well on my XWiki instance. But I stuck at My Todo Panel.
Listing 7 in the tutorial shows the following code to list all Todo documents on My Todo Panel assigned to the current logged in user and that are not finished:
#set ($hql = ", BaseObject as obj, StringProperty as prop1,
StringProperty as prop2 where obj.name=doc.fullName and obj.className='XWiki.TodoClass'
and obj.name<>'XWiki.TodoClassTemplate' and obj.id=prop1.id.id and prop1.id.name='Status'
and prop1.value <> 'Finished' and obj.id=prop2.id.id and prop2.id.name='Assignee'
and prop2.value='$context.user' order by doc.date desc")
#foreach ($todo in $xwiki.searchDocuments($hql, 5, 0))
......
It has the following description about the above code:
"The hard part in creating this My Todo Panel is in finding out the correct HQL query to write. You have to know that Static List Class properties and User Class properties are stored internally using a StringProperty Object."
For me on XWiki 5.0.1, no document returned by the above code and I do not know where to start from to fix it.
I know tutorial is old (on 1 Dec, 2007), so maybe the object store has been changed late.
Could you give me instructions how to make the above code work?
It is appreciated if you could give some fix to the above code and I like to test the fix.
Thanks for your help.
Guofeng
Hi,
I updated last week my pg-tomcat-xwiki installation on ubuntu.
the whole thing is broken. The tomcat server is installed, pgsql too. The
database is created and Ive added a xwiki schema because the previous
version (453) had a problem on this.
the whole installation finished I connect to port 8080/xwiki and end up with
a context not found error.
After completely cleaning up several times, it ended up installing the
mysql bundled and found it broken also. The update wizard is infinite
Looking at the problems it seems it has some install path broken on the
enterprise wiki UI package.
Sincerely,
Bertrand Léger
Project Manager chez Agri-Esprit
tel : +33. 6. 74. 76. 10. 65
skype: leger_bertrand
bertrand.leger(a)agri-esprit.com
www.agri-esprit.com
4 rue Boussingault
67000 Strasbourg
France
Dear xwiki community,
I've started using the Ideas application [1], and have some issues with it
(version 1.1.2, XE version 4.5.2) :
- on IE8, only 1 idea is listed (out of 6 we created). It used to display
all of them, but not anymore, for a reason I still did not find.
- on Firefox/Chrome, all ideas are displayed, but when not logged in,
"noavatar.png" pictures are displayed as 160x160 px (that somewhat breaks
the display)
- on Firefox/Chrome, when logged in, all is ok
BR,
Jeremie
[1] - http://extensions.xwiki.org/xwiki/bin/view/Extension/Ideas
Hi,
I am new to XWiki. I use XWiki 5.0.1.
I following FAQ tutorial to create my first app. Finally I make it work but there is some little difference comparing with what described in the tutorial(http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorialManua…
After clicked "CREATE THE DOCUMENT SHEET", the tutorial said I should add XWiki.SheetClass object to my sheet page. Then it told me Click on the "CREATE THE DOCUMENT TEMPLATE" button and add in wiki mode the following code:
{{include document="FAQ.FAQClassSheet"/}}
But after finished these steps, the app not works.
Instead I did the following:
(a) after click CREATE THE DOCUMENT SHEET, I clicked Bind the sheet to the class.
(b) after click CREATE THE DOCUMENT TEMPLATE, I clicked Add a FAQ class to the template.
I find that after (a), the document sheet contain the similar code listed on the tutorial . But after (b), the document template does not contain any explicit code like {{include document= "FAQ.FAQ...."}}.
My Questions:
1. is what I did right? That is, XWiki 5.0.1 make our life easier.
2. am I luck that my app works, I mean, will add {{include....}} is a mandatory for the document template?
If I needed to add {{include...}} in the document template, should the document name be "FAQ.FAQClassSheet" or "FAQ.FAQSheet" ( the name on my page is "FAQ.FAQSheet")?
Thanks for your help!
Guofeng
Is it way to get whole Custom object content to be send it in the mail?
I do it in Groovy as it is described in
http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial
I know it could be done by redoing the same formatting as in the class
sheet, but, as I need to notify about different objects, it is too
cumbersome and error prone.
I tried unsuccessfully:
1. xwiki.getURLContent("url","user","password") failed because user and
password seems not working,
2. doc.getRenderedContent() shows only doc.content part, ignoring custom
object properties.
Thanks!
Valdis
I am able to login with my windows(active directory credentials) but issue
is ldap user does not have any rights on xwiki space.
My question is : Is there a way i can give some rights(say view rights) on
specific space(say Welcome Space) to all my ldap(active directory) users.
I created the welcome space and navigated to administer Space, then to
rights, but do not see any way to give rights to all my active directory
user.
This issue is regarding my second try to integrate xwiki with my company
active directory,but no success.I am getting the below issue
com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP
bind failed with LDAPException.
Wrapped Exception: Invalid Credentials
at
com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:172)
~[xwiki-platform-legacy-oldcore-3.5.jar:na]
at
com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:101)
~[xwiki-platform-legacy-oldcore-3.5.jar:na]
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:305)
[xwiki-platform-legacy-oldcore-3.5.jar:na]
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:182)
[xwiki-platform-legacy-oldcore-3.5.jar:na]
I contacted my company ActiveDirectory Administrator and provided me the
deatils required in xwiki.cfg file
Here is my my configuration in xwiki.cfg file
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=int.myCompany.net
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.base_DN=dc=int,dc=myCompany,dc=net
for below below attribute, i was told "New account will be created". Though
i am ot sure what does it mean. So i tried both the
options i.e keeping them default and also commented them out, but no help
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
Hi,
I create a new panel. Now I want it to be displayed on the right of pages.
I used the Panel wizard and drag and drop it to the right. I find that I only displayed on the panel page(http://localhost:8080/xwiki/bin/view/Panels/). If I go to the home page of my wiki(http://localhost:8080/xwiki/bin/view/Main/), my panel is not displayed. The right part of the home page not changed.
How can I do?
I use XWiki 5.0.1.
Thanks for your help.
Guofeng
Hi,
Is there a Macro/Extension/Solution for Xwiki similar to the one used in
Wikipedia,
I am thinking of some tool that allows a page to have son pages (tree
hierarchy if possible) and to list them automatically, like the "see also"
feature in wikipedia, or "related articles"
Does that make sense ?
or is it done manually in wikipedia ?
Best Regards,
--
*BHY*
I have a server named wikiServer01.company.com There is a DNS alias to that server for wiki.company.com
I get all sorts of errors in the logs about The wiki [wiki] does not exist. When I try to attach pictures to a wiki page.
Caused by:
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki [wiki] does not exist
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505)
I can't seem to find how to set an alias for the server in the documentation.
Is this setup even supported? I'm using the latest 5.0.1 all in one application on Jetty ( With the intention of when I figure this out We'll move it into tomcat)
--
Mark Gardner
KC Research Automation
Mark.Gardner(a)kc.frb.org
(816) 881-2957
I'm running Xwiki Enterprise 5.0 milestone 2 on Windows XP.
When I'm editing a page and I try to add a link to another page I get a
transport_error and I cannot see any other pages listed.
I've installed the same version on my Mac and it works fine.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Cannot-create-a-hyperlink-to-another-page…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have customized document (i.e. attached object of the custom class to
document) and I'd like to change its status from the view mode.
I tried to modify ClassSheet for view mode with following HTML:
<form method="post" action="/xwiki/bin/edit/$doc.space/$doc.name">
<input type="hidden" name="Custom.Class_0_property" value="$myvalue"/>
<input type="submit" value="Submit" name="action_save" class="button">
</form>
but got error:
Warning
This request contains an invalid authentication information.
Could anybody provide me some hints for me in the right direction?
Thanks!
Valdis