Hi all,
I've got a problem after having migrating to 4.4.
I use a few livetables in different workspaces displaying their users ; it
worked well until now.
But the avatar are now oversized when displayed in livetables, ie. it looks
that it's the photo in its actual size which is displayed...
I precise that I tried to upload new avatars; I also verified that this
happened in all my workspaces.
I was previously in 4.2.
Anybody can help?
Thanks by advance,
Nicolas
Hi,
I'm trying to set up XWiki in a network with a PostgreSQL database that
uses kerberos for authentication.
I know it is possible to control the authentication mechanism used by
the JDBC driver using login.conf. For example, the following simple
program accesses a postgresql database:
import java.sql.*;
import java.util.*;
import org.postgresql.Driver;
class Test {
public static void main(String... args) throws Exception {
Properties props = new Properties();
props.setProperty("loglevel", "2");
props.setProperty("user", "xwiki");
props.setProperty("ssl", "true");
Connection conn =
DriverManager.getConnection("jdbc:postgresql://db.example.com:5432/xwiki",
props);
}
}
It can be made to use a kerberos keytab by passing
-Djava.security.auth.login.config=login.conf, with the following
login.conf file:
pgjdbc {
com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true
keyTab=xwiki.keytab principal=xwiki storeKey=true doNotPrompt=true;
};
(pgjdbc is apparently the default application name for the postgresql
driver)
I want to do something similar with the xwiki installation (running
inside tomcat 7).
1) Is there some reason this cannot be done?
2) What is the application name I need to give in login.conf for this to
work properly?
Thanks,
Eric
Hi,
I've realised that for my project it would be ideal if users had the
ability to change their login names. You know the kind of thing, you
register on the site as crazygirlLOL and then your boss shows up and you
want to be renamed as maryc.
I've had a look around and can't see that XWiki supports this. I bet
it'd be a pain to implement, changing all the history and group
memberships and permissions and whatnot. But if there's nothing out of
the box it looks like I'll have to write this feature myself.
Any suggestions?
P.S., I saw a reference in one of the macros to allowing user pages to
exist in spaces other than XWiki in the future. That would be useful
too, and probably touches much of the same code.
Hello
I'm running Xwiki Enterprise 4.4 on Apache Tomca 6 and I'm trying to create a custom skin for a space that I defined in the default wiki but nothing is changing. I tried following the steps provided in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingtheSkina… (and specifying "toucan" as the skin) but nothing happened. I also tried the procedure described in http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins under "How to override a Skin" sections A, B, C, D and F.1 but I didn't see any changes.
Could someone please tell me how I can create a custom skin? I don't mind doing it either through web interface or by editing files directly on the server.
Thank you.
Naoufel Chbihi
Technical Specialist | Spécialiste technique
Mainframe Operating System Technology | Technologie du système d'exploitation des ordinateurs centraux
Service Management & Delivery (SM&D) | Gestion et prestation des services (GPS)
Information Technology Services Branch (ITSB) | Direction générale des services d'infotechnologie (DGSIT)
Shared Services Canada | Services partagés Canada
7038-700 Montreal Road, Ottawa, ON K1A 0P7 | 7038-700, chemin Montréal, Ottawa, ON K1A 0P7
Tel.: 613-748-2169
Fax: 613-748-2617
E-mail: naoufel.chbihi(a)ssc.gc.ca | naoufel.chbihi(a)spc.gc.ca
Hello all!
I would like to kindly ask for a wiki space for our interest group.
We want to develop free hardware and software for home automation.
Unfortunately several key developers only speak little English,
so the wiki would be mostly in German. I hope this is no problem.
My xwiki user name is StefanT
Prefered server name: selfbus
Thanks in advance,
Stefan
I tested the macro of Google Map. It work fine ;); For the moment, I'm able
only to add one position tag on the map.
Here is an exemple taken from then tuto in Macro Page : {{map location="10,
rue Pernety, France"}}{{/map}}
Is it possible de add several postion tags on google map using this Macro?
I tried the following code, but it display 2 maps, which isn't useful.
{{map location="10, rue Pernety, France"}}{{/map}}
{{map location="20, rue Pernety, France"}}{{/map}}
Thanks again for your help.
have nice evening.
Youcef
Hi devs and users,
It looks like the Korean translation is broken in several places. While
most translations are OK, some are just random ISO-8859-1 characters,
probably a bad encoding setting when the file was initially imported
into l10n.xwiki.org. Could someone look at the translations and at least
remove the broken ones?
Anybody can remove broken translations from
http://l10n.xwiki.org/xwiki/bin/XE/XWikiCoreResources?action=viewall&langua…
If they look like 스페이스 블로그 (스페이스 내 포스트 모음) they're good.
If they look like 등록 정보 이름은 이 네이밍 they're bad.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
I installed the last vesion of XWiki.
I choose Panel configuration which allow to have three colomns (few panels
on right and left, and in the middle the "main page")
Is it possible de allow only the main page PUBLIC (access for guests), and
disable VIEW of panels on right and left? I want that guest VIEW only the
main page, but not the other panels?
I tried all kind of configuations ! I could put main page accessible for
GUEST users, but both panels in right and left are visible for GUESTS.
Thanks so much.
Sincerely yours.
Hi all,
i have here latest X wiki Version with libreoffice-headless (Centos 6.2).
Xwiki can start OpenOffice Server local successful.
However, i cannot import a document.
I get always this error messages.
Thanks for any help
Stefan
#.#.#.#.
WARNUNG: Parameters: Invalid chunk '' ignored.
013-01-18 10:50:54,950
[http://wiki.felten-group.com:8080/xwiki/bin/view/XWiki/OfficeImporterResults]
ERROR .s.OfficeImporterScriptService - Error while converting document
[ETC_CF_Card_Problem.docx] into html.
org.xwiki.officeimporter.OfficeImporterException: Error while converting
document [ETC_CF_Card_Problem.docx] into html.
Caused by: org.xwiki.officeimporter.openoffice.OpenOfficeConverterException:
Error while performing conversion.
aused by: org.artofsolving.jodconverter.office.OfficeException: could not
load document: ETC_CF_Card_Problem.docx
Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
unsupported one.
--
View this message in context: http://xwiki.475771.n2.nabble.com/OfficeImporterScriptService-Error-while-c…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I'm trying to write a page to return some LiveTable results. I'm
finding that $query.count() is returning -1 instead of the actual number
of results. Can anyone tell me why?
{{velocity}}
#set($query = $services.query.xwql("from
doc.object(Invitation.InvitationMailClass) as inv"))
#set($invitations = $query.execute())
#foreach($invite in $invitations)
* $invite
#end
Number of results is: $query.count()
{{/velocity}}
...gives results:
Invitation.InvitationMessages
Invitation.InvitationMessages
Number of results is: -1
I was expecting the number of results to be "2". I'm trying to make
sense of the documentation here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module
...but it doesn't seem to have much description of the API, and I can't
see anything on maven.xwiki.org either.
Thanks,
Matthew Exon
Hi,
I'm trying to upgrade from XWiki 3.1 to 4.4, but I'm having problems
with the data migration process.
It all goes well up until R40000XWIKI6990, which fails due to a
duplicate key (see below, full Tomcat log also attached). It also fails
with safemode enabled.
ERROR o.h.u.JDBCExceptionReporter - ERROR: duplicate key value
violates unique constraint "xwikidoc_pkey"
I've tried running SQL commands from XWIKI-8129 [1] jira issue too, but
it doesn't apply any modification in my case. So it doesn't make any
difference.
Older version of XWiki in-between also fail.
The system set up is:
Fedora 14 (x86_64)
Java 1.6.0_20 -- OpenJDK Runtime Environment (IcedTea6 1.9.10)
Tomcat 6
PostgreSQL 8.4.9
XWiki 3.1 (upgraded from 2.2.1 and with no configuration options changes)
Any idea of how to solve this problem?
Thanks,
Àlex
[1] http://jira.xwiki.org/browse/XWIKI-8129
Hi!
At the http://l10n.xwiki.org/xwiki/bin/view/L10N/Search I was trying to search some phrases not translated in some macroses, which one can find in WYSIWYG editor.
The problem is, there are no translations for some macroses, e.g.: Success Message, Display, Comment, Cashes and some others.
I used to search via original text field, e.g. "Display other pages into the current page.". No results found. Is it possible to translate all these macroses somehow?
Kind regards,
Dmitry
Hi Marius,
Thanks for your response, the get action works very well for rendering the
target link as a part of my current page if the target link is originally
for view action, now I need to edit this content, which is only a part of
the page, I only need to edit this part, I tried to use get action to get
the dom portion of the edit action content and render it for this area in
the page, but it does not work, with get, I can only get the dom for view
html content, not edit html content, for example, for this url:
http://mydomain/xwiki/bin/edit/blog/Bering+Land+Bridge
if I use http://mydomain/xwiki/bin/get/blog/Bering+Land+Bridge, I will get
the content for view action of this:
http://mydomain/xwiki/bin/view/blog/Bering+Land+Bridge, not the content for
the edit action, I like to display the edit inline form for this area so
users can edit this part and keep the other parts of the page unchanged.
Any suggestions?
Thanks very much for your thoughtful help.
David
On Sat, Dec 15, 2012 at 5:29 AM, Marius Dumitru Florea <
mariusdumitru.florea(a)xwiki.com> wrote:
> On Sat, Dec 15, 2012 at 5:53 AM, Geo Du <dddu88(a)gmail.com> wrote:
> > Hi Marius,
> >
> > This works, but my problem is that I have a xwiki page, I have a link on
> > this page, when I click on this link, a javascript function is called,
> with
> > the call, I want to include a new xwiki page at the bottom of the current
> > page without reloading the current old content (like appending a new
> page to
> > the current page without change of the old content), the new appended
> > content could be in edit or view mode.
> > My question is the approach you have here is to use display macro, how to
> > trigger this macro inside javascript code? also how to avoid reloading
> the
> > old content when appending new content? since in the old page I have some
> > search results listed, I do not want to lose it and make users have to
> > search again.
>
> You cannot (directly) use the display macro in JavaScript code because
> they belong to two different worlds. The display macro is executed on
> the server side long before the JavaScript is executed on the client
> side, in the browser. What you have to do is to catch the click event
> on the link, make an AJAX (
> http://prototypejs.org/doc/latest/ajax/Ajax/index.html ) call to
> retrieve the target of that link (another wiki page I assume) and
> append it to the DOM document. In order to retrieve only the rendered
> content of the target page, without the page header, footer, panels,
> etc, you can use the 'get' action, e.g. /xwiki/bin/get/Sandbox/WebHome
> .
>
> Hope this helps,
> Marius
>
> >
> >
> > Thanks for your help.
> > David
> >
> > On Mon, Nov 5, 2012 at 3:33 AM, Marius Dumitru Florea
> > <mariusdumitru.florea(a)xwiki.com> wrote:
> >>
> >> The display macro works for me as you would expect. For instance, if I
> >> create a page with this content:
> >>
> >> ----------8<----------
> >> {{velocity}}
> >> Current action: $xcontext.action
> >> {{/velocity}}
> >>
> >> {{display reference="Blog.BlogIntroduction"/}}
> >> ---------->8----------
> >>
> >> in view mode I can see the blog post preceded by "Current action:
> >> view" and in "Inline Form" edit mode I can edit the blog post, which
> >> is preceded by "Current action: edit".
> >>
> >> Hope this helps,
> >> Marius
> >>
> >> On Fri, Nov 2, 2012 at 10:18 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >> > Hi Marius,
> >> >
> >> > Thanks for your response, it works when I use display macro to include
> >> > the
> >> > testpage into the other page, but I need also to include (display) the
> >> > page
> >> > with inline mode inside the other page, since user can click the edit
> >> > pencil
> >> > button on the right corner of the testpage to edit it, right now the
> >> > edit
> >> > button will lead to the testpage in inline mode but the testpage is
> not
> >> > inside the other page which originally include(display) the testpage.
> >> >
> >> > So how to include or display a page with inline mode into another
> page?
> >> >
> >> > Thanks for your help.
> >> >
> >> > David
> >> >
> >> > On Fri, Nov 2, 2012 at 3:06 AM, Marius Dumitru Florea
> >> > <mariusdumitru.florea(a)xwiki.com> wrote:
> >> >>
> >> >> On Thu, Nov 1, 2012 at 10:51 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >> >> >
> >> >> > Hi All,
> >> >> >
> >> >> > I want to include one page into another page in terms of content
> >> >> > instead
> >> >> > of
> >> >> > velocity code, for example, the Blog.WebHome is a page without
> >> >> > velocity
> >> >> > code if you choose Edit->Wiki, but it has Blog.BlogClass if you
> >> >> > select
> >> >> > Edit->Objects, from Blog.WebHome page, I can create a new post with
> >> >> > tile
> >> >> > testpage, now the Blog.testpage is the new page created that I need
> >> >> > to
> >> >> > include into another page, this testpage has no velocity code from
> >> >> > Edit_>Wiki. so how to include that page into a different page?
> >> >> >
> >> >>
> >> >> > I tried: include Macro, includeInContext Macro, includeTopic Macro,
> >> >> > none
> >> >> > of
> >> >> > them displays the testpage for me, any idea?
> >> >>
> >> >> "display" is the key. You want to display not to include. See
> >> >> http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro .
> >> >>
> >> >> Hope this helps,
> >> >> Marius
> >> >>
> >> >> >
> >> >> > Thanks very much for your help.
> >> >> >
> >> >> > David
> >> >> > _______________________________________________
> >> >> > devs mailing list
> >> >> > devs(a)xwiki.org
> >> >> > http://lists.xwiki.org/mailman/listinfo/devs
> >> >> _______________________________________________
> >> >> devs mailing list
> >> >> devs(a)xwiki.org
> >> >> http://lists.xwiki.org/mailman/listinfo/devs
> >> >
> >> >
> >
> >
>
Currently i wonder if it's possible to convert a XEM Wiki Farm to a simple XE
instance and select one of the subwikis as the new base for the instance?
My naive try wasn't successful: Set db.virtual = 1, change db name in
hibernate.cfg.xml to one of the subwikis.
Currenty I'm thinking about the long migration way. Export all needed Spaces
and Documents from the target subwiki and disable the virtual mode. Then
drop all tables in the main database and start with a new fresh instance to
import the packaged pages.
First way will be fast, last a bit painful and error-prone.
Greetings
Jan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Converting-XEM-to-XE-with-specific-subwik…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear all,
For internal reasons, we want to completely disable watchlist notifications
on our *sandbox* instance. (We only want them on our *live* instance.) We
want to do this centrally, as it is not feasible to ask each user to
individually turn off their watchlist notifications on the sandbox.
As described in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigur…,
we cleared all fields in the Administration:Email section and saved the
changes. However, e-mails are still being sent out -- the only change I see
is that the From: address changed to the default address,
mailer(a)xwiki.localdomain.com.
Can anyone tell us how to centrally disable notification e-mails?
Thanks, Lisa
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-do-you-DISABLE-all-watchlist-notifica…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, WYSIWYG editor experts!
Tomcat 7 + Nginx + brand new XEM 4.3.1 as ROOT application.
XWike works fine with short URLs according to manual http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs .
Even WYSIWYG editor works fine until you want to insert macro, image or link. In the Iframe there is an error instead of dialog options.
For example, clicking on Macro->Insert Macro gives following:
404 <html> <head><title> 404 Not Found </title></head> <body bgcolor="white"> <center><h1> 404 Not Found </h1></center> <hr><center>nginx/1.1.19</center> </body> </html>
Looks like some scripts can not locate something in /skins and /resources, but now I can't even guess where to look at and what to search.
Is it a bug and I should jira it OR this is expected behaviour and I miss something in short URLs settings?
How should it be fixed?
Config files settings:
1. xwiki.cfg:
xwiki.virtual.usepath=0
xwiki.showviewaction=0
xwiki.defaultservletpath=
2. web.xml. Following was added:
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
3. nginx:
location /skins/ {
root /var/lib/tomcat7/webapps/ROOT;
}
location /resources/ {
root /var/lib/tomcat7/webapps/ROOT;
}
Kind regards,
Dmitry
P.S. If one wants to see it live, I'll give an access, please write me in private.
Hello all, we've recently launched a new wiki and have been forced to switch
to Database Search because of an odd problem with Lucene. We have multiple
spaces, and when using Lucene, selecting a space from the drop-down list
does NOT return the expected (filtered) results. We still get results from
multiple spaces. Lucene seems to be prioritizing 'weight' over our selection
of a specific space.
We do not have this same problem with Database Search, which filters
correctly every time. Of course, we'd prefer to use Lucene because of the
strong query syntax and weighting.
I have searched forums for days and cannot seem to find someone who has had
the same issue. I feel like it's something simple ... will someone PLEASE
help?
Thank you much!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-Search-does-not-correctly-filter-b…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Afternoon All,
Just a quick question, Does the ratings plugin work in Internet Explorer. As
its working when I test it in chrome and firefox but not IE8 & 9
Thanks
Carl
--
View this message in context: http://xwiki.475771.n2.nabble.com/Ratings-Plugin-tp7583349.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just moved a xwiki i hosted from home to myxwiki.org and am finding a lot of things are different. Is it possible to get the open office server to work on the virtual wikis?
Thanks,
Regan
Hi,
I updated the virtual wiki http://scservicesub.myxwiki.org with the xwiki-enterprise-ui-all-4.4-rc-1 and now the Activity stream on the dashboard doesn't show anything. I am wondering if I need someone with programming rights to do the import?
I am used to running our wiki and now moving it to the virtual system and so many things seem to be hard to do....
Thanks,
Regan
Hi there,
I'm trying to install a new version of xwiki enterprise manager (4.4).
E set up an emtpy user in my oracle 10g xe with dba role. There the database
user should have no problems to create tables or anyting else.
When I start xwiki I get a long chain of exceptions in the browser and in
the logs.
It seams to me, that xwiki tries to update the Version number in the db
before creating the requiered table for it. (loadXWikiDoc->
initializeEmptyDB-> setDBVersionToDatabase-> "Table or View does not exist")
I tried with the "xwiki.store.migration" flag in xwiki.cfg on/off with the
same result.
I carefully read the installion documentation but I did not find any hint
how to initialize a new database schema.
Could you please help me out? I would appriciate any help.
Thank you,
Matthias
Here's the root exception.
java.sql.SQLSyntaxErrorException: ORA-00942: Table or View does not exist
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:20
5)
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.
java:1008)
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
:1307)
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedSta
tement.java:3449)
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedState
ment.java:3530)
oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePrepar
edStatementWrapper.java:1350)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.hibernate.hql.ast.exec.BasicExecutor.execute(BasicExecutor.java:101)
org.hibernate.hql.ast.QueryTranslatorImpl.executeUpdate(QueryTranslatorImpl.
java:423)
org.hibernate.engine.query.HQLQueryPlan.performExecuteUpdate(HQLQueryPlan.ja
va:283)
org.hibernate.impl.SessionImpl.executeUpdate(SessionImpl.java:1288)
org.hibernate.impl.QueryImpl.executeUpdate(QueryImpl.java:117)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager$3.doIn
Hibernate(HibernateDataMigrationManager.java:161)
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.
java:1229)
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseS
tore.java:1315)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager.setDBV
ersionToDatabase(HibernateDataMigrationManager.java:156)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.setDBVersion(Abst
ractDataMigrationManager.java:365)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager.initia
lizeEmptyDB(HibernateDataMigrationManager.java:141)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.initNewDB(Abstrac
tDataMigrationManager.java:341)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.checkDatabase(Abs
tractDataMigrationManager.java:401)
com.xpn.xwiki.store.XWikiHibernateBaseStore.setDatabase(XWikiHibernateBaseSt
ore.java:665)
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateB
aseStore.java:840)
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateB
aseStore.java:772)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.jav
a:750)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1404)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1447)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:794)
com.xpn.xwiki.XWiki.<init>(XWiki.java:735)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:394)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:483)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.j
ava:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFi
lter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFi
lter(SetCharacterEncodingFilter.java:111)
I'm trying to upgrade to 4.4 from 2.3. I added xwiki.store.migration=1 and #
xwiki.store.migration.databases=all to the xwiki.cfg in the 4.4 installation
and started it and no upgrade or migration happens. Obviously I'm doing
something wrong. What's the best way to get upgraded? Currently I have 2.3
and 4.4 installed. Thanks for any help.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrading-from-XWiki-Enterprise-2-3-to-4-…
Sent from the XWiki- Users mailing list archive at Nabble.com.