Hi,
If you are managing an XWiki deployment with more than 5000 users, can
you please send me an email directly (ludovic(a)xwiki.com).
You can be very helpful to XWiki by allowing us to use your company as a
reference for XWiki.
Thanks
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi!
I'm trying to override the css of my xwiki.
I've been reading documents about making styleSheetExtensions (like
MinimalStyleSheet Extension fro mhere:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial).
I have to be doing something wrong because after creation StyleSheet
extension like in this tutorial and setting "use this extension" to "always"
nothing changes.
additional I've seen that in Administration menu -> Look & feel ->
presentation I've got button that "allow" me cutomize current skin. after
pressing it and sayin that I want to customize it I've got a lot of empty
boxes (style, header, footer).
Always when I'm trying to write there anything the whole css crash and the
site looks ugly.
Please could you write, what is the simplest method to override some
elements of the css of xwiki?
I will be very thankfull!
Wojtek
When I try to create a new page via WYSIWYG or Source editor, then click
"Save & View", I see a link with a question mark beside it. (All of this is
the normal, so far) When I click on that link to create the page, the bread
crumbs at the top of the page show the previous page as the parent. When I
save that newly created page, whether I add any other content to the new
page or not, the page shows as an orphan. The bread crumbs at the top
disappear and point back to the root of the space. The "Information" tab
shows no parent information.
If I try to edit that page and manually enter the parent using the little
"pencil" parent edit button, I enter the name of the parent page (which
xwiki seems to recognize), but when I save it, the page is still orphaned.
What's the deal? Any ideas?
I'm running XWiki Enterprise 2.7.1.34853 on Ubuntu lucid 64-bit. My local
computer is also running Ubuntu lucid 64-bit. I've tried using Firefox and
Chrome, but both behave the same way.
Any help would be appreciated.
Thanks,
travis
Hello, I am Khyati gupta third year Btech student from delhi,india.
i am intersted in developing the project Improved Color Theme Wizard
this project requires to edit the current theme editor using CSS and
Javascript.Previously I have done projects using CSS so it would be easier
for me to develop this project. We can add various features that are
relevant for users such as
-Option to change the theme according to the users choice.Theme may have
different colors and features that could be selected by users.
-Also the new feature could be to change the icons and logo.Different
inbuilt options of logo are provided to the users.
-The new wizard would be more interactive and easy to customize.
-Description of each theme along with the demo picture is provided to the
users so that user can select the theme more accurately.
i would come up with some more additional features and ideas and try to post
them later on.
Khyati gupta
Third year
Computer Science
Hello,
I am Ankur gupta 3rd year student from Delhi,India...I m from computer
science field and interested to apply for AJAX Form Editor project.. I
have
HTML, PHP , JavaScript, jQuery,CSS ,AJAX , C/C++ and JAVA background.I have
developed a multiuser facebook look alike chat application
and done various projects related to web development.
I have gone through the xwiki form features.. I think in this project that
we can provide users various form types for examples textfield,checkbox etc
and some new ones
such as suggests box ,date picker,live table..and give users a chance to set
various features of every form type.Users can also set the theme of the form
and set the
default value for a type and mark the field as the required one..and we can
also provide users a side by side view of the actual form..
Users can set the validations of the form type and set the validation
messages which would appear on wrong entry and they can change the size of
the fields..They can also
make customizable forms according to their requirements in which we will
provide various elements that users can use.
Thanks,
Ankur Gupta
--
Ankur Gupta
3rd year
Computer Science
Delhi Technological University
--
Ankur Gupta
3rd year
Delhi Technological University
Hi,
I'm relatively new to xwiki. I have a few pages where dynamic tables had to
be shown, and I'm using PHP quite heavily there. In a couple of pages, the
content is supposed to be shown only if the user is in a specific group
called 'XWikiEditorsGroup'. I didn't want to rely on xwiki's native
single-page permissions as they looked a little cumbersome for what I
needed, and preferred to control access via the page code itself. Up to
xwiki 2.7, the following velocity section, which was the first section in
the page, did the trick:
{{velocity}}
#set($user=$xwiki.getUser())
#if(!$user.isUserInGroup("XWiki.XWikiEditorsGroup"))
{{warning}}You don't have permission to view this document{{/warning}}
#stop
#end
{{/velocity}}
However, after upgrading to xwiki 3.0, this code no longer works. From what
I see, the issue appears to be related to velocity 1.7 and its different
syntax for the #stop directive. I can't seem to find the right syntax
though. As an alternative approach, I've also tried to relocate this access
control logic into the PHP code that follows the above velocity section. To
do that, I need to find a way to get the true/false value of
"$user.isUserInGroup("XWiki.XWikiEditorsGroup")" in PHP, but so far haven't
found a way to do that either and not sure how to pass the $user object and
its isUserInGroup() method to the PHP part. I've even looked into doing this
in groovy but no luck there either.
Any advice will be appreciated...
Thanks
Hi All,
Sorry, this might be a silly question, but let's go: How can I set a temporary start page on XE, or redirect all requests to a specific page in running time? My need: during the migration from 2.4.3 to 3.0 I'm planning to do in the next few days, I would like that all users (except the admin) that try to access the wiki (the login page or whichever other one) be faced with a "The system is being updated and will be available at <ETA> bla bla bla". Our production server doesn't use apache, but direct on JBoss. Until users view the maintenance page, I'm working behind the scenes performing the imports and skin preparation etc.
Thanks in advance for your help.
Regards,
Ramon Gomes Brandão
I am trying to set up XWiki Enterprise Manager on WebLogic 9.2 with an
Oracle database. After deploying the application, and accessing it, I get
the following error.
The page still renders somewhat, but am unable to create wikis or do
anything.
Any help is appreciated, thanks.
Wrapped Exception:
java.lang.IllegalAccessError: tried to access class
org/mozilla/javascript/Defau
ltErrorReporter from class org/mozilla/javascript/CompilerEnvirons
at
org.mozilla.javascript.CompilerEnvirons.<init>(CompilerEnvirons.java:
48)
at
com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScri
ptCompressor.java:236)
at
com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScr
iptCompressor.java:397)
at com.xpn.xwiki.web.sx.JsExtension$1.compress(JsExtension.java:99)
at
com.xpn.xwiki.web.sx.AbstractSxAction.renderExtension(AbstractSxActio
n.java:91)
at com.xpn.xwiki.web.JsxAction.render(JsxAction.java:75)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
Hello,
is there any way to copy a page (within one wiki) without the
source-space-link?
Example:
If you copy or rename a page "sourcespace:page" to "destspace:page2" and
then go to destspace:page2 you will see a "sourcespace:page2" link. It
should be "destspace:page2"!
If you navigate an click on "sourcespace" you will switch to sourcespace.
(if you don´t have access to sourcespace you will get an error)
We want to build up a wiki where a user has no write access to common
spaces and has no access to other users. The user inserts pages in his own
space. A moderator should move the user-page to a common page if the page is
ok.
This behaviour I described with the copy/rename makes problems ;-)
Any suggestions?
(Xwiki 3)
--
View this message in context: http://xwiki.475771.n2.nabble.com/copy-rename-page-problem-tp6249507p624950…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki Team,
I would like to hide some macros from the user, in the list presented on the WYSIWYG editor menu "Insert Macro". How can I do that?
The matter is only hiding some of them from the user, to prevent him/her to select it to use on the page creation. Some of them are not familiar to my users, and I would like to "disable" the possibility of use. How can I do that?
And also, is it possible to show those hidden ones only to the admin or the admin group, or a specific group?
I'm using XE 3.0
Regards,
Ramon Gomes Brandão
Hi!
I would like to set Xwiki for a students informatic project. This will be an
mid-size application for graphics processing.
My username is wdanilo and I would like to set wiki on address :
blackbox.myxwiki.org
Thank you very much!
Wojtek
Hello,
I never received any response regarding my request for a community wiki. Are these still being set up? Is this list the right place to send these requests to?
Best wishes,
Alex Sassmannshausen
Enquiry Officer SLD
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Alex Sassmannshausen
Sent: 25 March 2011 17:24
To: 'users(a)xwiki.org'
Subject: [xwiki-users] [myxwiki] new wiki request
Dear Sir/Madam,
I would like to request a wiki for our project.
I'm writing as an enquiry officer with Suffolk Libraries.
We are currently researching the feasability of maintaining staff handbooks and library procedures in the form of a wiki. This would allow us to instantly share the handbook with all who need it. It would also facilitate internal and public discussion of the way we run our libraries and what are the best ways to deal with issues as they come up.
We also feel there is scope for fostering co-operation between public libraries in general through this project - again by facilitating debate and the sharing of technical know-how.
We are attracted to xwiki because of its LGPL license and would be very interested in running our wiki on your servers for the duration of this pilot.
My username is AlexSassmannshausen. The server name we are hoping for is either sls.myxwiki.org or suffolklibs.myxwiki.org (depending on whether the first is already taken).
Please let me know if you have any further questions or requirements prior to creating the wiki for us.
With Regards,
Alex Sassmannshausen
Suffolk libraries direct
County Library
Northgate Street
IPSWICH
IP1 3DE
01473 584563
www.suffolk.gov.uk/sld<http://www.suffolk.gov.uk/sld>
mailto: help(a)suffolklibraries.co.uk<mailto:help@suffolklibraries.co.uk>
Have your say on the future of Suffolk's libraries: www.suffolk.gov.uk/librariesconsultation2011<http://www.suffolk.gov.uk/librariesconsultation2011>
Follow us on Twitter<blocked::https://twitter.com/SuffolkLibrary>
We now offer pre-overdue alerts by sms text message or email - please ask for further details if you are interested.
Our website enables you to renew your loans, make reservations and search our catalogue. It includes a link to our new free eBook service.
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
Hello,
Oups, in my previous mail, I forgot my wish for the server name, here it
is : wasali.
I would like to use xwiki for my personal website about african music. I
will share music sheets and other stuff with some of my friends.
My xwiki user name is : llacheny
Cheers,
Laurent
Hi all,
I uploaded my own logo.png in the header of my wiki, works great.
Now I would like to change the link behind the logo, I want that it
always points to the Webhome of the space the user is in, and I dont
know how to do this. I allready changed some things in the global.vm
of the skin, I can feel that I am almost there... But I need the code
snippet for pointing towards the Webhome in the Space the user is in.
Any help is greatly appreciated.
-Wouter
Hi All,
I am testing around with the Lucene Search, all works well, one problem remains:
I search in Space A. My search results however, are shown in the Main
Wiki Page. This has a different look and feel, and since I do not want
to have confused users, I would like to display the search results in
the same Space as where the User was was in when he-she started the
search. I am guessing its only a one line change in some form, but I
cant seem to find it, I hope someone can help me out..
Thanks in advance,
Wouter
I am out of the office until 11-04-2011.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 45,
Issue 7" sent on 6-4-2011 12:00:05.
This is the only notification you will receive while this person is away.
Hi all
I'm in the process of starting from a fresh install in 3.0 after using 2.4
for many months.
I have however encountered a problem with the "Edit" link used for directly
editing a calendar entry (which is an object generated when you add an event
to the calendar). These entries appear in a list and with each one there is
the "Edit" link mentioned above, as well as a "Remove" link.
The "Remove" link removes the calendar entry fine, but in 3.0, the "Edit"
link always goes to the very first calendar entry, called CalendarEvent 0.
In my 2.4 installation though it correctly goes to the corresponding
calendar entry.
This is the section of code I think is at fault, note it's in 1.0 syntax.
#foreach($event in $doc.getObjects("XWiki.CalendarEvent"))
1.1.1 $event.title.replaceAll('\n', "")
#if($hasedit)
( $doc.getURL( $msg.get("edit") ,
$doc.getURL( $msg.get("delete") )
#end
Somehow the $event.number is always 0 and not the actual number of the
entry. It could be related to the Velocity engine getting upgraded to 7.1? I
tried copying parts of the "Remove" section since that is getting the link
to the entry correct, but it always goes to the very first entry, number 0.
I really need this functionality because it's much easier for users to edit
an entry individually then sifting through the objects that eventually grow
to a big number. It's preventing me from moving to 3.0, so any help would be
greatly appreciated.
Thanks
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-lost-some-functionality-in-3-0-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Was anyone able to load an url in a Modalbox? How do you do that? Like, for
example, when clicking on a button, display "http://www.google.com" in the
Modalbox. Is that possible?
I tried the following, and it's not displaying anything. What am I doing
wrong?
{{velocity}}
#set($ok = $xwiki.jsfx.use("js/scriptaculous/scriptaculous.js"))
#set($ok = $xwiki.jsx.use("XWiki.ModalBox"))
#set($ok = $xwiki.ssx.use("XWiki.ModalBox"))
{{html}}
Google
{{/html}}
{{/velocity}}
--
View this message in context: http://xwiki.475771.n2.nabble.com/Modalbox-tp6242462p6242462.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
"Deleted" attachments are not deleted in version. 3.0 with new file system
storage .
Is this intended or a malfunction?
After testing with some Gigabyte-files my hard disk was getting full because
of these "deleted" files.
Volker
--
View this message in context: http://xwiki.475771.n2.nabble.com/delete-attachments-XWiki-Enterprise-3-0-n…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm wondering how I should document multiple versions of a software with
XWiki.
1) Each versions documentation should be accessible under a version name
that is part of the url
http://www.thesoftware.org/version1/Reference_page1
2) Current version should point (redirect ?) to the most recent version
http://www.thesoftware.org/currentVersion/Reference_page1
(Note that I have left off any parts of the url requried by XWiki (bin ...)
Its important that all pages of a version can be referenced as a permalink.
I'm thinking to do it this way but I'm wondering if there are any side
effects I haven't thought of:
- Versions are space names
- Create a new version by copying the space from the last version
- Copying the space is done by exporting the xar, renaming the space to
the new version, then importing the .xar to recreate the last version.
Any changes in the new version shall not modify documents of the last
version (incl. attachments)
- Change 'DocumentNotFound' template of 'currentVersion' (in a way that
needs investigation) that it redirects all page requests for the space
'currentVersion' to a configured version
--- or ---
- handle requests to 'currentVersion' in an upfront (Apache httpd) Proxy
Server redirecting to a configured version
Is this a reasonable approach to document multiple versions or do i miss
something ?
Any ideas welcome !
thanks
Andreas
We want to go from version 2.0.2 of XWiki Enterprise to the latest version. We found going straight from 2.0.2 to 2.7.1 messed up our formatting very badly. We see that we probably need to go through a migration step-by-step, version-by-version. But, do we need to go through every single point/maintenance release (e.g., 2.0.3, 2.0.4, etc.) which is 20-something releases, or just each minor (e.g., 2.1, 2.1, 2.3, etc.) release?
Is there even a shorter migration path with fewer interim versions, hitting just the ones that make major changes (e.g., database schema and data changes, etc.)? And is there a way for me to determine that optimal migration path for myself as I get behind in versions?
We love the product, but we want to just use it, not care and feed it too often, and keep it updated it when we find time to upgrade.
Thanks,
Jack Piccininni
University of Illinois at Chicago
Hello!
I've installed xwiki ver 3 through the provided .exe file (Default setting
and databases on Windows 7)
I had also same xwiki installation on my Fedora 11 (version 2.3) which its
home folder had been copied as backup. (according to official guide, xwiki
store the pages under xwiki folder in the /home directory/xwiki enterprise/
so I copied the folder for future use)
Now, how can I import this backup to my new installation? I don't see
anything special??
I tried copying database folder, log file and many other things but
nothing... :(
how can I import my previous xwiki pages to current version from xwiki
directory? ( I just need some pages which I created on that installation)
I have copied the directory completely on that time...but now when I copy
the database folder to new installation nothing happen....
is there any hope? where xwiki store the pages????
ps. I'm using xwiki as a personal and currently offline.
Hello!
I want to install 2.7 in my Win7 Box. I downloaded
"xwiki-enterprise....-standard.exe" file and install it successfully without
any error. but when I run xwiki_start the command window comes up and
instantly close....actually nothing happen and the server doesn't run. I
don't know what should I do and where can i get a log or anything else to
know what the problem is.
one thing that maybe relevant....I'm using your-freedom proxy program which
is java based and run on 8080 port (the port can be changed easily) I also
tried different browser setting. I also can close the proxy program and try
xwiki_start without any proxy.....
one important note, I just want to use my xwiki in offline mode...btw, I
have exactly same problem with 2.3 version which I used it successfully in
winXP.
WebRep
Overall rating
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 3.0.
Go grab them at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release of the 3.x cycle. Conforming to the general
themes of the 3.x cycle, a lot of features have been polished and
improved, and a few new features have been introduced as well. The
highlights of this release are:
* Twitter-like messaging and networking inside the wiki,
* a new filesystem storage for attachments which allows huge attachments
to be uploaded without requiring a lot of memory or database storage,
* improved dashboard editing,
* better cross-browser support and improved functionality for the
WYSIWYG editor,
* a revamped UI for administration, improved office presentation import
with a new gallery macro,
* live suggestions for the search input,
* a new UI for changing user avatars.
On the developers' front, we've made it easier to reuse the XWiki
rendering engine outside our own codebase, by extracting two new top
level projects:
* XWiki Commons, holding generic modules not tied to the rest of the
platform,
* XWiki Rendering, holding all the XWiki-independent modules of the
rendering engine.
We've setup a Jira dashboard (
http://jira.xwiki.org/jira/secure/Dashboard.jspa?selectPageId=10550 ) to
present the work done for the whole 3.0 release. In summary, 510 issues
have been closed by 14 committers (and other contributors providing
patches), out of which 236 are fixed bugs.
For more information, see the full release notes for XWiki Enterprise
3.0 (
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
) and XWiki Enterprise Manager 3.0 (
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXEM30 ).
Thanks
-The XWiki dev team
Hi all!
I'm still struggling to understand how expanded/collapsed state of
panels do work.
I'm currently using a 2.4.30451 XE/XEM installation.
Looking for macros controlling this state in macros.vm, I see:
***
#macro(panelheader $title)
#set($cookieName = "${context.user.replaceAll(':','')}_${panel}")
#set($expanded = $xwiki.getUserPreferenceFromCookie($cookieName))
#if(!$expanded)
#set($expanded = 'expanded')
#end
## Note: We pass the Panel name as an HTML class attribute so that it's
possible to style
## the Panels selectively using CSS.
#set ($specialClassAttribute = "")
#if ($paneldoc && $paneldoc != "")
#set ($specialClassAttribute =
$util.convertToAlphaNumeric($paneldoc.name))
#end
<div class="panel $expanded $specialClassAttribute">
<h1 class="xwikipaneltitle"
onclick="togglePanelVisibility(this.parentNode,
'${cookieName}');">$title</h1>
<div class="xwikipanelcontents">
#end
***
This macro creates an expanded panel. By clicking the panel title, the
system creates a cookie that stores her current state.
But if I modify this macro and says...
#if(!$expanded)
#set($expanded = 'collapsed')
#end
No macro is created and panels are always collapsed when loaded and
after relaoding.
Please, could you me understand why?
Thank you so much!!!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
I just installed XWiki-Enterprise 3.0 and I cannot seem to get Registration working correctly. What we want is to force ALL users to register and not be able to see content until they do. I have setup the Invitation/Email sections correctly, but the verification email is corrupted. Here is what I get in the body of the email:
Hello Ken George,
This email address was used to register a new account on ${wikiname}. If you did not make the request, please ignore this message.
In order to activate your account, please follow this link:
$xwiki.getDocument("XWiki.AccountValidation").getExternalURL("view", "validkey=${validkey}&xwikiname=${xwikiname}")
I believe this to possibly be a rights issue, but I am not sure. Here is what I have setup:
UnregisteredUsers: have VIEW/REGISTER checked. All other fields are unchecked
I also have the following CHECKED:
Prevent unregistered users from viewing pages, regardless of the page or space rights
Prevent unregistered users from editing pages, regardless of the page or space rights
Require unregistered users to solve a captcha when posting a comment on a page
Is this how I need to set things up for this to work the way I need it to?
Thanks,
Ken George
________________________________
This e-mail may contain Sprint Nextel proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.
Hi, I'm trying to install XWiki in the following way: I have a headless
CentOS running on the cloud and a Macbook with SSH tunneling to the cloud
machine. Because I'm new to setting up XWiki (or any wiki), I thought I'd
try the Java installation first before attempting to set up all the pieces
at once.
>From my terminal window on the Macbook, I enter
java -jar xwiki-enterprise-installer-generic-2.7.1-standard.jar
and after a short wait, the install dialog box pops up in the Mac's X11
application.
The problem is that I can't read the font that's displayed. I'm attaching a
screen shot, but in case that doesn't come through, it looks like the font
is in some cursive or handwritten italic font, but only bits and pieces of
each letter are visible. Sometimes I can guess what's being displayed, but
mostly I can't read it at all. I've tried a trick I read about to increase
the number of colors output by X11, but that didn't do anything.
I suspect it's something with lacking a specific font, but I don't know
what. Any suggestions?
Hello,
I've recently noticed that one of the documents on XWiki is in the
orphaned list while clicking on it redirects me to the document that
obviously has parent (path in the above section is present).
Going to the database I found out on einteresting thing
mysql> select xwd_id, xwd_name, xwd_fullname, xwd_parent, xwd_version,
xwd_translation from xwikidoc where xwd_name like 'InitialRequirements';
+------------+---------------------+----------------------------------+--------------------------------+-------------+-----------------+
| xwd_id | xwd_name | xwd_fullname |
xwd_parent | xwd_version | xwd_translation |
+------------+---------------------+----------------------------------+--------------------------------+-------------+-----------------+
| 43295369 | InitialRequirements | MyHappySpace.InitialRequirements |
| 5.1 | 1 |
| -536599142 | InitialRequirements | MyHappySpace.InitialRequirements |
xwiki:MyHappySpace.UserStories | 25.2 | 1 |
+------------+---------------------+----------------------------------+--------------------------------+-------------+-----------------+
2 rows in set (0.00 sec)
As I understand it's not quite normal to have document wit negative ID. I
remember such issue happening before, the solution to it was to back-up the
document content, delete the document. This would make "the document behind"
(or phantom document) visible, delete the phantom document, and then create
the document once more, restoring it from the backup.
If you'd ask me for circumstances under which it occurred, I recollect only
in general - we were simultaneously working on the document trying to create
it and import its content from MSWord file.
Is this a known issue? Any circumstances under which it might occur? I've
experienced it at least on version 2.4 and 2.6.
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Phantom-documents-tp6221973p6221973.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear All,
When trying to deploy the current version(s) of xwiki-enterprise-web
(i.e. xwiki-enterprise-web-3.0-rc-1.war respectively
xwiki-enterprise-web-2.7.1.war), I was facing the following error:
"Error 500: Component manager has not been initialized before lookup for
[org.xwiki.model.reference.DocumentReferenceResolver] for hint
[currentmixed]"
At the moment, we are still running XWiki Enterprise 1.7.14685. And, a
couple of months ago, we have been also been able to deply Version 2.1.1
without any issues. It seems that
CurrentMixedReferenceDocumentReferenceResolver has only been introduced
with version 2.3M1 of Xwiki.
Apparently a similar type of error has already been described on
http://lists.xwiki.org/pipermail/users/2011-March/023456.html .
Unfortunately, I couldn't find any definitive solution for this problem
on the mailing list. I can confirm that XWikiServletContextListener is
in fact contained in the web.xml configuration file:
<listener>
<listener-class>org.xwiki.container.servlet.XWikiServletContextListener<
/listener-class>
</listener>
Our current setup is as follows:
Xwiki is to be deployed to a Websphere application server (on a Solaris
5.10 SPARC environment).
The underlying database is Oracle 10.2.0.3.
The actual stack trace is as follows:
java.lang.RuntimeException: Component manager has not been initialized
before lookup for [org.xwiki.model.reference.DocumentReferenceResolver]
for hint [currentmixed]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:627)
at com.xpn.xwiki.XWikiContext.<init>(XWikiContext.java:138)
at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:339)
at
com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:35
7)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:114)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1146)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1087)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:145)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilt
er.java:152)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.
doFilter(SavedRequestRestorerFilter.java:218)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.
doFilter(SetCharacterEncodingFilter.java:112)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
hain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:848)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:691)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:588)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWr
apper.java:526)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831
)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1
478)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:1
33)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:450)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(Ht
tpInboundLink.java:508)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(Http
InboundLink.java:296)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpIC
LReadCallback.java:102)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueMa
nager.java:556)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.
java:606)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.
java:979)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager
.java:1064)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1551)
(...)
[3/30/11 15:27:38:962 CEST] 00000064 WebApp E [Servlet
Error]-[action]: java.lang.RuntimeException: Component manager has not
been initialized before lookup for
[org.xwiki.model.reference.DocumentReferenceResolver] for hint
[currentmixed]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:627)
at com.xpn.xwiki.XWikiContext.<init>(XWikiContext.java:138)
at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:339)
at
com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:35
7)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:114)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1146)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1087)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:145)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilt
er.java:152)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.
doFilter(SavedRequestRestorerFilter.java:218)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.
doFilter(SetCharacterEncodingFilter.java:112)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
hain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:848)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:691)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:588)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWr
apper.java:526)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831
)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1
478)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:1
33)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:450)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(Ht
tpInboundLink.java:508)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(Http
InboundLink.java:296)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpIC
LReadCallback.java:102)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueMa
nager.java:556)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.
java:606)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.
java:979)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager
.java:1064)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1551)
Any idea where the source of the problem might be?
Visit our website at http://www.ubs.com
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.
E-mails are not encrypted and cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender
therefore does not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail transmission.
If verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities
or related financial instruments.
UBS reserves the right to retain all messages. Messages are protected
and accessed only in legally justified cases.
Hello,
Environment: XWiki iteratively upgraded 2.2 -> 2.3 -> 2.4 -> 2.6 ->
3.0RC1 (there might have been minor version upgrade in-between)
After having upgraded to XWiki 3.0RC1, Tooltip macro (
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tooltip+Macro ) stopped
working throwing the error shown below.
I've checked several other macros - they still work.
Should I log a bug in Jira for the macro or this can be fixed somehow?
> Failed to execute the [velocity] macro
> org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate
> Velocity Macro for content [(%class="tooltipHint
> #if($!xcontext.macro.params.display-icon == false) withoutIcon#end"
> $!hintStyles%)#if("$!xcontext.macro.params.id" !=
> "")(%class="tooltipLabelId hidden"%)$!xcontext.macro.params.id#else{{html
> clean=false}}$!xcontext.macro.params.label{{/html}}#end(%class="tooltip
> hidden" $!tooltipStyles %)$xcontext.macro.content(%class="tooltipEvent
> hidden"%)$tooltipEvent]
> at
> org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
> at
> org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:47)
> at
> org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:303)
> at
> org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:199)
> at
> org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:57)
> at
> org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
> at
> org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
> at
> org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacro.execute(DefaultWikiMacro.java:213)
> at
> org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacro.execute(DefaultWikiMacro.java:57)
> at
> org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
> at
> org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
> at
> org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
> at
> com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7605)
> at
> com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7554)
> at
> com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:836)
> at
> com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:785)
> at
> com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:879)
> at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:556)
> at sun.reflect.GeneratedMethodAccessor530.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> at
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
> at
> org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
> at
> org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
> at
> com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
> at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
> at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:848)
> at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> at
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at
> org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
> at
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
> at
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
> at
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
> at
> com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1941)
> at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1860)
> at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
> content with id [unknown namespace]
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:197)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
> at
> org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:117)
> ... 97 more
> Caused by: org.apache.velocity.runtime.parser.ParseException: Lexical
> error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical error
> at line 1, column 336. Encountered: "%" (37), after : ""
> at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:136)
> at
> org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226)
> at
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:181)
> ... 99 more
>
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Tooltip-macro-not-working-after-upgrade-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I'm trying to get rid of errors in my xwiki.log and this post is about
XWiki complaining about usage of deprecated method
[com.xpn.xwiki.api.XWiki.parseMessage] in /templates/login.vm@28,33.
Environment: XWiki iteratively upgraded 2.2 -> 2.3 -> 2.4 -> 2.6 ->
3.0RC1 (there might have been minor version upgrades in-between)
The question is: How should I fix this issue? (ignore it? update
something? else?)
And the actual warning from the logs
> 2011-03-29 15:51:11,969
> [http://host/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
> [http://host/xwiki/bin/loginsubmit/XWiki/XWikiLogin] WARN
> internal.DefaultVelocityEngine - Deprecated usage of method
> [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/login.vm@28,33
>
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Deprecated-usage-of-method-com-xpn-xwiki-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Good evening.
I attempted to invite one of my colleagues to check out XWiki that I have setup in my organization. They got the invitation email all right, but when they clicked "Accept", they get the following error message from the Wiki:
Failed to execute the [include] macro
Any ideas?
________________________________
This e-mail may contain Sprint Nextel proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.
Hi everybody,
I'm using LDAP for login into XWiki (MS AD), it works very well. But there's something I'll need to change: when a user is editing some page's access rights, when he/she selects the "User" radio button, the list that appears is based on the user's objetc names (that came from the sAMAccountName LDAP field). Since our login field (and the username) is the registering number on our company, the user's list on the access rights appears as a bunch of numbers, and not the users' names, what makes it difficult to the author guess which one is to be granted the desired right. I would like that the "first_name" field (or another one from the user's object, mapped from LDAP) is shown on this list. I've been looking around the rightsUI.vm and usersandgroups.js, but could not figure out how to do this. I'm using XE 3.0RC1.
Any ideas?
Regards,
Ramon Gomes Brandão
Hello,
I'm trying to get rid of errors in my xwiki.log and this post is about
XWiki complaining that XWiki.WikiMacroTemplate has empty ID.
Environment: XWiki iteratively upgraded 2.2 -> 2.3 -> 2.4 -> 2.6 ->
3.0RC1 (there might have been minor version upgrade in-between)
The question is: How should I fix this issue? (remove
XWiki.WikiMacroTemplate? simply add random ID to the document?)
And the actual exception
> 2011-03-29 17:48:05,389
> [http://host/xwiki/bin/import/XWiki/XWikiPreferences?editor=globaladmin§…]
> [http://host/xwiki/bin/import/XWiki/XWikiPreferences?editor=globaladmin§…]
> ERROR ro.DefaultWikiMacroInitializer - Incomplete macro definition in
> [name = [WikiMacroTemplate], type = [DOCUMENT], parent = [name = [XWiki],
> type = [SPACE], parent = [name = [xwiki], type =[WIKI], parent =
> [null]]]], macro id is empty
> org.xwiki.rendering.macro.wikibridge.WikiMacroException: Incomplete macro
> definition in [name = [WikiMacroTemplate], type = [DOCUMENT], parent =
> [name = [XWiki], type = [SPACE], parent = [name = [xwiki], type
> = [WIKI], parent = [null]]]], macro id is empty
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroFactory.buildMacro(DefaultWikiMacroFactory.java:133)
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroFactory.createWikiMacro(DefaultWikiMacroFactory.java:99)
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroInitializer.registerMacro(DefaultWikiMacroInitializer.java:224)
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroInitializer.registerMacrosForWiki(DefaultWikiMacroInitializer.java:179)
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroInitializer.registerExistingWikiMacros(DefaultWikiMacroInitializer.java:148)
> at
> com.xpn.xwiki.internal.macro.DefaultWikiMacroInitializer.registerExistingWikiMacros(DefaultWikiMacroInitializer.java:105)
> at
> com.xpn.xwiki.internal.macro.RegisterMacrosOnImportListener.onEvent(RegisterMacrosOnImportListener.java:106)
> at
> org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:278)
> at
> org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:247)
> at
> com.xpn.xwiki.plugin.packaging.Package.install(Package.java:606)
> at
> com.xpn.xwiki.plugin.packaging.PackageAPI.install(PackageAPI.java:318)
> at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:140)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
> at java.lang.Thread.run(Thread.java:619)
>
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Incomplete-macro-definition-XWiki-WikiMac…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am seriously considering migrating from JSPWiki to XWiki, but I need a few questions answered first:
1) Has anyone migrated from JSPWiki to XWiki?
a. How do you migrate file attachments?
2) Is there a migration tool to convert text for the pages from JSPWiki language to XWiki language?
________________________________
This e-mail may contain Sprint Nextel proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.
Hello,
I would like to use xwiki for my personal website about african music. I
will share music sheets and other stuff with some of my friends.
My xwiki user name is : llacheny
Cheers,
Laurent
Hello,
It looks like I can't edit pages with the WYSIWYG editor in my myxwiki!
Did I do something wrong?
Thanks,
John
Error number 4001 in 4: Error while parsing velocity page
/templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page /templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:848)
at sun.reflect.GeneratedMethodAccessor6636.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:848)
at sun.reflect.GeneratedMethodAccessor6636.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1941)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1860)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'isSourceEditorEnabled' in class
org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration threw
exception java.lang.NoClassDefFoundError:
org/xwiki/gwt/user/client/StringUtils at /templates/macros.vm[line 1963,
column 68]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:261)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:151)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:848)
at sun.reflect.GeneratedMethodAccessor6636.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:848)
at sun.reflect.GeneratedMethodAccessor6636.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:188)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:153)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1941)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1860)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NoClassDefFoundError:
org/xwiki/gwt/user/client/StringUtils
at
org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.getProperty(DefaultWysiwygEditorConfiguration.java:71)
at
org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.isSourceEditorEnabled(DefaultWysiwygEditorConfiguration.java:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 112 more
When being on a train and editing pages on my local wiki I realized
that sometimes saving a page takes really long.
I analyzed what's going on, and guessed that it has something to do
with the app trying a connectoin to the Internet, which hangs when 3G
Internet is connected but very slow.
And yes, that's it.
BUT, now I wonder, why does xwiki need to connect xwiki.com servers on
every page save I do?
Do xwiki developers get all my saved data from my personal wiki?
What data do they get?
Hoping for clarifications.
Henning
--
Henning Sprang
http://www.sprang.de
Dear Sir/Madam,
I would like to request a wiki for our project.
I'm writing as an enquiry officer with Suffolk Libraries.
We are currently researching the feasability of maintaining staff handbooks and library procedures in the form of a wiki. This would allow us to instantly share the handbook with all who need it. It would also facilitate internal and public discussion of the way we run our libraries and what are the best ways to deal with issues as they come up.
We also feel there is scope for fostering co-operation between public libraries in general through this project - again by facilitating debate and the sharing of technical know-how.
We are attracted to xwiki because of its LGPL license and would be very interested in running our wiki on your servers for the duration of this pilot.
My username is AlexSassmannshausen. The server name we are hoping for is either sls.myxwiki.org or suffolklibs.myxwiki.org (depending on whether the first is already taken).
Please let me know if you have any further questions or requirements prior to creating the wiki for us.
With Regards,
Alex Sassmannshausen
Suffolk libraries direct
County Library
Northgate Street
IPSWICH
IP1 3DE
01473 584563
www.suffolk.gov.uk/sld<http://www.suffolk.gov.uk/sld>
mailto: help(a)suffolklibraries.co.uk<mailto:help@suffolklibraries.co.uk>
Have your say on the future of Suffolk's libraries: www.suffolk.gov.uk/librariesconsultation2011<http://www.suffolk.gov.uk/librariesconsultation2011>
Follow us on Twitter<blocked::https://twitter.com/SuffolkLibrary>
We now offer pre-overdue alerts by sms text message or email - please ask for further details if you are interested.
Our website enables you to renew your loans, make reservations and search our catalogue. It includes a link to our new free eBook service.
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
Hi all,
I would like to have a little wiki that permit me to work better with my
schoolfriends. We have to handle large projects (concerning IT and
open-source softwares) during the year and this wiki will permit us to waste
less time than before, retrieving the informations and work of each others.
This project is of course a non-profit one.
Thank you in advance.
Regards,
Guillaume Fenollar (login myxwiki.org : GuillaumeFenollar)
--
guillaume(a)fenollar.fr
Skype: guillaume.fenollar
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 RC 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first and hopefully the last release candidate for the 3.0
version. It brings several improvements to the features introduced in
the previous milestones. The final release is planned for the beginning
of the next week.
The highlights of this release are:
* Administration section for the WYSIWYG content editor
* Attachment Selector Macro
* Improvements to the message stream, dashboard, gallery macro, search
suggest, extension manager and the administration application
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30RC1
Thanks
-The XWiki dev team
Hi,
Is it possible to use an external OpenOffice Server that is not on the same machine as the XWiki instance, i.e., not local? If so, how can I do that? If not, can't I even test this possibility? External local one is running in my test place, but in production environment this probably won't be the case.
I'm using XE 2.7.1 and I'll test also XE 3.0M3.
Ramon Gomes Brandão
Hi Xwiki users,
we are using Xwiki in our Intranet and I have a problem with the Navigation Panel.
I've dragged and dropped the Navigation Panel from the Panel Wizard to the left Panel of my site. After that I edited the Panel to my satisfaction. By the way I am using the Default Skin with "Nature" Color Theme.
Now to my problem. If you edit the content of the Navigation Panel you will also find the following code:
$xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')
$xwiki.jsfx.use('js/xwiki/accordion/accordion.js')
<script type="text/javascript">
document.observe('xwiki:dom:loaded', function() {
var obj = {div:'xwikinav', no:$spacecount, height:250};
var acc = createAccordion(obj);
});
</script>
I think the "document.observe" function expands/collapses the Navigation Fields. This function is also used to expand the Panel Wizard Fields where you can drag and drop the panels in the Wiki administration.
I was able to expand the fields wit Firefox 3.6.x and Internet Explorer 8.
Yesterday I updated Firefox to version 4 and Internet Explorer to version 9. If I am viewing the site with Firefox 4 the fields remain collapsed/closed and I can't open them. So I can't use the Navigation Panel. Same problem with the Panel Wizard in wiki administration. With Internet Explorer 9 and Opera 11 no problems. I can use the Navigation Panel and the Panel Wizard without problems. I also tested Chrome 10. Same problem as Firefox 4. With these two Browser (and these are the most used Browsers of my users) I am not able to view and edit my Wiki correctly.
Now where is the problem? Is that a bug in Xwiki or a bug in the javascript engine of Firefox and Chrome? Could you give me a quick solution or workaround please?
Best regards.
Enzo
Hi, I would like to create a wiki on myxwiki.org which I will use for a
school project, for collaborative documents and resource sharing.
The Wiki's name should be HCI (comes from Human-Computer Interaction),
so the url would be hci.myxwiki.org
The myxwiki account I created is sorzu, and I would be its main
aministrator.
Thanks,
Stefan Orzu.
Hi,
When I try to create a page from an Office Doc in XE 2.7.1 (Add -> Create a Page from Office Document), some documents succeed without problems, others get an exception caused by:
java.sql.BatchUpdateException: Incorrect string value: '\xEF\x80\xBD|(%...' for column 'XWR_PATCH' at row 1
I get this also with the same docs when I try to use the office importer macro on WYSIWYG editor.
I've searched the user list archive and found something about this was a misconfgured charset. But I've created the xwiki database with charset=utf8 just like the instructions, and double checked on mysql:
My xwiki database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
My MySQL System database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
The strange point is why some docs succeed, others not. I've tested a bunch of docs, and found this behaviour.
Any ideas? Is it a BUG? Other places to check? I've though at first the problem happened just with docs containing some bullets markings, but not only.
Regards,
Ramon Gomes Brandão
Hello,
I have gone though the form editing part of the xwiki,where we can include
the fields according to the requirement.
As per the requirement of our project (AJAX FORM EDITOR) we have to provide
one USER INTERFACE for the user through which he can drag /drop the fields
according to his form requirement.
We can extend this idea a little bit .We will not only provide the form
generation part but also include its action part i.e user will give the
name of the database where the action has to take place(if have to insert
the record or update the record in the database).Moreover, we can also add
style for each field where user can define its style according to its choice
and we can also provide the style sheet for the whole form also.
User will select the type of the field for example in the form there are
certain fields which get insert ,some gets updated when the form gets
submitted,so according to the nature and requirement, user will enter the
type of the field.Types can be "INSERT","UPDATE","VIEW" etc.
So for this we can use the resources which is present in the xwiki,in that
we have all the fully functional fields , we can make any field , so our
work will now to provide the interface for the user where he can drag/drop
the fields and also provide the interface for the style part and also to
create the action file and rendering file which would render the
requirement.
Thnx
Nikhil Gupta
--
Nikhil Gupta
BTech CSE III yr
IIIT Hyderabad
Hyderabad 500032
Hi again,
in my ongoing efforts in customizing the appearance of the pages of my
wiki I've followed the steps of the skin extension tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
I've created a StyleSheetExtension and selected 'Use this extension'
'Always on the wiki' and it works as expected.
However I've started to replace fix color settings by references to the
themes settings
e.g. $theme.borderColor ... $theme.titleColor
and also I've checked 'Parse content' 'Yes' and disabled caching this
doesn't work.
Velocity statements seem not to be processed or I am referring to
invalid property names.
(I have been trying the ones from /templates/colorThemeInit.vm)
What am I doing wrong here ?
In the example the page is laoded on demand with
$xwiki.jsx.use("XWiki.MyFirstStylesheetExtension")
so I would assume there should be a document named
"MyFirstStylesheetExtension" in XWiki space (or maybe some other space).
Thats not the case for my own instance of
XWiki.MyFirstStylesheetExtension that I've added.
Shouldn't I be able to find the instance as a document somewhere in the
spaces ?
Thanks for your support
Andreas
Hi XWiki users,
fwiw I just want to share my experiences and observations with XWiki
instance running out of memory.
I was having a hard time to track this down but in the end I could
successfully isolate the problem.
For quite some time my XWiki instance was getting unresponsive to
requests sooner or later.
The Wiki was hosted on a VirtualBox VM and in most cases the VM guest
was just freezing and needed to be restarted leaving no usable traces in
the logs. In some cases I even found JVM crash reports so I first
checked different JVMs and VirtualBox versions (PUEL and OSE licences).
I had no success with this approach and so I moved the XWiki directly to
a host environment (Ubuntu 10.10). I added Server instrumentation
(VisualVM) but still the wiki got down after a while. Surprisingly the
system was hanging although in many cases there was even enough memory
available (I checked different VM settings up to 4GB).
Finally a VisualVM thread dump showed what happened:
When the robots came visiting my service they query a large number of
pages and among them was one user-url:
.../XWiki/someUser which ran into an infinite looping condition when
rendering the page.
I don't know how this could happen but as a result the whole memory was
consumed and partly released afterwards so it seemed that there is still
enough space available. Once this happened however the Webserver needed
to be restarted because it wasn't responsive any more.
Since I have deleted this user account everything is running ok for a
couple of days now - I still have to move the service back into the
VirtualBox guest VM.
What puzzles me finally that its possible that one single request can
kill the service by going into an infinte rendering loop.
I would have thought that at some level there is a depth limit to
prevent such conditions.
Hope these observations help someone though ....
enjoy
Andreas
Hello,
I am Nikhil Gupta third year student pursuing my Btech in Computer Science
from IIIT,Hyderabad.
I have done many web based project which includes wide usage of the
scripting language (JavaScript and Jquery) and PHP and ASP as their core
language.
I have done one project(Automatic Form Generator) which is very much similar
to the AJAX Form Editor project .In that project, automated form is
generated from the configuration file,user has to just give the input field
and their type and from the configuration file form can be generated.In that
project I have used PHP,JavaScript ,Jquery.
I am deeply interested in the project.How should I proceed for it?
Regards
Nikhil Gupta
Nikhil Gupta
BTech CSE III yr
IIIT Hyderabad
Hyderabad 500032
Hi,
I've could get my upgrade from 2.4.3 to 2.7.1 working in my test environment. The new features seem remarkable indeed, but one of the most important for our XWiki instance is not working properly: the Office Preview in attachments of Office Macro. The little eye right beside the edit and delete buttons on the attachments sections doesn't appear. Is there something I'm missing? Any configuration steps required?
If I try the office macro, I get an exception: "org.xwiki.rendering.macro.MacroExecutionException: Failed to view office attachment.
" and "Caused by: java.lang.Exception: Attachment [name = [DescricaoSGAeSGA1.doc], type = [ATTACHMENT], parent = [name = [WebHome], type = [DOCUMENT], parent = [name = [Main], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent = [null]]]]] does not exist.", but the attachment is really there, showed in the attachments section.
How can I handle this?
Ramon Gomes Brandão
Hi xwiki users,
I am a bit worried I have messing up all the things with my xwiki.. I
deleted the xWiki space by mistake (by using the velocity macro to
delete spaces) and I am not able now to log as admin any more neither
to install the Administration Application (if it is the needed action
to do..).
Could you please help me? I didn't found any specific information
about it online. Do I need to install again the xwiki?? Did I lose my
work???
Hope there is a way to recover,
thank you in advance
Alessandro
Hi everyone,
I'd like to make the proposal to drop the existing mailing lists in
favor of a forum (bulletin board) software.
The objective is to promote the XWiki community discussions to a broader
audience.
1) A forum serves like an advertising window as anyone can read the
contributions without subscription.
2) Anyone can judge the activity by reading the view count.
3) New users can get in touch with the community without being urged to
subscribe to a mailing list.
4) Many people consider mailing lists as spam and prefer not to subscribe
5) Contributions have a longer visibility and older entries will get
responses
6) Communication gets more efficient as the same topics won't get
repeatedly discussed
7) To my experience forums get much better indexed by google as mail
collectors like Nabble , Markmail, e.t.c.
8) Forums encourage user to user discussions and you will see new users
taking an active role
9) There should be at least one additional category IMHO: administrators
10) A forum is more pleasure to read once a topic split into many threads
11) A forum is beneficial when expecting increasing support requirements
- some real large scale forums were run by just a few moderators
12) More people will see what a teriffic job the XWiki team does.
Here's my +1
Andreas
Is it possible to remap the Meta+G (Ctrl+G in Windows) to another key?
Just switched from Firefox to Chrome and Chrome captures Ctrl+G for
searching.
Also noticed that the default Welcome page in XWiki 2.7 has minor layout
problems when displayed in Chrome. The Xwiki.org Playground (version 2.6.2)
appears to be OK. Anyone else seen this. e.g., the spaces column drops the
text to the right of the icon onto the line below.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p61836…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all
I've a problem with IE (tried with IE7 and IE8, same result) in adding in a
ClassSheet page a really simple form like:
1
2
3
No problem in "view" mode, but when I go in "inline" mode then:
- if I try to "Save and Continue" I got a error message like "Error :
'this.form' is Null or not an object" and debug target line in
"actionButton.js" and I stay blocked on the page with "Saving..." animation.
- if I click on "Save and View", nothing happens (no error or anything
else) but I stay also blocked on the page.
I got none problem with FireFox...
Has someone could help me?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Add-a-form-in-a-ClassSheet-page-tp6191537…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Vincent,
> Date: Sun, 20 Mar 2011 13:47:06 +0100
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <76F3E2F3-A7C4-4376-865C-65E36568D6D4(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Xino,
>
> On Mar 20, 2011, at 7:50 AM, xino(a)lavabit.com wrote:
>
>> Hello!
>>
>> I'd like to make a request for a new Xwiki-based hosted wiki on myxwiki.
>>
>> My username is xino, and I'd like to have the host name of elonadev.
>
> Could you fill your first name/last name please on
> http://myxwiki.org/xwiki/bin/view/XWiki/xino ?
Done, and thank you!
>
>> The purpose of the wiki is to host development efforts of the
>> continuation
>> of the non-commercial but closed-source game, Elona.
>
> I'll create it.
>
> Thanks
> -Vincent
>
>
>
> Date: Sun, 20 Mar 2011 13:55:55 +0100
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <C5D82E49-1C62-4D7D-B4A2-1F253F1EF56A(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi again Xino,
>
> You wiki has been created at
> http://elonadev.myxwiki.org/xwiki/bin/view/Main/WebHome
>
> Enjoy it and please report here any issue or anything not working.
> Improvement ideas are also very welcome.
>
Gladly. I've been running Xwiki on my laptop so far, and I've found it
quite powerful.
> Thanks
> -Vincent on behalf of the xwiki community
>
> On Mar 20, 2011, at 1:47 PM, Vincent Massol wrote:
>
>> Hi Xino,
>>
>> On Mar 20, 2011, at 7:50 AM, xino(a)lavabit.com wrote:
>>
>>> Hello!
>>>
>>> I'd like to make a request for a new Xwiki-based hosted wiki on
>>> myxwiki.
>>>
>>> My username is xino, and I'd like to have the host name of elonadev.
>>
>> Could you fill your first name/last name please on
>> http://myxwiki.org/xwiki/bin/view/XWiki/xino ?
>>
>>> The purpose of the wiki is to host development efforts of the
>>> continuation
>>> of the non-commercial but closed-source game, Elona.
>>
>> I'll create it.
>>
>> Thanks
>> -Vincent
>>
>
>
>
Regards,
John
I followed the instruction to install the xiwi to tomcat and using mysql
database.
I think database connection is right, because the tables of xwiki was
installed to databse. according to the error log, it might caused by
"*java.sql.BatchUpdateException: Data too long for column
'XWD_MINOREDIT' at
row 1*".
Anyone can help me out?
here is my configuration file:
hibernate:
<property
name="connection.url">jdbc:mysql://localhost:3306/xwiki?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">root</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
The error track:
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
xwiki:XWiki.XWikiPreferences
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:425)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document xwiki:XWiki.XWikiPreferences
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:657)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:183)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1442)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1389)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1384)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3310)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:873)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:842)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:763)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:406)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.exception.DataException: Could not execute JDBC batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:253)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:871)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:842)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:647)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:183)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1442)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1389)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1384)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3310)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:873)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:842)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:763)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:406)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
*Caused by: java.sql.BatchUpdateException: Data too long for column
'XWD_MINOREDIT' at row 1*
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1566)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 56 more
--
Best wishes,
许凌志
MOE KLINNS Lab and SKLMS Lab, Xi'an Jiaotong University
Department of Computer Science and Technology, Xi’an Jiaotong University
Hello!
I'd like to make a request for a new Xwiki-based hosted wiki on myxwiki.
My username is xino, and I'd like to have the host name of elonadev.
The purpose of the wiki is to host development efforts of the continuation
of the non-commercial but closed-source game, Elona.
Thanks,
Xino
We've upgraded our wiki from 2.1.1 to 2.7.1
The video macro stops working?
I've a url to a vimeo video
Workaround is a {{Html}} macro with the embedding code from vimeo
Any reason why video macro stops working?
gerritjan
Hallo!
- Using HSQLDB
I have increased -Xmx too much 900m
After reducing to 300m i get the HTTP ERROR 500.
What can i do to go back to Xmx=300m without export/import?
Volker
Hi all,
I'm I'm trying to install /xwiki-enterprise-2.7.1 on Tomcat 6. And I
have the following Java error:
[...]
SEVERE: The web application [/xwiki-enterprise-2.7.1] created a
ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap]
(value [org.apache.log4j.helpers.ThreadLocalMap@15ef45a]) and a value
of type [java.util.Hashtable] (value
[{url=http://localhost:8888/xwiki-enterprise-2.7.1/bin/view/Main/}])
but failed to remove it when the web application was stopped. This is
very likely to create a memory leak.
log4j:ERROR Error occured while converting date.
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at java.lang.AbstractStringBuilder.getChars(AbstractStringBuilder.java:345)
at java.lang.StringBuffer.getChars(StringBuffer.java:218)
at org.apache.log4j.helpers.ISO8601DateFormat.format(ISO8601DateFormat.java:130)
at java.text.DateFormat.format(DateFormat.java:333)
[...]
I didn't have the 'common' dir hanging on $TOMCAT_HOME dir, so I
copied from another tomcat instance which is working OK. I created
log4j.properties according xwiki web, but I have the same error.
Database connection is Oracle, and I don't know what to do.
Any ideas?
Regards,
Hi,
how do you change the default dashboard layout ?
I mean dashboard source shows :
{{dashboard source="Main.Dashboard"/}}
and Main.Dashboard has:
{{dashboard/}}
How do you change for example the dashbord layout or limit the liste of
spaces shown ?
Hi Xwiki Group,
I am upgrading from 2.4.3 to 2.7.1. Right after I deploy the fresh new 2.7.1 war, with proper update schema flag set on xwiki.cfg, how should I procceed? Should I access the application first, without going directly to the import feature, in order to grant the schema update, or should I go directly to the import page (xwiki/bin/Import ...)?
I've tried the first approach and it's taking so long for a very small database (about 13Mb). Is it normal?
Regards,
Ramon Gomes Brandão
Hi,
we're using Xwiki as our main local knowledge repository (kind of) and
we've started some gardening.
We did some assessment and some minimal cleanup but as far as we can
see we'll need to do some automated wiki gardening : broken links
detection, duplicated content, etc.
Do you use some automated tools to do it ? or simply do the cleaning manually ?
Thanks !
--
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man)
Programming: love it or leave it
Hi community,
Time flies when you're having fun, so we missed last week's Thursday
bugfixing day (which would have made it a monthly event). So, tomorrow
there will be another bugfixing day, in preparation for a clean 3.0 release.
As usual, everyone is welcome to participate in bugfixing, but not only:
bug triage and bug reporting is also very much appreciated.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
How can I set the Watchlist Notification E-mail content to NOT show the text formatting HTML tags (like "text align", "% width" etc), but only the modified text? I'm using XE 2.4.3, migrating to 2.7.1.
Regards,
Ramon Gomes Brandão
Hi All,
In november, some guys propose to deprecate $xwiki.parseMessage :
http://markmail.org/message/7eorelxviymtyzc3
Surely, it was a good idea, I have every confidence in those guys.
But now, the xwiki.log file of XWiki 2.7 is full of WARNs. Do you have any
hint to make them disappear ?
Thanks for your help.
Maxime
Hello list,
as I am slowly realizing, there's no way to prevent the output of the following headers which basically say that no client or proxy caching should be done.
I agree that the default policy should be to not cache but it should be possible to allow to cache.
Even changing the header values with:
$response.setHeader("Cache-Control","max-age=60, public")
fails because it adds no-cache to the front.
$reponse.setDateHeader("Expires",someDate) seems to work.
This is quite odd I have to say.
Should I hunt somewhere else?
I fear I need to dig into the servlets.
paul
Sorry for this newbie question.
I use a XWIKI 2.7.0 farm.
I try to use a wiki macro written in Groovy. I saved it with the Admin
account in the main wiki. The macro is defined global (in the
WikiMacroClass). All works fine in the main wiki.
But in the subwikis, even connected as the admin of the farm, I can't
execute the macro (even if I see it in the wysiwyg editor).
The error message is:
org.xwiki.rendering.macro.MacroExecutionException: You don't have the
right to execute this script
Is there something to do in the Programming panel of the
administration page ? Do I have to import the macro in the subwiki ?
I started to read that thread
http://markmail.org/thread/2i7nkhiugv4z3ara but it didn't help me.
Thanks for your help.
Maxime Sinclair
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 Milestone 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last milestone before the 3.0 final release. It brings many
improvements and a bunch of new features. The highlights are:
* Dashboard editing UI
* Gallery macro and office presentation viewer based on it
* Search live suggestions
* User status updates and the ability to follow users
* Improved macro support in the WYSIWYG content editor
* Rendering and Commons top level projects
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30M3
Thanks
-The XWiki dev team
Hallo!
What is the best approach to make a phone book in Xwiki?
I have persons/users with home and office phone numbers and phone
numbers to hospital wards.
Any suggestions?
--
Volker Lapczynski vl(a)LegeInfo.net
Rosendalsveien 3-B +47 - 92 62 02 48
N-1166 Oslo www.legeinfo.net
- Norway - N59°51.573 E10°47.843
I am having a velocity script problem with a class sheet when I try to
display an empty list on an object.
My goal is for the class sheet to render class properties that start
with a "_" as hot-links, and those that don't to just be rendered as text.
The class sheet is for "PersonClass", and looks like this:
{{velocity}}
#set ($obj = $doc.getObject('XWiki.PersonClass'))
#set($class = $obj.xWikiClass)
#foreach($prop in $class.properties)
; $prop.prettyName
#set ($propName = $prop.getName())
#set ($propVal = $obj.get($propName) )
#if ($propName.startsWith("_"))
: $propVal (why does this one not show?)
: [[$propVal>>$propVal]] (but this one does show?)
#else
: $doc.display($prop.getName())
#end
#end
{{/velocity}}
The PersonClass has two properties:
(1) name (a string)
(2) _knows (a DatabaseList with multiple select and XWiki Class Name of
XWiki.PersonClass)
I create an object using this class, with "name" set to "C S Lewis" and
with no selection for the _knows field (empty list).
The problem is, the velocity line:
: $propVal (why does this one not show?)
works properly... not displaying anything for property _knows (empty
list), but the line:
: [[$propVal>>$propVal]] (but this one does show?)
which is the line I really want to use in the class sheet, because it
creates the hot links, shows the value from the previous property as a
hot link. I.e. it looks like this:
name
C S Lewis
_knows
(why does this one not show?)
C S Lewis (but this one does show?)
Not what I wanted. Why does it do this? How can I get empty lists to
show no page links, but lists with one or more items to display them as
a bunch of hot links?
Thanks,
-Mark
Hi XWiki Team,
Sorry if this is a recurring thread, but can't find more details on it. I'm using XE 2.4.30451 in production enviromnent on my company, and due to the numerous new functionalities of the new XWiki versions, I'm planning to migrate to 2.7.1, and after to 3.0.
My question is: can I upgrade it as easy as just replacing the entire old war file with the new one (of course, with the tunings I've made on it, such as WYSIWYG macros, footnotes etc, setting the schema migration flag on xwiki.cfg? Won't I lose any of my documents, pages, attachments, comments etc at all? Of course I'll test it first, outside the production, but I would like to gather as much information I can to plan the entire migration process. We have a very large set of pages already on the wiki, and I wouldn't like to face big problems :-)
Thanks in advance,
Ramon Gomes Brandão
I'm pleased to announce the release of the PlantUML xwiki macro 1.0.
Go grab it at http://extensions.xwiki.org/xwiki/bin/view/Extension/PlantUML+Macro
The highlights of this release are:
* Straightforward installation using the PlantUML server available on
the internet.
Just import the XAR and draw your first diagram.
* The address of the PlantUML server is now easily configurable.
So you can use your own intranet PlantUML server.
* Diagrams larger than the wiki page are resized to be fully displayed
(without scrolling).
Thanks for your attention.
Maxime Sinclair
Hi XWiki devs and users,
FYI, XWiki applied as a mentoring organization for Google Summer of
Code 2011 (http://socghop.appspot.com/). We have participated in
2005-2009, but we were not on the accepted organization list last
year. We have prepared and submitted yesterday an application for this
year's GSoC, and we'll be receiving a verdict from Google on March
18th (according to the timeline
http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs#…
).
Here is the list of possible student projects we've come up with so far:
http://gsoc.xwiki.org .
We're open to new project proposals, and we'll inform the community as
soon as we get an answer from Google regarding XWiki's acceptance in
this year's Summer of Code.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi!
I just migrated to 2.7.1 with the goal of a functional pdf export.
Using this (public) url:
https://www.computer42.org/xwiki/bin/export/DevNotes/WebHome?format=pdf&inc…
I'm getting this error:
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException:
"fo:list-block" is missing child elements. Required content model:
marker* (list-item)+ (See position 5894:90)
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
exporting
...
On another (non public) space the export seems to be functional, but
some childs pages are missing.
Are this known bugs ?
Best regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
Hi Johannes, everyone,
actually this is sort of repsonse to Johannes @jstoldt contribution here
http://xwiki.475771.n2.nabble.com/Back-to-the-future-of-XWiki-tt6084764.html
regarding VM's and it is off-topic in either dev and user.
Johannes, why not drill deeper into this VM stuff ?
If you have spare time leftover and want to contribute -
why not be the first one to create an Amazon EC2 xwiki image ?
For newbies there are free Amazon EC2 accounts:
http://aws.amazon.com/de/free/
When creating a VM I'd check for an Ubuntu Ready-to-go image - there are
several hanging around.
Check the Ubuntu website for a recommendation.
Of course Linux background is beneficial - might be mandatory.
However with Ubuntu many installations are pretty straight forward and
well documented -
installation of database (postgres ?) - webserver (tomcat ?) and an
XWiki .war should be straightforward.
When you're are done and all is running fine you can make a template of
it for others to use.
I'd be interested in a report.
I'd love to do it but I'm lacking time now ...
As here is no real forum for this we might continue correspondence in
another place.
WDYT ?
Andreas
I've been the administrator of my team's Xwiki for several years now. I
recently upgraded to Xwiki Enterprise 2.7.1.34853 from Xwiki Enterprise
2.4.
Everything seems to work great for me, but my team members can't upload
images to pages and they are occasionally seeing their page text content
disappear when they go back and forth between "WYSIWYG" and "Source" while
editing.
In the WYSIWYG editor, they click on "Image" -> "Insert Image...", but
instead of seeing the message:
"Select an image to insert from the list below, by clicking it, and then
advance to the next step, or double click an item to automatically select
it and advance to the next step." along with the thumbnails or the box to
upload a new image, they see a red circle with an "!" and message saying
"There was an error loading the data"
We are all using Firefox, but I'm running Ubuntu Lucid and they are running
Windows. The server is also running Ubuntu Lucid. I'm using MySQL as the
database.
Strangely, they didn't see any problems with Internet Explorer (i think ver
8)
During this upgrade, I went straight from 2.4 to 2.7. I didn't see
anything that indicated I needed upgrade incrementally. I also noticed
that I should be using InnoDB tables instead of MyISAM. I used "ALTER
TABLE.." commands to change the db tables to InnoDB by hand. When I
installed the WAR and modified the xwiki.cfg, I made sure the migration
flag was set to true.
The other change that I made was that I enabled our authentication to use
LDAP, but my users weren't having problems with their LDAP accounts. They
were using their old standard xwiki user accounts they had created several
years ago. When they did login with their LDAP accounts, they experienced
the same problems.
I originally thought this could have something to do with User rights, but
I created a test user with the same privileges as my users and it worked
just fine.
The good news is that it appears that we found a workaround with Internet
Explorer, but has anyone ever heard of this problem? Or know how to fix it
in Firefox? The other good news is that I have nightly backups of my
database and I also have the older installation of xwiki backed up. So, I
could always roll things back if need be, but I would hate to do that.
Any help would be appreciated.
Thanks,
travis riggs
Hi,
I'm having some problems with the Email notification for Watchlists.
When I go into my preferences and select a notifier for my watched
lists (hourly notifcations for example) and click save & view, the
selection doesn't stick. It shows a blank under Notifier in my
Watchlist preferences.
I'm on XWiki Enterprise 2.7.33656
Any ideas?
Thanks,
Alex Jakobsen
Hello dear xwiki authors and users,
we'd like to have multiple FAQs in our wiki 2.7, what is the recommended
approach for that : to implement it from scratch following the tutorial or
xwiki.org code example, or install a specific extension ?
thank you for your recommendation
Regards
Dominique.
Hi,
I'm trying to set rights over a document automatically.
In my wiki i have the "Publication" concept. Each Publication has one or
more authors. Each author is an "Researcher" that is directly related to an
XWikiUser. What I want to do is to set editing rights only for the authors
of that publication. If I add (or remove) an author he should be able (not
able) to edit the document.
What i thought first was to check and add user rights every time the
document was loaded. However this didn't worked because, initially, users
don't have rights to add new rights (lol). That doesn't seemed a good
practice anyway.
What is the best way to do this? Maybe after every change in editing mode,
system may apply the rights? How can I do that?
Btw, I'm using this snippet to add the user rights:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Setting+Rights
Thanks in advance,
Luís Braga
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dynamically-set-rights-over-document-tp60…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I created a new blog in a new space according to explanations in the link
http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application
But the new blog and the wiki blog share the same items.
The wiki blog posts are shown in the new blog.
And if I create a new article in the new blog, I see it in both blogs.
Are there some additional installations or configuration to do?
I did not install the WAR xwiki-application-blog.
I'am under XWiki Enterprise 3.0-milestone-2.34501
**************************************************************************************************************************
Ce message et toutes les pieces jointes sont confidentiels et etablis à l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
SISTEER decline toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
Si vous n'etes pas le destinataire de ce message, merci de le detruire et d'informer l'expediteur.
**************************************************************************************************************************
This message and any attachments are confidential and intended solely for the addressee(s).
Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration.
SISTEER shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
**************************************************************************************************************************
Hi guys,
In order to fix http://jira.xwiki.org/jira/browse/XWIKI-5691 and a few
related bugs I had to refactor the way macros are displayed inside the
rich text area of the WYSIWYG content editor. Along with this I
introduced a few improvements in the way the user interacts with macros.
Here's a list of changes:
* macros are displayed now 100% like in view mode
* macros that have output are emphasized only when hovered or selected
* you can navigate the macro output with the arrow keys
* you can copy content from the macro output
* press Enter to edit macro
* press Space to toggle between collapsed and expanded state
* Ctrl+Shift+R reloads the macros
* Ctrl+Shift+E expands all/selected macros
* Ctrl+Shift+C collapses all/selected macros
* Ctrl+Shift+M to open the insert macro wizard
Known issues that I'd like to fix for 3.0 final:
* you can cut text from macro output
* you can drag text into/from macro output
* placing the caret before/after a macro is still tricky
Please take a look and let me know what you think.
Thanks,
Marius
Hi,
By default users that register on a privat XWiki will be added as a document with a XWiki.XWikiUsers object in the XWiki space
Also they become automatic member of the group XWiki.XWikiAllGroup.
Is it possible to have all registered users (except the default system-usewrs like admin) in a seperate space?
If you do so, will this cause problems when upgrading xwiki, which would be my main driver to consider this.
If people think this could or should be a best practise...
My opinion is that the XWiki space becomes cluttered with users
and also the requirement to have read access on many important system objects in XWiki space
can conflict with some groups security policy on users and peoples privacy
Would it be difficult to migrate users to a different space and keep all the group memberships and authorizations and passwords intact?
Gerritjan
Hello
I would like register somewhere in XWiki, the important mails of my mailbox.
For instance to save mail maybe with some attachements in a specific Space.
From my mail reader, just transfer the mail in xwiki mail adress and automatically
the mail would be save in a specific area.
The idea under this function is for instance to manage a project and to maintain
a list of importants mail about the project (with attachements).
Is there any solution to manage this functionality ?
I am under XWiki Enterprise 3.0-milestone-2.34501
Thanks a lot.
**************************************************************************************************************************
Ce message et toutes les pieces jointes sont confidentiels et etablis à l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
SISTEER decline toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
Si vous n'etes pas le destinataire de ce message, merci de le detruire et d'informer l'expediteur.
**************************************************************************************************************************
This message and any attachments are confidential and intended solely for the addressee(s).
Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration.
SISTEER shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
**************************************************************************************************************************
Hi everybody :
I following this instructiong:
http://extensions.xwiki.org/xwiki/bin/view/Extension/WYSIWYG+Editor+Module#…
,
but it can not work properly in Chrome, but work well in FireFox,
Anyone know how to resolve it?
Thanks!
王震华
Email : michael.zhenhua.wang(a)gmail.com
QQ : 409619295
GTalk: michael.zhenhua.wang(a)gmail.com
Yahoo : java_xman
2011/3/3 Zhenhua Wang <michael.zhenhua.wang(a)gmail.com>
> Hi everybody :
> I following this instructiong:
>
> http://extensions.xwiki.org/xwiki/bin/view/Extension/WYSIWYG+Editor+Module#… ,
> but it can not work properly in Chrome, but work well in FireFox,
>
> Anyone know how to resolve it?
> Attach is my test files .
>
>
>
> Thanks!
> 王震华
>
> Email : michael.zhenhua.wang(a)gmail.com
> QQ : 409619295
> GTalk: michael.zhenhua.wang(a)gmail.com
> Yahoo : java_xman
>
Hi Users,
I have been trying out Xwiki Enterprise 2.7 for a few weeks now. I have successfully installed it in Tomcat 6 and Oracle 9i environment. But my target appserver is Weblogic 10 and I also have some luck in successfully installing it there. I also have uploaded the xwiki 2.7.xar into the xwiki instance and successfully added it.
But I am encountering errors in Weblogic whenever I try logging into xwiki using Admin/admin. Here is the log file generated :
2011-02-24 17:27:38,671 [http://localhost:7001/xwiki/bin/view/Main] INFO .AbstractXWikiMigrationManager - No storage migration required since current version is [15429]
2011-02-24 17:27:43,921 [http://localhost:7001/xwiki/resources/css/microformats.css] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/exceptioninline.vm@1,24
2011-02-24 17:27:50,468 [http://localhost:7001/xwiki/bin/login/XWiki/XWikiLogin?xredirect=http%3A%2F…] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/login.vm@28,33
2011-02-24 17:27:50,859 [http://localhost:7001/xwiki/resources/css/microformats.css] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/exceptioninline.vm@1,24
2011-02-24 17:27:59,625 [http://localhost:7001/xwiki/bin/view/Main] WARN xwiki.MyPersistentLoginManager - Login cookie validation hash mismatch! Cookies have been tampered with
2011-02-24 17:27:59,640 [http://localhost:7001/xwiki/bin/view/Main] WARN xwiki.MyPersistentLoginManager - Login cookie validation hash mismatch! Cookies have been tampered with
2011-02-24 17:27:59,828 [http://localhost:7001/xwiki/bin/loginsubmit/XWiki/XWikiLogin] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/login.vm@28,33
2011-02-24 17:28:00,093 [http://localhost:7001/xwiki/resources/css/microformats.css] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/exceptioninline.vm@1,24
This is a new instance with the xar data. I haven't added any new data yet into xwiki. I don't encounter this problem when I am running xwiki on tomcat. Is this a bug or does anybody know a workaround for this?
I have also tried using xwiki 2.6 and xwiki 3.0 milestone 2 with their respective xars but still encounters this problem on weblogic.
Thanks!
Ernn
Sergiu,
Great thoughts. Especially like the mail to wiki page idea.
-- kpfoote
Sent from mobile
----- Reply message -----
From: "Sergiu Dumitriu" <sergiu(a)xwiki.com>
Date: Sat, Mar 5, 2011 10:31 am
Subject: [xwiki-users] Can XWiki receive mail ?
To: "XWiki Users" <users(a)xwiki.org>
On 03/05/2011 09:07 AM, Ludovic Dubost wrote:
>
> It's a bit comple to be a mail server as it creates administration
> issues and requires a specific subdomain and routing.
> An alternate solution is a mailbox and a scheduler job which pools the
> mailbox. All the APIs are already there for that.
+1, XWiki itself should NOT be a mailserver. It should indeed be
configured to read an external mailbox, fire events when new mails are
detected in the mailbox, and then components can do what they want with
the new emails: convert them into wiki pages, notify users, send a
reply, etc.
> What's necessary is define a convention of where the content goes based
> on what is in the email (subject or specific marker or alias target
> address).
>
> I've aleady of few cases where we load emails. On our intranet we load
> job posting in our Recruitment application.
>
> However there is no generic loading mecanism for all of XWiki. I agree
> it could be interesting.
> I'm very interested in a feature that would allow an email discussion
> that is captured as comments in the wiki.
>
> Ludovic
>
>
> Le 02/03/11 14:02, Kevin P. Foote a écrit :
>> The Apache James Project[1] could fit such a request. I've seen it
>> integrated into a few large scale frameworks before.
>>
>> [1] http://james.apache.org/
>>
>> ------
>> thanks
>> kevin.foote
>>
>> On Wed, 2 Mar 2011, Paul Libbrecht wrote:
>>
>> -> I would be very interested to such a feature but I note that it is
>> not a simple thing.
>> ->
>> -> The biggest importance of receiving mails is to respond to some
>> notifications of actions that were originally created on the XWiki, to
>> my feelings. This requires, for example, that a table is properly made
>> to associate the responded mail and the action the notification is about.
>> ->
>> -> Another issue is to attribute the mail... sooo often are people
>> using a different email!
>> ->
>> -> I note that such features as Drupal's MailHandler could be an
>> example; they are very fragile.
>> ->
>> -> One of the worst examples is jira's mail receiving facilities: you
>> can respond to jira notifications if this is enabled. This fails
>> really easily and not well visibly when a slight change occurs!
>> ->
>> -> XWiki with its flexible programming might make it possible to make
>> it better case by case. Let's hope.
>> ->
>> -> paul
>> ->
>> ->
>> -> Le 2 mars 2011 à 06:43, Caleb James DeLisle a écrit :
>> ->
>> -> > "Every program attempts to expand until it can read mail. Those
>> programs which cannot so expand are
>> -> > replaced by ones which can." Jamie Zawinski
>> -> >
>> -> > XWiki doesn't have any means of receiving mail at the moment, the
>> mail sending facility is an
>> -> > extension which is bundled by default and I see no reason why an
>> extension for receiving mail could
>> -> > not be implemented, it just needs to be written.
>> -> >
>> -> > Caleb
>> -> >
>> -> > On 03/02/2011 12:32 AM, Gérard Turmel wrote:
>> -> >> Hello
>> -> >>
>> -> >> I would like register somewhere in XWiki, the important mails of
>> my mailbox.
>> -> >> For instance to save mail maybe with some attachements in a
>> specific Space.
>> -> >> From my mail reader, just transfer the mail in xwiki mail adress
>> and automatically
>> -> >> the mail would be save in a specific area.
>> -> >>
>> -> >> The idea under this function is for instance to manage a project
>> and to maintain
>> -> >> a list of importants mail about the project (with attachements).
>> -> >>
>> -> >> Is there any solution to manage this functionality ?
>> -> >>
>> -> >> I am under XWiki Enterprise 3.0-milestone-2.34501
>> -> >>
>> -> >> Thanks a lot.
>> -> >>
>> -> >>
>> -> >>
>> -> >>
>> -> >>
>> -> >>
>> ***********************WN
Hi,
Within the CdLS community many related organizations publish their latest via RSS feeds.
What is the best practise if we would like to achieve the following
Register these feeds somewhere per language
Create a combination of feeds per language and show it on a visitor accessible page like 10 latest news items with a little icon per source of the item
off course clicking on the item would bring the visitor to a dynamic page showing the complete news item
In that page the visitor could navigate to the real page on the web
If I read the stuff on XWiki.org it looks like xwiki-watch is good for it;
any alternatives?
Is xwiki-watch multilanguage?
can you add xwiki-watch to a existing xwiki installation version 2.7 or higher
Gerritjan
Hello,
I just installed XEclipse to use it instead of XWiki editor to edit some
page and velocity scripts.
My problem is that I can't connect to a subwiki (or virtual wikis), I can
only connect to my main XWiki.
I don't know what is the url that I should use in "server url" and I didn't
find any info about it, does anyone have a solution?
At this time, I use:
- "http://localhost:8080/xwiki/xmlrpc/confluence"
to connect to my main Wiki with XEclipse and I would like to connect to a
virtual wiki (normal url to use with browser is normally:
- "http://localhost:8080/xwiki/wiki/etudes/" but doesn't work with
XEclipse :(
Regards,
Pierre
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-connect-XEclipse-to-a-subwiki-tp60…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello. I'm sorry for the double message but i noted that the first
message was not shown as thread (surely my fault).
I'm registered to myxwiki as *albalv* and I would have an
''instance'' of xwiki mainly to develop and test velocity and groovy
dynamic pages. I think that *albalv.myxwiki.org* will be perfect if
it's possible.
If you have any question, please reply to this message. Thank you a
lot for this service.
- Alberto Alvino
Hi all,
I'm trying to extend the XWikiAuthServiceImpl as described here[1][2] to
make use of local SSO.
Here are the steps I'm following but xwiki will not startup.. Do I have
somethings out of place in my steps?
1. Place my jar in ${XWIKI_HOME}/WEB-INF/lib jar named org.my.authenticator
2. Edit ${XWIKI_HOME/WEB-INF/xwiki.cfg inserting
xwiki.authentication.authclass=org.my.authenticator.UserAuth
3. Start xwiki .. this fails!
Do I have the jar in the correct place?
Do I need to tell xwiki to enable the use of this "new" jar?
My code does not do anything of importance right now.. It gets a Log
object and writes one entry.
[1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
[2]
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/…
------
thanks
kevin.foote