Another question,
we've been trying to change the pdf export layout:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomiz…
Created the Class, and a new pdf export definition.
Now changing the style works but when we try to change xhtmlxsl or fopxsl
nothing happens.
Is this a know bug or is there somthing one should know ....
Second question:
Is this a way to create a own export definition for another format e.g latex
Thanks
hel.
-----
-----
Helmut Lehner
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Customizing-export-tp2213930p2213930.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys!
I juste read under http://www.xwiki.org/xwiki/bin/view/FAQ/
HowToCreateNestedPages that nested pages are currently not available.
I really need this functionality for my current project. As sad on
the FAQ this feature should be available soon. Can anyone tell me
when this will happen? If there is already a "working" version of
that feature in the dev trunk, let me know, I could help testing.
Regards
Andreas Rami
Bizzons eMarketing GmbH
Nikolaiplatz 4
A-8020 Graz
Tel: +43-1-890-3408-250
Hi, can someone help me with setting up CAPTCHA with the albatross skin for
registration and comments? Is there some example code I could look at? Or if
someone has this working could they give some guidence? I have the captcha
plugin enabled but I'm kinda stuck on what to do next. Thanks in advance.
-Marlon
Hi,
to automate group membership i wrote a Groovy script. It is called
periodically via scheduler.
This script use log4j to write some informations at info and at warning
level to the console and to a database table.
By now we are missing the output. It vanished since XWiki XE 1.6.
Can you tell me how to enable the output again, please?
Thanks.
A simple extract (snippet):
/* Groovy Class: $doc.fullName ([View Code>$doc.fullName?viewer=code]) #*
*/
import org.jboss.logging.Logger;
class UpdateGroupMembershipClass{
def xwiki;
def context;
def doc;
def log; // Logger
void setXWiki(xwiki)
{
this.xwiki = xwiki;
this.context = this.xwiki.getXWikiContext();
this.doc = this.context.getDoc();
this.log = Logger.getLogger("our.organization.XWiki." +
this.doc.getFullName());
log.info("XWiki context initialized.");
}
/* other methods ... */
}
/* *# */
--
View this message in context: http://n2.nabble.com/Groovy-using-log4j-output-tp1575886p1575886.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I'm looking for a real tutorial (step by step or How to) for creating skins and template for XWiki ... I'm Looking for the Xwiki Documentation ... and it's not really understable ...
Someone have some knoewledge about ?
Thanx,
Azz ..
PS : If someone write a good Tutorial, I'll paid him/her beer in a wonderfull pub in Paris ...
I have XWiki 1.1-milestone-2.3619 available in my business. I use it as a repository for engineering technical information and legislation and as a Blog.
My XWiki installation is the default one with the jetty container. I use Vista x64 SP1.
The "xwiki_db.script" file is now over 3,5GB (mostly because I have many attachments) and I have set JAVA_OPTS=-Xmx2512m to be able to load XWiki.
The process java.exe occupies 2,6GB of RAM memory. I have bought additional RAM reaching a total of 6GB to be able to use the computer while XWiki is loaded.
XWiki as become an important part of my business and all my co-workers love to use it, so the information keeps growing.
I will most certainly reach the maximum RAM (8GB) of my computer and will have to make large hardware investments if I am to continue using XWiki.
Is there a less resource-intensive way for Xwiki to store attachments or a container more suitable for the way I use XWiki?
Thank you for your reply.
Best regards,
Adriano, PT
_________________________________________________________________
Be the filmmaker you always wanted to be—learn how to burn a DVD with Windows®.
http://clk.atdmt.com/MRT/go/108588797/direct/01/
Hi,
I've managed to get my watchlist to send out emails, the only problem is
that the following is displayed within the email:
Error number 4001 in 4: Error while parsing velocity page
XWiki.WatchListMessage Wrapped Exception: Failed to evaluate content with id
[XWiki.WatchListMessage]
Error number 4001 in 4: Error while parsing velocity page
XWiki.WatchListMessage
Wrapped Exception: Failed to evaluate content with id
[XWiki.WatchListMessage]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page XWiki.WatchListMessage
Wrapped Exception: Failed to evaluate content with id
[XWiki.WatchListMessage]
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114)
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:662)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.sendNotificationMessage(WatchListJob.java:430)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.execute(WatchListJob.java:181)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'getExternalURL' in class com.xpn.xwiki.api.Document threw exception
java.lang.NullPointerException @ XWiki.WatchListMessage[33,138]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:662)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.sendNotificationMessage(WatchListJob.java:430)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.execute(WatchListJob.java:181)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.XWiki.getServletPath(XWiki.java:4317)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addServletPath(XWikiServletURLFactory.java:208)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:178)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createExternalURL(XWikiServletURLFactory.java:273)
at com.xpn.xwiki.doc.XWikiDocument.getExternalURL(XWikiDocument.java:925)
at com.xpn.xwiki.api.Document.getExternalURL(Document.java:502)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.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.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 14 more
I have checked and the Admin user exists and is in the
XWiki.XWikiAdminGroup, could somebody help me please!
--
View this message in context: http://n2.nabble.com/WatchList-Email-Error-tp2151183p2151183.html
Sent from the XWiki- Users mailing list archive at Nabble.com.