Re: [xwiki-users] PostgreSQL version downgraded for 8.0?

2016-03-29 Thread Manuel Smeria
Hello,

I think Mark was reading the Summary pages for 7.4.2 and 8.0 which had some
specific versions listed inside them.
I've modified both
http://www.xwiki.org/xwiki/bin/view/TestReports/ManualTestReportSummaryXWiki742
and
http://www.xwiki.org/xwiki/bin/view/TestReports/ManualTestReportSummaryXWiki80
to make it more clear.
When a certain DB version number is listed and has a test result on its
right, this means that we have tested using that DB version, not that it's
the only DB version supported.

Hope this helps,
Manuel

On Tue, Mar 29, 2016 at 9:38 AM, Thomas Mortagne 
wrote:

> On Tue, Mar 29, 2016 at 8:15 AM, Vincent Massol 
> wrote:
> >
> >> On 29 Mar 2016, at 08:13, Thomas Mortagne 
> wrote:
> >>
> >> Where did you found "the supported version of PostgreSQL” ?
> >
> > Here:
> http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy
>
> I know this page but this page but there is nothing in there to
> differentiate between 7.4.2 and 8.0 which is why I'm asking Mark.
>
> >
> > Thanks
> > -Vincent
> >
> >> The
> >> closest that might be seen like this (but is really not) is the
> >> version of PGSQL used for tests declared in the parent pom.xml and
> >> this one did not changed a bit between
> >>
> http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise/7.4.2/xwiki-enterprise-7.4.2.pom
> >> and
> http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution/8.0/xwiki-platform-distribution-8.0.pom
> .
> >>
> >> On Mon, Mar 28, 2016 at 1:46 PM, Mark Sack 
> wrote:
> >>> I noticed that the supported version of PostgreSQL for XWiki 8.0 is
> 9.4.5.
> >>> But for 7.4.2 it is 9.5. Is there some significance to this, eg. there
> is
> >>> some function in 8.0 that was found not to work with PostgreSQL 9.5?
> Or is
> >>> this simply an artefact of the testing process? Is there a need to
> downgrade
> >>> PostgreSQL to 9.4.5 if I upgrade XWiki to 8.0?
> >>>
> >>> The database support strategy page could be interpreted to indicate
> that all
> >>> PostgreSQL 9.x releases are supported. But I find it hard to believe
> that
> >>> you would be that generous (9.0 has reached its end of life milestone
> and
> >>> 9.1 is almost there).
> >
> > [snip]
> >
> >> Thomas Mortagne
> >
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] [VOTE] Move to Java 8 as minimal version for XWiki 8.0+

2016-02-09 Thread Manuel Smeria
+1

Thanks,
Manuel

On Tue, Feb 9, 2016 at 10:53 PM, Paul Libbrecht  wrote:

>
>
> vinc...@massol.net wrote:
> >> Just found this: http://java.com/en/download/help/sysreq.xml
> >
> > This is for Oracle’s JVM but all you need is to find a Java 8 JVM that
> works for your OS. I don’t know the requirements for OpenJDK or other JVMs.
> cool. Sounds rather acceptable to me.
> +1.
> (non-binding I think)
>
> paul
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] FAQ Application tutorial is incomprehensible

2015-08-27 Thread Manuel Smeria
Hello again,

I have finished updating the FAQ tutorial.
You might need to clear your cache (Ctrl + F5 on most browsers) to see the
updated screenshots.

I have followed the updated tutorial myself and was able to successfully
create a FAQ application.

Thank you,
Manuel

On Wed, Aug 26, 2015 at 9:13 AM, Manuel Smeria  wrote:

> Hello Alex,
>
> I will look over the manual FAQ tutorial this week and update it.
> I'll also add some links to the documentation pages for the terms you
> specified.
>
> Thank you,
> Manuel
>
>
> On Tue, Aug 25, 2015 at 5:12 AM, Alex Henrie 
> wrote:
>
>> Hi,
>>
>> I need to modify an XWiki application to add some functionality, but I
>> am new to XWiki and I am having a really hard time understanding it.
>> I'm running XWiki Enterprise 7.1.2. The FAQ application tutorial
>> <http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorialManual>
>> looks promising, but the instructions are outdated and I can't figure
>> out how to get a finished product that looks like what the tutorial
>> has. The following instructions are particularly problematic:
>>
>> > In the code, change the word "Main" with the name of the space where
>> you want you FAQ pages to be created
>>
>> There is no word "Main".
>>
>> > If you click on "View the template document" and edit that page in wiki
>> mode, you will see the following code: {{include
>> document="FAQ.FAQClassSheet"/}}
>>
>> The page is blank, I don't see any code.
>>
>> > Use the Create top level menu (when using the Colibri skin) or the
>> Create Panel to create the FAQ.WebHome page
>>
>> I don't see anything marked "Create".
>>
>> Is there an experienced XWiki developer who would be willing to go
>> through the FAQ application tutorial and rewrite it to make sense for
>> the latest version of XWiki?
>>
>> More generally, it would be very helpful to have a glossary that
>> defines and relates terms like "application", "page", "document",
>> "object", "property", "class", "template", and "template provider".
>> These terms are used in the documentation with little or no
>> explanation, which adds to the confusion.
>>
>> -Alex
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] FAQ Application tutorial is incomprehensible

2015-08-25 Thread Manuel Smeria
Hello Alex,

I will look over the manual FAQ tutorial this week and update it.
I'll also add some links to the documentation pages for the terms you
specified.

Thank you,
Manuel

On Tue, Aug 25, 2015 at 5:12 AM, Alex Henrie  wrote:

> Hi,
>
> I need to modify an XWiki application to add some functionality, but I
> am new to XWiki and I am having a really hard time understanding it.
> I'm running XWiki Enterprise 7.1.2. The FAQ application tutorial
> 
> looks promising, but the instructions are outdated and I can't figure
> out how to get a finished product that looks like what the tutorial
> has. The following instructions are particularly problematic:
>
> > In the code, change the word "Main" with the name of the space where you
> want you FAQ pages to be created
>
> There is no word "Main".
>
> > If you click on "View the template document" and edit that page in wiki
> mode, you will see the following code: {{include
> document="FAQ.FAQClassSheet"/}}
>
> The page is blank, I don't see any code.
>
> > Use the Create top level menu (when using the Colibri skin) or the
> Create Panel to create the FAQ.WebHome page
>
> I don't see anything marked "Create".
>
> Is there an experienced XWiki developer who would be willing to go
> through the FAQ application tutorial and rewrite it to make sense for
> the latest version of XWiki?
>
> More generally, it would be very helpful to have a glossary that
> defines and relates terms like "application", "page", "document",
> "object", "property", "class", "template", and "template provider".
> These terms are used in the documentation with little or no
> explanation, which adds to the confusion.
>
> -Alex
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] database related issue while upgrading to the brand new 7.0 release

2015-04-06 Thread Manuel Smeria
Hello all,

I've just tested an upgrade from XWiki 6.4.3 to 7.0 on MySQL using the JDBC
driver v5.1.35 and I didn't have any problem.

Both the upgrade process and starting the XWiki server afterwards worked as
expected.

The only thing I did notice was this line:

"2015-04-06 12:11:07,687 [main] WARN  ltInstalledExtensionRepository -
Invalid extension
[org.xwiki.platform:xwiki-platform-search-lucene-ui-6.4.3] on namespace
[wiki:xwiki] (InvalidExtensionException: No compatible extension is
installed for dependency
[org.xwiki.platform:xwiki-platform-search-lucene-api-6.4.3])"

which is always displayed when starting the server.

Thanks,
Manuel

On Fri, Apr 3, 2015 at 2:03 AM,  wrote:

>
> 
> De: Vincent Massol [vmas...@gmail.com] en nombre de vinc...@massol.net [
> vinc...@massol.net]
> Enviado: jueves, 02 de abril de 2015 13:09
> Para: XWiki Users
> CC: Rodriguez Fernandez, Ricardo Julio
> Asunto: Re: [xwiki-users] database related issue while upgrading to the
> brand new 7.0 release
>
>
>
> On 2 Apr 2015 at 12:57:48, ricardo.julio.rodriguez.fernan...@sergas.es (
> ricardo.julio.rodriguez.fernan...@sergas.es(mailto:
> ricardo.julio.rodriguez.fernan...@sergas.es)) wrote:
>
> >> The 5.1.28 release of MySQL connector did the trick!
>
> >hmm so you’re saying that versions 5.0.8 and 5.1.35 don’t work but
> version 5.1.28 works?
>
> Yes, this is at least what is happening here. The upgrade process seems to
> have been correctly completed. Here the log records I can see in when I
> shutdown and restart Tomcat with 5.1.28 on place...
>
>
> http://atriumkm.idisantiago.es/bin/download/ICT/XWikiUpgradeIssues/tomcatErrorLog.UpgradingTo70.connector.5.1.28.txt
>
> "memory leak" is a word combination that affrighting me!
>
> Please, let me know if and how I could be of any futher help!
>
> Cheers,
>
> Ricardo
>
>
> >That’s strange. Would be great if someone could try and confirm this so
> that we can put it on the XWiki MySQL document page...
>
> >Thanks
> >-Vincent
>
> > I've downloaded it from...
> >
> > http://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> > I'll keep enjoying XWiki! Thanks for your help,
> >
> > Ricardo
> >
> > --
> > Ricardo Rodríguez
> > Research Management and Promotion Technician
> > Technical Secretariat
> > Health Research Institute of Santiago de Compostela (IDIS)
> > http://www.idisantiago.es
> >
> > 
> > De: Vincent Massol [vmas...@gmail.com] en nombre de vinc...@massol.net [
> vinc...@massol.net]
> > Enviado: jueves, 02 de abril de 2015 10:56
> > Para: XWiki Users
> > CC: Rodriguez Fernandez, Ricardo Julio
> > Asunto: Re: [xwiki-users] database related issue while upgrading to the
> brand new 7.0 release
> >
> > FTR I’ve just tested an upgrade from XWiki 5.4 to 7.0 on Oracle
> 11.2.0.2.0 with ojdbc6.jar and it worked fine! :)
> >
> > This seems to mean that DBCP 2.1 only requires JDBC 4.0 (and not 4.1)
> since ojdbc6 doesn’t support JDBC 4.1 according to:
> >
> http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#01_03
> >
> > Thanks
> > -Vincent
> >
> >
> > On 2 Apr 2015 at 10:22:05, vinc...@massol.net (vinc...@massol.net
> (mailto:vinc...@massol.net)) wrote:
> >
> > > Hi Ricardo,
> > >
> > > We realized, after the release of XWiki 7.0 that due to our upgrade of
> DBCP to version 2.1 we’ve introduced a new requirement: JDBC 4 (I’m not
> sure if we require JDBC 4.0 or 4.1 actually, still trying to find out).
> > > See
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki70#HIssuesspecifictoXWiki7.0
> > > (
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki70#HIssuesspecifictoXWiki7.0
> )
> > >
> > > (
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki70#HIssuesspecifictoXWiki7.0
> )
> > > That said it seems that MySQL JDBC drivers 5.0.x are supposed to be
> JDBC4 compliant and version 5.1.x certainly are too.
> > >
> > > Thomas has just tested XWiki 7.0 on MySQL with version 5.1.28 and it
> was working fine for him.
> > >
> > > The error you get is strange. ATM I don’t understand it. We’re going
> to do more tests on various DBs to see whether we need to rollback the DBCP
> upgrade or not.
> > >
> > > Stay tuned.
> > >
> > > Sorry about the problem
> > >
> > > Thanks
> > > -Vincent
> > >
> > > On 2 Apr 2015 at 09:39:45, ricardo.julio.rodriguez.fernan...@sergas.es
> (ricardo.julio.rodriguez.fernan...@sergas.es(mailto:
> ricardo.julio.rodriguez.fernan...@sergas.es)) wrote:
> > >
> > > > Hi all!
> > > >
> > > > We have successfuly updated our XWiki 6.x installation along the
> whole 6 cycle, but I'm in troubles with the new 7.0 release. I think that
> with only the first four lines of the error stack
> > > >
> > > > XWiki initialization failed !
> > > >
> > > > Exception thrown during job execution
> > > > class java.lang.AbstractMethodError: null
> > > > at
> org.apache.commons.dbcp2.DelegatingConnection.isValid(DelegatingConnect

Re: [xwiki-users] Missing Edit options

2014-11-26 Thread Manuel Smeria
Hello Bryn,

In order to have multiple Edit choices you need to change your user type to
Advanced.

You can find more information about this feature here:
http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HAdvancedMode

Thanks,
Manuel

On Thu, Nov 27, 2014 at 1:36 AM, Bryn Jeffries 
wrote:

> I have an instance of XWiki Enterprise 6.3 running with no access for
> unregistered users. I am adding content as a user with membership to
> XwikiAdminGroup, which has admin and program rights across the wiki.
>
> I wanted to add a Groovy component by creating a new page and then editing
> the object properties, but the "Edit" button does not have a list of edit
> options - I can only click it to edit in the default view (currently set to
> WYSIWYG). I can change to the object editor by explicitly changing the URL
> to add the GET parameters "?editor=object".
>
> If I log in as Admin I get the usual "Edit" button, that includes the
> various edit modes including "Objects".
>
> Any suggestions for how I can get the same options as another user? I
> don't recall having this problem in previous versions of XWiki.
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fwd: Upgrading a XWIKI installation 6.1 to 6.21 usings WARs

2014-10-14 Thread Manuel Smeria
Yes, Thomas is right. I was talking about bundling all Java connectors in
the WAR build.

Thanks,
Manuel

On Mon, Oct 13, 2014 at 10:44 AM, Thomas Mortagne  wrote:

> On Mon, Oct 13, 2014 at 9:33 AM, vinc...@massol.net 
> wrote:
> >
> >
> >
> >
> >
> > On 13 Oct 2014 at 09:11:20, Manuel Smeria (man...@xwiki.com(mailto:
> man...@xwiki.com)) wrote:
> >
> >> Hi,
> >>
> >> I think users want to see examples of migrations from version X to Y
> >> instead of the current documentation.
> >>
> >> For example my previous mini tutorial could be used here :
> >>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingthewebapp
> >> rather than what is currently written.
> >
> > I think 90% of what you wrote is already there. Free free to integrate
> the 10% missing, that’s exactly what I meant by “Would be great to
> understand how we can improve
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade to make it
> extra clear what you have to do.” :)
> >
> > Basically instead of responding to the user which helps 1 user I prefer
> the approach of fixing the doc which helps N users (see
> http://dev.xwiki.org/xwiki/bin/view/Community/Contributing#HStrategiesforansweringquestions
> ).
> >
> > This is what I tried to do by adding a section to the documentation for
> Maik’s need. Now I need to know if what I did helped or not ;)
> >
> > BTW your mini tutorial is not fully correct since it means potentially
> loosing new configuration options.
> >
> >> Also we could bundle the Java connectors for all the supported DBs into
> >> XWiki by default, but that's a different issue :)
> >
> > I don’t think Maik wanted to migrate DB, at least that’s not what he
> said. But yes we should probably also have a tutorial for moving from one
> DB to another (although we do already have a backup/export page and moving
> DB is exactly that: export then reimport, either at DB level or at XAR
> level).
>
> I don't think Manuel was really talking about changing the DB but the
> WAR does not contain any connector, not even HSQLDB one.
>
> >
> > Thanks
> > -Vincent
> >
> > PS: One possible issue with Maik’s case is that he may not be a java
> person. He may not even know how Servlet Container work. This is what I
> added the new section which doesn’t require any knowledge of Java/Servlet
> container (no need to even know what a WAR is).
> >
> >> Thanks,
> >> Manuel
> >>
> >> On Mon, Oct 13, 2014 at 9:49 AM, vinc...@massol.net
> >> wrote:
> >>
> >> > Hi Manuel/Maik,
> >> >
> >> > On 13 Oct 2014 at 08:28:00, Manuel Smeria (man...@xwiki.com(mailto:
> >> > man...@xwiki.com)) wrote:
> >> >
> >> > > Hello Maik,
> >> > >
> >> > > In order to upgrade your XWiki installataion from 6.1 to 6.2.1 you
> need
> >> > to
> >> > > follow these steps:
> >> > > * Download the 6.2.1 WAR file (
> >> > > http://download.forge.ow2.org/xwiki/xwiki-enterprise-web-6.2.1.war)
> and
> >> > > extract it into a folder called "xwiki"
> >> > > * Go to your XWiki 6.1 installation folder and replace your
> >> > "webapps\xwiki"
> >> > > folder with the one from the previous step
> >> > > * Start your server
> >> > >
> >> > > This tutorial assumes you're using HyperSQL as the DB by default.
> If you
> >> > > use another DB you need to copy a Java connector to your
> >> > > "xwiki\WEB-INF\lib" folder and also configure your
> >> > > "xwiki\WEB-INF\hibernate.cfg.xml" to connect to your specific DB.
> >> > >
> >> > > Thanks,
> >> > > Manuel
> >> > >
> >> > > On Sun, Oct 12, 2014 at 6:59 PM, Maik Dehnert
> >> > > wrote:
> >> > >
> >> > > > Hello all together,
> >> > > >
> >> > > > I am a bit confused looking at upgrading section, because I have
> never
> >> > > > upgraded XWIKI before, and I just have experience with the regular
> >> > ".exe"
> >> > > > installation process. Can you explain in a bit more detail to me
> how to
> >> > > > upgrade XWIKI with a WAR file? Where can I replace the old WAR
> file on
> >> > my
> >> > > > server with the newer one?
> >> >
> >> > Would be great to understand how we can improve
> >> > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade to make
> it
> >> > extra clear what you have to do.
> >> >
> >> > I’ve created
> >> >
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingthestandarddistribution
> >> >
> >> > Let me know if it helps.
> >> >
> >> > Thanks
> >> > -Vincent
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fwd: Upgrading a XWIKI installation 6.1 to 6.21 usings WARs

2014-10-13 Thread Manuel Smeria
Hi,

I think users want to see examples of migrations from version X to Y
instead of the current documentation.

For example my previous mini tutorial could be used here :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingthewebapp
rather than what is currently written.

Also we could bundle the Java connectors for all the supported DBs into
XWiki by default, but that's a different issue :)

Thanks,
Manuel

On Mon, Oct 13, 2014 at 9:49 AM, vinc...@massol.net 
wrote:

> Hi Manuel/Maik,
>
> On 13 Oct 2014 at 08:28:00, Manuel Smeria (man...@xwiki.com(mailto:
> man...@xwiki.com)) wrote:
>
> > Hello Maik,
> >
> > In order to upgrade your XWiki installataion from 6.1 to 6.2.1 you need
> to
> > follow these steps:
> > * Download the 6.2.1 WAR file (
> > http://download.forge.ow2.org/xwiki/xwiki-enterprise-web-6.2.1.war) and
> > extract it into a folder called "xwiki"
> > * Go to your XWiki 6.1 installation folder and replace your
> "webapps\xwiki"
> > folder with the one from the previous step
> > * Start your server
> >
> > This tutorial assumes you're using HyperSQL as the DB by default. If you
> > use another DB you need to copy a Java connector to your
> > "xwiki\WEB-INF\lib" folder and also configure your
> > "xwiki\WEB-INF\hibernate.cfg.xml" to connect to your specific DB.
> >
> > Thanks,
> > Manuel
> >
> > On Sun, Oct 12, 2014 at 6:59 PM, Maik Dehnert
> > wrote:
> >
> > > Hello all together,
> > >
> > > I am a bit confused looking at upgrading section, because I have never
> > > upgraded XWIKI before, and I just have experience with the regular
> ".exe"
> > > installation process. Can you explain in a bit more detail to me how to
> > > upgrade XWIKI with a WAR file? Where can I replace the old WAR file on
> my
> > > server with the newer one?
>
> Would be great to understand how we can improve
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade to make it
> extra clear what you have to do.
>
> I’ve created
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingthestandarddistribution
>
> Let me know if it helps.
>
> Thanks
> -Vincent
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fwd: Upgrading a XWIKI installation 6.1 to 6.21 usings WARs

2014-10-12 Thread Manuel Smeria
Hello Maik,

In order to upgrade your XWiki installataion from 6.1 to 6.2.1 you need to
follow these steps:
* Download the 6.2.1 WAR file (
http://download.forge.ow2.org/xwiki/xwiki-enterprise-web-6.2.1.war) and
extract it into a folder called "xwiki"
* Go to your XWiki 6.1 installation folder and replace your "webapps\xwiki"
folder with the one from the previous step
* Start your server

This tutorial assumes you're using HyperSQL as the DB by default. If you
use another DB you need to copy a Java connector to your
"xwiki\WEB-INF\lib" folder and also configure your
"xwiki\WEB-INF\hibernate.cfg.xml" to connect to your specific DB.

Thanks,
Manuel

On Sun, Oct 12, 2014 at 6:59 PM, Maik Dehnert 
wrote:

> Hello all together,
>
> I am a bit confused looking at upgrading section, because I have never
> upgraded XWIKI before, and I just have experience with the regular ".exe"
> installation process. Can you explain in a bit more detail to me how to
> upgrade XWIKI with a WAR file? Where can I replace the old WAR file on my
> server with the newer one?
>
> Thank you very much in advance.
>
> Maik
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Enterprise 5.2.1 to 6.1 upgrade

2014-08-05 Thread Manuel Smeria
Hello Roni,

You can upgrade your XWiki server by following the steps from this
tutorial: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade

Thanks,
Manuel


On Tue, Aug 5, 2014 at 3:22 PM, Rony Baby  wrote:

> I am new in this group,
>
> Right now we are using XWiki Enterprise 5.2.1. I wanted to upgrade this
> into
> latest 6.1 version. It will be good to get the steps that I needed to do
> for this upgrade
>
> Thanks
> Roni
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Need help to get Open Server importing feature running

2014-06-04 Thread Manuel Smeria
Hello Christian,

>From what I know neither OpenOffice nor LibreOffice work on Windows if you
set "openoffice.serverType=0".

I have LibreOffice 4.2.4.2 on my Windows machine and I used these settings
to get the Importer to work:
* set "openoffice.serverType=1" in your xwiki.properties file
* create a shortcut to "C:\Program Files (x86)\LibreOffice
4\program\soffice.exe" -nofirststartwizard -headless
-accept="socket,host=127.0.0.1,port=8100;urp;" -> adjust this to your
actual path
* start XWiki and connect to the Office server from Administration

Hope this helps,
Manuel


On Wed, Jun 4, 2014 at 11:48 AM, chris_w 
wrote:

> Hi all,
>
> I've got xWiki Enterprise 6.0.1 installed on a Windows 7 machine.
> Installed latest OpenOffice 4.1
>
> Here's my xwiki.properties file, OpenOffice Server section:
>
>
> #-
> # Settings for the OpenOffice server instance consumed by the
> OfficeImporter
> component
>
> #-
>
> #-# [Since 1.9M2]
> #-# Type of the openoffice server instance used by officeimporter
> component.
> #-# 0 - Internally managed server instance. (Default)
> #-# 1 - Externally managed (local) server instance.
> openoffice.serverType=0
>
> #-# [Since 1.9M2]
> #-# Port number used for connecting to the openoffice server instance.
> #-# Default port is 8100
> # openoffice.serverPort=8100
>
> #-# [Since 1.9M2]
> #-# If the openoffice server should be started / connected upon XE start.
> #-# Default value is false
> openoffice.autoStart=true
>
> #-# [Since 1.8RC3]
> #-# Path to openoffice installation (serverType:0 only).
> #-# If no path is provided, a default value will be calculated based on the
> operating environment.
> #-# Example: openoffice.homePath=C:/Program Files (x86)/OpenOffice 4
> openoffice.homePath=openoffice.homePath=C:/Program Files (x86)/OpenOffice 4
>
> #-# [Since 1.8RC3]
> #-# Path to openoffice execution profile (serverType:0 only).
> #-# If no path is provided, a default value will be calculated based on the
> operating environment.
> #-# Example:
> openoffice.profilePath=C:/Users/install/AppData/Roaming/OpenOffice/4
> openoffice.profilePath=C:/Users/install/AppData/Roaming/OpenOffice/4
>
> #-# [Since 1.8RC3]
> #-# Maximum number of simultaneous conversion tasks to be handled by a
> single openoffice process (serverType:0 only).
> #-# Default value is 50
> # openoffice.maxTasksPerProcess=50
>
> #-# [Since 1.8RC3]
> #-# Timeout for conversion tasks (in milliseconds) (serverType:0 only).
> #-# Default value is 30 seconds
> # openoffice.taskExecutionTimeout=3
>
> And here's how it looks in the GUI:
>
> 
>
> And I get this error message when clicking update:
>
> 
>
>
> Please, if anyone know how to get this going / what I'm doing wrong, help
> is
> much appreciated!
> /Chris
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Need-help-to-get-Open-Server-importing-feature-running-tp7590861.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Wrong french translation

2014-03-19 Thread Manuel Smeria
Hi,

I've reproduced this issue and reported it here:
http://jira.xwiki.org/browse/XWIKI-10152

Thanks,
Manuel


On Wed, Mar 19, 2014 at 9:52 AM, Thomas Mortagne
wrote:

> Not so sure it's related to translations, Sounds more like a blog bug,
> would be nice if you could create a bug issue on
> http://jira.xwiki.org.
>
> On Tue, Mar 18, 2014 at 7:47 PM, Pascal BASTIEN 
> wrote:
> > Thxs Vincent and Thomas.
> > I corrected my file (extracted/ fixed and reinject)
> >
> > About the french translation there a bug in the tip of the blog with
> > apostroph.
> > Here the problem: http://snag.gy/U4E8I.jpg
> >
> > I replaced:
> > xe.blog.code.notpublished=Cet article de blog n'a pas encore
> \u00E9t\u00E9
> > publi\u00E9. Publier l'article.
> > by
> > xe.blog.code.notpublished=Cet article de blog n\u0027a pas encore
> > \u00E9t\u00E9 publi\u00E9. Publier l\u0027article.
> > without success (I obtain the same things)
> >
> >
> >
> >
> > 
> > De : "vinc...@massol.net" 
> > À : Thomas Mortagne 
> > Cc : Pascal BASTIEN 
> > Envoyé le : Mardi 18 mars 2014 18h17
> > Objet : Re: [xwiki-users] Wrong french translation
> >
> >
> > Hi Pascal,
> >
> > On 18 Mar 2014 at 18:06:01, Pascal BASTIEN
> > (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:
> >
> >> Ok I understand better now :-)
> >>
> >> By the way, how can I correct my french translation on my xwiki without
> >> waiting the next release?
> >> Thxs.
> >
> > See
> >
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplications
> >
> > Thanks
> > -Vincent
> >
> >> 
> >> De : Thomas Mortagne
> >> À : Pascal BASTIEN ; XWiki Users
> >
> >> Envoyé le : Mardi 18 mars 2014 17h45
> >> Objet : Re: [xwiki-users] Wrong french translation
> >>
> >> ...
> >>
> >> >> I edit with object mode:
> >> >>
> http://l10n.xwiki.org/xwiki/bin/view/Platform/PlatformXWikiCoreResources_-579177959_doclockedby_fr
> >>
> >> Actually you just need to click on Edit but there was an issue I fixed.
> >>
> >>
> >> >>
> >> >> How can I correct it on my xwiki without waiting the next release?
> >
> >
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Exporting a space

2013-09-23 Thread Manuel Smeria
Hello Tim,

In order to export a space you need to use the Admin Tools
Application.
After you've installed it navigate to
http://localhost:8080/xwiki/bin/view/Admin/Export and select your space
from the drop-down list. Now you should see all the documents from that
space. The next step is to select all the documents and click on "Add to my
package". From the "Your Package" section, select all the documents and
then click "Export". You should now have a "package.xar" archive that
includes all the pages from your space.

Thanks,
Manuel


On Fri, Sep 20, 2013 at 7:14 PM, Tim Dudgeon  wrote:

> Would welcome some advice on how to export the contents of an entire space
> so that it can be imported into a different XWiki instance.
> I looked at this:
> http://platform.xwiki.org/**xwiki/bin/view/Features/**Exports
> and reading between the lines thought that a URL like this should do the
> trick:
> http://localhost:8080/xwiki/**bin/export/Space/Page?format=**
> xar&pages=MySpace.%25&name=**MySpace
> It does indeed generate a MySpace.xar file, but its contents are not what
> are desired. Just a single page called %.xml
>
> I also noticed this extension:
> http://extensions.xwiki.org/**xwiki/bin/view/Extension/**
> Multipage+Export+Application
> Maybe that can do the trick.
>
> Advice welcome. Surely this needs to be done all the time so must be
> easily solvable?
>
> Tim
>
> __**_
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/**mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki 5.1 translated to Brazilian Portuguese (pt_BR)

2013-09-04 Thread Manuel Smeria
Hello all,

During the last few days I have been testing XWiki 5.2M1 in Brazilian
Portuguese and searched for missing translations.
I was extremely happy when I saw that almost all of the keys were
translated. Great job !
There are still 19 keys that aren't translated and I would like to ask
anyone who has time to help translate them.
It shouldn't take long for someone who knows the language well enough.

Here are the links with the missing translations:

   -
   
http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/WYSIWYGEditorCoreParametrizedResources?action=viewempty&language=pt_BR
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/XWikiXWikiSyntax?action=viewempty&language=pt_BR
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/MainSolrTranslations?action=viewempty&language=pt_BR
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/XWikiCoreResources?action=viewempty&language=pt_BR


Thanks,
Manuel


On Mon, Aug 19, 2013 at 1:42 PM, Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com> wrote:

> On Thu, Aug 15, 2013 at 7:15 AM, Marcelo Vaz 
> wrote:
> > Milton,
> >
> > Thanks for your support.
> >
> > Ludovic,
> >
> > Yes it is possible to use Brazilian Portuguese translation as a basis for
> > Portuguese. Indeed, we have an agreement that unifies Portuguese language
> > across all Portuguese speaking countries. So, we can perfectly understand
> > each other specially in written communication. Nevertheless, each country
> > uses different words to represent the same thing. This is true on the
> XWiki
> > domain also and user interface items.
> > So, a Portugal native speaker that is aware of the xwiki and user
> interface
> > in general would have to check and change the words we use in Brazil to
> the
> > ones they use.
> >
> > Marius,
> >
>
> > I've sent the files in a private email so you can integrate the work.
>
> I opened http://jira.xwiki.org/browse/XWIKI-9396 and
> http://jira.xwiki.org/browse/XEM-253 and I committed your changes.
> Note that I had to remove the XWiki.TranslationDocumentClass objects
> you added because the objects are stored on the default (EN)
> translation. If you want the translations to be automatically detected
> then you should make a pull request on GitHub with the changes for the
> default (EN) translation.
>
> >
>
> > Thanks a lot to you all and let me know how I can contribute more,
>
> From now on it is better to contribute pt_BR translations through
> l10n.xwiki.org . Note that besides the "Import from URL" link which is
> available to administrations only there is also a "Batch Import" link
> available to all registered users (in case you don't want to translate
> each key one by one on l10n.xwiki.org ).
>
> Thanks,
> Marius
>
> >
> > Regards,
> > Marcelo
> >
> >
> >
> > On Wed, Aug 14, 2013 at 9:25 AM, Milton Lima  wrote:
> >
> >> Hi!
> >>
> >> I started translation is a long time ago.
> >>
> >> boa...Marcelão...rsrsrs vamos dar sequencia nisto(:
> >>
> >>
> >> 2013/8/14 Ludovic Dubost 
> >>
> >> > Yes this is the best solution of all the translations have already
> been
> >> > validated from the existing ones
> >> >
> >> > One question for Marcelo. I see that we still have 3064 empty
> >> translations
> >> > for portuguese.
> >> > Would it make sense to use Brazilian portuguese as a basis for the
> >> standard
> >> > portuguese ?
> >> >
> >> > Maybe a portuguese user could then review them and clean up the
> >> differences
> >> > ?
> >> >
> >> > Ludovic
> >> >
> >> >
> >> >
> >> > 2013/8/14 Marius Dumitru Florea 
> >> >
> >> > > On Wed, Aug 14, 2013 at 10:36 AM, Marius Dumitru Florea
> >> > >  wrote:
> >> > > > On Wed, Aug 14, 2013 at 8:32 AM, Marcelo Vaz <
> vaz.marc...@gmail.com>
> >> > > wrote:
> >> > > >> Hi folks,
> >> > > >>
> >> > > >> I did a full translation on all files that I could find (listed
> >> below)
> >> > > to
> >> > > >> pt_BR. The work was based on the documentation I searched around
> on
> >> > the
> >> > > >> xwiki sites and this list. With the invaluable help from Marius
> and
> >> > > Sergiu
> >> > > >> I could even recompile the wysiwyg editor to implement the
> >> translation
> >> > > for
> >> > > >> it. Now I have two questions:
> >> > > >>
> >> > > >
> >> > > >> 1) How can I integrate this work so the next xwiki builds could
> >> > include
> >> > > it
> >> > > >> for everyone.
> >> > > >
> >> > > > You need to use l10n.xwiki.org , the tool we use for
> localization.
> >> > > > Before each release the release manager takes the latest version
> of
> >> > > > the translation files from l10n.xwiki.org and commits them into
> the
> >> > > > XWiki platform.
> >> > > >
> >> > > >> 2) Have I missed anything to translate? Any suggestions and
> >> > corrections
> >> > > are
> >> > > >> welcomed.
> >> > > >
> >> > > > Check out
> >> > >
> >> >
> >>
> http://l10n.xwiki.org/xwiki/bin/view/L10N/StatusByLanguage?language=pt_BR
> >> > > > .
> >> > > >
> >> > > > Putting your translations on l10n.xwiki.org one by one might be a
> >> pain
> >> >

[xwiki-users] XWiki Spanish Translations Status - Help Needed

2013-09-04 Thread Manuel Smeria
Hi all,

During the last week I have been testing XWiki 5.2M1 in Spanish and
searched for missing translations.
While I did some translations myself where I was able to, there are still
some categories where I didn't know how to properly translate the keys.

Here is a list of the remaining categories:

   - XWiki Enterprise Manager - 4 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/XEM/XEMtranslations?action=viewempty&language=es
   -
   
http://l10n.xwiki.org/xwiki/bin/view/XEM/XEMWelcome?action=viewempty&language=es


   - WYSIWYG - 19 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/Stringsproperties?action=viewempty&language=es
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/WYSIWYGEditorCoreParametrizedResources?action=viewempty&language=es


   - Annotations - 7 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/AnnotationCodeTranslations?action=viewempty&language=es


   - Wiki Manager - 2 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/WikiManager?action=viewempty&language=es


   - Workspace Application - 170 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/WorkspaceApplication?action=viewempty&language=es
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/WorkspaceApplication-TemplateTranslations?action=viewempty&language=es


   - Repository - 4 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/Repository?action=viewempty&language=es


   - XWiki Core Resources - 569 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/XWikiCoreResources?action=viewempty&language=es


   - XWiki Syntax - 1 translation missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/XWikiXWikiSyntax?action=viewempty&language=es


   - Solr - 17 translations missing:
   -
   
http://l10n.xwiki.org/xwiki/bin/view/Platform/MainSolrTranslations?action=viewempty&language=es


If there are some Spanish speaking people within the community, I'd like to
ask them to help by translating the missing keys that I've mentioned above.
Just create an account on
http://l10n.xwiki.org/ and
the rest is easy if you're a native Spanish speaker or speak Spanish well
enough.

Thanks,
Manuel
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] upgrade error from 4.4.1 to 4.5M1

2013-01-30 Thread Manuel Smeria
Hi all,

I was able to reproduce this when trying to fresh install XEM 4.5-m-1. I'm
on Windows 7 with Tomcat 7 and Oracle 11.2. Basically I was unable to
finish the installation using the Distribution Wizard and ended up
installing the XAR.


On Wed, Jan 30, 2013 at 3:21 PM, Silvio Mink  wrote:

> Unfortunately I get the same NullPointerException from 4.3.1...
>
>
> Finished job of type [installplan]
> Tried to remove non-existing property [job.extension.plan] from execution
> context.
> Exception thrown during job execution
> class org.xwiki.extension.InstallException: Failed to create install plan:
> ISPN000136: Execution error at
> org.xwiki.extension.job.internal.InstallJob.start(InstallJob.java:112) at
> org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
> org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:155) at
> java.lang.Thread.run(Thread.java:736) Caused by: class
> java.lang.NullPointerException: null at
> java.util.LinkedHashMap.putImpl(LinkedHashMap.java:412) at
> java.util.LinkedHashMap.put(LinkedHashMap.java:370) at
>
> org.infinispan.util.concurrent.BoundedConcurrentHashMap$LRU.onEntryMiss(BoundedConcurrentHashMap.java:459)
> at
>
> org.infinispan.util.concurrent.BoundedConcurrentHashMap$Segment.put(BoundedConcurrentHashMap.java:1423)
> at
>
> org.infinispan.util.concurrent.BoundedConcurrentHashMap.put(BoundedConcurrentHashMap.java:1989)
> at
>
> org.infinispan.container.DefaultDataContainer.put(DefaultDataContainer.java:153)
> at
>
> org.infinispan.container.entries.ReadCommittedEntry.commit(ReadCommittedEntry.java:198)
> at
>
> org.infinispan.interceptors.locking.ClusteringDependentLogic$AllNodesLogic.commitEntry(ClusteringDependentLogic.java:115)
> at
>
> org.infinispan.interceptors.EntryWrappingInterceptor.commitContextEntry(EntryWrappingInterceptor.java:208)
> at
>
> org.infinispan.interceptors.EntryWrappingInterceptor.commitEntryIfNeeded(EntryWrappingInterceptor.java:287)
> at
>
> org.infinispan.interceptors.EntryWrappingInterceptor.commitContextEntries(EntryWrappingInterceptor.java:183)
> at
>
> org.infinispan.interceptors.EntryWrappingInterceptor.invokeNextAndApplyChanges(EntryWrappingInterceptor.java:213)
> at
>
> org.infinispan.interceptors.EntryWrappingInterceptor.visitPutKeyValueCommand(EntryWrappingInterceptor.java:147)
> at
>
> org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
> at
>
> org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
> at
>
> org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor.visitPutKeyValueCommand(NonTransactionalLockingInterceptor.java:67)
> at
>
> org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
> at
>
> org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
> at
>
> org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:130)
> at
>
> org.infinispan.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:62)
> at
>
> org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
> at
>
> org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
> at
>
> org.infinispan.interceptors.CacheMgmtInterceptor.visitPutKeyValueCommand(CacheMgmtInterceptor.java:127)
> at
>
> org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
> at
>
> org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
> at
>
> org.infinispan.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:132)
> at
>
> org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:91)
> at
>
> org.infinispan.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:62)
> at
>
> org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
> at
>
> org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:345)
> at
>
> org.infinispan.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1006)
> at org.infinispan.CacheImpl.put(CacheImpl.java:702) at
> org.infinispan.CacheImpl.put(CacheImpl.java:694) at
> org.infinispan.CacheSupport.put(CacheSupport.java:53) at
>
> org.xwiki.cache.infinispan.internal.InfinispanCache.set(InfinispanCache.java:86)
> at
> com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:295)
> at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1408) at
> com.xpn.xwiki.XWiki.getDocument(XWiki.java:1451) at
> com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2183) at
> com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2215) at
> com.xpn.xwiki.XWiki.getSpacePreference(XWiki.java:2254) at
> com.xpn.xwiki.XWiki.getSpacePreference(XWiki.java:2226) at
> com.xpn.xwiki.XWiki.getSpacePreference(XWiki.java:2220) at
> com.xpn.xwiki.