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 <<