My config - Oracle 10.2.4, XWiki - 2.2.4. Tested on Jetty and Glassfish. NEW
Xwiki instance imported from xar-file. User is Admin (default user in a new
instance). I cannot see any attachments in a AllAttachments live table.
What's the problem?
I know that pages XWiki.AllAttachments & XWiki.AllAttachmentsResults should
save user with programming rights. Before checking AllAttachments live
table, I gave for Admin (and for XWikiAdminGroup and for user Admin)
programming rights and resaved these 2 pages - but no result. Also I tried
to re-import these 2 pages - same situation - AllAttachments live table
doesn't show anything.
As I understand, maybe problem have relation with Oracle, because I tested
on another DB (MySQL) and all is ok. XWiki schema in Oracle have full
rights, no any special options in Oracle ...
This is not a special issue with XWiki - 2.2.4, same situation (on Oracle)
exists in a previous XWiki versions too.
Maybe have some more recomendations for me.
Thanks beforehand!
--
View this message in context: http://n2.nabble.com/AllAttachments-live-table-doesn-t-show-anything-tp4875…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
I am facing issue in xmlrpc client while login the admin user. I want to
add the user in the xwiki through xmlrpc. For that i have to login as admin
and then i have to add the user which is given in the below link.
I have used the login sample defined in the following link
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples
I have my own sso implemented in xwiki.
I need to add header and cookie in xmlrpc so that i can get those cookie in
my own sso class and check for the authentication.
It is possible to add the header and cookie in httpclient.
But how to do the cookie based xmlrpc login in xwiki? is there any way to
add the cookie and header in xmlrpc in xwiki?
Kindly suggest any idea.
Thanks,
Nithya.
--
View this message in context: http://n2.nabble.com/How-to-add-cookie-and-header-in-xmlrpc-in-xwiki-tp4932…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello XWiki Community,
We're still looking for the new XWiki.org logo. First of all, many
thanks to all those who submitted their ideas (
http://dev.xwiki.org/xwiki/bin/Community/LogoChallenge ). After the
first round of votes (digest here:
http://spreadsheets.google.com/ccc?key=0Ah6DqXzfHT2vdHV5Ty1LX3lKU3U5V3M4YmN…),
we chose 6 "popular" proposals for the second round:
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 .
The authors of these proposals were asked to do the following, if not
already done for round 1:
* try to integrate any constructive feedback that came with the
votes (a digest of the feedback from the emails is available for each
proposal on
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 )
* polish the design (if they consider it necessary)
* provide the requested variations for .org, enterprise and office
* provide samples for light and dark background
* provide a black&white version
* provide a 16X16 icon containing the logo or a representative part
of the logo
* provide a nice "Powered by XWiki" button that goes with the logo
* provide a mockup/screenshot with the logo used in the current
skin, colibri
For most of the finalist logos, the _final_ versions were already
uploaded here:
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 .
For those who were not updated, we will use the initial submissions
for round 2 as well,
and voters will have to use their imagination in case
any of the required use cases is missing.
VOTING:
You can send your vote on the mailing list (devs(a)xwiki.org or
users(a)xwiki.org), in reply to this email. No twitter votes this time.
Each voter can grant a whole +1 to only one of the 6 finalists
(
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2#HFinalistpropo…
).
IMPORTANT: Before choosing a logo based on your personal preference,
please try to also ask yourself the following questions:
* Is it distinctive? Note that it should not resemble other logos,
including the XWiki SAS/xwiki.com logo.
* Is it easy to remember and recognize?
* Does it blend in smoothly with the Colibri skin? With the new
XWiki.org skin? Note that adjustments to the skin is possible, in order
to better integrate with the logo.
* Is the design scalable? Could it (or parts of it) be
successfully used in a 16X16 icon? Would it look good on a very large
poster?
* Can it be used (as it is, or adapted) on both light and dark
backgrounds?
* What would it look like in black and white (not just grayscale)?
It's ok if some details are lost, but it needs to still look
attractive and keep the main features.
TIMELINE:
08/Apr/10 : Beginning of second round of votes on devs(a)xwiki.org,
users(a)xwiki.org
11/Apr/10 : End of votes
Thanks,
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
I try to translate an application in many languages but it doesn't work.
Let's take the Bulleting board application to explain my problem.
The bulleting Board application already has a default translation page in
english (BBCode.Translations). I declared it in Administration > Programming
> Document Bundles and it works fine. I would like to have a second language
for my Bulleting Board. I try two ways to do that but, unfortunatly, neither
one or the other works...
First method : I put the BBCode.Translations language to english (en) and I
translate the document in french (fr) thanks to the right translation panel.
So, I have my BBCode.Translations page available both in english and in
french. Then, when I go back to my Bulleting Board, only the key messages
are displayed and not their values (bb_welcomebb instead of "Welcome to your
Bulletin Board!")...
Second method : I created a new BBCode.TranslationFr page which I added in
the document bundles Programming field (with a separated comma to the
original BBCode.Translations). But I have the same result...
I think there is something I don't understand... But what ? !!
I feel like a newbie 'cause i don't stop to mail my problems (it's the third
in one week !)... Though, I read the documentation, the FAQ and the Nabble
Forum and I did some tests... Hope I don't bother you too much ! :)
Marine
Hi,
I have some questions about the formula macro. I would like to test the
native method and the MathTran based method but I'm not sure to understand
how to choose and to use those rendered methods...
Before beginning, I have the XWiki Enterprise standalone version (for
Windows) and I don't install external programs for latex rendered. Does it
mean I use the SnuggleTex method ?
Thus, to try the native method, I add in in the file
WEB-INF/xwiki.properties the line macro.formula.renderer = native. I
understand that this method uses external programs but which one do I have ?
Is there a particular installation to do in order to connect them with my
XWiki installation ? Or do I have to configure the link/connection between
XWiki and those external tools ?
For the MathTran based method, my questions are pretty much the same... To
resume, what do I have to do to test this method ? Do I have to install some
particular programs ?
Finaly, I would like to know if the marco can renderer other latex markup
than "formula" (for instance \section or \subsection) ? Indeed, I try with
my actual configuration to display a matrix (with the code below) but it
doesn't work... It only renders my matrix in line. Is it the behaviour
expected ?
> \begin{bmatrix}
> 0 & \cdots & 0 \\
> \vdots & \ddots & \vdots \\
> 0 & \cdots & 0
> \end{bmatrix}
>
and
> \begin{vmatrix}
> x & y \\
> z & v
> \end{vmatrix}
>
Thank you,
Best regards,
Marine
Hi All
I'm still new to xwiki. Was wondering how to configure xwiki 2.2.2 to use a
certain group as a default. i.e. I want all new users that register to be a
member of said group. I know this should be a simple task but I'm still
finding my way to the docs...
Thanx in advance for any help
cheers
Gordon
ps. if anyone can point me in the direction of some nice documentation on
the subject it will be greatly appreciated
Hi community,
The new design looks really nice.
I would gladly help on the Home page / Documentation / Projects panels.
For the carousel this looks like a nice library build on top of
prototype and scriptaculous:
http://code.google.com/p/prototype-carousel/
Oana
On 4/15/10 6:22 PM, Silvia Rusu wrote:
> Hi Vincent,
>
> On 4/15/2010 6:18 PM, Vincent Massol wrote:
>
>> Hi Silvia,
>>
>> On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote:
>>
>>
>>
>>> Hi XWiki devs& users,
>>>
>>> So far we've been talking a lot about redesigning XWiki.org and all
>>> feedback was greatly appreciated. Now it's time we started implementing
>>> the redesign Caty was so kind to come up with based on our suggestions.
>>>
>>> Like the proposal stage this too will be a collaborative effort and we
>>> hope you'll join in building an even better site for XWiki.org. The
>>> following is a list of things that need to be implemented in order to
>>> get us started. It would be great if you'd volunteer for the
>>> implementation of the tasks at hand. Please add your name next to the
>>> issue you'd like to assign yourself too. Also feel free to add as many
>>> other issues you think should appear on the list and to volunteer for
>>> those issues as well.
>>>
>>> Here is the first list of tasks:
>>>
>>>
>>>
>>> * Set up the server for the new website (Alex? :) )
>>>
>>>
>> Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I did this the first time and it took me a lot of time. We could prepare pages in the draft zone and move them when they're ready for example.
>>
>> Thanks
>> -Vincent
>>
>>
>>
> Sounds good if it helps us save time. What does everyone else think?
>
> Thanks,
> Silvia
>
>>> * Add the horizontal navigation to the new website
>>>
>>> * Implement the projects carousel for the homepage
>>>
>>> * Implement the panels for "Latest Releases", "Latest Extensions".
>>> "Latest News"(should display the latest 5 releases, extensions, news)
>>>
>>>
>>>
>>> Documentation/Projects
>>>
>>> * Implement the left navigation for documentation/projects
>>>
>>> * Implement the panel for the "Latest Documentation Updates" (should
>>> display the last 5 documents and their authors)
>>>
>>>
>>>
>>> Community page widgets and panels:
>>>
>>> * Implement the"Development Status" panel, if it's going to have dynamic
>>> content
>>>
>>> * Implement the "Top Committers" panel (show the committer's picture and
>>> number of commits)
>>>
>>> * Implement the "Latest Commits" section (should display an image of the
>>> committer, what (s)he commited, the name of the committer and the date
>>> the commit was made)
>>>
>>> * Implement the "Latest Issues" section (should have the latest Jira
>>> issues, the person who took an action with regard to the issue - e.g.
>>> create, close - and the time the action was taken)
>>>
>>> * Implement the "Latest Discussion" section (display the list, the topic
>>> discussed, the name of the person that added the latest reply and the
>>> time he added the answer)
>>>
>>> * Implement the "Latest Documentation" section (show the number of lines
>>> added/deleted, the name of the document, the author of the modification
>>> and the time (s)he made the changes)
>>>
>>> * Implement "Latest Extensions" section (display the extension name, the
>>> name of the person that added the extension, the time it was added and a
>>> short description)
>>>
>>>
>>> You may read what has already been discussed about the redesign on this
>>> page
>>> http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
>>> See the latest redesign proposal here
>>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
>>>
>>> Thanks,
>>> Silvia
>>>
>>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Oana Tabaranu
Hi,
I have a question :).
First this is my situation: I am using XWiki as the company support site
and I want to be able to authenticate the company users (internal users) on
XWiki using their domain name and the clients (external users) using their
personal e-mail. At the moment the company users are being authenticated
against an Active Directory server by their domain name.
Is there a way to authenticate a group of users to a LDAP server by their
e-mail addresses and another group of users to an Active Directory in a
different server by their domain name?
Regards,
Abel
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.5.
This is a bug fix release for the 2.2 branches.
Improvement
* [XSCOLIBRI-206] - Use isInPortletMode and isInServletMode
velocity variables instead of querying context mode
* [XWIKI-5095] - Introduce isInPortletMode and isInServletMode
velocity variables and use them instead of querying context mode
* [XWIKI-5096] - Prevent ActionFilter from being called
recursively and map it only to the action servlet
* [XWIKI-5097] - Make sure SavedRequestRestorerFilter is not
applied recursively
* [XWIKI-5114] - Allow controlling the depth of headers to look
for when generating titles from document's content
Important Bugs fixed
* [XSCOLIBRI-207] - Printing problems with displaying content and comments
* [XPMAIL-24] - If there is an exception while sending mail which
has no message (NPE) another exception is thrown hiding the real one.
* [XWIKI-5076] - Fail to parse content with macro containing only a newline
* [XWIKI-5085] - OfficeImporter does not set title of imported documents
* [XWIKI-5086] - OfficeImporter is generating absolute links when
performing splitting operations
* [XWIKI-5087] - Paging History is broken
* [XWIKI-5093] - Cancel edit JavaScript handler doesn't check if
the URL fragment is present before appending the query string
* [XWIKI-5094] - Administration rights editor cannot be used in portlet mode
* [XWIKI-5107] - URLs are not escaped in link labels if link meta
data is missing
* [XWIKI-5109] - The application/x-www-form-urlencoded reader for
objects and properties is broken
* [XWIKI-5116] - NPE during resolution of XClassReference
* [XWIKI-5119] - In a subwiki, a global user cannot save global documents
* [XE-634] - RecentChanges fails to display with some mysql versions
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise225
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM225
Thanks
-The XWiki dev team
Hi,
I created class "Example" with some string properties. When i write text
with link to other wiki page into property, it works well in document page,
but when I display list of documents in LiveTable, link to wiki page is not
visible.
Is there possibility to display link to any wiki pages in LiveTable which is
used to display documents type "Example"? (not link to "Example" documents,
but link to any wiki page written in some property). I studied
LiveTableMacro description but I didn't manage to do it.
Regards
Frantisek Kall
--
View this message in context: http://n2.nabble.com/Link-to-wiki-page-in-LiveTable-tp4912584p4912584.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Having attached Microsoft .doc documents and one Adobe .pdf document to
an X-wiki 2.2.4, but only the wordfile appear when searching. Using the
Lucene search, also tried the regular,
are there any requirements for indexing PDF's on the server?
thanks,
Martin
Dear XWiki developers and users,
Some of our users are having trouble uploading flash video files larger than 20MB on pages in the wiki. We've noticed either of two things happening:
1) When clicking the file attachment, it leads to a page that says "template does not exist"
Or
2) When clicking the file attachment, you are prompted to download it. However, the download file is 0KB.
These symptoms are only happening for flv files larger than 20MB. For more clarification, here is a timeline of what happens:
· User uploads these
files
· Big files return
“template does not exist” error and most flash video files larger than 20MB gets cut down to
0KB
· User re-uploads
these files
· These files work, are able to be downloaded with all the content, are able to be played by the jw player, and
the problem, at least for a while, seems to be fixed
· A little while
later, these files start to fail, seemingly in the order they were uploaded in
(somefiles bigger than 20MB get the error message and some files, when
downloaded, have 0KB, even though the attachment display says otherwise)
We checked that the maximum attachment size for us was set to 1GB, so we're not really sure what the problem is. Any insight would be greatly appreciated.
Thanks,
Felix
Hi,
I recently deployed XWiki Enterprise behind an Apache HTTP server acting as
a reverse proxy. This was done in order to map the XWiki web interface into
our intranet namespace and to perform SSL termination. To get this working,
I had to resort to a few hacks and workarounds due to the fact that not all
parts of XWIki Enterprise seem to be friendly towards reverse proxies. A
workable solution was eventually achieved through config file changes and
the addition of some Apache URL rewrite rules (e.g. redirect all requests
for "http://foo.com/xwiki/bar" to "https://foo.com/xwiki/bar").
Today, I had to deploy another XWiki instance behind an Apache HTTP server,
again for reasons of namespace consolidation and SSL termination. However,
this time I do not have as much freedom as I had on the previous server and
are finding myself stuck at this point. Examples of specific issues are that
URLs of skin resources are served using the HTTP (i.e. insecure) protocol
and some redirects are generated for the local address instead of the
proxied address (e.g. login page from unauthorised and default post login
redirect page).
I'm not looking for particular solutions to these issues as much as trying
to establish how likely I am to get this right and whether I'm trying to fit
a square peg into a round hole. Specific questions as follows:
1. Did anyone manage to successfully deploy XWiki behind an HTTP reverse
proxy without resorting to hacks and workarounds ? If so, please share some
information about the magic configuration. Does the problem, perhaps, lie
with Apache's reverse proxy module or its interaction with XWiki ?
2. Is my expectation to have XWiki working behind an HTTP reverse proxy
misplaced ? If not, and XWiki does intend to support this, are the issues I
describe above well known or should I report them somewhere ? Also, what can
I do to help and contribute to such an effort ?
3. Are these issues due to the platform or the layers above it (e.g. skins
and apps) ? Does the platform provide a "right way" that the layers above it
can use to generate URLs that would always work correctly through a reverse
proxy ?
BTW, thanks for a great product!
Regards,
Gerhard
--
Gerhard Esterhuizen
Director
Yila Consulting (Pty) Ltd
PO Box 50461, Waterfront 8002, South Africa
Phone: +27 82 370 9737
Fax: 086 549 5635
gerhard(a)yilaconsulting.com
align. architect. execute.
Hi,
I have several macro {{macro /}}-Stil. Depending on the place inside/outside a velocity macro I get could read vars changed by a macro, or not.
This is not satifying.
I try putting the value into the context with context.put
However, this value is killed when the programming flow has left the macro
How do return a value from a macro?
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
The XWiki development team is pleased to announce the release of
XWiki Enterprise 2.3 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Changes from XWiki Enterprise 2.3 Milestone 2:
* Annotations can now be activated by default from the wiki administration
* Email addresses can now be modified from the user profile
* Upgrade to Pygments 1.3.1
* Upgrade to Groovy 1.7.2
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23RC1
Thanks
-The XWiki dev team
On Thu, Apr 15, 2010 at 17:18, Vincent Massol <vincent(a)massol.net> wrote:
> Hi Silvia,
>
> On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote:
>
>> Hi XWiki devs & users,
>>
>> So far we've been talking a lot about redesigning XWiki.org and all
>> feedback was greatly appreciated. Now it's time we started implementing
>> the redesign Caty was so kind to come up with based on our suggestions.
>>
>> Like the proposal stage this too will be a collaborative effort and we
>> hope you'll join in building an even better site for XWiki.org. The
>> following is a list of things that need to be implemented in order to
>> get us started. It would be great if you'd volunteer for the
>> implementation of the tasks at hand. Please add your name next to the
>> issue you'd like to assign yourself too. Also feel free to add as many
>> other issues you think should appear on the list and to volunteer for
>> those issues as well.
>>
>> Here is the first list of tasks:
>>
>>
>>
>> * Set up the server for the new website (Alex? :) )
>
> Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I did this the first time and it took me a lot of time. We could prepare pages in the draft zone and move them when they're ready for example.
+1
>
> Thanks
> -Vincent
>
>>
>> * Add the horizontal navigation to the new website
>>
>> * Implement the projects carousel for the homepage
>>
>> * Implement the panels for "Latest Releases", "Latest Extensions".
>> "Latest News"(should display the latest 5 releases, extensions, news)
>>
>>
>>
>> Documentation/Projects
>>
>> * Implement the left navigation for documentation/projects
>>
>> * Implement the panel for the "Latest Documentation Updates" (should
>> display the last 5 documents and their authors)
>>
>>
>>
>> Community page widgets and panels:
>>
>> * Implement the"Development Status" panel, if it's going to have dynamic
>> content
>>
>> * Implement the "Top Committers" panel (show the committer's picture and
>> number of commits)
>>
>> * Implement the "Latest Commits" section (should display an image of the
>> committer, what (s)he commited, the name of the committer and the date
>> the commit was made)
>>
>> * Implement the "Latest Issues" section (should have the latest Jira
>> issues, the person who took an action with regard to the issue - e.g.
>> create, close - and the time the action was taken)
>>
>> * Implement the "Latest Discussion" section (display the list, the topic
>> discussed, the name of the person that added the latest reply and the
>> time he added the answer)
>>
>> * Implement the "Latest Documentation" section (show the number of lines
>> added/deleted, the name of the document, the author of the modification
>> and the time (s)he made the changes)
>>
>> * Implement "Latest Extensions" section (display the extension name, the
>> name of the person that added the extension, the time it was added and a
>> short description)
>>
>>
>> You may read what has already been discussed about the redesign on this
>> page
>> http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
>> See the latest redesign proposal here
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
>>
>> Thanks,
>> Silvia
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
Hi XWiki devs & users,
So far we've been talking a lot about redesigning XWiki.org and all
feedback was greatly appreciated. Now it's time we started implementing
the redesign Caty was so kind to come up with based on our suggestions.
Like the proposal stage this too will be a collaborative effort and we
hope you'll join in building an even better site for XWiki.org. The
following is a list of things that need to be implemented in order to
get us started. It would be great if you'd volunteer for the
implementation of the tasks at hand. Please add your name next to the
issue you'd like to assign yourself too. Also feel free to add as many
other issues you think should appear on the list and to volunteer for
those issues as well.
Here is the first list of tasks:
* Set up the server for the new website (Alex? :) )
* Add the horizontal navigation to the new website
* Implement the projects carousel for the homepage
* Implement the panels for "Latest Releases", "Latest Extensions".
"Latest News"(should display the latest 5 releases, extensions, news)
Documentation/Projects
* Implement the left navigation for documentation/projects
* Implement the panel for the "Latest Documentation Updates" (should
display the last 5 documents and their authors)
Community page widgets and panels:
* Implement the"Development Status" panel, if it's going to have dynamic
content
* Implement the "Top Committers" panel (show the committer's picture and
number of commits)
* Implement the "Latest Commits" section (should display an image of the
committer, what (s)he commited, the name of the committer and the date
the commit was made)
* Implement the "Latest Issues" section (should have the latest Jira
issues, the person who took an action with regard to the issue - e.g.
create, close - and the time the action was taken)
* Implement the "Latest Discussion" section (display the list, the topic
discussed, the name of the person that added the latest reply and the
time he added the answer)
* Implement the "Latest Documentation" section (show the number of lines
added/deleted, the name of the document, the author of the modification
and the time (s)he made the changes)
* Implement "Latest Extensions" section (display the extension name, the
name of the person that added the extension, the time it was added and a
short description)
You may read what has already been discussed about the redesign on this
page
http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
See the latest redesign proposal here
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
Thanks,
Silvia
When creating documents from XWord, the images are not stored in the
backend for some reason. I have an image:
Code from Firefox:
<img src="/xwiki/bin/download/Sandbox/Testing%20page%20X/image001.jpg"
width="211" height="113" alt="mbz-default.jpg"/>
and the attachment mbz-default.jpg is not to be found in Mysql in
XWA_filename:
--------
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0011 sec)
SQL query: SELECT *
FROM `xwikiattachment`
WHERE xwa_filename LIKE 'mbz%'
LIMIT 0 , 30
--------
It seems like it is not being stored. I have tried to create the XWord
document as Admin and as ordinary user,
thanks,
Martin
Hi all,
A new install works as expected in Linux, and Xword from a Windows 2003
server can attach fine to the server and retrieve even large documents and images.
In XWord, when publishing documents with images or just some 10-20 lines of text I
get the error described below in MS eventlog - and a message 'There was
an error when trying to save the page to the server'. Need to exit Word
and restart.
Small (very small) edits to text are saved fine from XWord.
Installation is Xwiki 2.2.4 - Xword 1.1.0.121 - Tomcat 6.0.26 - MySQL
5.1.42 - OpenOffice 3.2
Would also like to try out the OpenOffice integration - but can't seem
to find it.
I have been trying to add images from Xword, but this has never worked,
assume these issues are related,
any help greatly appreciated,
cheers,
MBantz
--------------Error message details:
Windows 2003 server UK.
Office 2007 SP2 UK.
Source: ContentFiltering
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Help link
Exception data:
Stack trace:
at
ContentFiltering.Office.Word.Filters.GrammarAndSpellingErrorsFilter.Filter(XmlDocument&
xmlDoc)
at XWiki.Office.Word.LocalToWebHTML.AdaptSource(String content)
at XWiki.Office.Word.ConversionManager.ConvertFromWordToWeb(String
content)
at XWord.AddinActions.SaveToXwiki()
at XWord.AddinActions.SaveToServer()
at XWord.XWikiRibbon.btnSavePage_Click(Object sender,
RibbonControlEventArgs e)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Hi developers!
According discussion about this FoxWiki & "Edit attachments" feature at
XWiki-Dev subforum. I want to write my opinion for developers.
Current situation:
- In IE this feature working good without any additional jobs (I tested
2.2.4).
- In FF - need to use FoxWiki extension (download manualy xpi-file, and edit
max-version property).
- In Chrome - "Edit attachments" - doesn't work.
I have proposal about using this feature in FF. FoxWiki working, but I don't
like that users MANUALY everytime should add file extention and application
path in FoxWiki. From other side, exists some other extentions for FF (for
example http://openwebfolder.mozdev.org/). As I understand, this extention
adds to FF functionality of windows WebFolder WebDAV client - same as IE.
But now, I cannot use (or try) this extention with XWiki, because XWiki
programming code obviously use ONLY FoxWiki at FF. As I understand, If we
will try to use openwebfolder extention - no any special code needs for
XWiki - programming code can be same as a IE part.
Other collaborative suits software also use openwebfolder extention for FF
(see for example
http://help.collab.net/index.jsp?topic=/teamforge530/action/connecttowebdav…).
For this reason, alternative proposal: no use any special extention for
WebDav - use standart openwebfolder extention (this extention is better
because not need to manualy add file extentions and application paths).
According this - need to change XWiki programming code for WebDav using in
Firefox.
I am not a specialist with XWiki programming, for this reason - sorry, if I
write something stupid ... What do you think about my variant?
--
Best Regards
Eugen Colesnicov
--
View this message in context: http://n2.nabble.com/FoxWiki-Edit-attachments-feature-tp4906288p4906288.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I address XWiki on a virtual site from outside the local net, the
function getURL returns a full string prefixed with 'http://'. If I work
from the local net with its true URL (http://server:8080/xwiki), this
function returns short URL beginning with '/xwiki/'.
As a result of this, the standard space control HTML code on the main page
is generated invalidly as velocity tries to convert textual URLs to links.
The same situation exists on several XWiki pages, e.g., Blog.
I studied the page source (/xwiki/bin/edit/Main/Spaces?&editor=wiki) and
found the following:
##...
{{html wiki="true"}}
##...
<div class="spSpaceName">[[${space}>>${space}.WebHome]]</div>
<div class="xshowonhover spSpaceActions">
## Link to the space index.
$xwiki.getURL('Main.SpaceIndex', 'view',
$xwiki.getSkinFile('icons/silk/book_open.gif')
The first link is programmed with [[ ... ]], but the second link is
programmed directly as . In the second link, the getURL() producing
'http://' prefixed result blows the HTML code out.
The remedy was simple: {{html wiki="false"}} and replace [[ ... ]] by . But
this exists on a lot of XWiki pages and should be corrected everywhere.
Why the getURL() gives different results depending on the way to access the
site? Is there a configuration parameter or any other method to correct
this.
On the xwiki.org site, the getURL obviously gives the necessary URL
beginning with '/xwiki'.
The problem exists on different XWiki versions (2.0 and later) on fresh
installations.
May be I should announce this as an error in XWiki sources to be corrected?
--
View this message in context: http://n2.nabble.com/getURL-returns-full-URL-with-http-prefix-on-a-virtual-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey all,
The TWiki syntax doesn't seem to fully support HTML elements like <pre>, <u>, <nop>, and links (they aren't rendered at all or rendered incorrectly). However, basic syntax minus these tags such as <verbatim>, bullets, etc, work. Enabling these HTML elements is essential because we are migrating documents from the twiki and need them to be rendered correctly.
We've added twiki 1.0 to the xwiki.cfg file and selected the syntax in the edit UI, but I read on the mailing list that the syntaxes aren't entirely implemented yet. So are html elements simply not supported yet, and if not, what do I need to do to enable them?
Thanks,
Felix
Hi,
I tried to call a macro passing a text which contains both, single and double qoutes
{{macro para='this is "Developer's Guide" in german' /}}
{{macro para="this is "Developer's Guide" in german" /}}
Both way fails because either quote or apostroph needs to be escaped.
I tried usual technics
- doubling: failed
- escaping with \ : failed
- escaping with \\ : failed strange. introduced a line break?
What is the right way to escape character?
Stefan Bachert
http://gwtworld.de
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
hello,
I'm using xwiki XWIKI ENTERPRISE 2.2.2.27483
when I click at username-menu "mange list of watched sites"
(url=http://xwiki.domain.com/xwiki/bin/view/XWiki/Admin?category=watchlist)
(eg logged in as admin)
I get the standard user site (same as
http://xwiki.domain.net/xwiki/bin/view/XWiki/Admin)
but there are no infos about the watched sites/spaces
when I click EDIT - Objects I get:
Objects of type XWiki.WatchListClass
WatchListClass 0:
Email notifications intervalWiki
Scheduler.WatchListHourlyNotifier
Space list
,xwiki:Main
Document list:
,,xwiki:Main.WebHome,xwiki:xyz.WebHome
so the watchlistclass is attached to the user but how can I find an
edit mask for these properties that can be handled by "normal" users
as it should be provided by ?category=watchlist?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
there is another problem with:
document index search (http://xwiki.domain.net/xwiki/bin/view/Main/AllDocs):
I'l never get any results
debugging with firebug shows that the ajax request looks like this:
http://xwiki.domain.net/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=p…
the result is an 200 with empty body (there are several spaces and
sites containing the string "test"
the global search (searchbox at right top corner) works fine.
any ideas what could cause this problems?
kind regards
axel
--
Dipl.-Ing. Axel Zuzek
--------------------------------
grundsteingasse 64/2/25
1160 Wien
tel: +43 650 678 1111
email: axel(a)zuzek.info
> Similar question has appeared in this list earlier with no good answer.
> Though I suspect, this approach seems necessary is due to weak design.
> Can you describe use case why it seems necessary in place of database
> list,
> where you can set hql query for filtering necessary elements?
>
> Valdis
Essentially I'm creating a sort of template for a space that I will want to duplicate later. I have scripts that create objects from a spreadsheet specifically for a certain class in this space.
Rather than duplicating the class by hand on the next space I want these scripts/objects on, I'd like to be able to quickly and safely duplicate the class, so I wanted to write a quick groovy script to do it.
If there is an easier way of doing this, I'd appreciate any ideas.
-Mike
> > I want to create properties for a new class on a blank document with groovy. I can do the following:
> >
> > def doc = xwiki.getDocument("space.docname")
> > c = doc.getxWikiClass();
> >
> > and look at elements of a class that already exists by doing:
> >
> > prop = c.get('propertyname')
> >
> > propToEdit = prop.getPropertyClass
> >
> > propToEdit.setValues('a|b|c')
> >
> >
> >
> > But, how can I add a new property to a class that has no existing properties/fields?
> >
> >
> >
> > Thanks,
> >
> > -Mike
_________________________________________________________________
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28…
I want to create properties for a new class on a blank document with groovy. I can do the following:
def doc = xwiki.getDocument("space.docname")
c = doc.getxWikiClass();
and look at elements of a class that already exists by doing:
prop = c.get('propertyname')
propToEdit = prop.getPropertyClass
propToEdit.setValues('a|b|c')
But, how can I add a new property to a class that has no existing properties/fields?
Thanks,
-Mike
_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:…
Hi,
Please, must the "All Attachments Live Grid" snippet work in a 1.3.8295
XE installation? Thanks!
Best,
Ricardo
--
Ricardo Rodríguez
CTO
eBiotic.
Life Sciences, Data Modeling and Information Management Systems
Hi,
I try to convert a website in xwiki.blog application
For each page I create a groovy script that creates a blog post
The script is successful with three exceptions;
1) Would like to maintain the original author
So I create a xwiki.user (this works)
Then I would like to set the document property with
{{groovy}}
... (the first part of the script)
vArticle.set("creator",'XWiki.FamilievandenMeulengraaf')
vArticle.save()
{{/groovy}}
But looking at the post it still has creator as the user running the code
2) Categories
I've created a few categories in the blog application
So I would like to set the category attribute, where the class-attribute definition of the post = Database Tree
{{groovy}}
...
vObjArticle.set("Category",'???')
...
{{/groovy}}
Does any body know what to put in '???', since a category can be multiple entries ???
3)
When I run the script a postpage is created, I see a link in the new documents frame.
When I go to it it displays OK, but when I go to the blog application it does not show in the blog indexes (recently, categories (explained under 2)) or historical)
Only when I go to the page, click edit object and directly click save it will show up in he blog
What could be the reason for this,
The code looks like (XXXX = title of the post)
{{groovy}}
vArticle = xwiki.getDocument("CdlsArticle.XXXXXX")
vArticle.setContent('{{include document="CdlsArticle.ArticlePostSheet"/}}')
vArticle.setParent("CdlsArticle.WebHome")
vArticle.set("language","nl")
vArticle.set("translation","1")
vObjArticle = vArticle.getObject("CdlsArticle.ArticlePostClass",true)
...
def vTitle = "XXXXX"
vObjArticle.set("title",vTitle)
...
def vExtractHeader = '....'
def vExtractText = '....'
def vExtractPicture = 'image:photo.cdlsnl@xxxx.jpg
vObjArticle.set("extract",vExtractHeader + vExtractText + vExtractPicture)
.. etcetera
..
vObjArticle.set("published",'1')
vArticle.save()
{{/groovy}}
I'm trying to save custom object values, and can only for strings using
advanced script from
http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial
For Number type (tried integer and long), I couldn't save value in any
way. Tried explicitly define as
int daudzums
and
daudzums = Integer.parseInt(string)
I exhausted my ideas and would like to get some more :-/
Exception:
2010-04-09 19:07:40,254
[http://85.254.250.23/xwiki/bin/preview/MyWood/S-100409-181257]
ERROR .AbstractFlushingEventListener - Could not synchronize database
state with session
org.hibernate.StaleObjectStateException: Row was updated or deleted by
another transaction (or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.IntegerProperty#<?xml version="1.0"
encoding="UTF-8"?>
<daudzums>4</daudzums>
]
at
org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1769)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2412)
at
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2312)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2612)
at
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:96)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:854)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:825)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:598)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.api.Document.saveDocument(Document.java:1751)
at com.xpn.xwiki.api.Document.save(Document.java:1715)
at com.xpn.xwiki.api.Document.save(Document.java:1704)
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:597)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)
at
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
at LoggingEventListener.createIzstrade(Script15.groovy:105)
at LoggingEventListener$createIzstrade.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at LoggingEventListener.doSMS(Script15.groovy:79)
at LoggingEventListener$doSMS.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151)
at LoggingEventListener.onEvent(Script15.groovy:27)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:243)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1352)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:176)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
at org.apache.jk.common.ChannelSocket
$SocketConnection.runIt(ChannelSocket.java:895)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
2010-04-09 19:07:40,256
[http://85.254.250.23/xwiki/bin/preview/MyWood/S-100409-181257] ERROR
rnal.DefaultObservationManager - Fail to send event
[org.xwiki.observation.event.DocumentUpdateEvent@259805da] to listener
[LoggingEventListener@1fa83e7e]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document MyWood.I-100409-181257
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.IntegerProperty#<?xml version="1.0"
encoding="UTF-8"?>
<daudzums>4</daudzums>
]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:608)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.api.Document.saveDocument(Document.java:1751)
at com.xpn.xwiki.api.Document.save(Document.java:1715)
at com.xpn.xwiki.api.Document.save(Document.java:1704)
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:597)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)
at
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
at LoggingEventListener.createIzstrade(Script15.groovy:105)
at LoggingEventListener$createIzstrade.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at LoggingEventListener.doSMS(Script15.groovy:79)
at LoggingEventListener$doSMS.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151)
at LoggingEventListener.onEvent(Script15.groovy:27)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:243)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1352)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:176)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
at org.apache.jk.common.ChannelSocket
$SocketConnection.runIt(ChannelSocket.java:895)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.StaleObjectStateException: Row was updated or deleted by
another transaction (or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.IntegerProperty#<?xml version="1.0"
encoding="UTF-8"?>
<daudzums>4</daudzums>
]
at
org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1769)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2412)
at
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2312)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2612)
at
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:96)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:854)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:825)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:598)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:181)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:174)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1325)
at com.xpn.xwiki.api.Document.saveDocument(Document.java:1751)
at com.xpn.xwiki.api.Document.save(Document.java:1715)
at com.xpn.xwiki.api.Document.save(Document.java:1704)
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:597)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)
at
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
at LoggingEventListener.createIzstrade(Script15.groovy:105)
at LoggingEventListener$createIzstrade.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at LoggingEventListener.doSMS(Script15.groovy:79)
at LoggingEventListener$doSMS.callCurrent(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151)
at LoggingEventListener.onEvent(Script15.groovy:27)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:243)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1352)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:176)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
at org.apache.jk.common.ChannelSocket
$SocketConnection.runIt(ChannelSocket.java:895)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Hello,
We have designed a simple tab macro. Sharing it for those who might need
it.
Attached are the files with code that you need to define the macro.
* Macro page space: Macro
* Macro page name: Macro.XWikiMacroTabs (actually you can change
this, but you'll need to update $xwiki.jsx.use('Macro.XWikiMacroTabs')
directive in the MacroObjectDefinition.vm)
* Macro page content:
http://n2.nabble.com/file/n4857504/MacroPage.txt MacroPage.txt
* Js object definition:
http://n2.nabble.com/file/n4857504/JavascriptObjectDefinition.js
JavascriptObjectDefinition.js
* Macro object definition:
http://n2.nabble.com/file/n4857504/MacroObjectDefinition.vm
MacroObjectDefinition.vm
Please reference
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial
WikiMacroTutorial if you've never created a wiki-macro before.
I know that the macro is not perfect (there are several known issues, see
MacroPage.txt), well writing it I have remembered why I like Java and
dislike JS/CSS :).
Yet the macro does the work that we need it to and maybe will be useful
to someone as well.
Regards,
Roman
--
View this message in context: http://n2.nabble.com/XWiki-Macro-Tabs-tp4857504p4857504.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I would like to consult and above all to modify the e-mails of some
users profiles that I have created a long time ago.
I try to change them via the Users menu in XWiki Administration menu,
however the e-mail is not available among the fields that can be edited
in the user profile form (nor advanced nor simple form).
How can I do ?
Thanks,
S.A
Our IS department xwiki seems to be running well. I am not sure what this
entry in the xwiki.log is caused by, and hope someone will point me towards
the issue. Apache Tomcat MySql Windows 2008R2 64bit XWiki Enterprise 2.2.2.
<clip>
2010-04-07 11:51:07,622
[http://wiki.lc.local/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http://wiki.lc.local/xwiki/bin/loginsubmit/XWiki/XWikiLogin] ERROR
xwiki.XWikiAuthServiceImpl - Failed to authenticate
java.lang.IllegalStateException
at
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:435)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:225)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:174)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:239)
at com.xpn.xwiki.api.XWiki.checkAuth(XWiki.java:2677)
at sun.reflect.GeneratedMethodAccessor425.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:460)
at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
...
Why are there "Unknown Source" is it not able to find a file needed? How do
I track this down? I don't have it installed in the default path,
everything is off the root in webroot\apache\tomcat6.0\webapps\ etc.
Thanks in advance for any suggestions.
John
--
View this message in context: http://n2.nabble.com/registration-error-with-velocity-tp4867874p4867874.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have javascript code that will get user input from a simple input form, but I need to use that input to query some groovy objects. If I understand correctly, groovy code is parsed on the server, then the javascript is parsed on the user's machine, so I can't pass javascript variables to the groovy code. Is there a way to reload the page such that I could pass the input values to groovy?
Any solution where the user inputs a string to be used in a groovy query is welcome as well.
Thanks,
-Mike
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:…
Hello there,
I asked the Admin of my system to create a space in xWiki, into which I can log in via my username & pswd through a browser. I cannot create a connection to the same space via xEclipse.
Any idea about how to cope with it?
Thanks,
Omar.-
"Error connecting to remote XWiki: 'Failed to create input stream: Server returned HTTP response code: 401 for URL:https://wiki.LLLLLLLL.HH/xwiki/bin/login/XWiki/XWikiLogin;jsessionid=9ABDC68E028A86AF510B64DDE1B313D6?srid=impUiQ5i'. Please check your settings."
After registering on a recently announced 2.2.4-based site and having it
fail, I tried the same in my Xwiki setup and it failed too.
The issue is that
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Rights#|t=usersandgroupstable&p=1&uorg=users&clsname=XWiki.XWikiGlobalRights&wiki=local
must be set with the "User" radiobutton selected, both "View" and "Register"
must be selected. If just "Register" is checked, then you get problems:
When unregistered-user right "View" is not selected, the clicking the email
activation link gives you a style-sheet-less view of the activation page,
and an error message that you are not allowed to view. When
unregistered-user right "View" is selected, the email activation works and
the page displays correctly with full style sheet.
It seems like there's a bug also in that if you're not allowed to view, then
you should also not be given the contents of the pages, sans CSS.
Other than this, 2.2.4 is far better and more stable than my previous
attempts at upgrading to 2.2 branch.
Niels
http://nielsmayer.com
Hi,
I would like to announce http://gwtworld.de
GWT World is technically an XWiki-Application.
GWT World is a german speaking plattform for GWT (Google Web Toolkit).
There are bulletin boards and high-valued articles around GWT.
GWT World is organized in 3 area, one public and free and two for members.
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hi,
is there a way to get rid of the rememberme cookie at all.
Just set rememberme_j to false does not work.
I still feel bad with this rememberme feature. It is a secury whole.
stefan bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hello,
I am working on a xwiki site that wraps the jira functionality. I want to be
able to work from the site on xwiki as if I were on the jira site. I am
using the Swizzle Plugin to create the xwiki interface to communicate to
jira through xmlrpc.
There are two things I couldn't do until now:
*1.* Add attachments to an issue. I am using the class *
org.codehaus.swizzle.jira.Issue* and the method *org.codehaus.swizzle.jira
.createIssue(issue)* to create the issue.
*2.* Get a list of jira users.
Is there a way to do those things?
Is there somebody doing something similar out there (xwiki site that wraps
the jira functionality)?
Thanks,
Abel
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.3 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is second and last milestone of the XWiki Enterprise 2.3 version.
Main changes from 2.3 Milestone 1:
* New Annotations section in the Administration
* New spanish translations for the WYSIWYG editor
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23M2
Thanks
-The XWiki dev team
After upgrading to 2.2.4, I wanted to test the openoffice server. In the
root-wiki, in the openoffice admin app, I see my setup as from before (back
when it worked -- last time i tested was around 2.0):
Server type
Internally managed (local)
Server port
8100
Auto start
No
Server path
/usr/lib64/openoffice.org3/
Server profile
/home/OOo/.openoffice.org/3/
Server state
Not connected
When I select "start server" and click "update", I get an error message
"Inadequate privileges."
despite being logged in as XWiki.Admin (root wiki admin w/ prog rights
granted).
No error messages in the logs related to this are noted.
The only clue I'm seeing is that openoffice itself is acting broken.
Previously, the '-headless' option worked, now, it doesn't:
gnulem-58-~> env DISPLAY='' ooffice -headless
/usr/lib64/openoffice.org3/program/soffice.bin X11 error: Can't open
display:
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
With "DISPLAY" defined, -headless works, and the server can be launched,
except that servers don't normally have an X server associated with them.
I'm on Fedora 12: Linux gnulem 2.6.32.10-90.fc12.x86_64 #1 SMP Tue Mar 23
09:47:08 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux.
I have the following OOo rpm's installed:
openoffice.org-graphicfilter-3.1.1-19.28.fc12.x86_64
openoffice.org-calc-core-3.1.1-19.28.fc12.x86_64
openoffice.org-draw-core-3.1.1-19.28.fc12.x86_64
openoffice.org-writer-3.1.1-19.28.fc12.x86_64
openoffice.org-brand-3.1.1-19.28.fc12.x86_64
openoffice.org-impress-3.1.1-19.28.fc12.x86_64
openoffice.org-ure-3.1.1-19.28.fc12.x86_64
openoffice.org-opensymbol-fonts-3.1.1-19.28.fc12.noarch
openoffice.org-writer-core-3.1.1-19.28.fc12.x86_64
openoffice.org-math-3.1.1-19.28.fc12.x86_64
openoffice.org-math-core-3.1.1-19.28.fc12.x86_64
openoffice.org-xsltfilter-3.1.1-19.28.fc12.x86_64
openoffice.org-presenter-screen-3.1.1-19.28.fc12.x86_64
openoffice.org-pdfimport-3.1.1-19.28.fc12.x86_64
openoffice.org-draw-3.1.1-19.28.fc12.x86_64
openoffice.org-calc-3.1.1-19.28.fc12.x86_64
openoffice.org-impress-core-3.1.1-19.28.fc12.x86_64
openoffice.org-core-3.1.1-19.28.fc12.x86_64
openoffice.org-langpack-en-3.1.1-19.28.fc12.x86_64
Hopefully, this error in Linux OpenOffice isn't causing an incorrect error
message from xwiki "inadequate privileges." (bug?)
Anybody on Linux using OPenoffice 3.1.1 and have the openoffice server
working on Xwiki 2.2.4, in a multiwiki setup?
Thanks,
Niels
http://nielsmayer.com
Hi,
Iam working together with a friend on a decentralized, low cost house bus system. For storing the project documentation and helpfiles we choose xwiki and plan to make this project open source or something similar.
So thats why I ask for a free wiki on this site.
The name for the site should be ascdhbus.
thanks
Stephan Roemer
--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
Hello,
I would like to implement my next TODO on XWiki: meeting minutes
template.
What it should do: during the meeting responsible person fills-in fields
in the template (see attached
http://n2.nabble.com/file/n4846395/MeetingMinutesTemplate.docx
MeetingMinutesTemplate.docx file). After the template is saved, it is 1)
added as a child to a certain page on XWiki 2) e-mail is rendered according
to the template and sent to all users in specific user group.
I'm following the
http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial FAQTutorial
in my implementation. However following are the issues I did not find how to
solve:
* Let's consider "Current status" section. It's a table with
dynamically-added rows. It is clear that each roe represent StatusItem and
should be modoled as a separate class. The questions are: 1) how should I
link a collection of classes to current class 2) how should I render them on
the UI so that records in the table would have added/removed dynamically by
pressing some add/remove buttons in the table.
* Limit the user list to certain group (if using "List of Users" field
type)
* Remove property from a class
* Render e-mail notification based on created template and send it to
members of certain group (actually this one I haven't investigate yet, but
will do in context of other templating-related task while waiting for any
hint on this one)
Regards,
Roman
--
View this message in context: http://n2.nabble.com/Advanced-templates-tp4846395p4846395.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Sorry for spam, just can't resist sharing my first small victory in
programming XWiki :)
XWiki 2.0 Markup-based code-snippet for displaying user's full name with
link to profile by log-in.
{{velocity}}
#macro(displayFullNameByLogin $login)
#set($userDocName = "XWiki."+$login)
#set($userDoc = $xwiki.getDocument($userDocName))
#if (!$userDoc)
$login (does not exist)
#else
#set($userObject = $userDoc.getObject("XWiki.XWikiUsers"))
#if(!$userObject)
User Sheet
This stylesheet must be applied on a document containing a
XWiki.XWikiUsers object.
#else
[[$xwiki.getUserName($userDoc.fullName,
false)>>$userDoc.fullName]]
#end
#end
#end
{{/velocity}}
Usage
{{velocity}}#displayFullNameByLogin("rmuntyan"){{/velocity}}
Regards,
Roman
--
View this message in context: http://n2.nabble.com/Code-snippet-Full-user-name-and-link-by-log-in-tp48381…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
myxwiki.org has been upgraded to XE 2.3-SNAPSHOT (build of 2/4/2010).
We strongly recommend an upgrade to the latest wiki version. To upgrade, see
http://myxwiki.org/xwiki/bin/view/XWiki/Announcement
IMPORTANT:
Several pages will NOT work if you don't upgrade them. Specifically they are:
- Main.RecentChanges
- Main.AllDocs
- XWiki.Tableview
- XWiki.Treeview
- XWiki.AllAttachments
- XWiki.OrphanedPages
- XWiki.DeletedDocuments
- XWiki.DeletedAttachments
- XWiki.XWikiUserPreferencesSheet
Sorry for the inconvenience but this was caused by a bug we fixed in the rendering engine.
See http://jira.xwiki.org/jira/browse/XWIKI-5050 for more details.
To be notified of the myxwiki.org server upgrade you can follow myxwiki on twitter:
http://twitter.com/myxwiki
Thanks,
-The XWiki team
Hi Thomas,
I had a lot more clarity since I enabled debug log as per your suggestion.
I could then see what was the information that was being passed between AD &
XWiki.
And I am so so glad to inform that the Active Directory authentication
through XWiki is working... :)
Now, I have to move on to setting up my XWiki with the production
environment Active Directory (which is SSL).
Thanks for your help Thomas...without your nudge in the right direction,
this wouldn't have been possible. :)
I would definitely like to write a very basic article for beginners about
Active Directory Integration(probably with screen shots), especially for
those folks who do not have access to IT people in their work field but
would still like to have XWiki installed.
Have a great day ahead!!!
I am out of the office until 04/06/2010.
Happy Easter! :-)
Note: This is an automated response to your message "users Digest, Vol 33,
Issue 3" sent on 4/2/10 3:07:58.
This is the only notification you will receive while this person is away.
Hi everyone !
I'm a sysadmin for a xwiki Enterprise, in an old version (1.2.6932 !!!).
Almost every content is user-login protected, and when I try to login, I
always come back to the login screen ... embarassing ... :)
A long time I haven't touched to the xwiki or Tomcat configuration ...
Any idea :
* about what happens ?
* how to debug, I tried to find some application log, but didn't find any!
the main URL is : http://gtbiblio.univ-paris-diderot.fr
and U can find a "public" page there :
http://gtbiblio.univ-paris-diderot.fr/xwiki/bin/view/public/WebHome
Thanks!
--
Julien Oix
SCRIPT - Université Paris Diderot Paris 7
Tel : (+33) 157 275 965
Fax : (+33) 157 275 961
Mobile : (+33) 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html
I've recently migrated from the standalone version to the war version, in
the hopes of making the use of the wiki more permanent.
I'm running xwiki-2.2.4 in tomcat-6.0.24 with MySQL 5.1. Everything works,
except I am now unable to attach files of any kind. I receive the following
error. All help is appreciated. Thanks!
*** Begin error ***
Notice
A problem occurred while trying to process your request. Please contact the
webmaster if this happens again.
Detailed information:
Error number 3201 in 3: Exception while saving document Web
Documentation.Customer Service Popup Window in AnswerNET
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document Web Documentation.Customer Service Popup Window in AnswerNET
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:638)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1358)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1320)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1315)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:114)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: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.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: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:852)
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.GenericJDBCException: Could not execute JDBC batch
update
at
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:253)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:92)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87)
at
org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:222)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2359)
at
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2312)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2612)
at
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:96)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168)
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:855)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:826)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:628)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1358)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1320)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1315)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:114)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: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.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: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:852)
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: Incorrect string value:
'\xEF\x83\xA0 IT...' for column 'XWR_PATCH' at row 1
at
com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2018)
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1454)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 59 more
HiThomas,
I did read the link that you provided before I posted the first time on the
mailing list.
Well, as I said, I am not a networking guy so I have been doing a lot of
trial and error.
You mentioned that this does not look like AD...which part are you referring
to - The Active Directory Setup or the configuration changes I made to
xwiki.cfg LDAP properties.
I've tried many combinations that I could using internet & some help from
people who know networking.
I am stuck with the bind_dn username, bind_dn password & base_dn.
Also, as I previously mentioned, I don't know if {0} is just a symbolic
representation where I need to insert my own username or it has to be left
as it is & XWiki will do the conversion of {0} to a valid username.
I have not created an OU. Do I have to create one or is the default "Users"
an OU.
I replaced CN with sAMAccountName but that too didn't help.
I am so new to this concept, I probably don't know even the right questions
to ask.
Any help, as always, would be much appreciated.
Thanks Thomas.
Message: 5
Date: Thu, 1 Apr 2010 11:00:56 +0200
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
Subject: Re: [xwiki-users] LDAP Configuration Help Needed
To: XWiki Users <users(a)xwiki.org>
Message-ID:
<p2ua8e97d9c1004010200r5e1ad934id41849e096ab523(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
(Sorry for the previous message, gmail shortcuts...)
On Thu, Apr 1, 2010 at 10:58, Thomas Mortagne <thomas.mortagne(a)xwiki.com>
wrote:
> On Thu, Apr 1, 2010 at 05:46, Dilipkumar Jadhav
> <jadhav.dilipkumar(a)gmail.com> wrote:
>> Hello folks,
>>
>> I need some help with a topic that has been discussed very often on the
>> mailing list - LDAP.
>>
>> I've tried going through most of the posts on the mailing list but since
I
>> am not a networking guy, I've had lot of trouble understanding the basic
>> terminology involved with LDAP & AD.
>>
>>
>>
>> The AD that we've on production environment is available only through SSL
>> which I know will be a bigger challenge to configure with XWiki. Hence,
to
>> start with, I would like to connect my XWiki with the MS Active Directory
I
>> setup on my test machine.
>>
>>
>>
>> With some help, I managed to create a Active Directory. Also, I am able
to
>> connect to this AD using Apache Directory Browser. So this confirms that
the
>> AD is working fine.
>>
>> Both the AD and XWiki are installed on the same machine.
>>
>>
>>
>> Now, I tried changing the xwiki.cfg LDAP properties but I am unable to
login
>> using any of the users I created in AD. Moreover, I lost my default Admin
>> credentials for the Wiki (UN:Admin & PW:admin doesn't work anymore).
>>
>>
>>
>> The configuration is as follows:
>>
>>
>>
>> xwiki.authentication.ldap=1
>>
>> xwiki.authentication.ldap.server=127.0.0.1
>>
>> xwiki.authentication.ldap.port=389
>>
>> xwiki.authentication.ldap.base_DN=dc=dilip,dc=com
>>
>> xwiki.authentication.ldap.bind_DN=cn={0},dc=dilip,dc=com
>
This eally doe snot looks like AD. Did you looked at
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCas
es#HActive20Directory
?
That should be your first read, not the mailing list...
>
>>
>> xwiki.authentication.ldap.bind_pass={1}
>>
>> xwiki.authentication.ldap.UID_attr=cn
Again, nothing to do with AD here.
>>
>>
xwiki.authentication.ldap.fields_mapping=name=cn,last_name=sn,first_name=giv
>> enName,fullname=displayName,mail=cn,ldap_dn=dn
>>
>>
>>
>> And the AD structure can be loosely described as follows:
>>
>>
>>
>> dilip.com
>>
>> ? ? ? ?-----Builtin
>>
>> ? ? ? ?-----Computers
>>
>> ? ? ? ?-----Domain Controllers
>>
>> ? ? ? ?-----ForeignSecurityPrincipals
>>
>> ? ? ? ?-----Users
>>
>> All my users are listed under the "Users" node including Windows
>> administrator called "Administrator" with password "redhat".
>>
>>
>>
>> Does the {0} need to be replaced with an actual username & {1} replaced
with
>> actual password. Could someone please have a look at my configuration
>> settings & probably suggest some changes. I am sure I've missed something
>> somewhere.
>>
>>
>>
>> Thank you for your valuable time.
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Thomas Mortagne
>
--
Thomas Mortagne
------------------------------
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
End of users Digest, Vol 33, Issue 1
************************************
Hello folks,
I need some help with a topic that has been discussed very often on the
mailing list - LDAP.
I've tried going through most of the posts on the mailing list but since I
am not a networking guy, I've had lot of trouble understanding the basic
terminology involved with LDAP & AD.
The AD that we've on production environment is available only through SSL
which I know will be a bigger challenge to configure with XWiki. Hence, to
start with, I would like to connect my XWiki with the MS Active Directory I
setup on my test machine.
With some help, I managed to create a Active Directory. Also, I am able to
connect to this AD using Apache Directory Browser. So this confirms that the
AD is working fine.
Both the AD and XWiki are installed on the same machine.
Now, I tried changing the xwiki.cfg LDAP properties but I am unable to login
using any of the users I created in AD. Moreover, I lost my default Admin
credentials for the Wiki (UN:Admin & PW:admin doesn't work anymore).
The configuration is as follows:
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=dilip,dc=com
xwiki.authentication.ldap.bind_DN=cn={0},dc=dilip,dc=com
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.UID_attr=cn
xwiki.authentication.ldap.fields_mapping=name=cn,last_name=sn,first_name=giv
enName,fullname=displayName,mail=cn,ldap_dn=dn
And the AD structure can be loosely described as follows:
dilip.com
-----Builtin
-----Computers
-----Domain Controllers
-----ForeignSecurityPrincipals
-----Users
All my users are listed under the "Users" node including Windows
administrator called "Administrator" with password "redhat".
Does the {0} need to be replaced with an actual username & {1} replaced with
actual password. Could someone please have a look at my configuration
settings & probably suggest some changes. I am sure I've missed something
somewhere.
Thank you for your valuable time.
> > > > I want to parse XML attachments to a page and display the data in a
> > table or list on the page. Does this functionality exist? Just checking
> > before I write my own code.
> > >
> > > So you have attachments which are XML files and you want to parse them
> > and display their content in a wiki table ?
> > >
> > > If so, I'd suggest you use the {{groovy}} macro and use the groovy xml
> > slurper to do the work. You should be able to write this in less than 10
> > lines :)
> > >
> > > http://groovy.codehaus.org/Reading+XML+using+Groovy%27s+XmlSlurper
> > >
> > > Thanks
> > > -Vincent
> >
> > Thanks, got that up and running in only a few minutes! Now I'd like a way
> > to have the user click on one level of the xml hierarchy I display and have
> > it expand to show the children of that section (I have the hierarchy
> > iteration code, just not the "gui" code). Something graphically like a
> > macro error (the one that says "Failed to execute macro: groovy") and then
> > you click to expand and view the content.
> >
>
> http://code.xwiki.org/xwiki/bin/view/Snippets/ShowHideDIVSnippet
>
> Guillaume
Ok, I have that code working (ShowHidDIV) in a velocity macro with {{html}} tags around the div. Unfortunately, when I pass the xmlslurper object to a velocity macro, I can no longer access fields of the object, it looks like it's all being converted to a big string. My code:
{{groovy}}
xmlFile = new String(doc.getAttachment("file.xml").content)
def slurp = new XmlSlurper().parseText(xmlFile)
def allReg = slurp.Register
xcontext.put("allReg",allReg)
{{/groovy}}
{{velocity}}
#set($allReg=$xcontext.get("allReg"))
{{html}}
<div onclick="toggleClass($('REG'), 'hidden')">
Show/Hide
</div>
<div id="REG" class="hidden>
$allReg.field
</div>
{{/html}}
{{/velocity}}
But like I said, I can't access the fields of allReg in the velocity script: $allReg.field just returns the whole string from the slurper. So I need a way to either embed html in the groovy code with access to the groovy variables, or a way to correctly pass a slurper object using xcontext.
Thanks,
-Mike
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/210850553/direct/01/
Hi,
I noticed that the responce time of my wiki was poor.
Analyzing with firebug shows the most time is spend for loading prototype.js.
A download of 130KB consists of 12KB page and the rest was js and css.
I was about to throw prototype.js away.
However, I found a better solution.
When using Jetty, there is a default servlet which is responsible for loading static content (e.g. prototype.js)
You can configure a cache control which in the end provides that prototype.js (and co) were loaded only once.
That improves the latency to show up a page to 20% of the original time.
To do the same, add the following to your web.xml
<servlet>
<servlet-name>default</servlet-name>
<servlet-class>org.mortbay.jetty.servlet.DefaultServlet</servlet-class>
<init-param>
<param-name>cacheControl</param-name>
<param-value>max-age=90000,public</param-value>
</init-param>
</servlet>
This works for Jetty 6, for Jetty 7 you have to change mortbay by eclipse!
Hope this helps
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hi,
I am trying to get the String value of a Date Property. I am using the
following code:
*def obj = doc.getObject("SSI-Internal.CreateIssue");*
*def summary = obj.getStringValue("environment");*
*def date = obj.getStringValue("due_date");*
*doc* is of type *com.xpn.xwiki.doc.XWikiDocument* and *environment* is a
TextArea property. I can get the String value of the TextArea property, but
I can't get the String value of the Date property (*due_date*).
How can I get the String value of a date property?
Thanks,
Abel
Hi,
I have a question about edition :
When a user edit a page, does it exist a mechanism to save automatically
a draft of this page after a certain time if he doesn't save by
himself ?
Thanks,
S.A
Hi XWikiers!
It's time to inject new blood in XWiki.org. While discussing about
improving its look & feel we thought it would be a good time to create
a new logo for XWiki.org as it's an important part of a website
design.
We borrowed the current logo from XWiki.com some time ago and, in
order to keep the distinction between the company and the Open-Source
project clear, we think XWiki.org websites and projects need their own
logo.
As you may know, we love proposals, that's why we'd like to make the
logo design an open challenge, anyone interested can join and a vote
amongst the community will determine the winner. Even if the main
purpose of the challenge is to have fun, the person whose design gets
selected will receive XWiki goodies, including his logo printed on a
t-shirt obviously :) The designer of the selected logo will enter the
Hall Of Fame, and last but not least reward : the design will be
spread wide (XWiki Enterprise is more than 10000 downloads/month and
XWiki.org web site more than 50000 visits a month).
The challenge takes place there:
http://dev.xwiki.org/xwiki/bin/view/Community/LogoChallenge
Thanks,
JV.
> Message: 6
> Date: Mon, 29 Mar 2010 17:37:30 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] XML parser for displaying on pages
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <FF52ADF2-7028-4F86-B699-6455D9316EB8(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> On Mar 29, 2010, at 5:27 PM, Mike Davis wrote:
>
> >
> > I want to parse XML attachments to a page and display the data in a table or list on the page. Does this functionality exist? Just checking before I write my own code.
>
> So you have attachments which are XML files and you want to parse them and display their content in a wiki table ?
>
> If so, I'd suggest you use the {{groovy}} macro and use the groovy xml slurper to do the work. You should be able to write this in less than 10 lines :)
>
> http://groovy.codehaus.org/Reading+XML+using+Groovy%27s+XmlSlurper
>
> Thanks
> -Vincent
Thanks, got that up and running in only a few minutes! Now I'd like a way to have the user click on one level of the xml hierarchy I display and have it expand to show the children of that section (I have the hierarchy iteration code, just not the "gui" code). Something graphically like a macro error (the one that says "Failed to execute macro: groovy") and then you click to expand and view the content.
Thanks!
-Mike
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:…
Hi,
My wiki has public and protected pages.
The public page may be access with http
However, logon and protected page should access with https only.
Is there a way to config xwiki this way?
Or do I have to run xwiki totally under https?
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
I have been testing the stand alone enterprise on a windows x64 server 2003 box.(still some config and planning to iron out)
I am ready to make the leap to the enterprise WAR with the jetty container and SQL 2005 as the DB.
What I need to know is how using X64 and X32 will affect what I do. What are the limitations or advantages of using sql server/web OS in X64 or X32.
My production server is windows server 2003 X32?
Any suggestions are most welcome.
Many Thanks
Clinton
Clinton Louw / Invision Inc | Systems Engineer
*: 2160 Satellite Blvd.Suite 225 Duluth, GA 30096
*: 770-325-0457 | *: clinton.louw(a)invisioninc.com<mailto:clinton.louw@invisioninc.com>
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.4.
This is a bug fix release for the 2.2 branches.
It fixes mainly two important regressions on rights manager UI and
statistics module.
Important Bugs fixed:
* XASCH-52 - Job script shouldn't be edited with wysiwyg
* XABLOG-99 - Blog Category Name with Apostrophe crashes Blog
Category function
* XWIKI-5057 - Rights aren't saved if the groups/users radio
button is not manually selected
* XWIKI-5039 - When starting a wiki on a sub wiki page, main wiki
main page is broken by statistics module
* XWIKI-4957 - Allow entering @, ? and # characters in link references
* XWIKI-5053 - Cannot upload attachments to pages with # in their name
* XWIKI-5063 - Don't fail the rendering when the document's title
fails to be rendered
* XWIKI-4984 - Header ids are always the same ("H") with Chinese
or any other language without any ASCII character
* XWIKI-5035 - LazyXWikiDocument is not synchronized anymore with
XWikiDocument
* XWIKI-5036 - WYSIWYG editor doesn't display when creating a
document named #"&§-_\
* XWIKI-5021 - "Save and Continue" doesn't work in Preview mode
only with IE7
* XWIKI-4723 - Could not restart only one cluster instance in
cluster mode because of stuck JVM
Translations:
* Newly supported language: Vietnamese
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise224
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM224
Thanks
-The XWiki dev team
Hello,
The XWiki development team is pleased to announce the release of XWiki
Office 1.1.
Go grab it at:
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWiki20Office
All active XOffice 1.0& 1.1 instances will be automatically updated to the final version.
Summary of features for XOffice 1.1:
- Optional Startup
- Document refresh and View active document in browser
- Styling support for XWord 2007 and better text formatting
- Page version checking when publishing
- Document compare and conflict resolution
View detailed release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice11
For more information about XOffice visit:
http://xoffice.xwiki.org
Thanks,
-The XWiki dev team
Hi,
is there a way to limit an export to documents which has been changed since a certain date?
With other words, is there something like an incremental export?
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hello,
Recently we have ran into a problem where it's impossible to restore page
from orphaned pages list by any means. Page is listed in the root of the
space where it has been created if looking at document tree.
The are several weird thing about it:
1) If editing the page, proper parent value appears in the parent input box
2) the children of this page are able to properly render the link hierarchy
at the top of the page
I have checked the logs, they are clear from errors (at least from those
that might be related to this issue).
Any thoughts what might cause the page to get into such state? Any way to
fix this without having to re-create the page?
Thanks,
Roman
--
View this message in context: http://n2.nabble.com/Unable-to-restore-page-from-orphaned-list-even-though-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I want to parse XML attachments to a page and display the data in a table or list on the page. Does this functionality exist? Just checking before I write my own code.
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:…
Reading the archive of this list, it seems that the MindMap application does
not work because the Freemind applet is not included in the core of xwiki
(mail from Julien Hervouet, 3 sept 2009).
Does this mean that the Mindmap application is withdrawn ? Is there a
workaround ?
I would be thankful if somebody can give an answer.
Maxime
Hi All,
I am in the search and implementation of changing the xwiki theme
programmatically.
I made my xwiki theme Nighfall/Nature and trying to change my theme as
default through program.
Below i have given my code snippet. its running successfully and the
parameters changing in xwiki as we mentioning here. But the color theme
combo box is not changing and the theme not changing in the xwiki even after
restarting the server.
******************************************************************************
String loginUrl =
"http://localhost:8090/xwiki/bin/Save/XWiki/XWikiPreferences";
HttpState initialState = new HttpState();
HttpClient client = new HttpClient();
client.getParams().setCookiePolicy(CookiePolicy.BROWSER_COMPATIBILITY);
client.setState(initialState);
PostMethod method = new PostMethod(loginUrl);
method.addParameter("XWiki.XWikiPreferences_0_title","Testing title");
method.addParameter("XWiki.XWikiPreferences_0_meta",
"context.language");
method.addParameter("XWiki.XWikiPreferences_0_showLeftPanels", "1");
method.addParameter("XWiki.XWikiPreferences_0_leftPanels", "1");
method.addParameter("XWiki.XWikiPreferences_0_showRightPanels",
"1");
method.addParameter("XWiki.XWikiPreferences_0_rightPanels",
"Panels.QuickLinks,Panels.MyRecentModifications");
method.addParameter("XWiki.XWikiPreferences_0_webcopyright",
"copyright");
method.addParameter("XWiki.XWikiPreferences_0_version",
"openURL('http://enterprise.xwiki.org/xwiki/bin/view/Main/Documentation',
'_blank'); return false < a
href='http://www.xwiki.org/xwiki/bin/view/Main/Documentation'>Documentation
'");
method.addParameter("XWiki.XWikiPreferences_0_skin",
"XWiki.DefaultSkin");
//method.addParameter("XWiki.XWikiPreferences_0_colorTheme", "");
method.addParameter("XWiki.XWikiPreferences_0_colorTheme",
"ColorThemes.Default color theme");
method.addParameter("XWiki.XWikiPreferences_0_stylesheet",
"style.css");
method.addParameter("XWiki.XWikiPreferences_0_stylesheets",
"style.css");
method.addParameter("xcontinue",
"/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Presentation&space=XWiki");
method.addParameter("xredirect",
"/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Presentation&space=XWiki");
method.addParameter("classname", "xwiki.xwikiPreferences");
method.addParameter("formactionsac", "Save");
int statusCode = client.executeMethod(method);
******************************************************************************
Is there any solution. Kindly suggest is there any idea..
Thanks,
Nithya.
--
View this message in context: http://n2.nabble.com/Creating-skin-theme-through-httpclient-tp4813624p48136…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
After I read the votes and the comments I realized what keywords define
better the XWiki logo.
Based on these I could say that I changed my initial opinion about new logo
design.
So, the look of the new logo must be defined by:
"engineering"
"angular with little-to-no round elements"
"rectangle-based"
"simple to remember and also with good micro-logo/poster potentiality"
"collaborative writing"
"digital"
"dynamic"
"inviting"
"collaboration"
"feeling of joy"
"simple and scalable"
"familiarity"
"colorful"
"structuring documents"
All the proposals are great!
Based on the keywords gathered and my personal point of view, my votes go
for:
0.3 - 4A
0.2 - 4C
0.5 - 12E
(with adjustments for each of them)
Ciprian.
Hi Anca,
I've modified the script under AnnotationCode.Macros page so that the
URL takes into consideration the Web Application Context path instead
of an hard-coded "xwiki". The xar file is available at
http://jira.xwiki.org/jira/browse/XAANNOTATIONS-3 as an attachment.
This seems to solve the issue for a simple XWiki installation where
the webapp is named something other than "xwiki". However, this might
not work in a multi-wiki XEM setup since URL in a multi-wiki
environment can be setup in one of two ways. Any suggestions..
Also, looks like there is another anomaly when we use the Annotations
application with XWiki Syntax 1.0. Sometimes, the text on the Page
that was "highlighted" for adding an annotation, is surrounded by the
XWiki Syntax 2.0 HTML macro as follows:
{{html clean="false" wiki="true"}}highlighted text{{/html}}
This is found to be the case for text which has been rendered through
velocity in the Page source. eg. In the Page, I used
$xwiki.getWebAppPath(). This renders molecule/ which is the name of my
webapp. However, when I annotate this rendered text molecule/ it turns
into {{html clean="false" wiki="true"}}molecule/{{/html}}
automatically.
>
> Message: 5
> Date: Sat, 27 Mar 2010 02:03:24 +0200
> From: Anca Luca <ancapaula.luca(a)xwiki.com>
> Subject: Re: [xwiki-users] Annotations feature not working
> To: users(a)xwiki.org
> Message-ID: <4BAD4B4C.5050409(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Dilipkumar,
>
> I'm pretty sure I know where the issue is coming from (because your wiki is
> running at localhost:8080/molecule/ and the annotations code is trying to
> connect to localhost:8080/xwiki/) and I'll fix it asap.
>
> Can you please report this issue on
> http://jira.xwiki.org/jira/browse/XAANNOTATIONS ? Thanks a lot.
>
> Happy xwiki-ing,
> Anca
>
>
>
> On 03/26/2010 06:59 PM, Dilipkumar Jadhav wrote:
>> Hello folks,
>> I've installed the latest XWiki Enterprise2.3 ML1 and this is a fresh
>> install. However, ran into difficulties with the annotation feature.
>> When I save an annotation using the "Add Annotation" feature, the
>> annotations do not get saved. There is no symbol that is generated
>> next to the text that I was trying to annotate. Also, I get an error
>> at the bottom of the Page which states: No Host matches server name
>> localhost
>>
>> I used the firebug plugin to find out what events were getting fired.
>> Following is the stack trace:
>>
>> POST: http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/anno…
>> Code: 400
>> No Host matches server name localhost
>> localhost:8080
>>
>> Server Apache-Coyote/1.1
>> Transfer-Encoding chunked
>> Date Fri, 26 Mar 2010 06:09:39 GMT
>> Connection close
>> Request Headersview source
>> Host localhost:8080
>> User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.8)
>> Gecko/20100202 Firefox/3.5.8
>> Accept text/javascript, text/html, application/xml, text/xml, */*
>> Accept-Language en-us,en;q=0.5
>> Accept-Encoding gzip,deflate
>> Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
>> Keep-Alive 300
>> Connection keep-alive
>> X-Requested-With XMLHttpRequest
>> X-Prototype-Version 1.6.1
>> Content-Type application/x-www-form-urlencoded; charset=UTF-8
>> Referer http://localhost:8080/molecule/bin/view/Main/
>> Content-Length 275
>> Cookie username=obD1aIklU0E_; password=FS1YvSKKiX8_; rememberme=false;
>> validation=12faf980e85d2f5a1216a4c7e320a4bd
>> Pragma no-cache
>> Cache-Control no-cache
>>
>> Parameters application/x-www-form-urlencoded
>> annotation help
>> author XWiki.Admin
>> date Fri Mar 26 01:32:31 EDT 2010
>> selection WebHome
>> selectionContext WebHome
>> selectionOffset 0
>> Source
>> selectionOffset=0&selectionContext=WebHome&selection=WebHome&date=Fri%20Mar%2026%2001%3A32%3A31%20EDT%202010&author=XWiki.Admin&annotation=help
>>
>> XML Parsing Error: no element found Location:
>> moz-nullprincipal:{833f3ffa-8712-4980-aff7-a4aabf47426e} Line Number
>> 1, Column 1:
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
Hi,
Is there a code snippet (groovy or Velocity) to attach a file (jpg and/or gif) to a document?
The files are stored in a directory on my Mac os X computer
Gerritjan
Hi Anca,
Thank you for your prompt attention to this issue.
I've created a JIRA issue at
http://jira.xwiki.org/jira/browse/XAANNOTATIONS-3
Have a great day ahead!!!
Message: 5
Date: Sat, 27 Mar 2010 02:03:24 +0200
From: Anca Luca <ancapaula.luca(a)xwiki.com>
Subject: Re: [xwiki-users] Annotations feature not working
To: users(a)xwiki.org
Message-ID: <4BAD4B4C.5050409(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Dilipkumar,
I'm pretty sure I know where the issue is coming from (because your wiki is
running at localhost:8080/molecule/ and the annotations code is trying to
connect to localhost:8080/xwiki/) and I'll fix it asap.
Can you please report this issue on
http://jira.xwiki.org/jira/browse/XAANNOTATIONS ? Thanks a lot.
Happy xwiki-ing,
Anca
On 03/26/2010 06:59 PM, Dilipkumar Jadhav wrote:
> Hello folks,
> I've installed the latest XWiki Enterprise2.3 ML1 and this is a fresh
> install. However, ran into difficulties with the annotation feature.
> When I save an annotation using the "Add Annotation" feature, the
> annotations do not get saved. There is no symbol that is generated
> next to the text that I was trying to annotate. Also, I get an error
> at the bottom of the Page which states: No Host matches server name
> localhost
>
> I used the firebug plugin to find out what events were getting fired.
> Following is the stack trace:
>
> POST:
http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/annot
ations?media=json
> Code: 400
> No Host matches server name localhost
> localhost:8080
>
> Server Apache-Coyote/1.1
> Transfer-Encoding chunked
> Date Fri, 26 Mar 2010 06:09:39 GMT
> Connection close
> Request Headersview source
> Host localhost:8080
> User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.8)
> Gecko/20100202 Firefox/3.5.8
> Accept text/javascript, text/html, application/xml, text/xml, */*
> Accept-Language en-us,en;q=0.5
> Accept-Encoding gzip,deflate
> Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
> Keep-Alive 300
> Connection keep-alive
> X-Requested-With XMLHttpRequest
> X-Prototype-Version 1.6.1
> Content-Type application/x-www-form-urlencoded; charset=UTF-8
> Referer http://localhost:8080/molecule/bin/view/Main/
> Content-Length 275
> Cookie username=obD1aIklU0E_; password=FS1YvSKKiX8_;
rememberme=false;
> validation=12faf980e85d2f5a1216a4c7e320a4bd
> Pragma no-cache
> Cache-Control no-cache
>
> Parameters application/x-www-form-urlencoded
> annotation help
> author XWiki.Admin
> date Fri Mar 26 01:32:31 EDT 2010
> selection WebHome
> selectionContext WebHome
> selectionOffset 0
> Source
>
selectionOffset=0&selectionContext=WebHome&selection=WebHome&date=Fri%20Mar%
2026%2001%3A32%3A31%20EDT%202010&author=XWiki.Admin&annotation=help
>
> XML Parsing Error: no element found Location:
> moz-nullprincipal:{833f3ffa-8712-4980-aff7-a4aabf47426e} Line Number
> 1, Column 1:
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
*************************************
Hi xwikiers,
We just found an important regression in 2.2.3 in the rights
management user interface.
This bug prevents rights to be correctly saved unless you manually
select either groups or users radio button first. See
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise223.
Work is in progress to fix it, a 2.2.4 will be released ASAP.
Really sorry about that :(
Thanks
--
Thomas Mortagne
Hello folks,
I've installed the latest XWiki Enterprise2.3 ML1 and this is a fresh
install. However, ran into difficulties with the annotation feature.
When I save an annotation using the "Add Annotation" feature, the
annotations do not get saved. There is no symbol that is generated
next to the text that I was trying to annotate. Also, I get an error
at the bottom of the Page which states: No Host matches server name
localhost
I used the firebug plugin to find out what events were getting fired.
Following is the stack trace:
POST: http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/anno…
Code: 400
No Host matches server name localhost
localhost:8080
Server Apache-Coyote/1.1
Transfer-Encoding chunked
Date Fri, 26 Mar 2010 06:09:39 GMT
Connection close
Request Headersview source
Host localhost:8080
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.8)
Gecko/20100202 Firefox/3.5.8
Accept text/javascript, text/html, application/xml, text/xml, */*
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
X-Requested-With XMLHttpRequest
X-Prototype-Version 1.6.1
Content-Type application/x-www-form-urlencoded; charset=UTF-8
Referer http://localhost:8080/molecule/bin/view/Main/
Content-Length 275
Cookie username=obD1aIklU0E_; password=FS1YvSKKiX8_; rememberme=false;
validation=12faf980e85d2f5a1216a4c7e320a4bd
Pragma no-cache
Cache-Control no-cache
Parameters application/x-www-form-urlencoded
annotation help
author XWiki.Admin
date Fri Mar 26 01:32:31 EDT 2010
selection WebHome
selectionContext WebHome
selectionOffset 0
Source
selectionOffset=0&selectionContext=WebHome&selection=WebHome&date=Fri%20Mar%2026%2001%3A32%3A31%20EDT%202010&author=XWiki.Admin&annotation=help
XML Parsing Error: no element found Location:
moz-nullprincipal:{833f3ffa-8712-4980-aff7-a4aabf47426e} Line Number
1, Column 1:
I'm looking at access logs and found that my site through all historical
development has 3 blog RSS feeds:
Main/BlogRss - not linked from anywhere but created in 2005
Blog/GlobalBlogRss - linked from global site RSS feed (another is
WebRSS)
Blog/BlogRss - linked from Links panel.
Probably two of them could be removed (i.e. set redirect for some time,
and remove later),
but which one conforms to standard?
Valdis
Community,
Here is my problem:
We've been hosting an instance of XWiki for almost a year now, and things
have been going swimmingly, until....
I recently came to do some updates on content, etc..... Previously,
everything worked well both from the localhost, and accessing through WWW.
However now, no matter where I request the webapp from, it's always taking
an infinite amount of time waiting for the login page to load, rending EVERY
functionality of the Wiki useless, as no one can login, and nothing can be
accessed.
I tried accessing using IE8, and FireFox, both with no success. IE simply
says it's waiting for the page to load forever, FireFox tries for a few
seconds then returns an error as follows:
"The page isn't redirecting properly.
Firefox has detected that the server is redirecting the request for this
address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to
accept
cookies."
Now, I had some difficulty with cookies and XWiki before, so I tried playing
around with the cookie settings in both browsers to see if this had any
different result. I tried setting BOTH browsers to accept ALL cookies, and
the same result is produced, IE waits forever, and FireFox quits and gives
me the above message.
I'm not sure what is causing this, or why all of a sudden this is happening.
Seems to me things were working as recently as last week. I did do a Java
update earlier in the day, but I don't think this should have any bearing on
XWiki.
It's being served by Tomcat, which also houses another webapplication, which
can be successfully loaded from both browsers instantaneously. So the
problem should not be with the server.
Also, I haven't done a Microsoft Update in a while, but I don't think this
should have any relevance either.
Running:
- xwiki-enterprise-web-1.6.1
- apache-tomcat-6.0.16
- XP Pro x64 SP2 @ 2.0GHz, with 2Gb RAM
- IE8 & FireFox v3.5.2
Please, community, any help would be greatly appreciated. This is a
game-breaker for us here at my company, as no one wants to spend the time to
re-create the entire Wiki from scratch if this cannot be resolved.
--
View this message in context: http://n2.nabble.com/Problem-Wait-for-login-page-FOREVER-cookies-tp4805163p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I have enabled the editcomment in my xwiki.cfg file.
xwiki.editcomment=1
xwiki.editcomment.mandatory=0
xwiki.editcomment.suggested=1
It works fine, it is a smart feature.
Now, I want to disable it for a specific Space of the wiki.
In the Admin Guide, I found the following :
"You can use the special fields in *XWikiPreferences* object instead of edit
*xwiki.cfg*. These fields are: *editcomment*, *editcomment_mandatory*, *
editcomment_suggested* and *editcomment_hidden*."
Is it possible to apply theses special fields in the WebPreferences of a
space ? When I edit the XWiki object, I do not see any editcomment field. Do
I have to add it ? Is there any document that describes this ?
Thank you for your help.
Maxime
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.3 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.3 version.
Main changes from 2.2.3:
* New annotation feature
* New color theme editor
* Anonymous commenting with captcha
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23M1
Thanks
-The XWiki dev team
Hello xwiki experts,
I've been enjoy an xwiki 2.2m2 for a while but the collaborative
features are some rudimentary and I've been considering xwiki
workspaces. Do I have chance to migrate one to the other by simply
uploading the xar? The xws pages don't state a compatibility chart and
seem to talk about xwiki 1.7, quite a bit older!
thanks in advance
paul
Hello,
i am trying to convert our existing Wiki to Xwiki.
To reach this goal, i am trying to export the existing data into an xar
file hat i can import into xwiki.
What i am missing is a description of the xml file format.
Where can i find this?
Thanks for help
Thomas
Hi. I couldn't find the user interface to delete older version of any given attachment. This would be useful when the attachment size is substantially large such as a video clip for which typically only the recent version is relevant and not the older ones. At the same time I am not looking for the option that would prevent versioning of attachments across the board, because for attachments such as powerpoint data, we need to be able to retrieve previous versions for analysis.
Thanks,
Milind
Hi! I need to export all of the content of an xwiki space (about 200 pages +
attachments) for migration into another repository. Is there an efficient
way that I can do the following:
1. Save all pages with their name in RTF or HTML format
2. Have a fast view of all Attachments to download onto a hard disk
What would be the best approach?
Mary Ellen
--
View this message in context: http://n2.nabble.com/Migrating-articles-out-of-xwiki-tp4786215p4786215.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I created new data type (class, sheet, template document) and I created
several documents of this type. Then I created document with livetable macro
to list documents in table format. All is working well, but first row in
table is template document.
How can I filter template document from table?
Any help appreciated
Regards
Frantisek
--
View this message in context: http://n2.nabble.com/Livetable-tp4744002p4744002.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Could you please point me to possible root of the following problems:
1) Null pointer exception in formatDate() method during
Main.RecentChanges page rendering (it looks like $rcDt variable is null for
one of the records, this is for scripts from
xwiki-enterprise-wiki-2.2.2.xar). Full stack trace attached in
http://n2.nabble.com/file/n4783806/RecentChangesStackTrace.txt
RecentChangesStackTrace.txt
2) A weird look&feel of the ManageGroups, ManageUsers and
ManageRights ( http://n2.nabble.com/file/n4783806/ManageRightsBroken.JPG
ManageRightsBroken.JPG ,
http://n2.nabble.com/file/n4783806/ManageGroupsBroken.JPG
ManageGroupsBroken.JPG and
http://n2.nabble.com/file/n4783806/ManageUsersBroken.JPG
ManageUsersBroken.JPG page-captures correspondingly)
Re-importing xwiki-enterprise-wiki-2.2.2.xar did not help.
From the recent modifications made I can point out only the following
* Set up 80(publicly available)->8080(where the XWiki is installed)
port forwarding at firewall level
* Restricted guest users from accessing the site and from
registering
Notes about environment
* XWiki Enterprise Core/UI 2.2.2
* Most of users with LDAP Authentication + Several users with
non-LDAP authentication
* CentOS release 5.4 (Final)
* Following errors on startup
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could
not find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jndi Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were
not found for this jvm
/usr/bin/rebuild-jar-repository: error: Could not find jaas Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were
not found for this jvm
* XWiki cannot access file xwiki.log because of permission denied
Regards,
Roman
--
View this message in context: http://n2.nabble.com/Null-pointer-exception-in-formatDate-on-rendering-Main…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a previous version (not sure which one anymore, but it is a few
months old, not more) of XWiki Enterprise installed as standalone (my IT
supplier is crap, I know) and I would like to upgrade to the latest version
(i.e keeping the layout changes I made, which are light ones, but more
importantly all the pages created already!).
Is it possible?
Thanks in advance,
Xavier
Hey all,
Why is the limit on the number of characters for the attachments on the xwiki only 26 characters? Is there a way to change the maximum number of characters displayed by the attachment? If there's no solution yet, it would be helpful if we knew enough information so we could fix it ourselves and contribute back to the community.
Also, is there a JIRA for the deletion of the underscores and spaces for attachments? We would like to know when it is planned to get fixed and if possible, some information on this bug so that we could, again, work on it ourselves, and contribute back accordingly.
Thanks,
Felix
Hello xwikiers,
is there a way in the syntax 2.0 to invoke a table-sum? I found this
feature particularly nice in the earlier version.
thanks in advance
paul
Hi ,
I followed instructions for short url on Tomcat
(http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs)
But some errors appear when I add
" <servlet>
<servlet-name>defaultSkins</servlet-name>
<servlet-class>org.mortbay.jetty.servlet.Default</servlet-class>
<init-param>
<param-name>relativeResourceBase</param-name>
<param-value>skins</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>defaultSkins</servlet-name>
<url-pattern>/skins/*</url-pattern>
</servlet-mapping>"
I don't understand what you mean with "In Tomcat, the default servlet does
not accept a parameter for changing the resource base, so you will need to
write another default servlet" and how do it.
Thanks
--
View this message in context: http://n2.nabble.com/Short-Url-On-Tomcat-tp4777324p4777324.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
I want to create a skin/ theme in xwiki.
Or else is it possible to apply the existing skin of xwiki like nightfall,
nature through program in xwiki?
My requirement i have to create a theme and apply the theme to xwiki
through some xml rpc?
Is it possible? is there any code snippets?
Kindly help me.
Thanks,
Nithya.
--
View this message in context: http://n2.nabble.com/How-to-create-a-skin-theme-in-xwiki-through-xml-rpc-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I'm wondering wether there is something like a space-template
wherefrom all other spaces are inheriting.
What I'd like to achieve:
I do have a little piece of Velocity-code showing all documents within a space.
So I *could* put that piece of code into every spave I've created (and
will be created), however, since I'm lazy, I'd rather put it into some
kind of space-template where all other spaces are inheriting from.
Could somebody please point me into the right direction?
TIA
Gregor
--
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available
@ http://pgpkeys.pca.dfn.de:11371
@ http://pgp.mit.edu:11371/
skype:rc46fi
Hi there,
just now I tried to upload an image into my blog: It's a jpg-image
having 132KB of size.
It shows up when editing the blog, however, when previewing or after
saving, it only shows a "broken picture"
Am I missing something here?
XWiki is 2.2.2, running on a MySQL 5
TIA
Gregor
--
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available
@ http://pgpkeys.pca.dfn.de:11371
@ http://pgp.mit.edu:11371/
skype:rc46fi
Hi,
def vPublishDate = "2008/10/28 12:00:00"
vObjArticle.set("publishDate",vPublishDate)
But when I look at the page it shows
31/03/0034 12:00:00
Any explanation how to handle dates with groovy for xwiki?
Gerritjan