Since xwiki has an SVN backend, does this mean that I
can download the wiki site to my laptop and then work
on it offline?
Also, can I do standard svn commands to upload new pages,
attachments, etc.?
Thx....JRC
--
Tech-X Corp., 5621 Arapahoe Ave, Suite A, Boulder CO 80303
cary(a)txcorp.com, p 303-448-0728, f 303-448-7756, c 720-839-5997
Hi,
I am trying to install Xwiki on IBM WebSphere But it is showing error
that the supplied file is not a war file.
Please refer to the attached document for error description.
Thanks & Regards
Manvar Khan | CRM-AMSS Integration | Tech Mahindra
Delta, Fourth floor Giga Space, Viman Nagar, Pune - 411016. INDIA
* Office: +91 20 6622 1000 | Extn: 3157 | Cell: +91-9970291915
Email: manvark(a)techmahindra.com
www.techmahindra.com
<https://techmail1.techmahindra.com/exchweb/bin/redir.asp?URL=http://www
.techmahindra.com/>
============================================================================================================================
Disclaimer:
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra.
============================================================================================================================
Hi,
I am using class editor to change the property (type from Date to text area)
of a class field (say field A). For that first I created a new filed (B)
with the desired type. Then I changed the number of the old field, A to the
one next to the last one existing. (say we have 20 fields now with the new
one B. So, I assigned A (originally having number 14, a new number 21). I
then assigned B number 14 to replace A.
I am having problem next when I am trying to delete A so that I can then
rename B to A. I tried to change number of A from 21 to 0, also deleting
name of A so that it has name property to be empty. But nothing helps to
remove A from the picture. Some how all the fields from number 1 to 14 gets
deleted!
Does anyone have any idea on that?
Thanks
Sohana
Hi,
With my XWiki I need a forum so people can exchange information on various
topics. I'm installed phpbb but I was wondering if there was any "better"
integration between another product (JForum or JavaBB). Has anybody
installed such product ? Any feedback ?
Thanks,
Antonio
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: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(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: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(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Dear Xwiki Users,
I would like to know if there is any setting for Postgres mapping files in hibernate.cfg file like the one below for
HSQLDB or Oracle database?
<!-- Mapping files
Comment it to use for Oracle -->
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
Kind Regards,
Adel
hi all,
first, congratulations for XWiki 1.0 ...
can someone explain the difference between the sites
.../xwiki/bin/view/XWiki/
and
.../xwiki/bin/view/Admin/
it seems one of them is a relict from an older version.
i followed the upgrades from 0.9.1252 as described.
g,
kris
Lots of Web pages mention the possibility of using PERL based plugins (like from TWIKI). But i haven't found any information about this feature in the XWiki official documentation or anywhere else.
Somebody does have any idea how to install and use a PERL plugin in XWiki ?
Thx
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 1 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first milestone for the 1.1 version. It contains several
improvements and new features for the default wiki.
Main changes:
* Lots of bugs fixed
* Improved Search: Ability to search by space and RSS feed based
on searches
* Added ability to filter and sort HTML tables in the Albatross
skin (documentation forthcoming). Added support for it on the
AllDocs, Search, What's new, Tags and SpaceIndex pages.
* Added Polish translation
* Updated German translation for German
* Improved PDF output by better rendering headers and footers.
Note that it's now possible to customize how generated headers and
footers look like
* Added experimental RTF export
* Added ability to enter comment when making changes to
documents (documentation forthcoming). It's possible to configure it
to force users to enter comments if that's what you want (it's
optional by default)
* Ability to export to PDF several documents at once
(documentation forthcoming). Note that there's no UI yet
* Added new "Orphaned Pages" page + Panel to the default wiki
+ lots of other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki11M1
Enjoy
-The XWiki development team
Hi,
A couple of month ago someone proposed to add a favicon to XWiki. I haven't
read anything about it since and I can't find anything on XWiki 1.0
about it. Do you know if there is any facility to
add our own icon or do we have to code our own link to favicon ourselves
? If yes I suppose that the best place to do it is on XWikiPreferences > HTTP
Meta Information:
Antonio
Hello,
I'll try to import a XAR file. It seems like the wiki does nothing. But I found these logs (see below).
I work on xwiki 1.0 beta 5 but I also try on 1.0 RC4. It doesn't work neither.
Any help would be appreciated.
Thanks.
Virginie
___
17:41:23,843 WARN http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… XWikiAction:execute:188 - Uncaught exception: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:95)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:661)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:336)
at com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:167)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:46)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Thread.java:595)
17:41:24,031 ERROR http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($!hidecolumns) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. [line 9, column 21]
17:41:24,281 WARN http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… MonitorData:log:183 - MONITOR XWiki.Import: 547ms
Hi
I have a basic question regarding skin modification. To make a skin altogether, i.e., a skin which is very different from albatross skin. Say, I need to place the edit, view, rename, delete panel to be placed a bit more lower, I want to change the width of the right panel thinner etc.
What to go about to achieve this. Now I have changed the almost all of the css files in albatross skin to change the look and feel. It works fine in FF but is too messed up in IE. Is there an easier way to do this ?
Regards
Roopesh
Hi,
I'd like to get informations on the number maximum of users connected, registered, the number of topics which is possible to have... in XWiki and how the performance changes with the increasing of those factors.
I have another question about plugins. It is said that XWiki is compatible with any TWiki plugin. Is that a real statement for any single plugin of TWiki ?
I was trying XmlRpc Example of François Déchelle in a Windows environment but I can't create a Web page. Everything else works instead of creating new page with "storePage". If someone can help this is the stack trace I have:
Avoiding obscuring previous error by supressing error encountered while ending request: org.apache.xmlrpc.XmlRpcClientException: Exception closing URLConnection
org.apache.xmlrpc.XmlRpcClientException: Failure writing request
at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequestProcessor.java:74)
at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequestProcessor.java:100)
at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:69)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiClient.rpcCall(XWikiClient.java:69)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClient.createPage(XWikiCreatePageClient.java:89)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClient.execute(XWikiCreatePageClient.java:66)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClientTest.testConnexionServeur(XWikiCreatePageClientTest.java:142)
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:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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:324)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
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:324)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
I saw that someone submitted some promising new LDAP code that I'm very
interested in. Because I'm supporting a production wiki, I can't
experiment with code until its formally adopted into the project. Any
idea when that will be? I also heard that there were plans to re-do the
authentication mechanisms in XWiki, perhaps to user JAAS.
Regards,
Brian.
Hi
In my project there is a necessity of allowing the users to rate documents. Say a rating scale from 1-5 will have to appear in each document (created using a template). Users can rate a document and an overall rating appears after calculating all the ratings. At present I did the whole thing using servlets. But is this the preferred way to do this in xwiki.
Can this be done by making use of xwiki plugin or so, so that it will be useful for others also? Any hints ?
Regards
Roopesh
Sorry for my unclear expression! I'll try to rephrase my original questions:
- Is the capability to choose between sorting directions going to be implemented in the lucene plugin?
- Is the default query type going to stay an OR-query? I would vote for AND by default and at least there could be a possibility to choose between them on the api-level.
- Could it be possible to index all page data, it's object's properties and attachment data into one lucenedoc so I would not get a separate hit for page, it's object and attachment (if the search words are found in each of them). This feature makes the paging impossible (see Michaels description below) if I want to show just one pagehit regardless if searchwords are hit within the page itself or it's attachments or objects. (I hope this was understandable...) Surely there are arguments for and against but I would like hear yours. Or has somebody solved this issue perhaps somehow?
I've been customizing the plugin for my needs yet there are still some features I'm working on. I'm willing to contribute if needed but on the other side, if these features are going to be implemented in the plugin core anyway by somebody else I could spare my time for something else.
Thanks,
Petteri
________________________________
Lähettäjä: THOMAS, BRIAN M (ATTSI) [mailto:bt0008@att.com]
Lähetetty: ti 22.5.2007 18:12
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I still have questions about how that's done: Is there a tutorial on how to apply it, or even a XAR to import a new search page?
Or is that what Petteri is asking for?
brain[sic]
________________________________
From: Karttunen Petteri [mailto:Petteri.Karttunen@kuopionkonservatorio.fi]
Sent: Tuesday, May 22, 2007 9:25 AM
To: xwiki-users(a)objectweb.org
Subject: RE: Questions about the Lucene-plugin
Anybody?
________________________________
Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
Lähetetty: to 10.5.2007 9:40
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I hope xwiki will use the lucene search in future as default search engine!
At least just because of the result score..
petteri.karttunen wrote:
>
> I think it's impossible to do the paging properly under the conditions
> mentioned below. So I have a flat results view but I've done some efforts
> for a compact and easily customizable search results view, which has
> sorting and sort direction functionality. If you want to have it you
> should also have my lucene-patches to support sorting directions and to do
> AND-searches by default.
>
> If you want I can send these all to you but maybe somebody of the project
> team could shortly comment these issues before. If there is a roadmap with
> the plugin I could also offer myself to be a contributor. Lucene-plugin
> works 100X (well...almost) faster than regular xwiki-searches and is at
> least at the moment the only possible choice in my xwiki-environment.
>
> And by the way, many thanks for Ludovic and the whole team for great work!
>
> Regards,
> Petteri
>
>
> ________________________________
>
> Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
> Lähetetty: ke 9.5.2007 11:12
> Vastaanottaja: xwiki-users(a)objectweb.org
> Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
>
>
>
>
> I had the same problem with post-filtering the search results. (there were
> not all results displayed, and that caused a problem in a paged view (ex.
> just 10 out of 30 on page1, 15 of 30 on page2..)
>
> Maybe you can improve my lucene search page macro?
> http://www.xwiki.org/xwiki/bin/view/Code/LuceneSearchPage
>
>
>
> petteri.karttunen wrote:
>>
>> About the "confusing" results: of course I can do some velocity- or
>> groovy
>> -post-processing on the page to filter out the duplicate document names
>> from results. This is no problem if I want to show the results as one
>> flat
>> list but it becomes quite complicated to do efficiently if I want to show
>> f.ex. 30 hits per page with paging. Basically I mean that all the index
>> data holded by one page (page content, objects, attachments...) should be
>> regarded as this page's properties and indexed under one lucenedoc. If I
>> operationally have understood something incorrectly, please correct me.
>>
>> What do you think?
>>
>> -Petteri
>>
>> I'm testing the version RC1 and have some thoughts about the
>> Lucene-plugin:
>>
>> Sorting
>> -------
>> At the moment there is no method in the API to choose between the sorting
>> directions. I think there should be one.
>>
>> Boolean Queries
>> ---------------
>> Is the default query-type going to stay an ORed one? Should it better be
>> an AND-query, like Google? I think most of the surfers expect that
>> nowadays. At least there could be method to choose between them.
>>
>> Results
>> -------
>> Search results are a bit confusing now. When I search for a word that
>> appears both in a document, in it's attachment and in it's object's
>> properties I get three hits. One for each type. There a special cases, of
>> course, but I think it would be more usable to get in my example case by
>> default just one hit. There would still remain a method ("type: object")
>> to distinguish between the types in a query.
>>
>> If you like, I can provide patches for the two first (minor) issues.
>>
>> Regards,
>> Petteri
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
>> mailing list.
>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a103…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
View this message in context: http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a104…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Anybody?
________________________________
Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
Lähetetty: to 10.5.2007 9:40
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I hope xwiki will use the lucene search in future as default search engine!
At least just because of the result score..
petteri.karttunen wrote:
>
> I think it's impossible to do the paging properly under the conditions
> mentioned below. So I have a flat results view but I've done some efforts
> for a compact and easily customizable search results view, which has
> sorting and sort direction functionality. If you want to have it you
> should also have my lucene-patches to support sorting directions and to do
> AND-searches by default.
>
> If you want I can send these all to you but maybe somebody of the project
> team could shortly comment these issues before. If there is a roadmap with
> the plugin I could also offer myself to be a contributor. Lucene-plugin
> works 100X (well...almost) faster than regular xwiki-searches and is at
> least at the moment the only possible choice in my xwiki-environment.
>
> And by the way, many thanks for Ludovic and the whole team for great work!
>
> Regards,
> Petteri
>
>
> ________________________________
>
> Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
> Lähetetty: ke 9.5.2007 11:12
> Vastaanottaja: xwiki-users(a)objectweb.org
> Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
>
>
>
>
> I had the same problem with post-filtering the search results. (there were
> not all results displayed, and that caused a problem in a paged view (ex.
> just 10 out of 30 on page1, 15 of 30 on page2..)
>
> Maybe you can improve my lucene search page macro?
> http://www.xwiki.org/xwiki/bin/view/Code/LuceneSearchPage
>
>
>
> petteri.karttunen wrote:
>>
>> About the "confusing" results: of course I can do some velocity- or
>> groovy
>> -post-processing on the page to filter out the duplicate document names
>> from results. This is no problem if I want to show the results as one
>> flat
>> list but it becomes quite complicated to do efficiently if I want to show
>> f.ex. 30 hits per page with paging. Basically I mean that all the index
>> data holded by one page (page content, objects, attachments...) should be
>> regarded as this page's properties and indexed under one lucenedoc. If I
>> operationally have understood something incorrectly, please correct me.
>>
>> What do you think?
>>
>> -Petteri
>>
>> I'm testing the version RC1 and have some thoughts about the
>> Lucene-plugin:
>>
>> Sorting
>> -------
>> At the moment there is no method in the API to choose between the sorting
>> directions. I think there should be one.
>>
>> Boolean Queries
>> ---------------
>> Is the default query-type going to stay an ORed one? Should it better be
>> an AND-query, like Google? I think most of the surfers expect that
>> nowadays. At least there could be method to choose between them.
>>
>> Results
>> -------
>> Search results are a bit confusing now. When I search for a word that
>> appears both in a document, in it's attachment and in it's object's
>> properties I get three hits. One for each type. There a special cases, of
>> course, but I think it would be more usable to get in my example case by
>> default just one hit. There would still remain a method ("type: object")
>> to distinguish between the types in a query.
>>
>> If you like, I can provide patches for the two first (minor) issues.
>>
>> Regards,
>> Petteri
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
>> mailing list.
>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a103…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
View this message in context: http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a104…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team team is pleased to announce the
availability of the final 1.0 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10
XWiki 1.0 is the result of the collaboration of hundreds of people
and we would like to thank the whole XWiki community for it. We've
all been hard at work. We have fixed 615 issues for the last 5 months
(since 1.0 Beta 1)!
We've already started development of XWiki 1.1 and we're planning to
release a first Beta version around end of May/beginning of June. We
have lots of improvements planned already . Our main focus is going
to be the default Wiki. We now have a very strong XWiki platform and
we want to make the default Wiki even better: better UI, improved
usability, more polished.
As always, we're interested in contributions. If you're interested in
participating to an open source project and working with a nice,
friendly and open team, come help us.
If you're a XWiki user, please add yourself on http://www.xwiki.org/
xwiki/bin/view/References/. XWiki is currently used by hundreds
(possibly thousands) of companies around the world but, being an open
source project, in most cases we don't even know about it. Adding
yourself is a form of contributions and it help the project being
successful. Add yourself now and spread the word!
Enjoy XWiki 1.0!
-The XWiki development team
Hi
In the FAQ tutorial, the FAQs(documents) and class, classsheet, document template are present in the same space. How can I create the class, classsheet and template in one space and the documents (FAQs) in another space ?
I want to prevent users from modifying the classsheet, template etc. but want anyone to modify the documents.
Regards
Roopesh
Hi!
I've discovered that I need a lot less choices in my xwiki instance than
what the default xwiki installation offers. Now, the PanelWizard is a
good tool for shuffling about the big blocks, but how can I remove
"Knowledgebase" and "Photos" from my right hand panel if I still want
"blog" to be there? And can I somehow rename the "Blog" title?
Also, I'm trying to clean up a bit within the blog menu. By default, all
blog entries seem to be thrown into the menu together with choices like
"Categories", "Create Blog Post" and "Web Home". This looks a bit messed
up after a while, as the menu is sorted alphabetically (and also, spaces
are removed from titles). Where do I go in order to organize and
configure the blog sub-menu?
Sorry for the n00b questions, I'm really trying to pick up on this!
best regards :-)
Thomas