I'm getting this after installing the RssAggregator macro XAR and using it in a page:
>
> Failed to execute macro: groovy
>
> org.xwiki.rendering.macro.MacroExecutionException: You don't have the right to execute this script
> at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:134)
> at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:50)
> at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:175)
> etc...
>
Ideas?
Rick
Hi.
If I get it right, nowadays, development of Java plugins/add-ons for
XWiki is done through Plexus components.
Is there a way ATM to setup easily a HelloWorld component development
project in Eclipse, in order to be able to learn and test such component
development ?
It seems that the maven archetype is quite outdated, and I couldn't find
examples on what needs to be configured in such a Java+Maven project to
make it work.
Annotations support for instance doesn't seem trivial to activate for me
(Java and Eclipse beginner).
Also, as the Plexus archetype on codehaus is in no better shape (can't
even be installed with maven), it doesn't help a lot.
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)
The XWiki development team is pleased to announce the release of XWiki
Office 1.1 Milestone 1.
Go grab it at:
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice
Summary of changes:
- support for on page style extensions
- more powerful text formatting
- fixed encoding issues
Updating:
- active instances of 1.1 snapshots are automatically updated
- the 1.1 new features updates will be pushed when version 1.1 final
will be available
- the 1.0 bugfixes will be pushed during the 1.1 development cycle.
View detailed release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice11M1
For more information about XOffice visit:
http://xoffice.xwiki.org/xwiki/bin/view/Main/WebHome
Thanks,
-The XWiki dev team
Hello friends,
I am facing some unexpected behavior with RESTful services in private wiki
instance:
Issue: Spaces, Tags entities can be accessed publicly through REST URL,
eventhough XWiki is run in private wiki mode.
Description: One of the XWiki 2.1.1 instance is setup in a private wiki
mode. Guests are not allowed to register or view any page on this instance.
I am also making use of authenticated services (RESTful services & XMLRPC
services) for connecting 3rd party applications to this xwiki instance.
However, when I access REST URLs for spaces, tags, etc there is no
authentication check from XWiki. This data is publicly available. When I
access a page URL, I am blocked off for authentication.
Couldn't find a JIRA for this one. Could we consider this as an
non-consistent behavior in terms of xwiki REST authentication where one
resource is blocked while others are not.
Has anyone else faced this before or has a work-around to this issue.
Thank you for your time & consideration friends.
Environment:
XWiki : 2.1.1 stable
Tomcat: 6.0.20
MySql: 5.0.45 community
JDK: 1.5 (Apparently, REST services do not work for me through JDK 1.6. This
could be just me facing this issue though J)
Hi,
my friend and I are stuying in science teaching and we have to build a wiki for a school project. For this project, I will like to have a wiki name : lamaisonverte.
My username is p0825828.
Thanks,
Maxim
Hi,
I'm new to XWiki but know Confluence pretty well. I'd like to be able to do
something similar to what Confluence does with their blog macro - be able to
show 1..n recent blog posts on a page, either just showing the titles (which
we can do with Velocity as per the default Dashboard), or showing a "teaser"
that shows the title, date posted, poster, and a small intro snippet of the
post...
Format would be like:
TITLE
snippet...
...
...
Posted by user at datetime (possibly comment stats etc)
Is there a way to do this in XWiki?
Hi,
I am trying to change the values for a static list field in a wiki class programatically but so far I have only figured out how to display them. Is it possible to set class property values for static list fields programatically through velocity or groovy code?
The code that I'm using to display the values is pasted below:
#set($classdocname = "Test.TestClass")
#set($classdoc = $xwiki.getDocument($classdocname))
#foreach($field in $classdoc.getxWikiClass().properties)
* $field.prettyName
$doc.displayEdit($field.xWikiClass.get("values"), "${field.name}_" , $field)
#end
Thanks,
Radek
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.2 version. This
release mainly introduces new Model, the possibility to register wiki
macros for any user or wiki and many improvements of xar import.
Main changes from 2.1.1:
* Contextual wikimacros
* New Model module with Reference implementation
* XAR Import improvements
* Allow set to null in velocity
* Upgraded to Groovy 1.7
* Lots of accessibility fixes
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise22M1
Thanks
-The XWiki dev team
I've installed XWiki Enterprise Manager 2.1.1 and have created a new
XWiki Enterprise instance. I can access the WikiManager through
localhost but not through the domain; it always redirects to the
ThisIsNotAWiki page. I would like to manage the creation/deletion of
Wiki installations through the domain and not have to VPN into the
server to use localhost.
Works
http://localhost:8081/xwiki/
Doesn't Work
http://domain:8081/xwiki/
BTW, I'm able to access the wiki created through the WikiManager
through the domain.
Works
http://localhost:8081/xwiki/wiki/mywikihttp://domain:8081/xwiki/wiki/mywiki
Any help would be great.
Oops. Sorry for sending what was meant to be a private communication to the entire mailing list.
________________________________
From: Milind Kamble <mbkads(a)yahoo.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Thu, January 21, 2010 10:48:34 PM
Subject: Re: [xwiki-users] Access Rights Automatic Update
Very well written email, Felix. Hopefully we should have an answer by tomorrow :)
Milind
________________________________
From: Meng Wu <mengxwu(a)yahoo.com>
To: Xwiki Users <users(a)xwiki.org>
Sent: Thu, January 21, 2010 5:55:28 PM
Subject: [xwiki-users] Access Rights Automatic Update
Hello everyone,
I first want to thank the development team for including Ajax dynamic features onto XWiki. XWiki's simplicity and dynamics are some of the reasons why my team is so interested in implementing XWiki.
The only problem I've been having to deal with is the automatic access rights update. The cycle of rights is Blank (Default) -> Allow -> Deny -> back to Default, etc. The drawback of dynamic updates though, is that if I want to change my own right to view a certain page from "Allow" to "Default", I have to cycle through "Deny". Because of the automatic access control updating feature, when I cycle through Deny, I am automatically denied viewing rights, and thus locked out of my own page. Are there any good ways of getting around this problem? Or are there ways of implementing dropdown menus instead of square checkboxes, or having a longer delay when you cycle through access control options?
Felix
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users