Hi everyone,
Just a quick note to wish everyone in the XWiki project very happy
festivities and a happy next year for 2010.
The XWiki project has seen exciting times in 2009 as described on:
http://massol.myxwiki.org/xwiki/bin/view/Blog/XWikiIn2009
Let's all make 2010 even better :)
Take care,
-Vincent
Hello,
The icon (then pen) indicating the section editing appears even on pages
on which the only right access is "view".
I am sure that the users have no rights to "edit" these pages.
The parameter in xwiki.cfg is configured like that :
xwiki.section.edit=1
I have XWiki Entreprise 2.0.
How can I do to hide this icon ?
Thanks,
S.A
Hi all,
I've done a mistake: Renaming a (blog) page to a page having a "/" in the name: "AB5 / CD6".
The page is listed in the blog overview and in the document index. However I am not able to access / delete / rename that page.
I am using 2.1.1.
Any hints? (except exporting the wiki, deleting it from that file - it's a subdirectory within that file, dropping wiki and importing it again)
Thanks
mb
... and by the way: Thanks to all for that great version 2! Merry Christmas and a lot of fun & success in 2010
We are posting a string of name=value pairs seperated by
ampersands with a className property at the end set to the type of
xwiki class that we would like to create.
The object of the correct type is getting created and attached to the page however all of the fields in that object are empty.
What is the correct format needed to post the name=value pairs?
What is the significance of the "property#" bit in the object resources section of the restfulapi doco (http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI). Do the name=value pairs need to be prefixed with "property#"?
Radek Rekas
VFMFocus Developer
eVALUA Pty Ltd
66B Maryborough St
Fyshwick, ACT, Australia
T: +61 2 6228 1904
F: +61 2 6228 1131
Http://www.evalua.com.au
When using a field named "title" in a live table the caption for that field in the livetables header displays as "Browser Title Bar Text". If I change the name for that field then it displays correctly.
Is this is a bug or are there reserved names that cant be used as fieldnames in livetables?
Below is the macro code that I am using to create the livetable:
#set($collist = ["council", "region","title", "description"])
#set($colprops = {
"council" : { "type" : "list" , "size" : 1, "link" : "view"},
"region" : { "type" : "text" , "size" : 10, "link" : "view"},
"title" : { "type" : "text" , "size" : 20, "link" : "none"},
"description" : { "type" : "text" , "size" : 10, "link" : "none"}
})
#set($options = {
"className":"Tenders.TendersClass",
"tagCloud" : true,
"rowCount": 10
})
#livetable("Tenders" $collist $colprops $options)
Radek Rekas
I am out of the office until 01/04/2010.
I will have limited access to email. If this is an emergency, please call
my cell phone. Merry Christmas and Happy New Year!
Note: This is an automated response to your message "users Digest, Vol 29,
Issue 58" sent on 12/22/09 5:54:13.
This is the only notification you will receive while this person is away.
I'm getting a java.lang.NoSuchMethodError when deploying the xwiki 2.1 war on our tomcat5 server with java 1.5
I've tried xwiki 2.05 but still get the same error message. Is this being caused by a conflict between jar files somewhere?
Below is the full stack trace for the error message:
2009-12-21 06:25:37 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
java.lang.NoSuchMethodError: org.w3c.dom.Document.adoptNode(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.clean(DefaultHTMLCleaner.java:162)
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.clean(DefaultHTMLCleaner.java:107)
at org.xwiki.xml.internal.html.DefaultHTMLCleaner.initialize(DefaultHTMLCleaner.java:97)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:373)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:347)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:328)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:304)
at org.xwiki.component.embed.EmbeddableComponentManager.initializeList(EmbeddableComponentManager.java:273)
at org.xwiki.component.embed.EmbeddableComponentManager.lookupList(EmbeddableComponentManager.java:119)
at org.xwiki.component.internal.DefaultComponentManager.lookupList(DefaultComponentManager.java:105)
at org.xwiki.velocity.internal.DefaultVelocityContextFactory.createContext(DefaultVelocityContextFactory.java:106)
at org.xwiki.velocity.internal.VelocityExecutionContextInitializer.initialize(VelocityExecutionContextInitializer.java:63)
at org.xwiki.context.internal.DefaultExecutionContextManager.initialize(DefaultExecutionContextManager.java:78)
at org.xwiki.container.servlet.internal.DefaultServletContainerInitializer.initializeRequest(DefaultServletContainerInitializer.java:104)
at com.xpn.xwiki.web.XWikiAction.initializeContainerComponent(XWikiAction.java:387)
at com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:372)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:112)
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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Radek
Hi,
FYI: We have experienced problems running XWiki 2.1 on Glassfish 2.1.1
(see stacktrace at the end).
Our final solution was to replace the bundled cglib-2.1_3.jar with the
newest cglib-2.2.jar
And here the stacktrace:
[#|2009-12-18T13:14:19.471+0100|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=http://localhost:6080/xwiki/bin/view/Main/;_RequestID=d171a703-8a14-4e49-8e3d-d755d35bca78;|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:1045)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:739)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:684)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:321)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
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.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.web.ActionFilter.doFilter(ActionFilter.java:117)
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:295)
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:167)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:562)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1026)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1070)
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|#]
[#|2009-12-18T13:14:19.487+0100|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=http://localhost:6080/xwiki/bin/view/Main/;_RequestID=d171a703-8a14-4e49-8e3d-d755d35bca78;|(XWiki.java:1037)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:739)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:684)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:321)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
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.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.web.ActionFilter.doFilter(ActionFilter.java:117)
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:295)
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)
|#]
Greetings
Reto
Hi,
Mainly due to my tight work schedule and partly due to my negligence
officeimporter has been lacking Office2007 file format support. I have added
this support into OfficeImporter and it will be available with XE versions
2.2M1 and above.
I have created an issue here
http://jira.xwiki.org/jira/browse/XWIKI-4690and keeping it open until
I have tested new changes with thorough manul
testing. Any help in this regard is really really really appreciated :)
Thanks.
- Asiri
I'd like to customize the dashboard and add News category items from the blog. I have tried some examples but none of them seem to work. In the manuals there are mentions of macros in the blog but I can't seem to find any reference. What's the easiest way to include blog content in pages outside the blog? I'm using Xwiki 2.04.
Daniel
As I understand, Xwiki use different portions of code for the different
browsers - FF and IE - for the WEBDAV link. IE working directly with webdav,
but firefox - is not. If I try to click on a webdav link (edit link) ff ask
me for exetention FoxWiki. This is a special extention for XWiki and for
this extention need to setup one by one all applications. But for IE - not
need special plugins and not need any setup. Exists another plugin for FF -
openwebfolder (http://openwebfolder.mozdev.org/) as a described in a home
page of this extention: "Internet Explorer itself does not contain any
WebDAV support. However, it does offer hooks to Microsoft's WebDAV
component, usually called "web folders". Openwebfolder itself does not
contain any platform-independant WebDAV related code. It just adds hooks so
that Microsoft's "Webfolder" WebDAV client can be invoked in a similar way
like in IE." My idea - try to use this extention for FF. But everytime XWiki
offer for me - "download FoxWiki" - as I understand, according to the XWiki
template - attachmentsinline.vm. This template use different edit-calls for
the different browsers. How I need to change attachmentsinline.vm for the
using one edit-call and for FF and for IE? As I understand - with FF
extention openwebfolder - all will be as of IE, if XWiki will give to user
same edit-link like IE. (I tried in other webdav application - all working).
--
View this message in context: http://n2.nabble.com/Using-WEBDAV-in-a-Mozilla-Firefox-directly-without-fir…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody, I installed and configured the xwiki system for the first time. However I regarded the Setup Instruction somehow it won't work at all.
I guess that there is something wrong with my connection.url. Although I tried it again with the native Microsoft JDBC driver according to their Setup Instructions the same error occurs and the whole thing won't run at all.
The suspicious line is here:
<property name="connection.url">jdbc:jtds:sqlserver://NB-FFAL-01\SQLEXPRESS:1433/XWiki;tds=8.0;lastupdatecount=true</property>
The part [NB-FFAL-01\SQLEXPRESS] is the normal name shown in SQLManager for the local database.
The SQL-Server and the Tomcat and the xwiki are installed on the same computer (WinXP SP3) at the moment.
The log and Config files can be found here:
http://jira.xwiki.org/jira/browse/ADN-14
Thanx a lot for your help.
Mit freundlichen Grüßen
Felix Falke
Ind.Kfm.(IHK) Dipl. Wirt.Inf.(FH)
AFB24.com
Ferdinand Porsche Strasse 9
76275 Ettlingen
Phone: +49 (0)7243 20000 (192)
Mail: Felix-Bertol.Falke(a)AFB24.com <mailto:Klaus.Boelling@afb24.com>
Web: www.afb24.com <http://www.afb24.com>
Geschäftsführer: Paul Cvilak
Amtsgericht Mannheim HRB362800
Sitz der Gesellschaft:Ettlingen
Diese Nachricht und/oder Anhänge sind vertraulich und können der Geheimhaltungspflicht unterliegen.
Wenn Sie nicht der vorgesehene Adressat sind, weisen wir Sie hiermit darauf hin, dass jegliche Nutzung, Weiterleitung und Kopien unzulässig sind. Benachrichtigen Sie uns bitte unverzüglich per E-Mail und löschen Sie diese Nachricht und/oder Anhänge aus Ihrem System.
Aus Sicherheitsgründen haben Emails nur informativen Charakter, rechtliche Verpflichtungen sind daher daraus nicht ableitbar.
This mail and/or attachments are confidential and may also be legally privileged.
If you are not the intended recipient, you are hereby notified, that any review, dissemination or copying of this email and/or attachments is strictly prohibited. Please notify us immediately by email and delete this message and all its attachments.
For safety reasons the mail's character is only informative. Legal obligations cannot be deduced.
Ive modifed the hybernate xml file but the database tables seem to not be getting created correctly.
Is there anything else that needs to be done in order to make sure that the database tables get created correctly?
When I access xwiki I get the following exceptions:
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: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
Wrapped Exception: ca.gcf.util.SqlEx: Table 'xwikidbversion' does not exist or is not owned by you.
Radek Rekas
VFMFocus Developer
eVALUA Pty Ltd
66B Maryborough St
Fyshwick, ACT, Australia
T: +61 2 6228 1904
F: +61 2 6228 1131
Http://www.evalua.com.au
hi everybody, i have a problem creating links to an internal page in a page
created with html and css.
this is the code of the page:
{{velocity}}
$xwiki.ssfx.use("/portal/site/css/estilo.css")
{{/velocity}}
{{html}}
<body>
<!--inicio menu-->
<div id="menu">
<ul>
<li>
{{/html}}
IF I DO THIS, THE layout GONE HELL
[[Introduccion>>Main.Introduccion]]
{{html}}
# Introducción
</li>
<li> # Guía Rápida </li>
<li> # Objetivos </li>
<li> # Descripción </li>
<li> # Noticias </li>
<li> # RSS </li>
</ul>
</div>
<div id="contenido">
<div id="columleft">
<div id="imgport">
<h2>MADES (Marco de Desarrollo y Mantenimiento de Aplicaciones)</h2>
<p>es una referencia para los actores implicados en el desarrollo de
aplicaciones software en el ámbito de la Consejería de Sanidad y Dependencia
de la Junta de Extremadura. Ofrece un punto de partida para el uso de
tecnologías probadas bajo directrices que marcan criterios de calidad y
homogeneización en los desarrollos y proponiendo un marco metodológico en la
operativa de los proyectos.</p>
<p class="right"> # >> leer más </p>
</div>
<div id="accesosport">
<div class="cajaacceso1">
<h3>Arquitectura MADES</h3>
<h4>Marco Tecnológico</h4>
<ul>
<li> # Infraestructura </li>
<li> # Librerías </li>
<li> # Área de entrega </li>
<li> # Criterios de Desarrollo </li>
</ul>
</div>
<div class="cajaacceso2">
<h3>Políticas y procedimientos</h3>
<h4>Marco Metodológico</h4>
<ul>
<li> # Metodología </li>
<li> # Plantillas de documentación </li>
<li> # Material de referencia </li>
</ul>
</div>
</div>
</div>
<div id="columright">
<div id="zonadescarga">
<h3>Zona de descargas</h3>
<ul>
<li class="vin1"> # Entorno de Desarrollo </li>
<li class="vin1"> # Plantillas de Documentación </li>
<li class="vin1"> # Manuales </li>
<li class="vin1"> # Ejemplos </li>
<li class="vin1"> # Guía rápida a MADES </li>
<li class="vin2"> # Proyecto Piloto
<ul><li> # Repositorio de Código Fuente </li></ul>
</li>
<li class="vin1"> # Bibliografía </li>
<li class="vin1"> # Herramienta de Verificación </li>
<li class="vin1"> # Actualización de reglas </li>
</ul>
</div>
<div id="gestionproyecto">
<h3>Gestión de Proyectos</h3>
<div class="centrar">
<div class="formulario">
<form method="post" action="#"><br />
<label for="usuario" title="usuario">Usuario</label>
<input id="usuario" value="usuario" size="12" >
<br/>
<label for="login" title="login">Login</label>
<input id="login" value="login" size="12" >
<input type="submit" name="Enviar" id="Enviar" value="Enviar"
class="boton" alt="Enviar" title= "Enviar">
<br />
</form>
</div>
</div>
</div>
</div>
</div>
<!--INICIO PIE PÁGINA-->
<div id="pie"><p>(c) Junta de Extremadura 2009</p></div>
</body>
{{/html}}
--
View this message in context: http://n2.nabble.com/Problem-creating-a-link-to-a-page-with-custom-css-NEWB…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have the problem, that the XWIKIRCS table has too many entries.
Is it possible to make it smaller without problems, e.g. by deleting
entries?
Is there a way to stop the growth of this table, e.g. disabling the
document history?
Thanks,
Ingo
Greetings, list
I wonder if it possible to configure xwiki to have the preview and editor to
share a page as mediawiki have theirs?
I hope I'm not the n:th person asking this or not; I'm new to the list and
was not able to find an archive with search functions.
Regards, Joel Forsberg
Hi,
I would like to know if there is a way to change the default appearance of
the code macro.
Can I make it look like the one in confluence or the one in moin?
thanks
carlo
Hello
I am not sure i understood what u are asking, but:
-if u want to divide a page in 2 columns. only that page..so you cannot use
the change of layout from xwiki, you can easily edit the page in question in
the object mode. (?editor=object) and from the right side you can see that
u can add a "stylesheetclass" and there u can add .css . here in you declare
your 2 columns and everything else u want to have in page, just like u are
creating a simple html file that uses a css file. Next: Save
-
John Bober wrote:
>
> Hi,
>
> I'm a Newbe and courrently working with an xwiki. I really like the look
> and gadgets, I'm only a little disapointed from the history.
> Currently it shows only the deletet and the added Text. Is there any
> posibility to generaly show the rest of the content?
> It would really help, I didn't get what is actually changed and what not.
>
> - to see the author and dates and pages that were modified, use the xwiki:
> "#includeInContext("Main.RecentChanges")". it's something like this:
> {{velocity}}
> {{html}}
>
> ## Set variables to limit recent changes to the current space and 10
> items.
> #set($rcSpace = [$doc.space])
> #set($rcChangesNb = 10)
> #includeInContext("Main.RecentChanges")
>
> {{/html}}
> {{/velocity}}
>
> - if you want to get the contents of a page, you can use this:
> #set($docContent = $xwiki.getDocument($pageName).content)
> (http://n2.nabble.com/get-content-of-page-td3992676.html#a3992676)
>
> Hope this helps
>
> By the way, a colleague of mine thought of special view:
> A Table-Style with the content on the left and the autor on the right. So
> one can easly get who is responsible for some very brilliant content =^D .
>
> Thanks in advance.
> John Bober
>
>
--
View this message in context: http://n2.nabble.com/extended-history-view-tp4169050p4176059.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thomas,
Maybe i missed something but i did what is described in the link you provided and i have something strange.
When i log with my id in the virtual wiki, i have my first name/last name displayed (so it's able to read data from the main wiki). That's ok. But the link behind this is wrong :
http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545
Instead of
http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545
I searched in previous emails and only found a bug on a regular expression set in the xwiki.cfg but it seems to be corrected for virtual path mode
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
It's planned but here, when you want to upgrade an application used in production you have to wait many weeks for validations and authorisations. And then the 2.0.5 will be outdated ;)
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : jeudi 17 décembre 2009 08:46
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Thank you Thomas.
> >
> > We use virtual wikis in the path based mode (set in the
> xwiki.cfg if i remember good)
>
> In that case you should upgrade to 2.0.5 since there is several
> important issues that as been fixed around the switch between wikis.
>
> >
> > Ok. I will try that, hoping that it will solve our problem.
> Because it generates many problems with right permissions to
> browse virtual wikis by registered users.
> >
> >
> >
> >> -----Message d'origine-----
> >> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> >> De la part de Thomas Mortagne
> >> Envoyé : mercredi 16 décembre 2009 17:31
> >> À : XWiki Users
> >> Objet : Re: [xwiki-users] Authentication problems with
> virtual wikis
> >>
> >> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> >> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> >> > Hello all,
> >> >
> >> > Our system has some problems when a user logs in the main
> >> wiki and goes to a virtual wiki.
> >> > It creates the Xwiki.<userId> page but not like a usual
> >> user page. It's just a blank one.
> >>
> >> Never heard of something like that, do you have anything in the log
> >> when you try to log in ?
> >>
> >> What multiwiki mode are you using ? domain name
> >> (http://wiki1.host/xwiki/bin/view/) based or path based
> >> (http://host/xwiki/wiki/wik1i/view/) ?
> >>
> >> >
> >> > The authentication process is done using LDAP process.
> >> >
> >> > Also is there a way to disable the login function only on
> >> the main wiki ? If yes, what will happen if a user tries to
> >> connect on a virtual wiki and it fails ? Because when this
> >> situation occured, the user is redirected to the login page
> >> of the main wiki and not the virtual one.
> >>
> >> I you want all your LDAP user profiles to be
> created/updated only on
> >> the main wiki see
> >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> >> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> >> storegisteredonlyonmainwiki
> >>
> >> >
> >> > Thank you
> >> >
> >> > Christophe Périnaud
> >> > Windows Server 2003 SP2 in a VMWare instance
> >> > Oracle 10g
> >> > Java 1.6.0_12
> >> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >> >
> >> >
> >> >
> >> --------------------------------------------------------------
> >> ------------------
> >> >
> >> > This e-mail is intended only for the addressee named above.
> >> It does not bind the sender, except in the case of an
> >> existing written convention with the addressee. This e-mail
> >> may contain material that is confidential and privileged for
> >> the sole use of the intended recipient. Any review, reliance
> >> or distribution by others or forwarding without express
> >> permission is strictly prohibited and may be unlawful. If you
> >> are not the intended recipient, please contact the sender and
> >> delete all copies.
> >> >
> >> > While reasonable precautions have been taken to ensure that
> >> this e-mail and any attachments are free from any computer
> >> virus or similar defect, no liability will be accepted in
> >> that respect. Anyone accessing this e-mail must take their
> >> own precautions as to security and virus protection.
> >> >
> >> > KBL European Private Bankers S.A., 43 boulevard Royal
> >> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> >> > _______________________________________________
> >> > users mailing list
> >> > users(a)xwiki.org
> >> > http://lists.xwiki.org/mailman/listinfo/users
> >> >
> >>
> >>
> >>
> >> --
> >> Thomas Mortagne
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Thank you Thomas.
We use virtual wikis in the path based mode (set in the xwiki.cfg if i remember good)
Ok. I will try that, hoping that it will solve our problem. Because it generates many problems with right permissions to browse virtual wikis by registered users.
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello all,
Our system has some problems when a user logs in the main wiki and goes to a virtual wiki.
It creates the Xwiki.<userId> page but not like a usual user page. It's just a blank one.
The authentication process is done using LDAP process.
Also is there a way to disable the login function only on the main wiki ? If yes, what will happen if a user tries to connect on a virtual wiki and it fails ? Because when this situation occured, the user is redirected to the login page of the main wiki and not the virtual one.
Thank you
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
hey
My question is purely theoretically. If i create a table and each <td> from
it has an id, can i extract the information from a <td> by an id?
This is in a xwiki page.
"<table>
<tr>
<td>name</td>
</tr>
<tr>
<td id="test">bla bla</td>
</tr>
</table>
"
Now, in another page i get the content of the page above, and i want to take
the info from the td with the "id". is it possible?
:confused:
--
View this message in context: http://n2.nabble.com/distinct-select-divs-from-page-tp4175922p4175922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.