OK I try again.
I would like to use this wiki as a personal/family
wiki/block/calendar/photo album
Login name: pulven
Domain prefix: pulven
Thanks
-Rune Hylleberg
Hi,
I will be from Nov2-Nov6 in San Francisco and in the Bay Area.
I will also be Nov 8-Nov 10 in Boston.
If there are any people that would like to meet at these times, let me know.
We could organize a meetup or I could come present XWiki in your company.
I would be a great time to exchange about how XWiki is used and what is
being done by other XWiki users.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
I think I've just done something very silly. I upgraded to version
2.0.24043 and I then installed the corresponding xar and that's when
things went wrong! I now have the old seagull skin and I can't access
most of the admin options including the import section.
I suspect I must have accidentally imported pages from an old xar. How
can I get out this mess?
Help very gratefully received.
Hi,
I'm writing a component that accesses the XWiki data model when document
updates occur. I have a few questions, but will post distinct threads for
them. I apologize for the clutter.
I found the API for DocumentAccessBridge at
http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-bridge/2.0/.
My code looks like:
@Requirement
private DocumentAccessBridge _documentAccessBridge;
public void myFun(String documentName) {
String description = null;
try {
description = _documentAccessBridge.getProperty(documentName,
"Main.MyClass", "description").toString();
}
catch(Exception e) {
e.printStackTrace();
}
// ...
}
I expect this to get the description of the first object of type MyClass in
the given document, but instead I get a NoSuchMethodError for the call to
getProperty. I have xwiki-core-bridge-2.0.jar in my WEB-INF\lib directory;
why might this happen?
Thanks,
David Breeden
--
View this message in context: http://n2.nabble.com/NoSuchMethodError-for-injected-DocumentAccessBridge-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Users,
I am trying to import a 25 MB Xwiki 1.6.1 Export XAR file
into our new 2.0.1 instace.
I came trough all the memory issues and googled around but now I have ..
- MySQL max_allowed_packet set to 256M.
- Java Heap Size set to max 2G.
- No . files in the XAR
- no zro size files in the XAR
Attaching the XAR files in the Import app works.
The listing of the files therein does not ...
Error: No documents found in the selected archive
Archive is OK:
unzip -t a1.xar
No errors detected in compressed data of a1.xar.
I'm using a tomcat5.5 container, trying to import right
after restart of tomcat - so full memory for me ...,
no errors in the logs anymore, but still "No documents found...." message.
Any hints?
Thanks in advance
Matt
Hi experts,
I'm now planning a system that will store 15,000,000+ items of
structured data and provide a basic CRUD functionality for them.
While XWiki is the first condidate for me for the time being, I'm
worried about if XWiki can manage such a large amount of data.
Can anyone say the largest XWiki systems?
Also, I'd also like to know what kinds of considerations are needed to
build a large XWiki system.
Which database is recommended? MySQL is ok? Is it a good idea to
manually apply MySQL's partitioned table feature to large tables? And
others...
Any suggestion would be greatly appreciated.
Thanks in advance,
ebi
Hi all,
I've installed the multi page export on my wiki farm, finished the install page ... and added the jar. The WebHome looks quite fine; however the search doesn't return anything.
I am running xem 2.0.1.1, the wiki pages are based on 2.0.1.
Thanks
mb
Hi Ludovic,
I've imported the ToDo macro into one of my wikis, part of a path based wiki farm.
It fails: "Unknown macro: todo " / "The "todo" macro is not in the list of registered macros. Verify the spelling or contact your administrator."
Are there any restrictions / additional hints running it in a farm?
I am running xwiki 2.0.1, xem 2.0.1.1
Thanks
mb
Hi,
We have published the Meeting Manager application which has been
sponsored by "Groupe Glon".
The meeting manager is an XWiki 2.0 application which allows to plan and
manage meetings and meeting cycles. It's a very nice and complete
application.
You can plan your meeting by setting an agenda, adding participants and
propose a vote for meeting dates (a little like Doodle). You can then
write your meeting notes.
You can download the Meeting manager application here:
http://code.xwiki.org/xwiki/bin/view/Applications/MeetingManagerApplication
For developers, the source code is available here:
http://svn.xwiki.org/svnroot/xwiki/sandbox/applications/xwiki-application-m…
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost