We have configured Xwiki Enterprise 5.2.1 but in this LDAP group mapping is
not working.User is adding to XWikiAllGroup only.
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=XWikiAdminsGroup,ou=
wiki.geo.com,ou=Application
Access,ou=Structural,ou=geo,ou=Organizations,ou=Groups,dc=prime,dc=ds,dc=geo,dc=com|\
XWiki.XWikiWorkspaceUsersGroup=cn=XWikiWorkspaceUsersGroup,ou=wiki.geo.com,ou=Application
Access,ou=Structural,ou=geo,ou=Organizations,ou=Groups,dc=prime,dc=ds,dc=geo,dc=com
This setup was working fine in our earlier XWiki Enterprise Manager 5.1.
Some of the error log we are getting are as follows:
2013-11-26 13:18:36,408 [
http://192.168.1.101:8080/xwiki/bin/view/Main/?srid=wIv7dXoT] WARN
o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in xwiki:Panels.Applications@6
,123
Also we tried to install extension LDAP Admin Application 5.2.1 but getting
an error as
Cannot invoke method getObject() on null object
class java.lang.NullPointerException: Cannot invoke method getObject() on
null object
at
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at com.xpn.xwiki.doc.XWikiDocument$getObject.call(Unknown Source)
at AttachEventListener.onEvent(script1385462605858989708808.groovy:47)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:299)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:264)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXARToWiki(DefaultPackager.java:194)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXARToWiki(DefaultPackager.java:135)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXAR(DefaultPackager.java:126)
at
org.xwiki.extension.xar.internal.handler.XarExtensionHandler.installInternal(XarExtensionHandler.java:313)
at
org.xwiki.extension.xar.internal.handler.XarExtensionHandler.install(XarExtensionHandler.java:278)
at
org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:85)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:181)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:138)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:92)
at
org.xwiki.extension.job.internal.InstallJob.runInternal(InstallJob.java:144)
at org.xwiki.job.internal.AbstractJob.run(AbstractJob.java:138)
at
org.xwiki.job.internal.DefaultJobManager.runJob(DefaultJobManager.java:134)
at
org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:113)
at java.lang.Thread.run(Thread.java:701)
and after installing while accessing LDAP from Application there is no
fields to enter. Please see the attached image.
Currenly in our production we are running XWiki Enterprise Manager 5.1
(Installed using WAR) with out any issue and everything is working fine. As
XEM will not avaliavble further we are trying Xwiki Enterprise 5.2.1 in our
test environment. But we are facing the above issues. We installed Xwiki
Enterprise 5.2.1 using apt-get install xwiki-enterprise-tomcat7-mysql.
Also in our test environment we tried to upgrade XWiki Enterprise Manager
5.1 to Xwiki Enterprise 5.2.1 using war file but it was not working.
Can anyone please help us.
I am deploying a new blog and authored a bunch of entries to get the
content going. I wanted to 're-order' these - essentially, I wanted to
ensure that when people view them, certain ones are (right now) at the
top. To do this I need to revise the date/time that the blog entry was
"published". I can't seem to change this information - can someone
point me in the right direction here?
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org <http://www.aclco.org>
Hi guys,
I am proud to announce WebViewers are now available for XWiki.
As part of the Resilience research project, I and others have been working on a
compatible solution for interfacing the variety of Javascript file viewers and
editors with the many available web application frameworks. The first few
WebViewers are available now on http://webviewers.org/ and as self-contained
archive files, are installable on any system supporting the API.
More interestingly, the first few WebViewers to be ported are now available as
XWiki Extensions on http://extensions.xwiki.org/xwiki/bin/view/ExtensionCode/ExtensionSearch?sp…
and while they are largely prototypes, one which is useful right now is the
PDF WebViewer based on Mozilla's pdf.js.
http://extensions.xwiki.org/xwiki/bin/view/Extension/pdf+webviewer
This is of course installable with the Extension Manager and supports XWiki
versions 5.1 or newer.
With this you will be able to both view in a preview window and embed in a wiki
page, the content of a PDF attachment. Viewing of the attachment is done by
clicking on the magnifying glass shown next to the PDF attachment and embedding
a PDF attachment in the page is done using the {{embed}} macro (part of the
XWiki WebViewers extension).
You can see the embedded viewers and example uses of the {{embed}} macro here:
http://webviewers.org/xwiki/bin/view/Viewers/Demo
And you can see the magnifying glass icons next to the attachments here:
http://webviewers.org/xwiki/bin/view/Viewers/Demo#Attachments
If anyone has any questions or comments about WebViewers or the XWiki Extensions,
I'd love to hear them.
Thanks,
Caleb
Hi, All
There is a problem in XWiki which makes work with attachments very painful when filestorage is on: no way to manage them. Actually no "recycle bin" available for them in this case.
There is an issue in jira: XWiki.DeletedAttachments shows nothing when filesystem attachments are enabled .
What are plans in fixing it?
Kind regards,
Dmitry
Thanks, Marius!
Четверг, 21 ноября 2013, 14:14 +02:00 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
>On Thu, Nov 21, 2013 at 1:32 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru > wrote:
>> Thanks a lot, Marius!
>>
>> 1. I made a new source almost like in Blog search results section.
>> 2. On clicking Save. It says, that it is saved.
>> 3. I leave the Search suggest page
>> 4. I come back to the Search suggest page and my new source is not in the
>> list - it is disappeared mysteriously.
>>
>
>> What could be wrong?
>
>http://jira.xwiki.org/browse/XWIKI-9651 sorry for this..
I'd be happy with 5.3 upgrade
A bit more documentation will make me happy twice :)
For example, if I add new source, where and how should I store translations keys?
>
>>
>> Another experiment:
>> In Query section I filled following in Blog's source
>>
>
>> objcontent:__INPUT__* AND type:OBJECT AND class:XWiki.XWikiComments
>
>I tried with
>
>type:OBJECT AND class:XWiki.XWikiComments AND objcontent:(__INPUT__*)
>
>which is basically the same, and it worked. Don't forget that you have
>to activate the source. The Blog source is not activated by default.
>See the "Activated" checkbox. It didn't work either until Search Suggest wasn't turned off, then on. After page reload it starts searching. Is it expected behaviour?
>
>
>Hope this helps,
>Marius
>
>>
>> It doesn't search in comments after this.
>>
>> Any suggestions how to make it searching?
>>
>> Thanks in advance.
>>
>>
>> Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea
>> < mariusdumitru.florea(a)xwiki.com >:
>>
>> Comments are stored in objects of type XWiki.XWikiComments so checkout
>> the "Blog posts" search suggest source.
>>
>> Hope this helps,
>> Marius
>>
>> On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru >
>> wrote:
>>> Thank you, Marius!
>>>
>>> I'll try to guess how to do this.
>>>
>>>
>>> Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea
>>> < mariusdumitru.florea(a)xwiki.com >:
>>>>On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru >
>>>> wrote:
>>>>> Thanks Vincent. Thanks, Thomas!
>>>>>
>>>>> It was my fault not to be clear enough:
>>>>> 1. I comment a page.
>>>>> 2. Search via Search page - works fine.
>>>>> 3. Search via Search Suggest shows "No results"
>>>>>
>>>>
>>>>> All settings of Search suggest are default. Is it done by purpose to
>>>>> skip comments in search suggest?
>>>>
>>>>The search suggest is a bit different than the default search. I'm
>>>>sure you noticed that the search suggest results are grouped in
>>>>"categories" such as "Document Names", "Document Content", "Attachment
>>>>Content" etc. If you go to the Search Suggest administration section
>>>>you'll see that these "categories" are actually sources that provide
>>>>results. So the search suggest performs a targeted search (for
>>>>specific data like document name) unlike the default search which
>>>>searches (almost) everywhere (if no filters are applied).
>>>>
>>>>You could add a "Comments" search suggest source.
>>>>
>>>>Hope this helps,
>>>>Marius
>>>>
>>>>>
>>>>>
>>>>> Пятница, 8 ноября 2013, 9:01 +01:00 от Thomas Mortagne <
>>>>> thomas.mortagne(a)xwiki.com >:
>>>>>>On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol < vincent(a)massol.net >
>>>>>> wrote:
>>>>>>> On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin <
>>>>>>> haru_mamburu(a)mail.ru >wrote:
>>>>>>>
>>>>>>>> Hi, All!
>>>>>>>>
>>>>>>>> Does anyone know how to tweak XWiki to make comments searchable:
>>>>>>>> 1. In wiki
>>>>>>>> 2. In all sub-wikis and workspaces?
>>>>>>>> 3. In some sub-wikis and workspaces?
>>>>>>>>
>>>>>>>
>>>>>>> Comments are XObjects and as such are searchable. You're probably
>>>>>>> searching
>>>>>>> only in document content (a pain to understand in the current SOLR UI)
>>>>>>
>>>>>>XObjects are part of documents entry type in SOLR so no that's not the
>>>>>>issue. Only attachments are not.
>>>>>>
>>>>>>>
>>>>>>> Thanks
>>>>>>> -Vincent
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Kind regards,
>>>>>>>>
>>>>>>>> Dmitry
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>--
>>>>>>Thomas Mortagne
>>>>>
>>>>>
>>>>> Kind regards,
>>>>>
>>>>> Dmitry
>>>>> _______________________________________________
>>>>> users mailing list
>>>>> users(a)xwiki.org
>>>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>>
>>> Kind regards,
>>>
>>> Dmitry
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>>
>> Kind regards,
>>
>> Dmitry
Kind regards,
Dmitry
I want to customize the pdffooter.vm so the export will say:
"Page X of Y" at the bottom of each page
X = the current pagenumer
Y = the pagecount
$msg.Page of
What do I need to replace ??? with?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Customize-pdffooter-vm-to-include-Page-X-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
LibreOffice now integrates with Content Management Systems and online
document storage via the CMIS standard. This allows you to access directly
documents stored on ECM systems, be they Open Source like Alfresco, Nuxeo or
proprietary, like Microsoft SharePoint.
Is XWiki supporting CMIS standart? If it is not - I think, that developers
should "put attention" on this subject, because this question looks like
"noticeably" for different kind of users.
--
Best regards
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Is-XWiki-supporting-CMIS-standart-tp75880…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I installed the XWiki TableEdit extension, but I don't see the
"pencil" next to any tables.
Is there something else I need to do to "activate" it ?
I'm running xwiki 5.2 on tomcat7 on Ubuntu 12.04
Cheers