Hi,
I tried to use this plugin for the e-mail notification
(www.jkraemer.net/tags/xwiki), but I got this error on my local XWiki
(version 1.1):
Error number 4001 in 4: Error while parsing velocity page Wrapped
Exception: Invocation of method 'processSubscription' in class
net.jkraemer.xwiki.plugins.emailnotify.EmailNotificationPluginApi threw
exception java.lang.NoSuchMethodError:
com.xpn.xwiki.objects.classes.BaseClass.newObject()Lcom/xpn/xwiki/objects/BaseCollection;
@ [5,13]
I've seen that plugin was developed for the 0.9 XWiki, so maybe that's
the reason why it's not working. Has anyone else tried to use it? Are
there other ways to have an e-mail notification system in XWiki?
Thanks,
Vito
The XWiki development team team is pleased to announce the
availability of the 1.1 RC 2 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release and is meant to be the last RC. If no major
bugs are found for 2-3 days it'll be promoted as the 1.1 final release.
Please help us in testing it.
Release notes: http://www.xwiki.org/xwiki/bin/view/Main/
ReleaseNotesXWikiEnterprise11RC2
Enjoy
-The XWiki development team
Hi everybody,
Just to let you know that the tutorial about XWiki has been published on
developpez.com<http://agoncalves.developpez.com/tutoriels/xwiki/creer-un-site-associatif/>website.
It's in french, sorry, maybe one day we could translate it into
english.
I would like to thank Sergiu Dumitriu, François Le Droff and Pascal B for
reading the early draft and giving me their inputs.
Antonio
2007/7/9, Antonio Goncalves <antonio.mailing(a)gmail.com>:
>
> > Hi,
> >
> > I've finished writing a tutorial for XWiki. In this tutorial you learn :
> >
> > * how to install XWiki (Tomcat, MySQL)
> > * how to create pages and change their content
> > * create user and deal with access rights
> > * and other little things (change title, change skin...)
> >
> > I'm in the process of uploding it to developpez.com web site but before
> > I was wondering if one of you (speaking french) would like to have a quick
> > read through (in case there are some mistakes).
> >
> > Let me know.
> >
> > Antonio
> >
>
>
Hi Vincent;
That worked perfectly. Minor thing, the PDF opens into the browser
instead of the origional save/view option (most of my users prefer
saving the pdf instead of viewing it) - is this optional, or the new way
that it works?
Current environment:
Using the following:
Tomcat 5.5.17
JDK: 1.5.0 build4
xerces jar on the lib folder: xercesImpl-2.0.2.jar
Not aware of any other xerces jar's in use; but it's possible.
________________________________
From: Vincent Massol [mailto:vincent@massol.net]
Sent: 06 September 2007 12:37
To: Esbach, Brandon
Subject: Re: [xwiki-users] PDF on 1.1RC1
Brandon,
Could you try this new jar? It should work fine although I'm not sure
why... ;)
What JDK are you using on that machine? What container too? Maybe
there's another xerces jar that gets picked up that has a slightly
different behavior...
Thanks
-Vincent
Hi Vincent,
Yes, you're right but according to xwiki-992 at jira.xwiki.org I
thought that issue was not completely settled yet. That's why I decided
for this new thread.
Well, I tried something else! What?
I decided to import xwiki-1.0.xar again. My skin remained intact
because I copied the default skin to a new skin, and I used that at the
very beginning when setting up the wiki about a month ago now. Next I
changed from the default skin to our own one, rearranged the panels,
menus and voila saving the layout and preferences was no more problem!
After that I still had to fine tune the access rights!
Maybe this little experiment is of value to you, any way it seems that
everything is working properly again!
Regards,
Gerard
>>> vincent(a)massol.net 06/09/2007 13:39 >>>
Hi Gerard,
I thought I had already answered you about this this morning...
I'll repeat my suggestion: try tweaking the HBM file for PostGreSQL.
Alternatively try using a different database (like MYSQL) if you can
as I believe the problem is why PostGreSQL.
Last, check the online mail archives since several people got XWiki
working with PostGreSQL with some tweakings.
Thanks
-Vincent
On Sep 6, 2007, at 12:08 PM, Geert Verhaag wrote:
> Hi XWiki Users,
>
> I try to start a new thread about this problem, because the problem
is
> very urgent.
>
> This matter has been a topic around April this year as I found at
> jira.xwiki.org (key: xwiki-992: Cannot save new panel layout while
> logged in as Admin), but wasn't really solved if I understand it all
> well!
>
> I experience problems saving both my layout and preferences, getting
> the following message:
>
> Error number 3201 in 3: Exception while saving document
> XWiki.XWikiPreferences
> Wrapped Exception: Could not execute JDBC batch update
> com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception
while
> saving document XWiki.XWikiPreferences
> Wrapped Exception: Could not execute JDBC batch update
> at
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc
> (XWikiHibernateStore.java:314)
> at
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc
> (XWikiCacheStore.java:100)
> at
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc
> (XWikiCacheStore.java:94)
> at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:914)
> at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:114)
> at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:123)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
> 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:710)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> (ApplicationFilterChain.java:269)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter
> (ApplicationFilterChain.java:188)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter
> (SetCharacterEncodingFilter.java:118)
> 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:210)
> at
> org.apache.catalina.core.StandardContextValve.invoke
> (StandardContextValve.java:174)
> 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.coyote.http11.Http11Processor.process
> (Http11Processor.java:870)
> at
> org.apache.coyote.http11.Http11BaseProtocol
> $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
> 665)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
> (PoolTcpEndpoint.java:528)
> at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
> (LeaderFollowerWorkerThread.java:81)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
> (ThreadPool.java:685)
> at java.lang.Thread.run(Unknown Source)
>
>
> Wrapped Exception:
>
> java.sql.BatchUpdateException: Batch entry 0 update xwikidoc set
> XWD_ARCHIVE=head
> .....
>
> Our consideration using xwiki for our institute's wiki site is in
> danger because of this error! Currently I'm unable to continue
> configuring it properly.
>
> I use XWiki version 1.0.3342 in combination with PostgreSQL-8.2,
> TomCat
> 5.5 and jdk-6u2!
>
> The strange thing is that it has been working properly at the
> beginning. Setting up the layout, preferences, and saving it all
> wasn't
> a problem!
>
> Thanks!
>
> Regards,
> Gerard
>
>
> ==========================================
>
> Dit bericht is uitsluitend bestemd voor de geadresseerde.
> Het bericht kan vertrouwelijke informatie bevatten.
> Als u dit bericht per abuis hebt ontvangen, wordt u
> verzocht onmiddellijk de afzender te informeren. Ook
> verzoeken wij u het bericht te vernietigen en de inhoud
> niet onder derden te verspreiden of te gebruiken.
>
> This message is intended exclusively for the addressee.
> It may contain information that is confidential.
> If you are not the intended recipient, we request that
> you notify the sender immediately. In that case, we
> also request that you destroy the message and that
> you neither use the contents nor disclose them in any
> manner to third parties.
> ==========================================
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hi all,
just to notice you.
I set up virtual servers (XWiki 1.1 rc1) using Jetty and MySQL.
I found out that the name of the database for the main XWiki must be
"xwiki". With different names the virtualization is not working (at
least not for me). Of course I did modify the hibernate.cfg.xml with the
new database names every time.
I thought it was something quite important to know (at least for the
ones that want to use virtualization).
Well, comments (did someone experience the same?) or corrections (I
think I can do mistake ;-) are always welcome.
Thanks to the XWiki project (truly, thanks to the people working and
developing the project).
Best,
Vito
Hi, I am a newcomer to Xwiki.
I want some page created to be based on a template and so I created
class and class sheet. It works, but if I put a link in page A (based
on template) to page B, this link is not referenced in backlinks of page
B. If page A is not based on template, the link is referenced.
What is wrong?
--
Marco Polo
Hi XWiki Users,
I try to start a new thread about this problem, because the problem is
very urgent.
This matter has been a topic around April this year as I found at
jira.xwiki.org (key: xwiki-992: Cannot save new panel layout while
logged in as Admin), but wasn't really solved if I understand it all
well!
I experience problems saving both my layout and preferences, getting
the following message:
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:314)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:100)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:914)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:114)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:123)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
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:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
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.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.sql.BatchUpdateException: Batch entry 0 update xwikidoc set
XWD_ARCHIVE=head
.....
Our consideration using xwiki for our institute's wiki site is in
danger because of this error! Currently I'm unable to continue
configuring it properly.
I use XWiki version 1.0.3342 in combination with PostgreSQL-8.2, TomCat
5.5 and jdk-6u2!
The strange thing is that it has been working properly at the
beginning. Setting up the layout, preferences, and saving it all wasn't
a problem!
Thanks!
Regards,
Gerard
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================