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