Hello,
I'm running xwiki-enterprise-2.3.1. After adding a bunch of documents
to the wiki, and trying to click on the "Rebuild the Lucene index"
link on the LuceneSearch page, it seems to hang indefinitely. A whole
bunch of documents are in the wiki that should show up to a search
term "Hardware", but none appear when searching using Lucene.
When using the old WebSearch page, they all show up. Is there a way
to fix this?
Thanks,
- James Cuzella
Hi,
Is there a way to login to XWiki using the user's e-mail address. I tried to
create a user whose Login ID is equal to his e-mail address. But, it is not
possible. I suppose that XWiki doesn't allow the @ character on the Login
ID. I know I can extend the XWiki Authentication classes. But I was hoping
to find something faster.
Thanks,
Abel
Hallo Everybody!
I evaluate various wiki's for company purposes, and the integration of office tools is a major issue.
Unfortunatelly I receive an error message which says: "Error while converting document [Test.doc] into html"
The log shows me that the problem is a defective configuration; however,i use the latest Open office release. Installed and Uninstalled it twice (also Xwiki) and it didn't help.
Would be great if someone could give a hint where the problem is.
2010-06-22 17:11:57,892 [http://172.25.0.1:8080/xwiki/bin/view/XWiki/OfficeImporterResults] ERROR rterVelocityContextInitializer - Error while converting document [Test.doc] into html.
org.xwiki.officeimporter.OfficeImporterException: Error while converting document [Test.doc] into html.
at org.xwiki.officeimporter.internal.builder.DefaultXHTMLOfficeDocumentBuilder.build(DefaultXHTMLOfficeDocumentBuilder.java:90)
at org.xwiki.officeimporter.internal.builder.DefaultXDOMOfficeDocumentBuilder.build(DefaultXDOMOfficeDocumentBuilder.java:74)
at org.xwiki.officeimporter.OfficeImporterVelocityBridge.officeToXDOM(OfficeImporterVelocityBridge.java:214)
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.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.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
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 org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluate(VelocityMacro.java:110)
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluate(VelocityMacro.java:44)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:200)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:53)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:174)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:119)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7213)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7188)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:797)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:811)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:525)
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.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.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
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.XWiki.evaluateTemplate(XWiki.java:1791)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1729)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:837)
at sun.reflect.GeneratedMethodAccessor135.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.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
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.XWiki.parseTemplate(XWiki.java:1840)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1761)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
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:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:930)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: org.xwiki.officeimporter.openoffice.OpenOfficeConverterException: Error while performing conversion.
at org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:119)
at org.xwiki.officeimporter.internal.builder.DefaultXHTMLOfficeDocumentBuilder.build(DefaultXHTMLOfficeDocumentBuilder.java:87)
... 114 more
Caused by: net.sf.jodconverter.office.OfficeException: could not complete task
at net.sf.jodconverter.office.ManagedProcessOfficeManager.execute(ManagedProcessOfficeManager.java:95)
at net.sf.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:71)
at net.sf.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:62)
at org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:103)
... 115 more
Caused by: java.util.concurrent.ExecutionException: com.sun.star.document.CorruptedFilterConfigurationException: The filter configuration appears to be defective. Please install the office suite again.
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.sf.jodconverter.office.ManagedProcessOfficeManager.execute(ManagedProcessOfficeManager.java:90)
... 118 more
Caused by: com.sun.star.document.CorruptedFilterConfigurationException: The filter configuration appears to be defective. Please install the office suite again.
at com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:182)
at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:148)
at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:344)
at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:313)
at com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:101)
at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:652)
at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:154)
at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:136)
at $Proxy35.loadComponentFromURL(Unknown Source)
at net.sf.jodconverter.AbstractConversionTask.execute(AbstractConversionTask.java:58)
at net.sf.jodconverter.office.ManagedProcessOfficeManager$2.run(ManagedProcessOfficeManager.java:85)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
--
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
Hi,
We are using Tomcat 6.0.18, MSSQL 2005 and XWiki 2.4-MILESTONE-1.29254.
When we go to the "Stats" page this error is displayed in the log :
[XXX/xwiki/bin/view/Stats/Visit] WARN util.JDBCExceptionReporter - SQL
Error: 0, SQLState: 22003
[XXX/xwiki/bin/view/Stats/Visit] ERROR util.JDBCExceptionReporter -
Only dates between January 1, 1753 and December 31, 9999 are accepted.
[XXX/xwiki/bin/view/Stats/Visit] ERROR xwiki.XWikiStatsReader -
Faild to search for vist statistics
com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while
searching documents with sql select name, sum(pageSaves), sum(pageViews),
sum(downloads) from VisitStats where ? <= startDate and endDate < ? group by
name order by sum(pageSaves) asc
Wrapped Exception: could not execute query
at
com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2292)
at
com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2221)
at
com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader.getVisitStatistics(XWikiStatsReader.java:475)
at
com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.getVisitStatistics(XWikiStatsServiceImpl.java:248)
at com.xpn.xwiki.api.StatsService.getVisitStatistics(StatsService.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
....
Any way to correct this ?
Sébastien.
--
View this message in context: http://xwiki.475771.n2.nabble.com/MSSQL-Date-problem-tp5212940p5212940.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi.
See below
----- "xManish" <shresthamanish(a)gmail.com> wrote:
> Jerome Velociter wrote:
> >
> > Hi Nithya, Manish
> >
> > Have you checked
> >
> http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HPagereso…
> > ?
> >
> > In particular :
> >
> > /wikis/{wikiName}/spaces/{spaceName}/pages/{pageName}
> > HTTP Method: PUT
> > * Accepted Media types:
> > o application/xml (Page element)
> > o text/plain (Only page content)
> > o application/x-www-form-urlencoded (allowed field names:
> title,
> > parent, content)
> >
> > Is something not clear about it ? Not working ?
> >
> > Thanks,
> > Jerome
> >
> >
>
> Hi Jerome,
> Thanks for the reply. I was able to create the page afterwards. Sorry
> for
> the impatience :)
Sorry if my message felt harsh, that was not the intend :)
> However, today I am into different but similiar situation. I need to
> create
> users in XWiki through REST Api.
> Is it possible? How to do it?
Currently, I'm not sure you can perform this as an atomic operation.
Unless maybe your wiki runs with the implicit XWikiAllGroup setting (see http://jira.xwiki.org/jira/browse/XWIKI-2116 )
What you have to do is then use the object REST api ( http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HObjectre… ), creating a page with an object of class XWiki.XWikiUsers
If you don't have the implicit XWikiAllGroup then you need to add an object of class XWiki.XWikiGroups with the created user as member, to XWiki.XWikiAllGroup document.
I agree an API to directly hit and create users, under /wikis/{wikiName}/users would be nice.
Regards,
Jerome.
>
> Thanks,
> Manish
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/How-to-add-a-page-with-contents-in-xwiki-…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi Friends,
In my fresh installed Xwiki (ver. 2.3.28602), I've configured the Lucene search plugin accordingly to the described in
http://code.xwiki.org/xwiki/bin/view/Plugins/LucenePlugin
But when I try to search any keyword, it returns only the following result:
Failed to execute macro: HTML
And no information appears on the log. How can I fix this?
Regards,
Ramon Gomes Brandão
Hi,
When the CSS3 fever began, Raluca Stavro came to me and asked me what I
think about making a HTML5+CSS3 skin. My first answer was that is not gonna
happen. We invest very much in making our skins have cross-browser support
(especially old versions of IE). This is one of our strengths, but also the
reason we limit ourselves from innovation.
When I'm talking about a "modern" skin I'm not only referring about HTML,
JS, CSS (having transparency, corners, multiple backgrounds, shadows without
having to triple the code and the number of hacks), but it's about all
cool/experimentation features, that boosts productivity, minimize code
lines, etc. but lack all/old browser support (SVG, location awareness, CSS3
calc etc).
So, in my opinion this would be an experimentation/shiny skin that by
comparison would make old browsers supporters and lovers to quit their old
behaviors and embrace the future :) :p
So, the questions I have are:
1) would this be possible? would anyone want to do this sort of thing? I
know the biggest problem is gonna be the maintenance, but could bring lots
of innovation and productivity.
2) what feature/improvement/thing do you think it would be the most needed
for a new "modern" "skin" (the topic somehow go beyond the skin boundaries)?
Thanks,
Caty
----- "Ecaterina Valica" <valicac(a)gmail.com> wrote:
> Hi,
>
> When the CSS3 fever began, Raluca Stavro came to me and asked me what
> I
> think about making a HTML5+CSS3 skin. My first answer was that is not
> gonna
> happen. We invest very much in making our skins have cross-browser
> support
> (especially old versions of IE). This is one of our strengths, but
> also the
> reason we limit ourselves from innovation.
>
> When I'm talking about a "modern" skin I'm not only referring about
> HTML,
> JS, CSS (having transparency, corners, multiple backgrounds, shadows
> without
> having to triple the code and the number of hacks), but it's about
> all
> cool/experimentation features, that boosts productivity, minimize
> code
> lines, etc. but lack all/old browser support (SVG, location awareness,
> CSS3
> calc etc).
>
> So, in my opinion this would be an experimentation/shiny skin that by
> comparison would make old browsers supporters and lovers to quit their
> old
> behaviors and embrace the future :) :p
>
> So, the questions I have are:
>
> 1) would this be possible? would anyone want to do this sort of thing?
> I
> know the biggest problem is gonna be the maintenance, but could bring
> lots
> of innovation and productivity.
For lot of cases (that is at least everything that includes JS, and maybe more) we should be able to add such new features on top of the existing UI, i.e. without the need to create a dedicated skin. Take for example attachment Drag & Drop in the attachment footer tab. We just detect the feature and offer it if supported (do nothing if not).
>
> 2) what feature/improvement/thing do you think it would be the most
> needed
> for a new "modern" "skin" (the topic somehow go beyond the skin
> boundaries)?
Right now I think of
- attachments D&D
- upload with progress bar
- growl-like client notifications (w/ WebSocket)
- local drafts (with localStorage)
- a profile picture sizing/cropping tool using canvas
- ... I'm sure a lot more :)
Jerome.
>
> Thanks,
> Caty
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
Hello guys, I want to tell u first that all of XWiki is awesome °¬° (and
the developers too =D )
But, I need to know when you (you mean XWiki org) are going to liberate
the XEnterprise 2.4M2, I need... really I need the Templates Pages =(
this is the URL if u doest'n know what I mean
http://code.xwiki.org/xwiki/bin/view/Applications/AdministrationApplication
in the sub-section "Easy Templates Creation and Administration (Starting
with XWiki Enterprise 2.4M2)" ...
Maybe I'm wrong and this is a User-Application maybe not, but I want to
know if this "templates" are going to be in the Milestone 2, if not,
then tell me if that "Templates" are a User-Application (and if u can
tell me how to make it please =( )
Also, I have a little problem with the Import of Documents in
OpenOfficeServer, I tried to set up a OOffice in a Linux Server, but i
cant to make it a service D=!!! I was looking for a tip of "How to make
OpenOffice a Service in Linux" and what i found doesnt work =(. My
server details are:
- SO: OpenSuse 10, Server
- XWiki: Enterprise 2.3
- OpenOffice: 3.2
If someone can help me please with this 2 Issues I'll be really happy.
Thank you for your time!!!!
Adriana Escamilla Alvarado
Ing. Tecnologías Computacionales
Particular: (614) 260-0732
Móvil: (614) 219-7213
Contact Me Facebook
<http://www.facebook.com/#%21/adriana.escamilla.alvarado>Twitter
<http://twitter.com/Ing_Patito>
--- @ WiseStamp Signature
<http://my.wisestamp.com/link?u=6qp9k36s775m7jfq&site=www.wisestamp.com/emai…>.
Get it now
<http://my.wisestamp.com/link?u=6qp9k36s775m7jfq&site=www.wisestamp.com/emai…>
Hi,
Is there a way to integrate Gliffy and XWiki? I am looking something similar
to the Balsamiq Mockups for Xwiki. I read this new feature request
http://jira.gliffy.com/browse/GLIFFY-566 on the JIRA Gliffy site. The
request is a "Gliffy Plugin for XWiki/Velocity". On the comments of the new
feature request the Gliffy people said they are going to "follow up with
Jerome to see what the best next steps are".
Thanks,
Abel
Hi XWiki'ers friends,
I've implemented this great wiki engine on my enterprise, and lots of questions appeared. One at a time in different emails:
I've made a new Skin and changed the Logo successfully, but I don't know how to set the relative URL of it, in a way that, regardless the space a user is (Panels, Sandbox, MyDepartmentSpace etc), it points to the xwiki/bin/view/Main space (or other than thatt). I've noticed that it points to the WbHome of the space the user is actually, not the "start-of-everything" page - which I want. I want it static to a specific space.
How can I change this?
Ramon Gomes Brandão
I added page in the xwiki through Rest Api in following way. Would somebody
please advise me how to add user to the xwiki system in the similiar way.
public void add()
{
final String CONTENT = "Content 101";
final String TITLE = "Title 101";
final String PARENT = "Private.WebHome";
ObjectFactory objectFactory = new ObjectFactory();
Page page = objectFactory.createPage();
page.setContent(CONTENT);
page.setTitle(TITLE);
page.setParent(PARENT);
HttpClient httpClient = new HttpClient();
httpClient.getState().setCredentials(AuthScope.ANY, new
UsernamePasswordCredentials("admin", "admin"));
httpClient.getParams().setAuthenticationPreemptive(true);
JAXBContext context;
try {
context = JAXBContext.newInstance("org.xwiki.rest.model.jaxb");
Marshaller marshaller = context.createMarshaller();
Unmarshaller unmarshaller = context.createUnmarshaller();
PutMethod putMethod = new
PutMethod("http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Private/pages/NewPage001");
putMethod.addRequestHeader("Accept",
MediaType.APPLICATION_XML.toString());
StringWriter writer = new StringWriter();
marshaller.marshal(page, writer);
RequestEntity entity;
entity = new StringRequestEntity(writer.toString(),
MediaType.APPLICATION_XML.toString(), "UTF-8");
putMethod.setRequestEntity(entity);
httpClient.executeMethod(putMethod);
} catch (JAXBException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (HttpException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-user-through-Rest-API-tp5206186p52…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've imported the .xar in the playground and it works. But in my XWiki (XWiki
Enterprise 2.4-milestone-1.29254) I get:
"Error number 4001 in 4: Error while parsing velocity page
xwiki:Todo.WebHome Wrapped Exception: Failed to evaluate content with id Web
Home"
Here ist the code:
http://xwiki.475771.n2.nabble.com/file/n5204599/ExtendedTodoApplication.txt
ExtendedTodoApplication.txt
If I erase this line:
#set ($count = $xwiki.getXWiki().search("select count(doc) from
XWikiDocument doc ${hql}", $context.context).get(0))
the error message is gone and I can see the table but the app doesn't work
as it should.
Can someone tell me whats wrong?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Extended-Todo-Application-1-3-tp5204599p5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I would like to apply some CSS styling to a panel only.
I have some velocity code creating a <ul> list
I would like to use the CSS as documented on
http://meyerweb.com/eric/css/edge/menus/demo.html
but it should only apply to the panel,
I use the same velocity code also on a document, and there the styling should not be applied
Gerritjan
Hi!,
i want to automate the html export of a space.
How can I trigger the html export from crontab?
Best regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
I am out of the office until 06/28/2010.
On holiday. I will not have access to email. If you need help with the
wiki, please contact Kim Dillon or Jenny Purushotma. If this is an
emergency, please leave a message on my cell phone. Thank you!
Note: This is an automated response to your message "users Digest, Vol 35,
Issue 54" sent on 6/19/10 6:00:04.
This is the only notification you will receive while this person is away.
Hi xwiki-users,
I created a page called Sandbox.TestMacro with the following content:
* {{test /}}
The page also has a WikiMacro object defined:
{{include document="Sandbox.TestService" context="current" /}}{{groovy}}
import com.test.TestService
out.println( TestService.testMe() )
{{/groovy}}
Sandbox.TestService has the following content in it:
{{include document="Sandbox.TestService2" context="current" /}}{{groovy
output="false"}}
package com.test
class TestService {
def static testMe() {
return "TEST"
}
}
{{/groovy}}
Now, when I render the TestMacro page, I get a few extra <p> inserted before
the text "TEST":
<ul><li><p></p>TEST</li></ul>
This makes the page look weird, since the bullet point text is on a new line
now.. I've also had to put the {{include}} and the {{groovy}} lines
together in the pages above; otherwise, there would just be more <p>'s
inserted.. Is there any way around this? Appreciate any tips!
I am out of the office until 06/18/2010.
Out Thursday...back Friday.
Note: This is an automated response to your message "users Digest, Vol 35,
Issue 51" sent on 6/17/10 6:00:10.
This is the only notification you will receive while this person is away.
I'm attempting to use the Java XML-RPC interface to xwiki, but I'm running
into problems. Specifically, when the xml-rpc library attempts to parse the
response of the rpc call, it's attempting to request a DTD from w3.org,
which returns a 503 status code. W3C is returning the 503 because they are
tired of poorly configured client libraries continually requesting largely
static DTD documents, as described here:
http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic
Everyone's answer to this problem seems to be "use XML catalogs", but there
is no way that I've found to configure xml catalogs, especially when the
underlying xml parser is wrapped in not one, but two, layers of client
library (xwiki -> apache ws xml rpc).
Anyone run into this issue? Anyone have any possible solutions?
Thanks,
Brian
Hi Nithya, Manish
Have you checked http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HPagereso… ?
In particular :
/wikis/{wikiName}/spaces/{spaceName}/pages/{pageName}
HTTP Method: PUT
* Accepted Media types:
o application/xml (Page element)
o text/plain (Only page content)
o application/x-www-form-urlencoded (allowed field names: title, parent, content)
Is something not clear about it ? Not working ?
Thanks,
Jerome
----- Original Message -----
From: "xManish" <shresthamanish(a)gmail.com>
To: users(a)xwiki.org
Sent: Thursday, June 17, 2010 1:42:04 AM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
Subject: Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???
Nithya Vembu wrote:
>
> But i dont getting clear idea, how can i create a page under space with
> some contents.. and i am not getting any good samples for xwiki rest api.
>
> ...
>
> Kindly anyone give me idea how rest will get differentiate in xwiki
> manner..
>
> Can anyone give me a code snippet for this requirement so that i can
> improve my progress in my project..
>
> Any help greatly appreciated.
>
> Thanks in advance.
>
> Regards,
> Nithya.
>
Hi,
Did you happened to find the solution to your problem?
If yes, would you please share it.
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-add-a-page-with-contents-in-xwiki-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
Currently the Import menu of the WYSIWYG editor has two entries:
* 'Office Document' for importing office files
* 'Office Content (Copy / Paste)' for pasting rich text (copied usually
from office documents)
We had a few complains from uses that were pasting the rich text
directly in the edited document causing the editor to misbehave or
getting unexpected content after save. When they were told to use the
'Office Content (Copy / Paste)' entry from the Import menu they seemed
surprised
Ideally the editor should catch the paste event and clean the pasted
rich text on the fly before it is inserted in the edited document but
currently there's no clean way to do this: access to the clipboard is
restricted for security reasons and the paste event is not well
supported in all major browsers.
I recently committed a change to the WYSIWYG editor to allow putting any
of the Import menu entries on the tool bar.
(1) Should we enable the 'Office Content (Copy / Paste)' button on the
tool bar by default in the standard XE distribution?
(2) Should we remove the 'Office Content (Copy / Paste)' entry from the
Import menu?
I'm +1 for (1) and -0 for (2) because the Import menu would look awkward
with just one entry. Note that it's not unusual to have a feature both
in the menu and in the tool bar.
Thanks,
Marius
Hi All,
I am very new to XWiki and also to rest api. I have gone through the link
given by xwiki for rest api
http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI.
But i dont getting clear idea, how can i create a page under space with
some contents.. and i am not getting any good samples for xwiki rest api.
Normally through httpclient we can send the url with contents like
eg :String url = "http://localhost:8080/jforum/jforum.page?"
+ "module=adminCategories" + "&action=insertSave"
+ "&category_name=" + categoryName + "&moderate=0"
+ "&groups=1" + "&groups=2" + "&groups=3" + "&groups=4";
using POST method in httpclient and the data get stored in the respective
place.
Kindly anyone give me idea how rest will get differentiate in xwiki
manner..
Can anyone give me a code snippet for this requirement so that i can
improve my progress in my project..
Any help greatly appreciated.
Thanks in advance.
Regards,
Nithya.
--
View this message in context: http://n2.nabble.com/How-to-add-a-page-with-contents-in-xwiki-through-Rest-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Sorry if this is a double post. I was informed that my last post was not
accepted since I was not subscribed to this mailing list.
Does anyone know what this message means? I recently converted from 1.4 to
2.3 of Enterprise and now when I try to create a new page, I get this
message.
____________
"The new GWT-based WYSIWYG editor doesn't support the syntax of the current
document: xwiki/2.0."
____________
I've searched xwiki documentation including FAQ but I can't find anything on
this subject.
Does this xwiki application document error messages someplace?
I'm stuck. Can someone give me some ideas on where to look for answers.
Lee
--
View this message in context: http://xwiki.475771.n2.nabble.com/The-new-GWT-based-WYSIWYG-editor-doesn-t-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
We run an xwiki for our internal development team ( version
2.2.4.28034). It's not a major concern, but the document index points to
'dead' pages. Either they don't exist anymore or they're inaccessible?
One example is "Build 6.2.35/0 - Issues Resolved".
"Build 6.2.35" is the space name, "0 - Issues Resolved" is the page
name. It always appears on the Document Index, but it doesn't seem to
exist. Using most of the page delete snippets I've seen, they use a
syntax similar to:
{{groovy}}
print " [[to delete>>"+xwiki.getURL("Space.Page", "delete")+"]]"
{{/groovy}}
Or
[delete page>$xwiki.getURL("Space.Page", "delete")]
Both of the above work (delete the page and remove from the index page)
for a 'normal' page, but not my 'dead' page.
Any help would be greatly appreciated.
Best regards,
Michael
NorthgateArinso
Thorpe Park
Thorpe Road
Peterborough
Cambs. PE3 6JY
UNITED KINGDOM
Phone: +44 (0)1733 316090
Fax: +44 (0)1733 588000
E-mail: michael.ebbage(a)northgatearinso.com
<mailto:michael.ebbage@northgatearinso.com>
URL: www.northgatearinso.com <http://www.northgatearinso.com/>
________________________________
NorthgateArinso is a trading name of NorthgateArinso UK Limited |
Peoplebuilding 2 | Maylands Avenue | Hemel Hempstead | Herts, HP2 4NW |
UNITED KINGDOM
Company registered number: 1587537 | Place of registration: England
The information contained in this email and any attached file is
confidential and may be legally privileged. It is intended solely for
the addressee. If you are not the addressee, you must not disclose,
copy, distribute or use the contents in any way that may be unlawful. If
you have received this mail in error please notify the sender and delete
it immediately. NorthgateArinso UK Limited cannot be held liable for
incomplete or corrupted transmission, delay in receipt or any errors or
omissions in the content of the email, as a result of the transmission.
No rights can be derived from this email. NorthgateArinso UK Limited has
taken reasonable precautions to ensure no viruses are present in this
email, NorthgateArinso UK Limited cannot accept responsibility for any
loss or damage arising from the use of this email or attachments.
>> Please consider the environment before printing this e-mail <<
Hi,
More than 6 months have passed since we introduced the new action menus
<http://platform.xwiki.org/xwiki/bin/view/Features/ActionBars>(in XE 2.1).
If you want to make a comparison you can look at the old menus Toucan
<http://code.xwiki.org/xwiki/bin/view/Skins/ToucanSkin>skin has.
It would be great to have some feedback on the way the new menus
improved/messed the productivity/flow.
There are lots of aspects we need to take into considerations because XWiki
is used worldwide both by developers and by less experienced users.
Suggestions on how we can still improve the menus are very welcomed.
Thanks for participating in improving the User Experience for Open-Source
projects,
Caty
Hi all
Thanks for good job - XWiki is very good platform.
I have such question: Do developers plan to create XWiki Office Plugin (or
similar) for OpenOfficeOrg?
If you do not plan it, how many people would welcome this plugin?
Thanks.
Hi,
I've recently updated my Xwiki using the same process as always, however
some Administration pages are showing the following error at the bottom now.
---
Customize XWiki.RegistrationConfig:
This configuration cannot be displayed because it was last edited by
Admin who doesn't have permission to edit this page.
---
---
Annotations
Customize AnnotationCode.AnnotationConfig:
This configuration cannot be displayed because it was last edited by
Admin who doesn't have permission to edit this page.
---
There is no user Admin, so i'm not sure where it's getting this from. My
account is the only Admin in the wiki. Is the import process somehow
trying to use "Admin" ?
Thanks.
Hi,
I have trouble trying to add 800 localization messages for UK locale to
XWIki localization site
http://platform.xwiki.org/xwiki/bin/view/Localization/XL10N
I receive following exception
> java.lang.RuntimeException: org.apache.xmlrpc.XmlRpcException:
> java.lang.NoSuchMethodException:
> com.atlassian.jira.rpc.xmlrpc.JiraXmlRpcService.getProjects(java.lang.String)
>
Any thoughts?
And BTW "Preview" and Edit are forbidden when adding comments to the
Localization/XL10N page
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/l10n-issue-posting-translation-to-XWiki-s…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I'm getting a strange exception involving a DB transaction:
Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
I think it may be related to this issue:
http://jira.xwiki.org/jira/browse/XWIKI-1736
Can anyone explain this exception to me and under which circumstances it can occur? I'm not able to save this document because of this error.
Here's a full stack trace:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Script Macro for content [
(script content here)
]
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:201)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:50)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:200)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:137)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:50)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:175)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:120)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:6847)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:6822)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:725)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:739)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:492)
at sun.reflect.GeneratedMethodAccessor392.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java: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.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
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.XWiki.parseTemplate(XWiki.java:1806)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1727)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:740)
at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java: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.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
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.XWiki.parseTemplate(XWiki.java:1806)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1727)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:148)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
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.ActionFilter.doFilter(ActionFilter.java:118)
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.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
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:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
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:689)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.script.ScriptException: javax.script.ScriptException: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:118)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.eval(AbstractJSR223ScriptMacro.java:260)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:191)
... 94 more
Caused by: javax.script.ScriptException: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:318)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:112)
... 96 more
Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
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:1340)
at com.xpn.xwiki.api.Document.saveDocument(Document.java:1765)
at com.xpn.xwiki.api.Document.save(Document.java:1729)
at com.xpn.xwiki.api.Document.save(Document.java:1718)
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 Script74$_run_closure2.doCall(Script74.groovy:83)
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.reflection.CachedMethod.invoke(CachedMethod.java:88)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
at groovy.lang.Closure.call(Closure.java:276)
at groovy.lang.Closure.call(Closure.java:289)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1167)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1143)
at org.codehaus.groovy.runtime.dgm$108.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:270)
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:125)
at Script74.run(Script74.groovy:79)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:315)
... 97 more
Thanks,
Joshua
Hello guys,
It's been a long time since I've done a build on the *platform* module.
However, doing an update on this module and invoking the maven command:
*mvn clean package -Pdev -Dtest=none -DfailIfNoTests=false *
in the main directory
(*/platform/trunks*) fails due to a typo in the *foxwiki*'s *pom.xml*.
The parent pom (*tools*) has version 2.4-SNAPSHOT while the child has the
2.3-SNAPSHOT version for the parent.
Fixed that.
Now a hard one:
Issuing the same mvn command in the *platform/trunks/core *dir fails when
compiling
the *XWiki Platform - Core - Annotations - REST Services* with the following
error:
*DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not
extend from DTDDVFactory**.*
*Please find the stacktrace err message in the following link:
http://pastebin.com/4zC4KPUf*
*
*
Before posting this mail I double checked the *.m2/settings.xml* file and
also did the same steps using another machine, a new checkout and an empty
mvn repo, just to be sure.
Still this problem persists.
As XWiki has a continuous build system, perhaps I
have mis-configured something and I would highly appreciate some feedback.
Best regards!
Ps:
The problem seems to be a class cast exception due to the fact that 2
versions of xercesImpl jar are used in the project (one with compile
scope,while the other with runtime scope).
In the latter case, the version 2.9.1 is used and I suspect this as the root
cause of the problem.
What forum would you recommend to use in combination with
X-Wiki? Its authorization is wished to be integrated with
X-Wiki's one, and userbase is wished to be taken from X-Wiki
(because WebDAV won't work otherwise IIUC).
Hello!
Yet another problem I'm encountering is lack of
proper escaping tools. I have noticed it when I
decided to use [ and ] in page titles.
«My Recent Modifications» became broken because
XWiki parsed [ and ]. Currently I have added
{pre} and {/pre} at both ends, but it is just a
krunch. What is the proper way? I have checked
$escapetool and $xwiki.get*Encoded APIs. There is
no common API to escape [, ], =, {, etc.
After upgrading from 2.3 to 2.4M1 there are lots of text
strings everywhere on every page. They look like this:
$xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true)
$xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true)
$xwiki.jsfx.use('uicomponents/widgets/notification.js', true)
$xwiki.ssfx.use('uicomponents/widgets/notification.css', true)
(snipped)
It's an easy-to-edit website that will help you work better
together. This Wiki is made of pages sorted by spaces. You're
currently in the Main space, looking at its home page (WebHome).
$xwiki.ssx.use('Main.Dashboard')
Also, there are exceptions java.lang.NullPointerException in logs
and lines like this:
[#|2010-06-13T12:59:22.015+0700|INFO|sun-appserver2.1|
javax.enterprise.system.stream.out|
_ThreadID=17;_ThreadName=http://metrolace.ru/bin/view/Main/;|
2010-06-13 12:59:22,015 [http://metrolace.ru/bin/view/Main/] ERROR
internal.DefaultVelocityEngine - Left side ($tagCount.size()) of '>'
operation has null value at velocity macro[line 54, column 24]|#]
What's going on? Did I something wrong while updating?
Greetings
On my wiki using swedish characters for xwiki page titles give ugly but
working entries in all panels, e.g. "Backlinks" "Recent modifications" and "My
recent modifications"
An example is having:
"Startsidor för våra intresseområden"
...instead of the correct:
"Startsidor för våra intresseområden"
Another example is putting thiss wiki code on top of a page:
= header that <look ugly> here =
The script responsible for for the texts in the panels is as follow:
<span class="panelitem">
<a href="$rdoc.getURL('view')">
$xwiki.getXMLEncoded($rdoc.displayTitle)
</a></span>
I've noticed that changing the third line into only $rdoc.displayTitle will
produce a nice looking entry, and $rdoc is set via
#set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
Now, can anyone see a purpose of using getXMLEncoded() for this? As far as I
have seen, it only breaks things.
-Joel
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Grad. student) Joel Forsberg
KTH Kemisk Teknologi
Teknikringen 41B
100 44 Stockholm
Work +46 8 7908252
e-mail: joelfo(a)kth.se
Hi,
I was wondering what is the best way to give wiki users the possibility to
create xwiki pages from a template. I was thinking of something like the
"CREATE PAGE" feature on xwiki but with an additional field called template
page. So when the page is created it has the same content as the template
page. Is there a plugin or application that already does that?
Regards,
Abel
I have seen another threads, but I didn't noticed any good idea. I have
only seen JCR project in the sandbox.
http://dev.xwiki.org/xwiki/bin/view/Design/JcrStore
I have no idea what is JCR. «JCR» sounds very different from
«filesystem». Installing and maintaining JCR is likely to be yet another
brainache I'd like to skip. Finally, «Translate XWQL to JCRSQL2» sounds
very different from «simple and reliable». «Storing 10Mb octet streams
in database» doesn't sound like being reliable, and indeed it caused
strange problems recently.
So my humble wish is to see xwikiattachment_content table replaced with
a mere filesystem storage. Other tables left intact. Maintaing
«Space/Document/Attachment» structure is not a requirement (althoung it
would be nice since I could share it in GreyLink DC++ this way).
--
If you want to get to the top, you have to start at the bottom
Hello!
I have set up XWiki on my server. J2EE 5, GlassFish 2, MySQL. Moving
attachments around caused big problems so I had to turn off versioning
and recycle bin, if this matters:
#-# Role hints that differentiate implementations of the various storage
components. To add a new implementation for one
#-# of the storages, implement the appropriate interface and declare it
in a components.xml file (using a role-hint other
#-# than 'default') and put its hint here.
#
#-# The main (documents) storage.
# xwiki.store.main.hint=default
#-# The attachment storage.
# xwiki.store.attachment.hint=default
#-# The document versioning storage.
# xwiki.store.versioning.hint=default
#-# The attachment versioning storage. Use 'void' to disable attachment
versioning.
xwiki.store.attachment.versioning.hint=void
#-# The document recycle bin storage.
# xwiki.store.recyclebin.hint=default
#-# The attachment recycle bin storage.
xwiki.store.attachment.recyclebin.hint=void
#-# Whether the document recycle bin feature is activated or not
# xwiki.recyclebin=1
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
#-# Whether the document versioning feature is activated or not
# xwiki.store.versioning=1
#-# Whether the attachment versioning feature is activated or not
xwiki.store.attachment.versioning=0
#-# Whether the attachments should also be rolled back when a document
is reverted.
xwiki.store.rollbackattachmentwithdocuments=0
I am testing this wiki and amongs other problems encountered the
following one.
There is a photoalbum application instance. Here is my test album:
http://metrolace.ru/bin/Photos/HubPicknick0410
The problem is that attachments are disappearing after some time. Or,
speaking preciselly, their size becomes 0 when one visits a page with
particular photo.
This is files viewer:
http://metrolace.ru/bin/Photos/HubPicknick0410?viewer=attachments
This is a snapshoted version: http://www.peeep.us/f01aa5ce
Some files have version 1.2 just because I have reuploaded them when
their size became 0 for the first time.
Some files are zero-sized. Others left intact. However, visiting
particular photo by clicking it triggers disappearing. One can click any
photo, and then visit "files" viewer and notice that exactly this file
has changed its size to 0.
--
If you want to get to the top, you have to start at the bottom
Dear Xwiki:
I’m an individual looking to start a site dedicated to neuroscience. Would
you please host me on your servers? My user name is ggosey . This
corresponds to the email address I entered that is wctneuro(a)gmail.com . I
would like the server name to be WCTN.myxwiki.org .
Please let me know if this is possible.
Thanks very much.
Sincerely,
Max Gosey
Hi All
I am having a problem uploading a xar file. I get "Java Heap Space, Out
of memory exception" (full message below).
I've downloaded the latest version of XWiki for windows xp (beginner's
version with HSQLDB & Jetty).
In my start_xwiki.bat I have set "set JAVA_OPTS=-Xmx1600m -Xms512m".
1.6gb is the maximum as xwiki would not start if I go over this.
I don't think I have CATALINA.bat any ware so I din not find where to
set CATALINA_OPTS.
I have changed file upload size to 133MB by going to
http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=objec
t and changing Maximum Upload Size:.
The .xar file is 90MB downloaded as backup from
http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/WebHome.
I do not know what version this runs on since it is on one of the xwiki
farm things :-).
I have Win XP with 3.5gb memory available.
Has anyone had this error recently?
Regards
Ajdin Brandic
Here is the full error message:
A problem occured while trying to service your request. Please contact
the support if this happens again.
Detailed information:
Error number 11014 in 11: Java Heap Space, Out of memory
exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 11014 in 11: Java Heap Space,
Out of memory exception
Wrapped Exception: null
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.getFileItemData(FileUpl
oadPlugin.java:297)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:78)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:94)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Wrapped Exception:
java.lang.OutOfMemoryError
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(Unknown Source)
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.getFileItemData(FileUpl
oadPlugin.java:293)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:78)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:94)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--------------------------------------------------------
NOTICE
This message and any files transmitted with it is intended for the addressee only and may contain information that is confidential or privileged. Unauthorised use is strictly prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, except for the purpose of delivery to the addressee.
Any views or opinions expressed within this e-mail are those of the author and do not necessarily represent those of Coventry University.
Hello.
Silvia and me have created a DRAFT for XWiki.org Documentation Standard
found at :
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiOrgDocumentationStandard
In order to move towards the final version, we need your input on 2 issues.
- For which project version we create & maintain documentation
- Which skins we are going to support in the documentation (latest/all)
Although, these issues were discussed in December 2009, no final result
came out of them.
http://markmail.org/message/ou7hgdiiwgayghku#query:+page:1+mid:ou7hgdiiwgay…
1. the project version (XE version for ex) for which the documentation
is created/updated/maintained.
We have several choices:
a) We make the documentation only for the latest version.
b) We make the documentation only for the latest version, and we
export the pages at release time and make it available as a zipped HTML
export so that people using the older version can refer to them.
c) We make the doc work the last 2 releases. That would be 2.3 and
2.4.
Note: If option b) is chosen then we need to add a step to the
release process. (export for every release)
2. The skin used for documenting steps. This also includes the screenshots.
Again we have several choices:
a) Document only for the latest default skin.
b) Document for all supported skins. Right now that would be Toucan
+ Colibri (not sure about Albatross, I don't think we've officially said
it wasn't supported).
Note: If option b) is chosen, this would mean 2 screenshots for the
same feature (one for each skin)
The vote content was mostly taken from the markmail link above.
If you have any other suggestions regarding this draft, please reply and
state your opinion. We need as much feedback as possible in order to
create a solid documentation standard.
Hi,
For a while we've been discussing how the new Rights Management UI is gonna
look like. After 5 prototype versions, we may have reached a conclusion.
Please take a look at:
*Prototype*
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
*Explanations*
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/RightsProposal
Please cast your vote if this is gonna be the final Rights representation,
so that we may start the implementation.
my +1
Any feedback is welcomed and we can still added improvements to this
version.
The current version is a collaborative work done by me, Denis Gervalle,
Raluca Stavro, Alex Busenius, Roman Muntyanu and many others (Guillaume,
Sergiu, Vincent, Thomas). Thanks everyone for participating in the process.
Thanks,
Caty
p.s: former discussion about mocking process can be seen at [Proposal]
Rights Management UI http://markmail.org/thread/zgzufskvhe6xt6ey
Hello xwiki users (& friends),
At the xwiki I enabled stats at xwiki.cfg but calling the stat modules
fails for all graph stuff.
You may review http://m2m.fm:8080/xwiki/bin/view/Stats/ (version 2.3.1)
And the result for monthly/yearly/all-time stats is as follows.
Already seen?
Best regards, thx in advance,
Pierre
Unexpected charting exception: Could not initialize class
org.jfree.chart.JFreeChartjava.lang.NoClassDefFoundError: Could not
initialize class org.jfree.chart.JFreeChart at
com.xpn.xwiki.plugin.charts.ChartingPlugin.generateChart(ChartingPlugin.
java:126) at
com.xpn.xwiki.plugin.charts.ChartingPluginApi.generateChart(ChartingPlug
inApi.java:55) at
com.xpn.xwiki.plugin.charts.ChartingMacro.execute(ChartingMacro.java:81)
at
com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.
java:91) at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89
) at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169) at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEng
ine.java:96) at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java
:130) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:272) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:202) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:170) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:85
0) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:82
3) at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.ja
va:219) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2600) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2565) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2514) at
com.xpn.xwiki.api.Document.display(Document.java:1138) at
sun.reflect.GeneratedMethodAccessor319.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:332) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:366)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:366)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:272) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:202) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:170) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultX
WikiRenderingEngine.java:159) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:79
4) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:81
1) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:525)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:57) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.
java:493) at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpressio
n.java:71) at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDir
ective.java:142) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1729) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:837) at
sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:332) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1840) at
com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1761) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236) at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
51) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0) at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665) at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528) at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81) at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685) at java.lang.Thread.run(Thread.java:636)
When a user has editing right, and when enabling the Advanced user type,
this user can change the access rights of the page. Was it meant to be like
that?
I recall that this option (in previous versions) was only available for
users who have admin rights, not for anyone.
Version 2.2.1.27354 and the one that is on playground, 2.3.28624, present
this issue.
--
Atenciosamente,
Erica Usui.
Hello, after playing around with the live table results macro, I found
that if a user does not have full wiki admin access, but only is an
admin of a Space, the links in the Actions column are not displayed.
I was hoping to create a Live Table page for a space so users could
see a space index with easy to use links for actions to perform on
each document in that space. (ie: links to: copy, delete, rename,
rights )
This is contrary to what I'd expect to happen. If I give the user
admin access to the entire wiki, then it displays correctly.
To reproduce:
1) Create a space index page with the following velocity code (replace
__SPACENAME__ with the name of the space):
--------------------------------------------------
{{velocity}}
#set($collist = ["doc.name", "doc.space","doc.date", "doc.author", "_actions"])
#set($colprops = {
"doc.name" : { "type" : "text" , "size" : 30,
"link" : "view"},
"doc.space" : { "type" : "text", "link" : "space",
"filterable" : "false" },
"doc.date" : { "type" : "date" },
"doc.author" : { "type" : "text", "link" : "author"},
"_actions" : {"actions": ["copy","delete","rename","rights"]}
})
#set($options = { "topFilters":'<input type="hidden" title="Filter On
Space" size="${colprop.size}" name="doc.space"
id="xwiki-livetable-allsoftwaredocs-filter-5" value="__SPACENAME__"
/>',
"translationPrefix" : "xe.index.",
"rowCount": 15 })
#livetable("allsoftwaredocs" $collist $colprops $options)
{{/velocity}}
--------------------------------------------------
2) Give a normal user Admin priveleges in that space
3) View page as the Wiki Admin user to see the links displayed in the
"Actions" column
4) View page as the user you just gave Admin within the space to see
the column show up, but no links in it!
Cheers,
- James Cuzella
Tables - Copying and pasting from excel into Xwiki
I tried to copy a table in excel and paste it(from the clipboard) into a
document in Xwiki which was open in WYSIWYG mode. The table looked fine but
when i looked at the document in WIKI mode it came up in the following
format
(% border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse; width: 144pt;" width="192" %)
(% height="17" style="height: 12.75pt;" %)|(% height="17" style="height:
12.75pt; width: 48pt;" width="64" %)Value1|(% style="width: 48pt;"
width="64" %)Value2|(% style="width: 48pt;" width="64" %)Value3
(% height="17" style="height: 12.75pt;" %)|(% height="17" style="height:
12.75pt;" %)NextValue2|NextValue3|NextValue4
I thought the table would come up looking like this (In Wiki mode)
|value1|Value2|Value3
|nextValue1|nextValue2|nextValue3
What exactly is that format that appeared when i copied and pasted the table
from excel? it looks like cascading style sheet but not quite exactly
cascading style sheet.
How can i understand it?
And also sometimes i see reference to definitions of styles within the table
(i.e. class="xl25", class="x122") etc. Where would this classes be defined
and if i upgrade the xwiki installation would these style
(% height="17" style="height: 12.75pt;" %)|(% class="xl22" height="17"
str="- 2.8.17 [Ref #15] Check for message displayed. " style="height:
12.75pt;" %)- 2.8.17 [Ref #15] Check for message displayed. |(% class="xl22"
style="border-left: medium none;" %)
(% height="17" style="height: 12.75pt;" %)|(% class="xl22" height="17"
str="- 2.8.17 [Ref #16] Check for message reversion. " style="height:
12.75pt;" %)- 2.8.17 [Ref #16] Check for message reversion. |(% class="xl22"
style="border-left: medium none;" %)
Thanks
Hi Caty, all,
It took me some time and thinking to figure out how the UI works and what the yellow highlight means. I'm not sure we reduced complexity, which was one of the objective of the UI redesign. If this is basic, I imagine the advanced UI will be pretty scary :)
Once you understand it, the UI makes sense. The visual clue that specifiying a right to evalica forbid the same right for all group and guest is very good.
Note: I have not followed the thread about this UI redesign (my look at it is "fresh", for what it worth).
Jerome.
----- "Ecaterina Valica" <valicac(a)gmail.com> wrote:
> Hi,
>
> For a while we've been discussing how the new Rights Management UI is
> gonna
> look like. After 5 prototype versions, we may have reached a
> conclusion.
>
> Please take a look at:
> *Prototype*
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
> *Explanations*
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/RightsProposal
>
> Please cast your vote if this is gonna be the final Rights
> representation,
> so that we may start the implementation.
> my +1
> Any feedback is welcomed and we can still added improvements to this
> version.
>
> The current version is a collaborative work done by me, Denis
> Gervalle,
> Raluca Stavro, Alex Busenius, Roman Muntyanu and many others
> (Guillaume,
> Sergiu, Vincent, Thomas). Thanks everyone for participating in the
> process.
>
> Thanks,
> Caty
>
> p.s: former discussion about mocking process can be seen at
> [Proposal]
> Rights Management UI http://markmail.org/thread/zgzufskvhe6xt6ey
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
I have some html-pages as attachment of a wiki-page.
The html-page are using UTF-8 encoding.
However, while the xwiki page is delivered as utf-8, attached html-pages will delivered as iso-8859-1
Is there a way to configure the attachment encoding?
Stefan Bachert
http://gwtworld.de
On Tue, Jun 8, 2010 at 09:01, Denis Gervalle <dgl(a)softec.lu> wrote:
> On Mon, Jun 7, 2010 at 17:00, Ecaterina Valica <valicac(a)gmail.com> wrote:
>
> > > It will if it display the inheritance source in a column. For right set
> > at
> > > current level this column could even precise what inheritance has been
> > > overwritten, both in terms of allowance and origin.
> > >
> > > Denis.
> >
> >
> > Hi Denis,
> >
> > "Something" like this:
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
>
>
> Yes, "something" like that. I would have expected a "back to basic" button
> in place of "advanced, and the removal of the basic interface to avoid
> duplicating basic rights. Maybe the menu should be horizontal in the
> advanced interface, I do not know. Also add some hyperlinks to upper level
> in the column explaining inheritance. And put the highlight of changes over
> the rest of the row (includes name and inheritance)
>
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
About:
> I would have expected a "back to basic" button
> in place of "advanced, and the removal of the basic interface to avoid
> duplicating basic rights
>
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights43Propos…
This removal of the basic interface will be set from the user profile's
variables (if it has advanced type)? I mean if the user is advanced, all the
rows will be presented in advances?
I'm asking because I think the collapsed view is great to see changes up in
the table, where you don't care the advanced status of those rights.
> WDYT ? Is this interesting ?
>
it's nice :P I would love to see some other opinions.
Thanks,
Caty
I'm trying to create a live table similar to the "All Docs" one in
Main, but filtered for a specific space (in this case, named
Software).
i've used the Live table snippet for the table page itself:
-------------------------------------------
{{velocity}}
#set($collist = ["doc.name", "doc.space","doc.date", "doc.author", "_actions"])
#set($colprops = {
"doc.name" : { "type" : "text" , "size" : 30,
"link" : "view"},
"doc.space" : { "type" : "text", "link" : "space"},
"doc.date" : { "type" : "date" },
"doc.author" : { "type" : "text", "link" : "author"},
"_actions" : {"actions": ["copy","delete","rename","rights"]}
})
#set($options = { "resultPage":"XWiki.SofwareTableresults",
"translationPrefix" : "xe.index.",
"rowCount": 15 })
#livetable("allsoftwaredocs" $collist $colprops $options)
{{/velocity}}
-------------------------------------------
And here's the Software table results page:
-------------------------------------------
{{include document="XWiki.LiveTableResultsMacros" /}}
{{velocity}}
#set($extra = "")
#if("$!request.space" != "") #set($extra = "${extra} and doc.space =
'$request.space'") #end
#if("$!request.orphaned" == "1") #set($extra = "${extra} and
doc.parent='' and doc.name<>'WebHome'") #end
#gridresultwithfilter("$!request.classname",
$request.collist.split(","), "doc.space = 'Software' ", "${extra}")
{{/velocity}}
-------------------------------------------
As soon as I added the ""doc.space = 'Software' " parameter to the
gridresultfilter(), it broke the page and gives: "Failed to execute
macro: velocity"
What is the correct way to filter the query?
Thanks,
- James Cuzella
Hi,
I'd like to start a wiki for practitioners of Hapkido, a Korean martial art.
We (a group of students of Hapkido) will use the wiki to store and share
learned techniques.
myxwiki username: jmorfit3
desired wiki server name: hapkido.myxwiki.org
alternate wiki server name: omaahkd.myxwiki.org
Thanks,
/John Morfit
Hi xwiki-users,
I seem to be having trouble including JARs in my Groovy classpath. I'm
trying the following:
{{groovy jars="attach:test-1.0.jar"}}
try {
def x = Class.forName("com.test.TestMe")
out.println(x)
}
catch(e) {
out.println("FAILURE: " + e)
}
{{/groovy}}
This ends up with the text "FAILURE: ClassNotFoundException", but if I
change the first line to:
Class.forName("com.test.TestMe", false, this.getClass().getClassLoader())
it seems to work. But, when I try this instead:
{{groovy jars="attach:wiki:Sandbox.Test"}}
try {
def x = Class.forName("com.test.TestMe", false,
this.getClass().getClassLoader())
out.println(x)
}
catch(e) {
out.println("FAILURE: " + e)
}
{{/groovy}}
it "red-boxes" me with a NullPointerException at the end (at
com.xpn.xwiki.doc.DefaultDocumentAccessBridge.getAttachmentContent(DefaultDocumentAccessBridge.java:510)).
And, same issue if I try it without the ClassLoader.
Ultimately, I'm trying to wrap this in a WikiMacro, but none of these
options work if I put the code in a WikiMacro object. Anyone have luck with
JAR attachments? Thanks in advance!
Hi,
I try to configure annotations on cop-1.myxwiki.org without success
The annotation menu doesn't appear on that wiki
Can you help please. I've read somewhere in the forum that it is related to developer right on a space but I don't know how I can deal with that.
Kind regards
http://epist.bouygues-construction.com/images/structis.gif<http://epist.bouygues-construction.com/images/structis.gif>
Eric JUIN
Directeur Partage de la Connaissance - e|services
STRUCTIS - Gie Informatique BOUYGUES CONSTRUCTION
e.juin(a)bouygues-construction.com
Tél: + 33 1 30 60 21 07
Mob: +33 6 60 35 21 07
http://epist.bouygues-construction.com/images/feuille.jpg<http://epist.bouygues-construction.com/images/feuille.jpg>
Respectons l'environnement, n'imprimez ce message que si nécessaire
Please consider the environment before printing this mail
--
Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee. Si vous n'etes pas le bon destinataire, nous vous demandons de ne pas lire, copier, utiliser ou divulguer cette communication. Nous vous prions de notifier cette erreur a l'expediteur et d'effacer immediatement cette communication de votre systeme.
Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized. If you are not the right addressee, we ask you not to read, copy, use or disclose this communication. Please notify this error to the sender and erase at once this communication from your system.
A small variation for Version 3
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3AProposal
Changes:
- improved the display of inheritance of rights within a role
description;
- emphasize the display of "Inherited"|"Allow"|"Deny" by using color and
icon representation.
For Rights version 4 I'll remove the concept of Role.
Thanks,
Caty
On Thu, May 20, 2010 at 15:30, Ecaterina Valica <valicac(a)gmail.com> wrote:
>
>
> On Wed, May 19, 2010 at 21:04, Denis Gervalle <dgl(a)softec.lu> wrote:
>
>> On Wed, May 19, 2010 at 16:33, Ecaterina Valica <valicac(a)gmail.com>
>> wrote:
>>
>> > Hi Denis,
>> >
>> > On Wed, May 19, 2010 at 16:52, Denis Gervalle <dgl(a)softec.lu> wrote:
>> >
>> > > On Wed, May 19, 2010 at 12:39, Ecaterina Valica <valicac(a)gmail.com>
>> > wrote:
>> > >
>> > > > On Tue, May 18, 2010 at 18:29, Denis Gervalle <dgl(a)softec.lu>
>> wrote:
>> > > >
>> > > > > On Tue, May 18, 2010 at 17:08, Guillaume Lerouge <
>> > guillaume(a)xwiki.com
>> > > > > >wrote:
>> > > > >
>> > > > > > Hi,
>> > > > > >
>> > > > > > On Tue, May 18, 2010 at 11:03, Ecaterina Valica <
>> valicac(a)gmail.com
>> > >
>> > > > > wrote:
>> > > > > >
>> > > > > > > Hi,
>> > > > > > >
>> > > > > > > I've reviewed some of your feedback and added them to Rights
>> > > > Management
>> > > > > > UI
>> > > > > > > Proposal *VERSION 3*:
>> > > > > > >
>> > > > > > > *Partial Prototype*
>> > > > > > >
>> > > > > > > - Wiki Level:
>> > > > > > >
>> > > >
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Wiki
>> > > > > > > - Space Level:
>> > > > > > >
>> > > > >
>> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Space
>> > > > > > > - Page Level:
>> > > > > > >
>> > > >
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Page
>> > > > > > >
>> > > > > > > *Desired Interaction*
>> > > > > > >
>> > > > > > > -
>> > > > > > >
>> > > > > >
>> > > >
>> >
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Proposal
>> > > > > > >
>> > > > > > > Thanks,
>> > > > > > > Caty
>> > > > > > >
>> > > > > >
>> > > > > > I like the separation between rights definition and rights
>> > > affectation.
>> > > > > > Only
>> > > > > >
>> > > > >
>> > > > > Nice indeed, but I do not understand how it could fits with
>> current
>> > > > > implementation.
>> > > > >
>> > > > >
>> > > > > > downside -> inherited rights are displayed less clearly than
>> what
>> > > they
>> > > > > were
>> > > > > > in version 2.
>> > > > > >
>> > > > >
>> > > > > and I do not see any inherited information anymore.
>> > > > >
>> > > >
>> > > > For example, in Space Level
>> > > > http://localhost:8084/xwiki/bin/view/Improvements/Rights3Space
>> > > > the text in yellow represents the inherited users and inherited
>> roles
>> > > from
>> > > > upper level.
>> > > >
>> > > > The text in black (evalica with Reviewer and the Reviewer
>> definition)
>> > is
>> > > > specified only for this level.
>> > > >
>> > > > After the save the added "Reviewer" right is gonna look like this:
>> > > >
>> > > >
>> > >
>> >
>> http://localhost:8084/xwiki/bin/download/Improvements/Rights3Proposal/addU6…
>> > >
>> > >
>> > > Thanks for these precision, I have better understand your idea.
>> > (Personally
>> > > I have some difficulties with colors (partially color blind), so
>> > > information
>> > > based on colors is not always easy for me.)
>> > >
>> >
>> > So you're a great test candidate :). I also received a mail from Roman
>> (he
>> > wanted icons to represent rights), so what I can do for you is to try a
>> > version with color + little icon to represent
>> "Inherited"|"Allow"|"Deny". I
>> > will think about it.
>> >
>>
>> I think that could be nice to have more visual than color information
>> for inheritance. The way it was in proposal 2 was fine, since this was
>> more
>> intensity than color.
>> And I will be pleased to be your candidate. Be careful that using icons
>> for
>> representing specific rights could add complexity when (later) components
>> add new rights dynamically.
>>
>>
>> >
>> >
>> > >
>> > >
>> > > > >
>> > > > > So, proposal 3 seems less interesting than proposal 2. I do not
>> see
>> > > what
>> > > > it
>> > > > > solves based on previous comments either.
>> > > > > Caty, could you explain further your goals with this proposal ?
>> > > > >
>> > > >
>> > > > I tried in proposal 3 to make it more easy to use. People told me
>> that
>> > > they
>> > > > didn't understood the "Containing Spaces/Pages" so I've removed it.
>> > > > This proposal gives the users the possibility to create Roles that
>> can
>> > > have
>> > > > semantically value to them and thus making the rights more easy to
>> use.
>> > > >
>> > > > This proposal accommodates the case: "Not sure it's scalable. In the
>> > > future
>> > > > applications/components will be able to register new rights".
>> > > > Having the rights displayed vertically and only on Add, makes the UI
>> > more
>> > > > scalable, and in the code we could add as many rights as we would
>> want.
>> > > > Also
>> > > > the spaces is now more economical having just "Allow"/"Deny"
>> columns.
>> > > >
>> > >
>> > > I completely agree that proposal 3 is clearer. The problem is that
>> > > your samples and the structure of this proposal are really far from
>> > current
>> > > implementation.
>> > > Proposal 2 were fitting better but the samples where also not
>> realistic
>> > and
>> > > remarks from Thomas about global wiki users should also be integrated.
>> > >
>> >
>> > About Thomas feedback, don't you like
>> >
>> >
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Proposal#HN…
>> > ?
>> >
>> >
>> > >
>> > > So, I am puzzle by your goals here. Aren't we going too fast ?
>> > > Since there is very poor documentation about the way XWiki rights
>> works
>> > (I
>> > > would be happy to improve that, but it will require some time), I have
>> > the
>> > > impression that there is a important misunderstanding of how
>> inheritance
>> > is
>> > > effectively applied. So the design of a proper UI is not easy. I have
>> > also
>> > > read the draft of Sergiu that aims to improve the documentation, but
>> > either
>> > > I have not understand it or it does not describe current behavior.
>> > >
>> > > So the question is for me, are we designing this UI to think about
>> future
>> > > possibilities or to replace the current UI ?
>> > >
>> >
>> >
>> > My purpose is "to make rights easy to use at last". IMO this means do
>> > whatever it takes to make them "easy to use" :) I try to base my
>> proposal
>> > on
>> > existing code, but I never disregard new functionalities that I can add
>> if
>> > this means the UI and experience is gonna be improved.
>> >
>> > The only thing Rights version 3 is adding is the "Role" part, which is
>> some
>> > kind of groups for rights. If the solution given is gonna be convincing
>> > enough to be use in the rights part (not yet .... but maybe some version
>> of
>> > it) I'm sure there will be someone that is gonna want to implement it.
>> > Until
>> > then I will continue to prototype and find out how we can add all that
>> > functionality in one place.
>> >
>>
>> Well, this precisely the grouping of right that is a big change.
>> Currently,
>> right are inherit individually, not as a group.
>> Moreover, the inheritance is a little bit particular, since allowing a
>> given
>> right at lower level, will deny that same right for anybody else even if
>> this right is allowed at a higher level.
>> Said another way, once an allowance for a given right has been found and
>> you
>> are not part of it, you are denied.
>> Of course, there is an exception to this rules regarding global admin
>> rights, these ones are evaluated before and gets priority.
>>
>> I would agree if you find this to be not the correct way of evaluating
>> right, but this is the way it works since the beginning. There is also an
>> option to evaluate rights based on a hierarchy of spaces, but this one is
>> usually disabled. It will probably be revived when such hierarchy of space
>> are bring back using the new reference model.
>>
>> So, I am convinced that current right management is poor, but changing it
>> will require important changes, and time.
>>
>> Hope you get a better idea of my concerns. For detailled information on
>> how
>> rights are processed, you may want to have a look at
>> http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiRightServiceReversed.
>> This
>> is really bare documentation of the code, but it tells the truths.
>>
>
> Denis, thanks for the extra info
> Caty
>
>
>>
>> Denis
>>
>>
>> >
>> > And yes... I need to focus more on the inheritance again.
>> >
>> > Thanks,
>> > Caty
>> >
>> >
>> > > Denis
>> > >
>> > >
>> > > > Thanks,
>> > > > Caty
>> > > >
>> > > > >
>> > > > > Denis
>> > > > >
>> > > > >
>> > > > > >
>> > > > > > Also, a drop-down might be better than an autosuggest when
>> > selecting
>> > > > > which
>> > > > > > right should be added to a role.
>> > > > > >
>> > > > > > Guillaume
>> > > > > >
>> > > > > >
>> > > > > > > _______________________________________________
>> > > > > > > devs mailing list
>> > > > > > > devs(a)xwiki.org
>> > > > > > > http://lists.xwiki.org/mailman/listinfo/devs
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Guillaume Lerouge
>> > > > > > Product Manager - XWiki SAS
>> > > > > > Skype: wikibc
>> > > > > > Twitter: glerouge
>> > > > > > http://guillaumelerouge.com/
>> > > > > > _______________________________________________
>> > > > > > devs mailing list
>> > > > > > devs(a)xwiki.org
>> > > > > > http://lists.xwiki.org/mailman/listinfo/devs
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Denis Gervalle
>> > > > > SOFTEC sa - CEO
>> > > > > eGuilde sarl - CTO
>> > > > > _______________________________________________
>> > > > > 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
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Denis Gervalle
>> > > SOFTEC sa - CEO
>> > > eGuilde sarl - CTO
>> > > _______________________________________________
>> > > 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
>> >
>>
>>
>>
>> --
>> Denis Gervalle
>> SOFTEC sa - CEO
>> eGuilde sarl - CTO
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>
>
Hi Denis,
I want to thank you again for all the help you are giving :P
Please take a look at a proposal for "V3 and my 3)" version with elements
from Rights2 :)
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal
and in "action"
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Space
The prototype is not reflecting the "desired" interaction: both inherited
info and rights change appear on hover (right icon and arrow), instead of
hover | click.
That "v" needs to be an arrow like the one we use in the action menus.
On Tue, Jun 1, 2010 at 19:06, Denis Gervalle <dgl(a)softec.lu> wrote:
> Caty,
>
> Really nice and interesting post, I will try to reach that level... but
> without visual :\
>
> I really think that using the collapsed view for editing would helps basic
> users to have a simplified and more easy interface to understand. We may
> even imagine that only "advanced user" (those marked so in their profile),
> has access to the expanded view.
>
> I think that the collapsed view missed an additional icon that summarize
> the
> rights that are not shown. This one would only be shown if there is any
> non-defaulted additional right in action.
This is a signal that extended
> rights are in use (See it like the grey box of Windows when special rights
> are setup, which is inviting to go into advanced view to know more). This
> one would be obviously not editable, and should probably work like the ...
> or replace it ? In place of the ... . Concerning the ..., I am not sure,
> but
> I would also prefer to see a textual link "advanced" in small font, and
> only
> visible when row is hovered.
>
>
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
> Order of right are not significant, so I would prefer that in all view,
> these where in the same order, with the basic right first (V/C/E/D/A/P) and
> the additional right in their order of registration (hope that it will stay
> constant... or we will have to find a way to keep them ordered).
> The "right" part of each icon should be grayed if the right is inherited
> and
> not grayed if the right is set locally, this improve the information
> provided in V3.
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
The problem with this icons (taken from Silk) is that there is little
difference for View, Comment, Admin icons between the two states (inherited,
locally set) - but this is something we can easily improve (by changing the
icons and looking for some more contrast).
Example: This is how they look when all rights are set locally (full color)
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights43Propos…
> I also think that the +/- (which is never grayed) could be
> nearer to the right icon. Maybe you could use a green V and a read "stop"
> in
> place of +/- ?
>
The other mockup versions (like
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights41Space) used
v/x for the allow/deny representation, and yes, I agree that they are more
suited than +/-.
The problem is that we are using in XWiki, X to represent delete, so having
two xX was too much, that's why I introduced +/-. Maybe we can find another
solution.
>
> Regarding the collapsed view, I see three possibilities to investigate for
> allowing edition while improving readability (note that readability has the
> same issue in expanded view, but it seems to be less annoying) :
>
> 1) use V3, but when hovering a row, use V2 on that row and allow drag/drop
> (keeping V2 until drop even is hover is temporary lost). Not sure this will
> be nice in practice ? see 2)
>
> 2) use a presentation in 4 columns, for both collapsed and expanded view,
> the first column behing a read-only summary like V3, and the 3 column being
> an ordered V1. However, dragging from summary would be allowed. The 3
> detailed column could be shown only when a drag is started from summary, or
> with a global horizontal expansion button... Basic user would have access
> to
> this, but not necessarily to vertical row expansion. Not sure this is not
> an
> increase in complexity ? so, see 3)
>
> 3) use V3, and a similar interface to what we have in current right
> management interface. Since saved are postponed (not like we have
> currently), using this one may be both practical and could helps the
> transition for existing user as well. With all the belts and whistle added
> to clearly state changes and inheritance, this will be similar but really
> better than what we have.
>
> If we go for V3 and my 3) proposal, I also wonder if the current table
> header is well done. I do not like it when nothing is expanded since it is
> confusing, too large, and not significant. It will be even more unexpected
> if you follow me on the "advance user" case, when a basic user look at it.
> Maybe you could try a changing header, only expanding when there is
> expanded
> row, or, you could move the expanded header in each expanded row, keeping a
> simplified header at the top.
>
> WDYT ?
>
> Denis
>
>
Other problem that this proposal has is the representation of "advanced
rights". If we don't like the textual description and we want to add icons,
IMO we have two solutions:
A) use the same abstract icon, but with different color, ex. a key or lock
icon with color representation ("blue" for "programming", "green" for
"captchaComment", etc)
- the problem here is for the people that have some kind color blindness and
will not distinguish between some color tones (this is the case when we
gonna have lots of "advanced" | non default rights)
B) use the same abstract icon and with an order index (like numbers 1, 2,
etc or characters A, B, etc)
These representations are based on the fact that "advanced rights" will be
added by other developers and the icon will not be custom made for a specif
right.
Another thing we need to consider for this proposal is how the filtering is
gonna be made.
>
> On Tue, Jun 1, 2010 at 12:54, Ecaterina Valica <valicac(a)gmail.com> wrote:
>
> > On Tue, Jun 1, 2010 at 10:03, Denis Gervalle <dgl(a)softec.lu> wrote:
> >
> > > Caty,
> > >
> > > I probably have an issue with my browser (Chrome/Mac) but I cannot see
> > the
> > > icons :(
> > >
> >
> > Fixed: thanks.
> >
> > Made some screenshots with how it suppose to look like:
> > - Wiki:
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > - Space:
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> >
> >
> > > Anyway this seem to me nice, but I am not sure you should prevent
> > changing
> > > rights in summary mode. I think that summary mode should allow simple
> > right
> > > management, and for 'casual' or less knowledgeable users, this should
> be
> > > the
> > > only mode used. This is not only a summary, but also a simplified
> > > interface.
> > >
> > > WDYT ?
> > >
> >
> > I had your vision (changing rights in summary mode) in mind when I
> started
> > prototyping. Let me show you some versions:
> >
> > V1_space) First version took the exact order from the extended view
> (first
> > Allow, second Deny rights)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> >
> > + this version lets the user drag its right to the appropriate column
> > +- has the same representation as the extended version
> > --- there is no scanability: if I want to see the status of "delete"
> right
> > for different groups/users I have to search for them (making me dizzy :P
> )
> > + there is no gapping space between rights
> >
> > V2_space) Tried to fix the dizziness by providing same order/position for
> > rights
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > +- this version lets the user drag its right to the appropriate column,
> > but the user has not control over the position he choose to drop the
> > target:
> > the right will appear on the column it's suppose to be
> > +- doesn't have the same representation as the extended version
> > (allowed/denied order broke, determined order present)
> > + scanability: it's easy to scan for the searched column/position
> > - gap space between rights: ex. evalica-DenyDelete: some users might
> not
> > like that gap and may not understand why is there (is it a bug?)
> >
> > See also:
> > V2_wiki)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > V2_wiki_expanded)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> >
> > As you see in V2) has the same functionality as the expanded version.
> > The main benefit is that is occupying less space, but we still need the
> > expanded view for the Inherited/detailed information for each right.
> >
> > The down side of version 2
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > is that if I want to *summarize *a global state for a given right (ex see
> > for what users 'delete' is allowed/denied) at a global level, not at a
> > group/user level, the same dizziness effect appears (I have to search for
> > 'delete' right in three columns, for all the users)
> >
> > V3) is the current proposal, it compresses the 3 column spread
> information
> > in one view.
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > - this version doesn't lets the user drag its right to the appropriate
> > column
> > +- doesn't have the same representation as the extended version
> > + scanability: it's easy to scan for the searched column/position at a
> *
> > global* level
> > + there is no gapping space between rights
> >
> > V3_wiki)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> > is equivalent to
> > V2_wiki)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> >
> > I prefer V3) over V2):
> > + Summary does what is suppose to: give a global summary of existing
> > rights, without being concerned of the type of the right (inherited,
> > locally
> > allowed, locally denied)
> > + Good Readability
> > +/- Doesn't allow rights to be dragged around. I prefer changing rights
> in
> > expanded mode because there you also have more information, like source
> of
> > the inheritance + 3 columns.
> >
> > Being compact it's easier to understand the "local source of inheritance"
> > for a given right. For example, allowing "view" right for 'evalica' will
> > deny it for 'unregistered users' and 'registered users'. Being on the
> same
> > column is easier to look for the change and see it in action (being
> > highlighted).
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights4Proposa…
> >
> > Please tell me what you think about this rationale. It would be great if
> > you
> > have ideas about how to make the summary being draggable, but also
> keeping
> > scanability and less gaps.
> >
> > Thanks,
> > Caty
> >
> >
> > > Denis
> > >
> > > On Mon, May 31, 2010 at 16:54, Ecaterina Valica <valicac(a)gmail.com>
> > wrote:
> > >
> > > > On Mon, May 31, 2010 at 17:53, Ecaterina Valica <valicac(a)gmail.com>
> > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > Summary Icons for standard rights:
> > > > >
> > > > > *Space Level:*
> > > > >
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights42Space
> > > > > *Wiki Level*:
> > > > >
> > >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights4Proposal
> > > > >
> > > >
> > > > Sorry: link for Wiki is
> > > >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights42Wiki
> > > >
> > > >
> > > > >
> > > > > Bug:
> > > > > - when clicking on "more" next to the summary, all columns should
> > > expand,
> > > > > not just one column at a time.
> > > > >
> > > > > Missing:
> > > > > - expand/collapse all + pagination, etc
> > > > >
> > > > > Remarks:
> > > > > - Summary view is good for quick scanning of the rights. Rights
> > > > management
> > > > > (changing) and inheritance explanations are available in expanded
> > view.
> > > > > - Icons presented just for: view, comment, edit, delete, admin,
> > > register,
> > > > > programming. Extended rights|Expand mode are represented by "..."
> > > (more)
> > > > >
> > > > > Thanks,
> > > > > Caty
> > > > >
> > > > >
> > > > > On Thu, May 27, 2010 at 11:26, Denis Gervalle <dgl(a)softec.lu>
> wrote:
> > > > >
> > > > >> On Thu, May 27, 2010 at 09:57, Ecaterina Valica <
> valicac(a)gmail.com>
> > > > >> wrote:
> > > > >>
> > > > >> > Hi,
> > > > >> >
> > > > >> > I want to talk a bit about:
> > > > >> >
> > > > >> > > The inheritance is a little bit particular, since allowing a
> > given
> > > > >> right
> > > > >> > at
> > > > >> > > lower level, will deny that same right for anybody else even
> if
> > > this
> > > > >> > right
> > > > >> > > is allowed at a higher level.
> > > > >> > >
> > > > >> >
> > > > >> > I want to know how hard this would be to be changed.
> > > > >> >
> > > > >>
> > > > >> Changing this is not hard, but it will increase complexity since
> we
> > > will
> > > > >> need a backward compatibility mode for existing wikis.
> > > > >>
> > > > >>
> > > > >> > Another question is why this has been done in the first place?
> Can
> > > > >> someone
> > > > >> > give a valid use case when this is more productive than other
> > ways.
> > > > >> >
> > > > >>
> > > > >> I really do not know, and I am curious as well.
> > > > >>
> > > > >>
> > > > >> > It is very confusing and users need to do additional steps in
> > order
> > > to
> > > > >> give
> > > > >> > the rights they want.
> > > > >> >
> > > > >>
> > > > >> I completely agree, this is poor.
> > > > >>
> > > > >> I think is a problem of how the Groups are perceived. Only as a
> > rights
> > > > >> > mechanism or as a semantically grouping.
> > > > >> >
> > > > >>
> > > > >> We should not decide this, since groups maybe synchronized from
> > > external
> > > > >> system (ie LDAP), imposing groups for rights is not correct. By
> the
> > > way,
> > > > >> groups may contains groups, but I am almost sure that this will
> work
> > > > >> properly in practice.
> > > > >>
> > > > >>
> > > > >> > If we use groups just to give rights than the current
> > implementation
> > > > is
> > > > >> > usable. But if you have groups, like Tech team, Design team,
> > > > Marketing,
> > > > >> > Happy team ... etc in order to classify our users in other ways
> > > beside
> > > > >> > rights management, giving permission to a user is breaking all
> the
> > > > >> > inheritance from upper levels.
> > > > >> >
> > > > >> > Example:
> > > > >> > Group A(Managers) has View (default allowed) at wiki level -
> this
> > > > means
> > > > >> > that
> > > > >> > they should be allowed to view all the pages in the wiki.
> > > > >> > Group B(Tech Team) has View (explicitly denied) at spaceX level
> -
> > > this
> > > > >> > means
> > > > >> > they shouldn't be allowed to view this space.
> > > > >> >
> > > > >> > But I have a person (the managerX) in Group B that is supposed
> to
> > > see
> > > > >> the
> > > > >> > info in spaceX level. So the first logical move would be to give
> > him
> > > > >> allow
> > > > >> > at space level (having in mind that space rights are stronger
> that
> > > > wiki
> > > > >> > rights and the view right has been overriden). But, if I give
> > > managerX
> > > > >> view
> > > > >> > right, all the other groups (incluing Managers) will be denied
> for
> > > > >> spaceX
> > > > >> > level. This means I need to know that and "repair" again all the
> > > > rights
> > > > >> I
> > > > >> > ALREADY set at the higher level.
> > > > >> >
> > > > >> > This behavior is not logical for me.
> > > > >> >
> > > > >>
> > > > >> It is not logical for me and I imagine many others !
> > > > >>
> > > > >>
> > > > >> >
> > > > >> > A solution would be to take out managerX form Group B and leave
> it
> > > > just
> > > > >> in
> > > > >> > Managers group. Yes, this way my problem is solved, but this
> means
> > > > >> Groups
> > > > >> > are only used for Rights purposes. Group B (Tech Team) is no
> > longer
> > > > >> > semantically compact and I can't further give this group compact
> > > > tasks,
> > > > >> > etc.
> > > > >> >
> > > > >> > Please tell if is a way to change this behavior and please have
> in
> > > > mind
> > > > >> > XWiki 3.0, where Groups are going beyond rights management and
> > they
> > > > >> should
> > > > >> > be seen as collaboration mechanisms (which need to be
> semantical).
> > > > >> >
> > > > >>
> > > > >> IMO, XWiki 3.0 should have a complete rework of the right service
> > > > >> implementation, and breaks with the past.
> > > > >> Since this will cause many migration issue, I am not in favor of
> > > > >> progressive
> > > > >> changes, and I would prefer to see a big single change that fix
> > this,
> > > > and
> > > > >> also the current discussion on script rights.
> > > > >>
> > > > >> Denis
> > > > >>
> > > > >> Rights should be inherited from upper level and should affect only
> > the
> > > > >> > user/group where a change is made, not make some complicated
> > > > >> implications
> > > > >> > at
> > > > >> > other levels and groups.
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Caty
> > > > >> >
> > > > >> > On Wed, May 26, 2010 at 16:48, Ecaterina Valica <
> > valicac(a)gmail.com>
> > > > >> wrote:
> > > > >> >
> > > > >> > > Hi,
> > > > >> > >
> > > > >> > > Did:
> > > > >> > > - source of inheritance is per rights;
> > > > >> > > - local source of inheritance: if the a right is allowed to
> > anyone
> > > > >> else
> > > > >> > at
> > > > >> > > the same level, it is implicitly disallowed for any others;
> > > > >> > > - inheritance from upper levels / groups.
> > > > >> > >
> > > > >> > > Please see if I put the rights correctly:
> > > > >> > > Wiki Level:
> > > > >> > >
> > > >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights41Wiki
> > > > >> > > Space Level:
> > > > >> > >
> > > > >>
> > > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights41Space
> > > > >> > >
> > > > >> > > Obs. Summary view + icons not done yet.
> > > > >> > >
> > > > >> > > Thanks,
> > > > >> > > Caty
> > > > >> > >
> > > > >> > >
> > > > >> > > On Sat, May 22, 2010 at 11:31, Denis Gervalle <dgl(a)softec.lu>
> > > > wrote:
> > > > >> > >
> > > > >> > >> Hi Caty,
> > > > >> > >>
> > > > >> > >> This one is simpler and more easy to understand than proposal
> 2
> > > > >> (which I
> > > > >> > >> liked but were complex). It is your best try IMO. I agree
> with
> > > Caty
> > > > >> that
> > > > >> > >> using icons too reduce the place taken will not allow easy
> > > > >> extensions.
> > > > >> > But
> > > > >> > >> Alex proposal would help to have a summary view, which is
> nice
> > to
> > > > >> have
> > > > >> > >> too.
> > > > >> > >>
> > > > >> > >> Maybe we could do both in fact. Propose a summary view (by
> > > > default),
> > > > >> > which
> > > > >> > >> fit a single line per user, this view would present the
> common
> > > > rights
> > > > >> > >> (V/C/E/D/A/(R/P)) using icons, and a last icon would be used
> to
> > > > >> mention
> > > > >> > >> there is more special rights either inherited, allowed or
> > denied.
> > > > So
> > > > >> we
> > > > >> > >> only
> > > > >> > >> need to use (and think about) a short icon representation for
> > > > common
> > > > >> > >> rights,
> > > > >> > >> and extended rights will be represented by a single special
> > > > >> > >> representation.
> > > > >> > >> Rows could be expanded individually or globally so if you
> want
> > a
> > > > more
> > > > >> > >> detailled information, you may reach it either for a single
> > user
> > > or
> > > > >> all
> > > > >> > at
> > > > >> > >> once. Changing common rights would be allowed in collapsed
> mode
> > > and
> > > > >> > >> expanded
> > > > >> > >> mode, but changing special rights would only be allowed in
> > > expanded
> > > > >> > view.
> > > > >> > >>
> > > > >> > >> If you want to keep the width even smaller, you may also
> > colspan
> > > > the
> > > > >> > >> user/group column over the others, using 2 rows per user, but
> I
> > > am
> > > > >> not
> > > > >> > >> sure
> > > > >> > >> it will be nice. (Could this be only when horizontal space is
> > > short
> > > > >> ?)
> > > > >> > >>
> > > > >> > >> I really like this one because it is simple to learn without
> > > > >> > documentation
> > > > >> > >> and could also help learning how rights works, but there is
> > again
> > > > >> > >> some inconstancies with the current implementation. Compare
> to
> > > > >> proposal
> > > > >> > 3,
> > > > >> > >> these inconsistencies may be nicely fixed and really helps
> > > > >> understanding
> > > > >> > >> why
> > > > >> > >> the right is disallowed at any time. You can do it like this:
> > > > >> > >>
> > > > >> > >> - the inheritance pop-up information should be at the right
> > > level
> > > > in
> > > > >> > >> the inheritance columns. The rights are inherited and check
> > > > >> > individually,
> > > > >> > >> so
> > > > >> > >> the precise source of inheritance is per rights, not only per
> > > user
> > > > or
> > > > >> > >> group
> > > > >> > >> - there is a local source of inheritance: if the a right is
> > > > allowed
> > > > >> to
> > > > >> > >> anyone else at the same level, it is implicitly disallowed
> for
> > > any
> > > > >> > others.
> > > > >> > >> So the source of inheritance is the local level, implying a
> > deny
> > > > >> because
> > > > >> > >> the
> > > > >> > >> local level has at least a specific allow. This means than
> when
> > > you
> > > > >> drag
> > > > >> > >> the
> > > > >> > >> first time a right in the allow column, all other user/group
> at
> > > the
> > > > >> same
> > > > >> > >> level will have that right inherited deny from the current
> > level.
> > > > >> (For
> > > > >> > >> those
> > > > >> > >> who wonder and will check the source of the right service,
> yes,
> > > > there
> > > > >> is
> > > > >> > >> potential performance improvement by immediately denying when
> a
> > > > >> > >> non-matching
> > > > >> > >> allow is found, currently we continue to check right at
> higher
> > > > level
> > > > >> for
> > > > >> > >> more deny, this is not really clever)
> > > > >> > >>
> > > > >> > >> With these changes, I really feel that this last proposal
> could
> > > be
> > > > a
> > > > >> > real
> > > > >> > >> improvement in the way rights are applied, and keeps the
> > > interface
> > > > >> > simple
> > > > >> > >> at
> > > > >> > >> the same time.
> > > > >> > >>
> > > > >> > >> WDYT ?
> > > > >> > >>
> > > > >> > >> Denis
> > > > >> > >>
> > > > >> > >> On Sat, May 22, 2010 at 07:57, Ecaterina Valica <
> > > valicac(a)gmail.com
> > > > >
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > On Fri, May 21, 2010 at 21:42, Alex Busenius <
> > > > >> alex.busenius(a)xwiki.com
> > > > >> > >> > >wrote:
> > > > >> > >> >
> > > > >> > >> > > I like this version, it makes clear what is
> allowed/denied
> > > and
> > > > >> why,
> > > > >> > >> but
> > > > >> > >> > > it takes a lot of space. What if those rights names would
> > be
> > > > >> > replaced
> > > > >> > >> by
> > > > >> > >> > > big icons and placed side by side? Like this (sorry for
> > > > >> ASCII-art):
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >>
> -------------------+-------------------------------------+--+------
> > > > >> > >> > > Unregistered users | [+V] [+C] [+R] [-D] [-A] [-P] [-CC]
> |
> > |
> > > > >> [-E]
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > Big Icons:
> > > > >> > >> > We are using Silk set for our icons and this is
> constraining.
> > > > Also,
> > > > >> > >> Rights
> > > > >> > >> > version 3-4 were made having rights extensibility in mind,
> > for
> > > > use
> > > > >> > cases
> > > > >> > >> > like adding "captchaComment" right, or "annotate" right, or
> > > > >> > >> > "applicationXusage" right .... so I don't think is very
> good
> > if
> > > > >> > >> > applications
> > > > >> > >> > are gonna have to choose their custom icon to represent
> their
> > > > >> custom
> > > > >> > >> right,
> > > > >> > >> > because is gonna be a mess in the UI.
> > > > >> > >> >
> > > > >> > >> > There are few possible icons to choose from (in order to
> keep
> > > the
> > > > >> > >> look&feel
> > > > >> > >> > unitary) and having the developers choose their own icon
> for
> > > the
> > > > >> right
> > > > >> > >> they
> > > > >> > >> > extend is gonna break the UI consistency.
> > > > >> > >> > I think is much easier, extensible and less visual cryptic
> to
> > > > >> textual
> > > > >> > >> > describe an extensible right.
> > > > >> > >> >
> > > > >> > >> > Placed side by side:
> > > > >> > >> > Version 4 takes a lot of space, yes, but the problem with
> > side
> > > by
> > > > >> side
> > > > >> > >> is
> > > > >> > >> > that is less readable (harder to scan the rights order).
> Also
> > > > it's
> > > > >> > >> easier
> > > > >> > >> > to
> > > > >> > >> > have a bigger area to select when you want to drag an item.
> > > > >> > >> >
> > > > >> > >> > Thanks Alex for your feedback,
> > > > >> > >> > Caty
> > > > >> > >> >
> > > > >> > >> > >
> > > > >> > >> > > Alex
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > > On 05/21/2010 07:51 PM, Ecaterina Valica wrote:
> > > > >> > >> > > > Hi,
> > > > >> > >> > > >
> > > > >> > >> > > > Changes:
> > > > >> > >> > > >
> > > > >> > >> > > > - One additional column is added: "Default /
> Inherited
> > > > >> Rights",
> > > > >> > >> by
> > > > >> > >> > > > default all rights appear in this column
> > > > >> > >> > > > - By using drag'n'drop items are tossed around
> between
> > > > >> "Allow
> > > > >> > >> > rights",
> > > > >> > >> > > > "Deny rights" and "Default / Inherited Rights"
> > > > >> > >> > > >
> > > > >> > >> > > > Rights Proposal 4:
> > > > >> > >> > > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> >
> > > > >>
> > > >
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights4Proposal
> > > > >> > >> > > > Wiki Prototype:
> > > > >> > >> > > >
> > > > >> > >>
> > > > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights4Wiki
> > > > >> > >> > > > Space Prototype:
> > > > >> > >> > > >
> > > > >> > >>
> > > > >>
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights4Space
> > > > >> > >> > > >
> > > > >> > >> > > > This proposal is done by using feedback provided by
> Roman
> > > > >> Muntyanu
> > > > >> > >> and
> > > > >> > >> > > > Raluca Morosan.
> > > > >> > >> > > > Thanks,
> > > > >> > >> > > > Caty
> > > > >> > >> > > > _______________________________________________
> > > > >> > >> > > > users mailing list
> > > > >> > >> > > > users(a)xwiki.org
> > > > >> > >> > > > http://lists.xwiki.org/mailman/listinfo/users
> > > > >> > >> > > >
> > > > >> > >> > > _______________________________________________
> > > > >> > >> > > devs mailing list
> > > > >> > >> > > devs(a)xwiki.org
> > > > >> > >> > > http://lists.xwiki.org/mailman/listinfo/devs
> > > > >> > >> > >
> > > > >> > >> > _______________________________________________
> > > > >> > >> > users mailing list
> > > > >> > >> > users(a)xwiki.org
> > > > >> > >> > http://lists.xwiki.org/mailman/listinfo/users
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> Denis Gervalle
> > > > >> > >> SOFTEC sa - CEO
> > > > >> > >> eGuilde sarl - CTO
> > > > >> > >> _______________________________________________
> > > > >> > >> devs mailing list
> > > > >> > >> devs(a)xwiki.org
> > > > >> > >> http://lists.xwiki.org/mailman/listinfo/devs
> > > > >> > >>
> > > > >> > >
> > > > >> > >
> > > > >> > _______________________________________________
> > > > >> > users mailing list
> > > > >> > users(a)xwiki.org
> > > > >> > http://lists.xwiki.org/mailman/listinfo/users
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Denis Gervalle
> > > > >> SOFTEC sa - CEO
> > > > >> eGuilde sarl - CTO
> > > > >> _______________________________________________
> > > > >> 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
> > > >
> > >
> > >
> > >
> > > --
> > > Denis Gervalle
> > > SOFTEC sa - CEO
> > > eGuilde sarl - CTO
> > > _______________________________________________
> > > 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
> >
>
>
>
> --
> Denis Gervalle
> SOFTEC sa - CEO
> eGuilde sarl - CTO
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
Is it possible to get a list of all users that a user belongs to using velocity or groovy?
The getAllMatchedUsers() method in the XWikiGroupService looks like it would do what I need but this does not seem to be exposed in the xwiki api for use in velocity/groovy?
http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xw…
Radek Rekas
Hello Sergiu, hello xwiki-users,
I alreday thought, that there should be something very stupid... ;-)
Thanks to Sergiu I'm online now, thank you very much!
Best regards
Pierre
-----Original Message-----
From: Sergiu Dumitriu [mailto:sergiu@xwiki.com]
Sent: Tuesday, June 08, 2010 5:15 PM
To: XWiki Users
Subject: Re: [xwiki-users] Installation issue / import function
On 06/08/2010 12:32 PM, Dalluege, Pierre (extern) wrote:
> Hello xwiki users,
>
> After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
> MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import
> the default .xar file. The same is true for all .xar files: I
> generated one from this wiki and I wanted to re-import it. No chance
yet.
>
> Unfortunately I cannot see any problem on xwiki / tomcat or mysql
level.
> Everything looks fine.
>
> As I shouldn't provide screen shots, you may have a look at
> http://m2m.fm:8080/xwiki/bin/admin/Main/WebPreferences.
Importing only works from the main (wiki) administration, not from space
administration. The correct link is
http://m2m.fm:8080/xwiki/bin/admin/XWiki/XWikiPreferences
I imported the default XAR for you.
>
> I am looking at this topic for some days now, with no result yet. ANY
> IDEAS?
>
> Thank you very much for your support.
>
> Best regards
>
> Pierre
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
hi,
a) yes i get a rendered content (html) of the page.
b) no, its not a problem of the url. there are all absolute.
its a problem of the rights. i need a additional login to get the
images from xwiki.
little workaround (not ideal)
i give show rigths for the specific page to unregistered users.... (very
bad)
Am 08.06.2010 16:57, schrieb Marius Dumitru Florea:
> On 06/08/2010 03:04 PM, -the- wrote:
>
>> hi,
>>
>> i'm new on the group but i use xwiki since 3 years.
>>
>> for a automatic display panel application we show a xwiki-page via rpc
>> like the reference
>> "http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC"
>>
>> but with this code we can't display images.
>> only the name of the picture will displayed.
>>
>> have anybody a solution/reference for this problem.
>>
> You get the rendered content (HTML) of a wiki page and display it in an
> HTML-aware widget? If so, the widget should take care of downloading the
> images too. Maybe they are not loaded because the URLs are relative. Can
> you debug and see how the image URL (the value of the src attribute)
> looks like in the HTML returned by the XMLRPC call? Also, can you try to
> insert an external image in a wiki page and see if that image is loaded
> in your panel. External images should have absolute URLs.
>
> Hope this helps,
> Marius
>
>
>> with regards
>> -the-
>>
>> _______________________________________________
>> 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
>
>
>
Hello xwiki users,
After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import the
default .xar file. The same is true for all .xar files: I generated one
from this wiki and I wanted to re-import it. No chance yet.
Unfortunately I cannot see any problem on xwiki / tomcat or mysql level.
Everything looks fine.
As I shouldn't provide screen shots, you may have a look at
http://m2m.fm:8080/xwiki/bin/admin/Main/WebPreferences.
I am looking at this topic for some days now, with no result yet. ANY
IDEAS?
Thank you very much for your support.
Best regards
Pierre
Hi,
I downloaded the Column20Macro jar and put it in my WEB-INF/lib directory.
Then, after restarting my server, I tried to use it to display two basic
columns but I had this error :
Failed to execute section macro :
org.xwiki.rendering.macro.MacroExecutionException: Section macro
expect at least one column macro as first-level children
at org.xwiki.rendering.internal.macro.column.SectionMacro.execute(SectionMacro.java:78)
at org.xwiki.rendering.internal.macro.column.SectionMacro.execute(SectionMacro.java:25)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:174)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:119)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
[...]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
It's quite weird because I used two column macro. Here my code :
{{section justify="true"}}
{{column}} a {{/column}}
{{column}} b {{/column}}
{{/section}}
When I wrote use only one column macro inside the section one, I didn't have
that error... But until two columns macro, the error appeared...
Did I miss something ?
Thanks,
Marine
Hello xwiki users, hello asiri,
Thank you very much for your personal support. I have no errors in the
tomcat log, but I also increased the packet size before.
BR
Pierre
-----Original Message-----
From: Asiri Rathnayake [mailto:asiri.rathnayake@gmail.com]
Sent: Tuesday, June 08, 2010 1:47 PM
To: XWiki Users
Subject: Re: [xwiki-users] Installation issue / import function
Hi,
On Tue, Jun 8, 2010 at 4:02 PM, Dalluege, Pierre (extern) <
p.dalluege(a)external.telekom.de> wrote:
> Hello xwiki users,
>
> After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
> MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import
> the default .xar file. The same is true for all .xar files: I
> generated one from this wiki and I wanted to re-import it. No chance
yet.
>
> Unfortunately I cannot see any problem on xwiki / tomcat or mysql
level.
> Everything looks fine.
>
Are you sure tomcat logs don't have any exceptions logged? I have
experienced issues with importing when max_allowed_packet (mysql
configuration) is not large enough.
And did you make sure that your xar file is valid? (Not corrupted)
- Asiri
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
hi,
i'm new on the group but i use xwiki since 3 years.
for a automatic display panel application we show a xwiki-page via rpc
like the reference
"http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC"
but with this code we can't display images.
only the name of the picture will displayed.
have anybody a solution/reference for this problem.
with regards
-the-
Hello xwiki users, hello caleb,
The link links to the "life" system, so you simply may select the xar,
click on on importing, you get the toc of the xar and finally you may
import it with an error message of the importing tool.
Yes, we use Firefox (but it also happens on IE8).
Best regards
Pierre
-----Original Message-----
From: Caleb James DeLisle [mailto:calebdelisle@lavabit.com]
Sent: Tuesday, June 08, 2010 1:32 PM
To: XWiki Users
Subject: Re: [xwiki-users] Installation issue / import function
What happens when you try to import (how far do you get?)
Importing is part of the automated tests which are run on firefox, are
you using a different browser? We have had issues with Microsoft
browsers in the past.
Caleb
Dalluege, Pierre (extern) wrote:
> Hello xwiki users,
>
> After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
> MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import
> the default .xar file. The same is true for all .xar files: I
> generated one from this wiki and I wanted to re-import it. No chance
yet.
>
> Unfortunately I cannot see any problem on xwiki / tomcat or mysql
level.
> Everything looks fine.
>
> As I shouldn't provide screen shots, you may have a look at
> http://m2m.fm:8080/xwiki/bin/admin/Main/WebPreferences.
>
> I am looking at this topic for some days now, with no result yet. ANY
> IDEAS?
>
> Thank you very much for your support.
>
> Best regards
>
> Pierre
> _______________________________________________
> 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
Hi,
Take a look at Rights 5
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights5Space
Added:
* information regarding the advanced rights (inherits, overrides)
* icons built together as a whole
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/i…
* representation of "advanced rights" with the same abstract icon, but with
different color (no text; we can debate this)
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/c…
* inheritance arrow married with +/-
IMGs (in case of browser problem)
- collapsed:
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/r…
- expanded:
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/r…
On Fri, Jun 4, 2010 at 10:42, Denis Gervalle <dgl(a)softec.lu> wrote:
> Hi Caty,
>
> On Thu, Jun 3, 2010 at 18:09, Ecaterina Valica <valicac(a)gmail.com> wrote:
>
> > Hi Denis,
> >
> > I want to thank you again for all the help you are giving :P
> >
>
> This is pleasure to participate especially because you provide really good
> proposals.
> I would also like to see others participating, currently the discussion is
> becoming to much bilateral IMO.
>
>
> >
> > Please take a look at a proposal for "V3 and my 3)" version with elements
> > from Rights2 :)
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal
> > and in "action"
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Space
>
>
> Really nice job ! I really appreciate.
>
>
> > The prototype is not reflecting the "desired" interaction: both inherited
> > info and rights change appear on hover (right icon and arrow), instead of
> > hover | click.
> >
>
> I am not sure what are really your intend. I think that the big tooltips
> describing the rights should be the only tooltips, and should be show on
> hover only after a small timeout (like the yellow one currently). Clicking
> any where on the +/- icon or v would then open the menu.
> Is it what you try ?
>
>
yes, on hover show the tooltip, on click show the menu.
>
> >
> > That "v" needs to be an arrow like the one we use in the action menus.
> >
> > On Tue, Jun 1, 2010 at 19:06, Denis Gervalle <dgl(a)softec.lu> wrote:
> >
> > > Caty,
> > >
> > > Really nice and interesting post, I will try to reach that level... but
> > > without visual :\
> > >
> > > I really think that using the collapsed view for editing would helps
> > basic
> > > users to have a simplified and more easy interface to understand. We
> may
> > > even imagine that only "advanced user" (those marked so in their
> > profile),
> > > has access to the expanded view.
> > >
> > > I think that the collapsed view missed an additional icon that
> summarize
> > > the
> > > rights that are not shown. This one would only be shown if there is any
> > > non-defaulted additional right in action.
> >
> > This is a signal that extended
> > > rights are in use (See it like the grey box of Windows when special
> > rights
> > > are setup, which is inviting to go into advanced view to know more).
> This
> > > one would be obviously not editable, and should probably work like the
> > ...
> > > or replace it ? In place of the ... . Concerning the ..., I am not
> sure,
> > > but
> > > I would also prefer to see a textual link "advanced" in small font, and
> > > only
> > > visible when row is hovered.
> > >
> > >
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
>
>
> Sorry to insist, but the information regarding the advanced rights is still
> missing in collapsed mode.
> I really would like to have a indicator that some advanced rights has been
> set locally or not without having to go advanced mode. Else, you will have
> to expand all rows to check that information, which is not practical.
>
>
> >
> >
> > > Order of right are not significant, so I would prefer that in all view,
> > > these where in the same order, with the basic right first (V/C/E/D/A/P)
> > and
> > > the additional right in their order of registration (hope that it will
> > stay
> > > constant... or we will have to find a way to keep them ordered).
> > > The "right" part of each icon should be grayed if the right is
> inherited
> > > and
> > > not grayed if the right is set locally, this improve the information
> > > provided in V3.
> >
> >
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
> >
> > The problem with this icons (taken from Silk) is that there is little
> > difference for View, Comment, Admin icons between the two states
> > (inherited,
> > locally set) - but this is something we can easily improve (by changing
> the
> > icons and looking for some more contrast).
> > Example: This is how they look when all rights are set locally (full
> color)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights43Propos…
> >
> >
> >
> > > I also think that the +/- (which is never grayed) could be
> > > nearer to the right icon. Maybe you could use a green V and a read
> "stop"
> > > in
> > > place of +/- ?
> > >
> >
> > The other mockup versions (like
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights41Space)
> > used
> > v/x for the allow/deny representation, and yes, I agree that they are
> more
> > suited than +/-.
> >
> > The problem is that we are using in XWiki, X to represent delete, so
> having
> > two xX was too much, that's why I introduced +/-. Maybe we can find
> another
> > solution.
> >
>
> I think we need some polishing on the icons used. Building them
> specifically
> would be nice, but I do not know if you or anyone want to have a try at
> that. My feeling is that the couple +/- or better v/x and the right icon
> should be built together and closer to each other providing the information
> as a whole and not giving the impression of two part. Using a v for
> suggesting the menu is nice, could be even improved by styling some "button
> like" borders on hover.
>
> All menus could also be improved by using the inheritance arrow married
> with
> +/- (or v/x) to show immediately what will be the right if inheritance is
> used.
>
>
> >
> >
> > >
> > > Regarding the collapsed view, I see three possibilities to investigate
> > for
> > > allowing edition while improving readability (note that readability has
> > the
> > > same issue in expanded view, but it seems to be less annoying) :
> > >
> > > 1) use V3, but when hovering a row, use V2 on that row and allow
> > drag/drop
> > > (keeping V2 until drop even is hover is temporary lost). Not sure this
> > will
> > > be nice in practice ? see 2)
> > >
> > > 2) use a presentation in 4 columns, for both collapsed and expanded
> view,
> > > the first column behing a read-only summary like V3, and the 3 column
> > being
> > > an ordered V1. However, dragging from summary would be allowed. The 3
> > > detailed column could be shown only when a drag is started from
> summary,
> > or
> > > with a global horizontal expansion button... Basic user would have
> access
> > > to
> > > this, but not necessarily to vertical row expansion. Not sure this is
> not
> > > an
> > > increase in complexity ? so, see 3)
> > >
> > > 3) use V3, and a similar interface to what we have in current right
> > > management interface. Since saved are postponed (not like we have
> > > currently), using this one may be both practical and could helps the
> > > transition for existing user as well. With all the belts and whistle
> > added
> > > to clearly state changes and inheritance, this will be similar but
> really
> > > better than what we have.
> > >
> > > If we go for V3 and my 3) proposal, I also wonder if the current table
> > > header is well done. I do not like it when nothing is expanded since it
> > is
> > > confusing, too large, and not significant. It will be even more
> > unexpected
> > > if you follow me on the "advance user" case, when a basic user look at
> > it.
> > > Maybe you could try a changing header, only expanding when there is
> > > expanded
> > > row, or, you could move the expanded header in each expanded row,
> keeping
> > a
> > > simplified header at the top.
> > >
> > > WDYT ?
> > >
> > > Denis
> > >
> > >
> > Other problem that this proposal has is the representation of "advanced
> > rights". If we don't like the textual description and we want to add
> icons,
> > IMO we have two solutions:
> >
> > A) use the same abstract icon, but with different color, ex. a key or
> lock
> > icon with color representation ("blue" for "programming", "green" for
> > "captchaComment", etc)
> > - the problem here is for the people that have some kind color blindness
> > and
> > will not distinguish between some color tones (this is the case when we
> > gonna have lots of "advanced" | non default rights)
> >
> > B) use the same abstract icon and with an order index (like numbers 1, 2,
> > etc or characters A, B, etc)
> >
> > These representations are based on the fact that "advanced rights" will
> be
> > added by other developers and the icon will not be custom made for a
> specif
> > right.
> >
>
> Why not just use the big Icons from the menu (using the inheritance arrow
> married with +/- as proposed above), and directly followed by the v arrow.
> All this in front of the text ?
>
inheritance arrow + "right" - to describe "right" as inherited allowed
inheritance arrow - "right" - to describe "right" as inherited denied
+ "right" - to describe "right" allowed
- "right" - to describe "right" denied
yes - we could do that if we decide to use the textual variant.
>
> Using a generic icon will not improve information and detailed view of
> advanced right in collapsed mode is not expected.
>
> It is not clearly shown on your samples, how multiple advance right would
> be
> shown. I think one per row is nice, or if you want to limit space, 2 or 3
> at
> most, shown in columns ?
>
this depends on which version (textual, icons) we choose for the advanced
rights (I would prefer something linear)
> I also wonder is this would help or not to also extends basic rights in
> advanced mode, showing the icons and the text ?
>
> I think this would only add duplicates and mess a bit the meaning of
"advanced" by combining them with "regular".
>
>
> >
> > Another thing we need to consider for this proposal is how the filtering
> is
> > gonna be made.
> >
>
> Good point. Here is some proposal for each column:
>
> 1) a dropdown list proposing local (default), global or both ?
>
I would prefer rights separation depending on the location:
- if you want to see global rights - go to global;
- if you want to see wiki rights - go to wiki,
etc.
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Proposal#HN…
Why would you like to see both local and global? (filtering?) I think it
will be easier for the user if they are separated.
2) a textbox which filter on names
>
For advanced users would be nice to have queries, like "allow view" AND
"inherit deny delete" :)
> 3) a dropdown list proposing all (default), hide inherited only, and maybe
> the list of rights, showing only rows where the selected right is set
> locally ?
>
>
The dropdown with the list of rights (view, edit, etc.) could also have
another dropdown next to it to set the state of the right (inherited,
allowed, denied)
Thanks,
Caty
Hi,
I'm trying to install xwiki following all the steps included in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL.
I'm working with jboss and MySQL.
* First I download xwiki-enterprise-web-1.9.3.war then,
* I installed MySQL 5.1 in this step I created the Data base
- mysql -u root -e "create database xwiki"
- mysql -u root -e "grant all privileges on xwiki.* to
xwiki(a)127.0.0.1 identified by 'xwiki'"
- I included the MySQL JDBC Driver JAR in the WEB-INF/lib
folder
- I changed hibernate.xml with mysql properties
* I installed jboss-4.0.5.GA
- I tried to use a datasource but doesn't work for me, so I am
working without it.
As you see, I followed all the steps described in xwiki site, but I have
many errors and I haven't done nothing different
16:47:20,204 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#104408758]
16:47:20,375 WARN [XWiki] Exception while getting wiki preference
[macros_languages]
java.lang.NullPointerException
16:47:20,469 WARN [XWiki] Exception while getting wiki preference
[macros_velocity]
java.lang.NullPointerException
16:47:20,547 WARN [XWiki] Exception while getting wiki preference
[macros_groovy]
java.lang.NullPointerException
16:47:42,032 WARN [XWiki] Exception while getting wiki preference
[macros_mapping]
java.lang.NullPointerException
16:47:43,313 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.objects.classes.BaseClass#-629142642]
16:47:56,048 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#-1905796263]
16:47:56,439 WARN [XWiki] Exception while getting wiki preference
[backlinks]
java.lang.NullPointerException
I supposed that all of this errors are happening because I have to
install the *.xar files
And then I got this error and that's all. I can't see nothing else.
16:48:03,158 INFO [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikidocum0_.XWD_NAME
as XWD3_0_0_, xwikidocum0_.XWD_TITLE as XWD4_0_0_,
xwikidocum0_.XWD_LANGUAGE as XWD5_0_0_,
xwikidocum0_.XWD_DEFAULT_LANGUAGE as XWD6_0_0_,
xwikidocum0_.XWD_TRANSLATION as XWD7_0_0_, xwikidocum0_.XWD_DATE as
XWD8_0_0_, xwikidocum0_.XWD_CONTENT_UPDATE_DATE as XWD9_0_0_,
xwikidocum0_.XWD_CREATION_DATE as XWD10_0_0_, xwikidocum0_.XWD_AUTHOR as
XWD11_0_0_, xwik
idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikidocum0_.XWD_CONTENT
as XWD15_0_0_, xwikidocum0_.XWD_VERSION as XWD16_0_0_,
xwikidocum0_.XWD_CUSTOM_CLASS as XWD17_0_0_, xwikidocum0_.XWD_PARENT as
XWD18_0_0_, xwikidocum0_.XWD_CLASS_XML as XWD19_0_0_,
xwikidocum0_.XWD_ELEMENTS as XWD20_0_0_,
xwikidocum0_.XWD_DEFAULT_TEMPLATE as XWD21_0_0_,
xwikidocum0_.XWD_VALIDATION_SCRIPT as XWD22_0_0_,
xwikidocum0_.XWD_COMMENT as XWD23_0
_0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
XWD26_0_0_ from xwikidoc xwikidocum0_ where xwikidocum0_.XWD_ID=?
16:48:03,173 ERROR [[action]] Servlet.service() for servlet action threw
exception
java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lan
g/String;)Ljava/lang/Stri
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.globalSearchDocuments(Wat
chListPlugin.java:596)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.sanitizeWatchlists(WatchL
istPlugin.java:629)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.init(WatchListPlugin.java
:122)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.ja
va:155)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.jav
a:92)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.ja
va:120)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1022)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:742)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:670)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:317)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:388)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilte
r.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAs
sociationValve.java:175)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.j
ava:74)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnecti
onValve.java:156)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorker
Thread.java:112)
at java.lang.Thread.run(Thread.java:619)
16:48:13,001 INFO [IndexUpdater] deleting 8 docs from lucene index
16:48:13,189 INFO [IndexUpdater] deleted 8 docs from lucene index
16:48:13,220 INFO [IndexUpdater] indexing 8 docs to lucene index
16:48:13,236 INFO [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikid
idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikido
_0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
XWD26_0_0_
16:48:13,251 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#723512152]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFact
oryImpl.java:375)
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventLi
stener.java:143)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoad
EventListener.java:193)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEvent
Listener.java:101)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore
.java:641)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:20
9)
at
com.xpn.xwiki.doc.XWikiDocument.getTranslatedDocument(XWikiDocument.java
:3676)
at
com.xpn.xwiki.plugin.lucene.IndexUpdater.runMainLoop(IndexUpdater.java:2
21)
at
com.xpn.xwiki.plugin.lucene.IndexUpdater.run(IndexUpdater.java:117)
at java.lang.Thread.run(Thread.java:619)
........
I hope that someone can help me!
Thanks in advance!
Carolina Ramirez P
Hi everybody,
I've just downloaded the xwiki-enterprise-wiki-2.3.1.xar default set to
import it in my empty 2.3.1 xwiki. And I think the xar isn't complete.
Indeed, there isn't the new Search Application section in the wiki
administration...
After comparison between the 2.4.1 default set and the 2.3.1 one, I noticed
that the following documents are missing in the 2.3.1 :
- Main.DatabaseSearch
- Main.Search
- XWiki.LuceneSearchAdmin
- XWiki.SearchAdmin
- XWiki.SearchCode
- XWiki.SearchConfigClass
Is it enough if I import them from the 2.4.1 xar or do I need to modify some
other existing pages ?
Thanks,
Marine
--
View this message in context: http://xwiki.475771.n2.nabble.com/Missing-documents-in-3-2-1-default-set-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
hey guys,
I'm an individual interested in developing an open-source solution for
a referenced, collaborative textbook. I think that the Xwiki platform is
extremely exciting, and would be ideal for my needs. I would love to use
your community farm to develop and prototype. If you could host me on your
server, that would be excellent. Hopefully, when my skills have developed
more, I could contribute to some of the community project.
Best,
Philip Brunetti
Is there an easy way to systematically copy the date, content (and maybe
comments) of my posts on Blogger into a blog I've created in XWiki?
I've read some articles which suggest reading each blog entry as HTML,
converting that to XWiki markup and then using a XML-RPC to post them
programmatically to XWiki.
I thought about creating XAR files to import but this seems even more
difficult.
Any suggestions?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Importing-a-blog-from-Blogger-tp5140337p5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
we tried to connect our xwiki (version 2.2.2.) to our ActiveDirectory Server
(LDAP).
That failed. So we wanted to use log4j for logging the activities. We
configured it as described in the xwiki documentation. (Adding an
log4j.properties and the debug strings for LDAP.) But there are no
information about the LDAP connection or failures in the xwiki.log.
Did we forget something important?
Hoping for your help.
Martin
PS: We use Xwiki 2.2.2., tomcat 5.5 and MySQL
--
View this message in context: http://xwiki.475771.n2.nabble.com/log4j-doesn-t-log-information-about-LDAP-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
When I start XWiki, all is working but I have a lot of warning in the log.
I'm wondering if it's really "dangerous" or how I can fix it. If somebody
could help me.
I put the warnings log under.
Thanks
Regards
Ben
2010-06-01 12:15:50,800 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.DefaultCoreConfiguration] is being
overwritten by component [com.xpn.xwiki.internal.DefaultCoreConfiguration]
for Role/Hint [role = [com.xpn.xwiki.CoreConfiguration] hint = [default]].
It will not be possible to look it up.
2010-06-01 12:15:50,802 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.render.DefaultVelocityManager] is being overwritten
by component [com.xpn.xwiki.render.DefaultVelocityManager] for Role/Hint
[role = [org.xwiki.velocity.VelocityManager] hint = [default]]. It will not
be possible to look it up.
2010-06-01 12:15:50,802 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.render.XWikiVelocityContextInitializer] is being
overwritten by component
[com.xpn.xwiki.render.XWikiVelocityContextInitializer] for Role/Hint [role =
[org.xwiki.velocity.VelocityContextInitializer] hint = [xwiki]]. It will not
be possible to look it up.
2010-06-01 12:15:50,803 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.render.XWikiScriptContextInitializer] is being
overwritten by component
[com.xpn.xwiki.render.XWikiScriptContextInitializer] for Role/Hint [role =
[org.xwiki.script.ScriptContextInitializer] hint = [xwiki]]. It will not be
possible to look it up.
2010-06-01 12:15:50,810 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.doc.DefaultDocumentAccessBridge] is being
overwritten by component [com.xpn.xwiki.doc.DefaultDocumentAccessBridge] for
Role/Hint [role = [org.xwiki.bridge.DocumentAccessBridge] hint = [default]].
It will not be possible to look it up.
2010-06-01 12:15:50,817 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentEntityReferenceValueProvider]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentEntityReferenceValueProvider]
for Role/Hint [role =
[org.xwiki.model.reference.EntityReferenceValueProvider] hint = [current]].
It will not be possible to look it up.
2010-06-01 12:15:50,825 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentMixedEntityReferenceValueProvider]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentMixedEntityReferenceValueProvider]
for Role/Hint [role =
[org.xwiki.model.reference.EntityReferenceValueProvider] hint =
[currentmixed]]. It will not be possible to look it up.
2010-06-01 12:15:50,832 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentMixedReferenceEntityReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentMixedReferenceEntityReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceResolver]
hint = [currentmixed/reference]]. It will not be possible to look it up.
2010-06-01 12:15:50,840 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentMixedReferenceDocumentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentMixedReferenceDocumentReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.DocumentReferenceResolver]
hint = [currentmixed/reference]]. It will not be possible to look it up.
2010-06-01 12:15:50,849 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentReferenceEntityReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentReferenceEntityReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceResolver]
hint = [current/reference]]. It will not be possible to look it up.
2010-06-01 12:15:50,856 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentStringEntityReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentStringEntityReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceResolver]
hint = [current]]. It will not be possible to look it up.
2010-06-01 12:15:50,864 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentStringDocumentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentStringDocumentReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.DocumentReferenceResolver]
hint = [current]]. It will not be possible to look it up.
2010-06-01 12:15:50,872 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentMixedStringDocumentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentMixedStringDocumentReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.DocumentReferenceResolver]
hint = [currentmixed]]. It will not be possible to look it up.
2010-06-01 12:15:50,879 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentMixedStringDocumentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentMixedStringDocumentReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceResolver]
hint = [currentmixed]]. It will not be possible to look it up.
2010-06-01 12:15:50,887 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentReferenceDocumentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentReferenceDocumentReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.DocumentReferenceResolver]
hint = [current/reference]]. It will not be possible to look it up.
2010-06-01 12:15:50,895 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CurrentStringAttachmentReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CurrentStringAttachmentReferenceResolver]
for Role/Hint [role =
[org.xwiki.model.reference.AttachmentReferenceResolver] hint = [current]].
It will not be possible to look it up.
2010-06-01 12:15:50,903 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CompactStringEntityReferenceSerializer]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CompactStringEntityReferenceSerializer]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceSerializer]
hint = [compact]]. It will not be possible to look it up.
2010-06-01 12:15:50,911 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.CompactWikiStringEntityReferenceSerializer]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.CompactWikiStringEntityReferenceSerializer]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceSerializer]
hint = [compactwiki]]. It will not be possible to look it up.
2010-06-01 12:15:50,919 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.model.reference.XClassRelativeStringEntityReferenceResolver]
is being overwritten by component
[com.xpn.xwiki.internal.model.reference.XClassRelativeStringEntityReferenceResolver]
for Role/Hint [role = [org.xwiki.model.reference.EntityReferenceResolver]
hint = [xclass]]. It will not be possible to look it up.
2010-06-01 12:15:50,929 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.DefaultSkinAccessBridge] is being overwritten by
component [com.xpn.xwiki.DefaultSkinAccessBridge] for Role/Hint [role =
[org.xwiki.bridge.SkinAccessBridge] hint = [default]]. It will not be
possible to look it up.
2010-06-01 12:15:50,934 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory] is
being overwritten by component
[com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory] for Role/Hint
[role = [com.xpn.xwiki.store.hibernate.HibernateSessionFactory] hint =
[default]]. It will not be possible to look it up.
2010-06-01 12:15:50,943 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor] is being
overwritten by component
[com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor] for Role/Hint [role =
[org.xwiki.query.QueryExecutor] hint = [hql]]. It will not be possible to
look it up.
2010-06-01 12:15:50,953 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.XWikiHibernateStore] is being overwritten by
component [com.xpn.xwiki.store.XWikiHibernateStore] for Role/Hint [role =
[com.xpn.xwiki.store.XWikiStoreInterface] hint = [default]]. It will not be
possible to look it up.
2010-06-01 12:15:50,961 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.XWikiHibernateVersioningStore] is being
overwritten by component [com.xpn.xwiki.store.XWikiHibernateVersioningStore]
for Role/Hint [role = [com.xpn.xwiki.store.XWikiVersioningStoreInterface]
hint = [default]]. It will not be possible to look it up.
2010-06-01 12:15:50,968 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.XWikiHibernateAttachmentStore] is being
overwritten by component [com.xpn.xwiki.store.XWikiHibernateAttachmentStore]
for Role/Hint [role = [com.xpn.xwiki.store.XWikiAttachmentStoreInterface]
hint = [default]]. It will not be possible to look it up.
2010-06-01 12:15:50,975 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.hibernate.HibernateAttachmentVersioningStore]
is being overwritten by component
[com.xpn.xwiki.store.hibernate.HibernateAttachmentVersioningStore] for
Role/Hint [role = [com.xpn.xwiki.store.AttachmentVersioningStore] hint =
[default]]. It will not be possible to look it up.
2010-06-01 12:15:50,978 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.VoidAttachmentVersioningStore] is being
overwritten by component [com.xpn.xwiki.store.VoidAttachmentVersioningStore]
for Role/Hint [role = [com.xpn.xwiki.store.AttachmentVersioningStore] hint =
[void]]. It will not be possible to look it up.
2010-06-01 12:15:50,984 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.XWikiHibernateRecycleBinStore] is being
overwritten by component [com.xpn.xwiki.store.XWikiHibernateRecycleBinStore]
for Role/Hint [role = [com.xpn.xwiki.store.XWikiRecycleBinStoreInterface]
hint = [default]]. It will not be possible to look it up.
2010-06-01 12:15:50,989 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore]
is being overwritten by component
[com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore] for
Role/Hint [role = [com.xpn.xwiki.store.AttachmentRecycleBinStore] hint =
[default]]. It will not be possible to look it up.
2010-06-01 12:15:50,994 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.ComponentManagerBridgeEventListener] is
being overwritten by component
[com.xpn.xwiki.internal.ComponentManagerBridgeEventListener] for Role/Hint
[role = [org.xwiki.observation.EventListener] hint =
[componentManagerBridge]]. It will not be possible to look it up.
2010-06-01 12:15:51,000 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.DefaultWikiMacroFactory] is being
overwritten by component [com.xpn.xwiki.internal.DefaultWikiMacroFactory]
for Role/Hint [role =
[org.xwiki.rendering.macro.wikibridge.WikiMacroFactory] hint = [default]].
It will not be possible to look it up.
2010-06-01 12:15:51,003 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.DefaultWikiMacroInitializer] is being
overwritten by component
[com.xpn.xwiki.internal.DefaultWikiMacroInitializer] for Role/Hint [role =
[org.xwiki.rendering.macro.wikibridge.WikiMacroInitializer] hint =
[default]]. It will not be possible to look it up.
2010-06-01 12:15:51,008 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.XWikiStubContextInitializer] is being
overwritten by component
[com.xpn.xwiki.internal.XWikiStubContextInitializer] for Role/Hint [role =
[org.xwiki.context.ExecutionContextInitializer] hint =
[XWikiStubContextInitializer]]. It will not be possible to look it up.
2010-06-01 12:15:51,010 [main] WARN tion.ComponentAnnotationLoader -
Component [com.xpn.xwiki.internal.DefaultXWikiStubContextProvider] is being
overwritten by component
[com.xpn.xwiki.internal.DefaultXWikiStubContextProvider] for Role/Hint [role
= [com.xpn.xwiki.util.XWikiStubContextProvider] hint = [default]]. It will
not be possible to look it up.
2010-06-01 12:15:51,013 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverter]
is being overwritten by component
[com.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverter]
for Role/Hint [role =
[org.xwiki.observation.remote.converter.LocalEventConverter] hint =
[document]]. It will not be possible to look it up.
2010-06-01 12:15:51,015 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverter]
is being overwritten by component
[com.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverter]
for Role/Hint [role =
[org.xwiki.observation.remote.converter.RemoteEventConverter] hint =
[document]]. It will not be possible to look it up.
2010-06-01 12:15:51,018 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.observation.remote.converter.ActionExecutionEventConverter]
is being overwritten by component
[com.xpn.xwiki.internal.observation.remote.converter.ActionExecutionEventConverter]
for Role/Hint [role =
[org.xwiki.observation.remote.converter.LocalEventConverter] hint =
[action]]. It will not be possible to look it up.
2010-06-01 12:15:51,021 [main] WARN tion.ComponentAnnotationLoader -
Component
[com.xpn.xwiki.internal.observation.remote.converter.ActionExecutionEventConverter]
is being overwritten by component
[com.xpn.xwiki.internal.observation.remote.converter.ActionExecutionEventConverter]
for Role/Hint [role =
[org.xwiki.observation.remote.converter.RemoteEventConverter] hint =
[action]]. It will not be possible to look it up.
2010-06-01 12:15:51,437 [main] WARN tion.ComponentAnnotationLoader -
Component
[org.xwiki.rendering.internal.configuration.DefaultRenderingConfiguration]
is being overwritten by component
[org.xwiki.rendering.internal.configuration.XWikiRenderingConfiguration] for
Role/Hint [role = [org.xwiki.rendering.configuration.RenderingConfiguration]
hint = [default]]. It will not be possible to look it up.
2010-06-01 12:15:51,442 [main] WARN tion.ComponentAnnotationLoader -
Component [org.xwiki.rendering.internal.renderer.DefaultLinkLabelGenerator]
is being overwritten by component
[org.xwiki.rendering.internal.renderer.XWikiLinkLabelGenerator] for
Role/Hint [role = [org.xwiki.rendering.renderer.LinkLabelGenerator] hint =
[default]]. It will not be possible to look it up.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Warning-at-the-start-tp5125382p5125382.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
As I didn't find a solution about my native renderer problem issue, so I
tried the google charts API one. Unfortunatly, when I write more than a
certain number (not too many) of characters in formula tags, I have an
error. Instead of using the google charts renderer, the snuggletex one is
used...
For instance when I wrote this simple code :
{{formula}}
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111\\
111111111111111111111111111111
{{/formula}}
All break lines (\\) weren't rendered. But ! If I write only the four first
lines, all is fine.
Is this a know issue ? What can I do ?
Last question : : When my wiki is local, can it make external HTTP ?
Because, When I want to use the mathtran renderer I have this error :
2010-04-23 15:49:26,238 [
http://localhost:8080/xwiki/bin/tex/Public/FormulaMacro
Again/440bdc8f8001d9d387dbb95e1f1328998c35678a03e22bbf8eb747dc9de8a34d]
ERROR web.XWikiAction - Connection aborted
See Google Charts renderer error lines :
2010-04-23 12:04:37,463 [
http://localhost:8080/xwiki/bin/view/Public/FormulaMacroAgain] ERROR
formula.FormulaMacro
- Invalid renderer: [googlecharts]. Falling back to the safe
renderer.org.xwiki.component.manager.ComponentLookupException:
Failed to render formula using [googlecharts] renderer
at
org.xwiki.rendering.internal.macro.formula.FormulaMacro.render(FormulaMacro.java:162)
at
org.xwiki.rendering.internal.macro.formula.FormulaMacro.execute(FormulaMacro.java:112)
at
org.xwiki.rendering.internal.macro.formula.FormulaMacro.execute(FormulaMacro.java:57)
at
org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:175)
at
org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:120)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:5696)
at
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:5671)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:626)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:595)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:497)
at sun.reflect.GeneratedMethodAccessor236.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.render(ASTReference.java:332)
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.XWiki.parseTemplate(XWiki.java:1710)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1631)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:123)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
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:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:930)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
--
Marine JULIAN
Hi. We are running XE-2.1.1 over Glassfish and recently one of our end users reported that when he clicked on a hyperlink in a MS-Word document that pointed to a page in our XE instance, MS-Word indicated in the status bar that "Word is preparing to go to this link" and then reports an error "Unable to open http://example.com/xwiki/bin/view.... Cannot download the information you requested". The expectation is that clicking on the click should simply dispatch the URL to the default browser. The URL of course opens without issue in all browsers.
We did some research and experiments and found out that the above error only shows up for URLs that are not world-readable i.e. those that need authentication.
We read through the MS-KB article http://support.microsoft.com/kb/838028/ and believe that the Office-2003 app itself is doing/attempting to fetch the content of the URL.
Does any one have a clue how to make Office2003 (Word, Excel, PPT, Visio etc.) to simply handoff the URL to the browser instead of doing anything fancier?
I am posting this query on this forum because I suspect XE might also be involved in this because it must be responding to the "OPTIONS" command and participating in the MS Office Discovery Protocol.
Thanks,
Milind
Hi,
I want to add a panel to my xwiki site using the Panel Wizard. I can add a
panel to a space, but I want to add a panel to all the spaces (like the Main
Navigation Panel). I know that I can add the panel to all the spaces one by
one. But if I add a space I need to add the panel to the new space. Is there
I way to add the panel for all the spaces. How can I do that ?
Thanks,
Abel
Whenever I click the "Wiki Page..." menu item from the "Link" menu on
the WYSIWYG editor I get an "There was an error loading the data"
message displayed. Upon closer examination of the requests being
made, the server is returning a 500 error with "Failed to initialize
the XWiki context" with an inner exception of "The wiki server1 does
not exist".
I have an XEM 2.3.28624 installation with two XE instances set up
using Path-based resolution. This error is occurring in both XE
instances.
Steps Taken
1. visit the wiki
http://server1/xwiki/wiki/mywiki/view/Main/NewPage
2. click the edit link
3. click the "Link" button on the toolbar
4. click the "Wiki Page..." menu item
The dialog box appears with the error message. A request was made to
the URL below with a 500 response.
http://server1/xwiki/resources/js/xwiki/wysiwyg/xwe/WikiService.gwtrpc
Stack trace
javax.servlet.ServletException: Failed to initialize the XWiki context.
com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:154)
com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki server1
does not exist
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:496)
com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:140)
com.xpn.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
Hi xWiki users,
I am quite new in using xWiki and I am very satisfied with it, but I can't solve one problem. I want to create some navigator which will have a tree structure. I found a SpaceExplorer Aplication and a source code of a tree, it works fine when I paste the code into a page, but when I paste it to a panel (because I would like to use the tree for navigation), it works but not very well. The tree isn't perfectly structured and what is worse, there is some error on the server. In Firefox there is a message: Server failed:internal error, IE: there is a message: Error on the line 81, but in a log I didn't find anything wrong. When I remove this panel everything is OK.
In documentation I have read that panels use wiki syntax 1.0 maybe this is the reason why it doesn't work fine. But I don't know how to solve it.
I will be very glad for any point. Thanks a lot
Zuzana
Hi XWiki lovers,
If you're interested in seeing some macros developed and available for your wiki, please edit this page and add macros you'd like to see:
http://dev.xwiki.org/xwiki/bin/view/Design/NewMacros
Thanks
-Vincent
Hi all
I have such problem:
I have pure installation of XWiki with imported the default XAR, which is
offerred after installation. When I log in ad Administrator, I cannot add
new user in admin pages - i get only empty screen after click on "Add user".
I cannot add user to group too - i Cant select any user. New group was
created sucesfully.
Any experiments with permissions (even enable all permissions for all
groups/users including ungegistered) was unsuccessfull.
Thanks for any pointer.
Hi all
I test the XWiki, and I thing this is the best wiki software freely
available this days. But I have such idea how to use XWiki to create
documentation.
My idea is to create similar document's structure, as Office programs
allows: to have one "master" document, which collects (= includes)
sub-documents, each starting with chapters with certain level (level 1 -
for example). The sub-documents can (opptionally) contain next sub-documents
at lowest levels.
My requests for such structure are:
- each documetnt MUST have it's parent - e.g. the parent is mandatory,
the parent must exist ant must not be deleted until at least one child
exists. The only exception with no parent is "root level document" - which
could be the "space" itself (or a "section" - if anything like that exists
in XWiki)
- the sub-pages could be put to any place in master document
- wiki should allow to combine text with sub-pages,
- in each page, link to it's children should exist - in ideal case links
to all children collected on single place (at top of page for example), and
at place, where it is put in the document
- wiki should allow to process entire such page's structure in case it
creates document index or summary - index should contain headers from all
included pages
- it would be perfect if links between pages stay preserved in exported
documents
- the entire page's tree (with links to direct view/edit particular
pages) should be available as quick-navigation component
- the wiki could provide "complex look" (preview...) to entire such
document, including content index
- the wiki should allow to export entire "master" document to usuall
formats (pdf, rtf...), including content index etc...
- previous tree things could be created for any point of page's tree - it
is not necessary to create it only for "root" page, but for every sub-page
too
It it possible to create this with XWiki?
Thanks for responses.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.4 version.
Main changes from 2.3.1:
* New Search application and administration UI
* New Rendering cache
* WYSIWYG improvements
* New Code macro configuration
* Security improvements
* Performance improvements
* Chart macro improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M1
Thanks
- The XWiki dev team
Hi Pierre,
On Jun 2, 2010, at 1:36 PM, Dalluege, Pierre (extern) wrote:
> Hello Vincent,
>
> first of all: you're doing a great job with xwiki.
>
> In respect to the startup logging issue: All tomcat5-subdirectories have root:tomcat rights, I also tried the java dictionaries, but it didn't work out. I even started tomcat directly in the xwiki directory (/etc/init.d/tomcat5 start), but it didn't help too. Unfortunately I have no idea, in which directory the jvm wants to write. If I could set it to a fix location (i.e. /var/log/xwiki), I probably could fix it. I attached the excerpt from the tomcat logfile.
It tries to write to a file named xwiki.log in the directory from where tomcat is started.
If you want to control the location of the log file, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging
> In respect to the import of the initial structure I attach a screenshot.
I've just tested import the default XAR in an empty xwiki and it worked fine. I've tried both in XE 2.4-SNAPSHOT and in XE 2.3 (the version you're using).
Can you give us the exact steps you've followed so that we can try to reproduce it?
Thanks
-Vincent
PS: Please use the mailing list to reply
> I can provide ssh or web access - in case it saves time.
>
> Thank you very much for your personal investigation and support. Hopefully I may support you later.
>
> Best regards
>
> Pierre
>
> ________________________________
>
> Von: Vincent Massol [mailto:vincent@massol.net]
> Gesendet: Di 01.06.2010 13:21
> An: XWiki Users
> Betreff: Re: [xwiki-users] General installation topic
>
>
>
> Hi Pierre,
>
> On Jun 1, 2010, at 1:06 PM, Dalluege, Pierre (extern) wrote:
>
>> Hello xwiki users,
>>
>> In the past (some years ago) I was using the "first timer" version of
>> xwiki only, this was fine for development.
>>
>> Now I need to run xwiki on a more professional environment, the base is
>> CentOS 5.5 (current and most recent version), including tomcat 5.5 and
>> mysql 5. Tomcat starts as service and during this startup logging claims
>> not to be able to create / access xwiki.log.
>
> You need to give permission to the user who starts tomcat to write to the location where the log file is.
>
>> When the xwiki application starts, everything looks nice, I even can
>> change the content, but I cannot sucessfully import the default jar
>> (uploadig is fine).
>
> I guess you meant XAR.
>
> What version of XE and what error do you get?
>
> Thanks
> -Vincent
>
>>
>> So, as this is the team of users, probably most of you have fixed this
>> issue. I can provide more detailed information on request, I wanted to
>> keep it as short as possible.
>>
>> Just in case I could offer ssh access. Any ideas?
>>
>> Best regards
>>
>> Pierre
Hello,
I use a 2.1.2 XWiki XE and the stats are activated. Is it possible to reset
the counters of the Stats space ?
Don't read anything on this topic in the manual.
Thank you for your help.
Maxime
Hi All,
Currently i am working in xwiki and facing some issues which i am not able
to solve. I want to create a tree structure for the space and subspace and
the pages inside it.
Eg : I am creating
Space Name : HelloMajor, Parent : nothing (by default it takes WebHome)
Page Name : HelloMajorPage1 : Parent : HelloMajor
Page Name : HelloMajorPage2 : Parent : HelloMajorPage1
If i use document tree its displaying like
HelloMajor
|___ HelloMajorPage1
|____HelloMajorPage2
Another space creation : HelloMinor; Parent : HelloMajor.WebHome
Page Name : HelloMinorPage Parent : HelloMinor
Now i want to display the tree structure like this
HelloMajor
|___ HelloMajorPage1
| |____HelloMajorPage2
|___HelloMinorPage
|____HelloMinorPage
I want to display the subspace under the related space itself. I tried with
child parent snippets but it didnt worked. As i explored i didnt get the
solution to get the parent of the subspace. Normally in db its storing under
XWD_Parent field in xwiki_doc table. I would like to give the subspace name
as parameter so that i can get the parent name which i mean is
"HelloMajor.WebHome".
My requirement is to build a tree structure. I tried with space explorer,mk
tree, document tree and spaceAllDocs. No one fitting my requirement.
*Spacename
* Subspacename
* subspacepages
* SpacePages
In this manner i want to display. IS there any solution.
Kindly help me.
Thanks in advance.
Regards,
Nithya.Vembu.
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-list-the-subspace-under-the-space-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of
XWiki Enterprise and XWiki Enterprise Manager 2.3.1.
This is a bug fix release for the 2.3 branches.
Improvements:
* [XPLUCENE-4] - Index inside of zip files using Lucene
* [XPLUCENE-13] - Ability to rebuild the indexes just for one virtual wiki
* [XPLUCENE-47] - Add ability to index attachments in OpenXML format
* [XPLUCENE-29] - Adding capability to refresh the index without cleaning it
* [XPLUCENE-36] - Lucene search on property level
Important Bugs fixed:
* [XE-651] - RSS feed for search results doesn't work
* [XE-670] - Deleted Documents and Deleted Attachments are not displayed anymore
* [XE-673] - Cannot create a new space from the dashboard
* [XE-675] - Recent Changes appears empty on user profiles when not
logged as advanced user
* [XWIKI-5166] - Guest user rights are not properly tested when tested
from another wiki
* [XWIKI-5133] - The caret jumps at the start of the page when
pressing Enter at the end of a line
* [XWIKI-5175] - NPE in XWikiLDAPUtils#isMemberOfGroup cause
authentication to fail
* [XPWATCHLIST-109] - WatchListClass page saved very often
* [XAADMINISTRATION-125] - Editing a user/group from "XWiki
Preferences > Users/Groups" doesn't work
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise231
and
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM231
Thanks
-The XWiki dev team
Hi guys,
I found a code snippet on xwiki.org, that does a TreeNav feature, but
actually, this is not what I want. I would like to have the Treeview,
as on /XWiki/Treeview inside a panel. As a matter of fact, it seems
the code for Treeview does only work, when there is nothing else on
that page, so adding just a line of text in the beginning of the
XWiki/Treeview page seems to make the "+"-signs to open the
tree-structure unusable. Probably for the same reason, I did not
manage yet, to get it inside a panel. Do you have some ideas, what I
could do to get what I want?
Thanx,
Sebastian
I'm hoping to create a simple Xwiki macro to allow users an easy way
to create local file:// links to internal network shares through the
WYSIWYG macros feature. This is also an excuse for me to try to get
m2eclipse to work for building Xwiki as well. However, so far the
plugin doesn't seem to be working right.
I'm generally following the guide here:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/RenderingMacroTutorial#HC…
I first attempted at using Eclipse's m2eclipse plugin to create a new
maven project, but had some troubles with this. I first added a maven
archetypes catalog through the Window->Preferences->Maven->Archetypes
menu. I added a remote catalog using the url
"http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/xwiki-archety…".
Then, by going through the new maven project wizard, I checked the
"include snapshot archetypes" box and the xwiki-archetype-macro shows
up. I then fill out the input boxes, for example something like:
Group ID: com.lyraphase
Artifact ID: localFileLinkMacro
Version: 0.0.1-SNAPSHOT
Package: com.lyraphase
I click finish and it simply says "Failed to create project". The
event details for the error in the log are:
--------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.php.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.php.product
Error
Tue May 25 18:28:55 MDT 2010
Failed to create project.
java.lang.NullPointerException
at org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory.createArtifactRepository(DefaultArtifactRepositoryFactory.java:90)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.resolveArchetype(ProjectConfigurationManager.java:540)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:463)
at org.maven.ide.eclipse.wizards.MavenProjectWizard$5.runInWorkspace(MavenProjectWizard.java:279)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--------------------------------------------
I then gave up on that, and just made a new directory and ran the
maven command line mentioned in the Macro Tutorial through Cygwin. I
entered the Group ID, etc...
The command seemed to work, however again m2eclipse chokes on missing
maven dependencies after doing a "Import -> Existing Maven Project".
The console log in Eclipse also shows *tons* of warnings about
checksums failing and some missing pom files. For example:
5/25/10 6:02:18 PM MDT: [WARN] *** CHECKSUM FAILED - Checksum failed
on download: local = 'f4993fe96db30ae57ca4d71e34ebe200b63981b6';
remote = 'eaf4f3d8c6ee17e73ca671a496a4b307f83aed63' - IGNORING
5/25/10 6:02:19 PM MDT: [WARN] *** CHECKSUM FAILED - Checksum failed
on download: local = 'aaeb993ef6348a2e5102df06b408d8bb220d609e';
remote = '79231f9f429a3ba10c5d260b4e683fe7599498d0' - IGNORING
Most of that stuff is uninteresting, but I snipped out some of the
more interesting messages I found within the mess.
--------------------------------------------
5/25/10 5:46:08 PM MDT: Unable to update index for
xwiki-externals|http://maven.xwiki.org/externals: Resource
nexus-maven-repository-index.properties does not exist
5/25/10 5:52:57 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 5:46:10 PM MDT: Unable to update index for
xwiki-plugins-externals|http://maven.xwiki.org/externals: Resource
nexus-maven-repository-index.properties does not exist
5/25/10 5:52:57 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 6:02:19 PM MDT: Missing artifact
org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT:compile
5/25/10 6:02:24 PM MDT: Maven Builder: FULL_BUILD
5/25/10 6:02:24 PM MDT: Build errors for localFileLinkMacro;
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal on project localFileLinkMacro: Missing:
----------
1) org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.xwiki.platform
-DartifactId=xwiki-core-rendering-parser-wikimodel
-Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.xwiki.platform
-DartifactId=xwiki-core-rendering-parser-wikimodel
-Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.lyraphase:localFileLinkMacro:pom:pom:1.0-SNAPSHOT
2) org.xwiki.platform:xwiki-core-rendering-parser-wikimodel:jar:2.3-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.lyraphase:localFileLinkMacro:pom:1.0-SNAPSHOT
from the specified remote repositories:
xwiki-externals (http://maven.xwiki.org/externals, releases=true,
snapshots=true),
xwiki-releases (http://maven.xwiki.org/releases, releases=true,
snapshots=false),
xwiki-snapshots (http://maven.xwiki.org/snapshots, releases=false,
snapshots=true),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
--------------------------------------------
Hello xwiki users,
In the past (some years ago) I was using the "first timer" version of
xwiki only, this was fine for development.
Now I need to run xwiki on a more professional environment, the base is
CentOS 5.5 (current and most recent version), including tomcat 5.5 and
mysql 5. Tomcat starts as service and during this startup logging claims
not to be able to create / access xwiki.log.
When the xwiki application starts, everything looks nice, I even can
change the content, but I cannot sucessfully import the default jar
(uploadig is fine).
So, as this is the team of users, probably most of you have fixed this
issue. I can provide more detailed information on request, I wanted to
keep it as short as possible.
Just in case I could offer ssh access. Any ideas?
Best regards
Pierre
Hi !
I've been trying the RSS macro for severals hours but I can't stop to have
the "Failed to execute macro: RSS" error...
I'm using a XEM 2.3 version on Debian and I tried to insert the macro in the
main page (Main.WebHome) of a sub wiki called "test". I wanted to display
the last five news of the blog. Here the macro code :
{{rss count="5" feed="
http://myserver.fr:8080/xwiki/wiki/test/view/Blog/BlogRss"/}}
Does anyone have an idea of the error ? Or perhaps you can give me some
tests to do so that I could find why I have this error.
org.xwiki.rendering.macro.MacroExecutionException: Error processing
[http://myserver.fr:8080/xwiki/bin/view/XWiki/WatchListRss?xpage=plain&outpu…]
: Server returned HTTP response code: 401 for URL:
http://xwiki.gipsa-lab.inpg.fr:8080/xwiki/bin/login/XWiki/XWikiLogin;jsessi…
at org.xwiki.rendering.internal.macro.rss.DefaultRomeFeedFactory.createFeed(DefaultRomeFeedFactory.java:68)
[...]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: java.io.IOException: Server returned HTTP response code:
401 for URL: http://myserver.fr:8080/xwiki/bin/login/XWiki/XWikiLogin;jsessionid=g2idn04…
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[...]
... 90 more
Thank you in advance,
Marine
Hello,
I can install and run the standalone version of xwiki Watch with no problems. However, installing Watch app over an existing xwiki causes problems.
Steps to reproduce:
1. I download xwiki-watch-1.0.xar
2. I start xwiki 2.3, and import the watch xar. The import tells me it was successfully accomplished
3. In Administration > Preferences > Programming, I add WatchCode.Translations as an Internationalization Document Bundle, and click Save
4. I go to Spaces, click Watch, and "Go To xwiki Watch Reader". I get Error message: "watch.errorwithcode - com.google.gwt.user.client.rpc.InvocationException. The call failed on the server":
I also notice that under my Spaces in xwiki, WatchCode, WatchQueries, WatchSheets and Packager all have big blue question marks. This did not when I import other xwiki apps
Has any one encountered this Error? Can you suggest how I can get around it?
Thank you,
Thomas
Marine Julian wrote:
>
> The first problem is that importation by splitting the document doesn't
> work in 2.3 version... I tried to split by heading of level 1. It said to
> me that the importation succeeds and showed me the link to the new page
> (said Rapports.parent) but when I accessed it I had the "The page doesn't
> exist"... Later, I realized that my document was imported in the
> Main.WebHome page !! Weird ! In fact, the importation succeeded but not
> where I wanted and asked for ! In fact, I had the equivalent of
> "Rapports.parent" in the Main.WebHome i.e. the content and the links to
> Rapports.child pages. Unfortunately, the links had the [?] of "page not
> existing". Indeed, they links to "Rapports.children" pages which don't
> exist : the child pages were also imported behind the parent page (itself
> behind the content of Main.WebHome)...
>
Does it need to be reported on jira ? I don't know in which case we must do
it and if we are allowed to do it (perhaps only devs can report a bug...).
Please note that, in wiki farm, from a subwiki, the document is not imported
in its Main.WebHome page but in the Main.WebHome page of the admin wiki
(Main wiki)...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Importation-issues-tp5107820p5120875.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear forum,
I am new to xwiki.
Today I setup a xwiki (2.3) and have a try.
When I tried to create a new space with the "Create" button on the
Dashboard, I got an error page "Notice This document already exists." The
same result using the create button on "New Page" panel. However, I was able
to create a space with the Xwiki menu (I was using the default sking) and
typing the space name in URL address (XXX/bin/view/NewPage/).
Tried XE 2.2.6, there was no such problem.
I checked the xwiki.log under Tomcat folder, there was no error message. (Is
this right log to check error?)
Any idea on this?
My setup:
Windows 2008 (Simplified Chinese, 32bit)
MySQL 5.1.45
Tomcat 6.0.26
Thanks.
Rex
thx a LOT Guillaume I did not know we could switch the code as easy as
that !
my problem is solved I manage to put the code in 1.0 version and it
works, COOL :)
thx again !
Caroline.
users-request(a)xwiki.org a écrit :
> ------------------------------
>
> Message: 2
> Date: Thu, 27 May 2010 14:13:34 +0200
> From: Guillaume Lerouge <guillaume(a)xwiki.com>
> Subject: Re: [xwiki-users] Problem deleting blog space & renaming
> another space
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <AANLkTinmS-OVm-u0rTu61sLUvAH2Mr3IDqSq_xT1Unl9(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> On Thu, May 27, 2010 at 14:05, Gerwin Software - Caroline <
> caroline(a)gerwinsoftware.com> wrote:
>
>
>> dear gregor,
>>
>> "Did you run the velocity-macro mentioned in the link I sent you?"
>> Yes I tried of course !
>>
>> Apparently I read that there are some hidden files and I can't see them :S
>>
>> Concerning my second problem, "renaming a space", have you got any idea ?
>> How to rename the name of a space ?
>> (I already tried the *Space Rename Snippet* but it is 1.0 code and my xwiki
>> is 2.0 code..)
>>
>>
>
> Create a page in wiki edition mode, switch that page's syntax to "XWiki 1.0"
> using the panel on the right, paste the content, save the page and it will
> work ;-)
>
> Guillaume
Hi, all.
I try to install xwiki (Glassfish + oracle-xe).
When I launch the XWiki I get the following error message in Firefox:
--------------------------------------------------------------
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: org.objectweb.asm.ClassWriter.<init>(Z)V
--------------------------------------------------------------
Please see server.log below. I checked hibernate.cfg.xml, oracle-xe configuration lot of times. Also I tried to connect xwiki to mysql, to change java, glassfish and xwiki version. But I always get the same error.
I will be grateful for the help.
Thanks,
Simon.
--------------------------------------------------------------
# uname -a
Linux xwiki.office.lz 2.6.18-194.3.1.el5 #1 SMP Thu May 13 13:09:10 EDT 2010 i686 i686 i386 GNU/Linux
# java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode, sharing)
Glassfish: glassfish-installer-v2.1.1-b31g-linux-ml
XWiki version: xwiki-enterprise-web-2.2.6.war
--------------------------------------------------------------
=The Server Log message=
[#|2010-05-27T10:49:47.736+0400|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=http://xwiki.office.lz:8080/xwiki/bin/view/Main/;|2010-05-27 10:49:47,733 [http://xwiki.office.lz:8080/xwiki/bin/view/Main/] WARN action.RequestProcessor - Unhandled Exception thrown: class com.xpn.xwiki.XWikiException
|#]
[#|2010-05-27T10:49:47.758+0400|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=http://xwiki.office.lz:8080/xwiki/bin/view/Main/;_RequestID=409a467f-f7cb-4c03-8bf9-9a4f33d6ae85;|StandardWrapperValve[action]: PWC1406: Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: org.objectweb.asm.ClassWriter.<init>(Z)V
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:369)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: org.objectweb.asm.ClassWriter.<init>(Z)V
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:1078)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:770)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:713)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:350)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
Wrapped Exception:
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
at net.sf.cglib.core.DebuggingClassWriter.<init>(DebuggingClassWriter.java:47)
at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
at org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:135)
at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:56)
at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:302)
at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:434)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.<init>(JoinedSubclassEntityPersister.java:91)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:226)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1300)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:166)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:561)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1055)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1099)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:68)
at com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.<init>(AbstractXWikiMigrationManager.java:68)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.<init>(XWikiHibernateMigrationManager.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:1070)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:770)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:713)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:350)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
|#]
I Hello,
I have installed Xwiki for my company, and wanted to disable the "blog".
It seemed that I cannot do that so I decided to *delete the blog space. *
I have read that in order to delete a whole space I have to delete all
files in it so I did it, but the blog space is still there, empty with a
"?" shown at the end.
I have searched through the internet and found someone had the same
problem as me. The answer of the admin was :
/"The reason is that there are some hidden documents in some spaces
(like in the Blog space for example). We need to fix this. In the
meantime, one solution (which is a pain I agree) is to go to that hidden
page (you can use Ctrl + M to navigate) and delete it from there."
/
So I wanted to delete those hidden files but I can't find them :S
Can someone explain me how to show the hidden files and delete them ?
I can't understand where to go and use Ctrl+M to navigate :S
I have an other issue : *I tried to rename a space but didn't
succeed *:S
I have searched through the internet adn found this piece of information :
/"If you want to rename a full space, see the /Space Rename Snippet./."/
(source : http://platform.xwiki.org/xwiki/bin/view/Features/Spaces
& http://code.xwiki.org/xwiki/bin/view/Snippets/RenameSpaceSnippet)
So I tried it but this /Space Rename Snippet/ is a xwiki code 1.0 and
our xwiki is a 2.0 version , so the Snippet doesn't work :/
So I tried to find a 2.0 version of the /Space Rename Snippet/ code but
without any success.
If someone has it or any solution to change the name of a space I'm
listening :)
Sincerely.
Hi guys,
I've upgraded to XWiki 2.3.
In the docs, it says:
"To turn on comment captcha requirement, go to wiki or space
administration, click on the "Rights" section and notice the checkbox
toward the bottom labeled "Require unregistered users to solve a
captcha when posting a comment on a page". Check that box and guests
will be required to solve a captcha to comment."
However, when I go to the "Rights" section, I do not see any checkbox
saying "Require unregistered users to solve a captcha when posting a
comment on a page".
I've already imported the latest xar-archive.
Could anyone shed some light how to get this new feature working?
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
dear gregor,
"Did you run the velocity-macro mentioned in the link I sent you?"
Yes I tried of course !
Apparently I read that there are some hidden files and I can't see them :S
Concerning my second problem, "renaming a space", have you got any idea ?
How to rename the name of a space ?
(I already tried the *Space Rename Snippet* but it is 1.0 code and my xwiki is 2.0 code..)
If you don't have any idea where can I ask the question ?
I've already
Regards,
Caroline.