Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Marius Dumitru Florea
I published a new version, 1.3.1, which should fix the problem. Try to
upgrade using the Extension Manager.

Hope this helps,
Marius

On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:
 Hello,

 i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately the
 installed Space does not work properly. The Installed Todo Page shows:

 Error number 4001 in 4: Error while parsing velocity page xwiki:Todo.WebHome
 Wrapped Exception: Failed to evaluate content with id Web Home

 How does that error appear. I can't find any reason

 Thank you


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de

 ___
 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.mailsender.sendHtmlMessage in scheduled job

2012-08-02 Thread Nicolas Sanitas
It works now: I save my job as superadmin.

But... the user I used before has programming rights; anybody can explain
me what could I do wrong?

Thx



2012/7/31 Nicolas Sanitas nicolas.sani...@intech.lu

 Hi all,

 is there something special to accomplish when sending mails in a scheduled
 Job?

 This line :
 xwiki.mailsender.sendHtmlMessage(t...@test.com,t...@toto.com,xwiki.null,xwiki.null,Nouveaux
 articles,xwiki.getDocument(Blog.Newsletter).getRenderedContent(),,[])
 sends mail when executed in a 'normal' page, whereas nothing happens when
 the same code is pasted in the job treatment field of a scheduled job
 (without groovy tag)...

 I precise that the scheduled job is planified, and we couldn't see
  anything wrong in its status.

 Thx for the help,
 Nicolas




-- 

*Nicolas SANITAS*
InTech S.A.
17-19 avenue de la Libération
L-3850 Schifflange - LUXEMBOURG


Tél : +352 53 11 53
Fax : +352 53 15 93
nicolas.sani...@intech.lu

MeetMe: Doodle http://doodle.com/nsanitas

Les informations contenues dans cet email peuvent être confidentielles
ou protégées par des lois en vigueur. Elles sont à l'attention des
destinataires uniquement. Les données nominatives éventuelles ne
peuvent être communiquées à des tiers par le récepteur de cet email.


Si vous n'êtes pas le destinataire principal, ni un des destinataires
placés en copie, la divulgation, la copie, la diffusion ou toute autre
utilisation de cet email est prohibée et peut être illégale. Dans ce
cas, merci d'avertir l'émetteur immédiatement et de détruire cet
email.


Please consider the environment before printing this email.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] System Recommendations

2012-08-02 Thread Schmidt, Thilo (VZ)

Hello there,

I'm in the planning phase of installing XWiki and wanted to set up an 
XWiki/Tomcat server
and an Oracle server, both running Debian. The wiki will not likely have more 
than a four
digit number of pages, few images saved in the file system and no other files 
uploaded.

What are the experiences for such setup concerning RAM and disk space?

npst
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Andreas Niekler

Hello,

thank you for your quick answer on that issue. Unfortunaletly there is 
now another problem regarding the Form for the creation of an new task. 
The form is not rendering and just displays the code:


$prop.prettyName:   $doc.display(Description, $obj)
$prop.prettyName:   $doc.display(Assignee, $obj)
$prop.prettyName:   $doc.display(Priority, $obj)
$prop.prettyName:   $doc.display(TargetDate, $obj) (frmt. mm/dd/)
$prop.prettyName:   $doc.display(Status, $obj)
$prop.prettyName:   $doc.display(PercentComplete, $obj)%
$prop.prettyName:   $doc.display(Notes, $obj)

Do i have to include another skin as well or did i misunderstood some 
concepts of the plugin?


Thank you very much

Andreas

Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:

I published a new version, 1.3.1, which should fix the problem. Try to
upgrade using the Extension Manager.

Hope this helps,
Marius

On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:

Hello,

i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately the
installed Space does not work properly. The Installed Todo Page shows:

Error number 4001 in 4: Error while parsing velocity page xwiki:Todo.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home

How does that error appear. I can't find any reason

Thank you


--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de

___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Marius Dumitru Florea
Strange, it worked well for me when I tried it. Maybe it's caused by a
bad merge during the upgrade. Can you uninstall and install again
version 1.3.1.

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:
 Hello,

 thank you for your quick answer on that issue. Unfortunaletly there is now
 another problem regarding the Form for the creation of an new task. The form
 is not rendering and just displays the code:

 $prop.prettyName:   $doc.display(Description, $obj)
 $prop.prettyName:   $doc.display(Assignee, $obj)
 $prop.prettyName:   $doc.display(Priority, $obj)
 $prop.prettyName:   $doc.display(TargetDate, $obj) (frmt. mm/dd/)
 $prop.prettyName:   $doc.display(Status, $obj)
 $prop.prettyName:   $doc.display(PercentComplete, $obj)%
 $prop.prettyName:   $doc.display(Notes, $obj)

 Do i have to include another skin as well or did i misunderstood some
 concepts of the plugin?

 Thank you very much

 Andreas

 Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:

 I published a new version, 1.3.1, which should fix the problem. Try to
 upgrade using the Extension Manager.

 Hope this helps,
 Marius

 On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:

 Hello,

 i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately
 the
 installed Space does not work properly. The Installed Todo Page shows:

 Error number 4001 in 4: Error while parsing velocity page
 xwiki:Todo.WebHome
 Wrapped Exception: Failed to evaluate content with id Web Home

 How does that error appear. I can't find any reason

 Thank you


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de

 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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] System Recommendations

2012-08-02 Thread Jerome Velociter

Hi,

On 08/02/2012 11:36 AM, Schmidt, Thilo (VZ) wrote:

Hello there,

I'm in the planning phase of installing XWiki and wanted to set up an 
XWiki/Tomcat server
and an Oracle server, both running Debian. The wiki will not likely have more 
than a four
digit number of pages, few images saved in the file system and no other files 
uploaded.

What are the experiences for such setup concerning RAM and disk space?


This also depends on how often your wiki is going to be accessed.



npst
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



--
Peace,
—Jerome

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


Re: [xwiki-users] System Recommendations

2012-08-02 Thread Schmidt, Thilo (VZ)
 
 Hi,
 
 On 08/02/2012 11:36 AM, Schmidt, Thilo (VZ) wrote:
  Hello there,
 
  I'm in the planning phase of installing XWiki and wanted to set up an 
  XWiki/Tomcat server and an Oracle server, both running Debian. The 
  wiki will not likely have more than a four digit number of pages, few 
  images saved in the file system and no other files uploaded.
 
  What are the experiences for such setup concerning RAM and disk space?
 
 This also depends on how often your wiki is going to be accessed.
 

Thanks,
I'll make the wiki accessible to no more than 75 users in total, so it will be 
more like several hits a day instead of several a second. 
I hope this is a good enough estimate?

 
  npst
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 
 
 --
 Peace,
 -Jerome
 
 ___
 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] Custom macro: page title not displayed due to access rights?

2012-08-02 Thread Marius Dumitru Florea
On Wed, Aug 1, 2012 at 11:53 AM, Moritz Hesse moritz.he...@ea-gmbh.de wrote:
 Hi there,



 I implemented a custom macro ( http://pastebin.com/vUusmEtH
 http://pastebin.com/vUusmEtH) which works fine in general. It is based (and
 requires) the Document Tree Plugin (
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Plugin
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Plugin)
 and I took the sniplet found in
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Children+Page+Tree
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Children+Page+Tree.
 This macro lists all children of the document where the macro is called.



 When view access of a child document is restricted, then it doesn't display
 the title of the child doc, but the code line:
 $xwiki.getDocument($leaf.fullName).getDisplayTitle().



 Is there a way to call the document title regardless of the view access
 rights?

Imagine that you put sensitive information in a document title (like
the name of a secret prototype you're working on) and you restrict
view access to only your team. I'm sure you'd expect the answer to
your question to be No.

The easiest is to display the document full name when you don't have
view rights. The alternative is to use programming rights:

#set ($xdoc = $xwiki.xWiki.getDocument(Sandbox.WebHome, $xcontext.context))
#set ($xhtmlSyntax = $syntaxFactory.createSyntaxFromIdString('xhtml/1.0'))
$xdoc.getRenderedTitle($xhtmlSyntax, $xcontext.context)

Hope this helps,
Marius




 Thanks and bests,

 Moritz





 ___
 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] System Recommendations

2012-08-02 Thread Jerome Velociter

On 08/02/2012 12:11 PM, Schmidt, Thilo (VZ) wrote:
  

Hi,

On 08/02/2012 11:36 AM, Schmidt, Thilo (VZ) wrote:

Hello there,

I'm in the planning phase of installing XWiki and wanted to set up an
XWiki/Tomcat server and an Oracle server, both running Debian. The
wiki will not likely have more than a four digit number of pages, few images 
saved in the file system and no other files uploaded.

What are the experiences for such setup concerning RAM and disk space?

This also depends on how often your wiki is going to be accessed.


Thanks,
I'll make the wiki accessible to no more than 75 users in total, so it will be more like 
several hits a day instead of several a second.


For disk space that's going to mostly tied to the size of attachments of 
wiki pages. Besides attachments, wiki pages don't weight much in 
database, so with a few thousand without big attacments you won't have a 
problem there.
For memory with the usage you describe I would say you definitely are 
going to be able to live with Xmx=512M.


Jerome


I hope this is a good enough estimate?


npst
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


--
Peace,
-Jerome

___
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



--
Peace,
—Jerome

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


Re: [xwiki-users] System Recommendations

2012-08-02 Thread Schmidt, Thilo (VZ)




 On 08/02/2012 12:11 PM, Schmidt, Thilo (VZ) wrote:
   
 Hi,

 On 08/02/2012 11:36 AM, Schmidt, Thilo (VZ) wrote:
 Hello there,

 I'm in the planning phase of installing XWiki and wanted to set up 
 an XWiki/Tomcat server and an Oracle server, both running Debian. 
 The wiki will not likely have more than a four digit number of pages, few 
 images saved in the file system and no other files uploaded.

 What are the experiences for such setup concerning RAM and disk space?
 This also depends on how often your wiki is going to be accessed.

 Thanks,
 I'll make the wiki accessible to no more than 75 users in total, so it will 
 be more like several hits a day instead of several a second.

 For disk space that's going to mostly tied to the size of attachments of wiki 
 pages. Besides attachments, wiki pages don't weight much in database, so with 
 a few thousand without big attacments you won't have a problem there.
 For memory with the usage you describe I would say you definitely are going 
 to be able to live with Xmx=512M.

 Jerome

Thanks again, I'll be going with 15 GB HDD for the Debian/Tomcat/XWiki platform 
then and see how it goes.

Thilo
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Andreas Niekler

Hello,

after a hard reset of the application and a fresh installation of the 
extension i'm still facing this problem. But in contrast i only get this 
error when i use the create new Todo Button. If i only save the new todo 
page and open it again with the form edit than everything is ok. Maybe 
this is because of the call to the new page dialig?


All the best

Andreas

Am 02.08.2012 11:53, schrieb Marius Dumitru Florea:

Strange, it worked well for me when I tried it. Maybe it's caused by a
bad merge during the upgrade. Can you uninstall and install again
version 1.3.1.

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:

Hello,

thank you for your quick answer on that issue. Unfortunaletly there is now
another problem regarding the Form for the creation of an new task. The form
is not rendering and just displays the code:

$prop.prettyName:   $doc.display(Description, $obj)
$prop.prettyName:   $doc.display(Assignee, $obj)
$prop.prettyName:   $doc.display(Priority, $obj)
$prop.prettyName:   $doc.display(TargetDate, $obj) (frmt. mm/dd/)
$prop.prettyName:   $doc.display(Status, $obj)
$prop.prettyName:   $doc.display(PercentComplete, $obj)%
$prop.prettyName:   $doc.display(Notes, $obj)

Do i have to include another skin as well or did i misunderstood some
concepts of the plugin?

Thank you very much

Andreas

Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:


I published a new version, 1.3.1, which should fix the problem. Try to
upgrade using the Extension Manager.

Hope this helps,
Marius

On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:


Hello,

i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately
the
installed Space does not work properly. The Installed Todo Page shows:

Error number 4001 in 4: Error while parsing velocity page
xwiki:Todo.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home

How does that error appear. I can't find any reason

Thank you


--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de

___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Marius Dumitru Florea
I still can't reproduce your problem. I see two ways to create a TODO:
from the Todo.WebHome page and from the Panels.MyTodos panel. In both
cases, I fill in the TODO name and then click the Add this Todo
button. What's the URL in your case after you click the button? (you
can strip the domain).

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 2:12 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:
 Hello,

 after a hard reset of the application and a fresh installation of the
 extension i'm still facing this problem. But in contrast i only get this
 error when i use the create new Todo Button. If i only save the new todo
 page and open it again with the form edit than everything is ok. Maybe
 this is because of the call to the new page dialig?

 All the best

 Andreas

 Am 02.08.2012 11:53, schrieb Marius Dumitru Florea:

 Strange, it worked well for me when I tried it. Maybe it's caused by a
 bad merge during the upgrade. Can you uninstall and install again
 version 1.3.1.

 Hope this helps,
 Marius

 On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:

 Hello,

 thank you for your quick answer on that issue. Unfortunaletly there is
 now
 another problem regarding the Form for the creation of an new task. The
 form
 is not rendering and just displays the code:

 $prop.prettyName:   $doc.display(Description, $obj)
 $prop.prettyName:   $doc.display(Assignee, $obj)
 $prop.prettyName:   $doc.display(Priority, $obj)
 $prop.prettyName:   $doc.display(TargetDate, $obj) (frmt.
 mm/dd/)
 $prop.prettyName:   $doc.display(Status, $obj)
 $prop.prettyName:   $doc.display(PercentComplete, $obj)%
 $prop.prettyName:   $doc.display(Notes, $obj)

 Do i have to include another skin as well or did i misunderstood some
 concepts of the plugin?

 Thank you very much

 Andreas

 Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:

 I published a new version, 1.3.1, which should fix the problem. Try to
 upgrade using the Extension Manager.

 Hope this helps,
 Marius

 On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:


 Hello,

 i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately
 the
 installed Space does not work properly. The Installed Todo Page shows:

 Error number 4001 in 4: Error while parsing velocity page
 xwiki:Todo.WebHome
 Wrapped Exception: Failed to evaluate content with id Web Home

 How does that error appear. I can't find any reason

 Thank you


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de

 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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] Extended Todo Application

2012-08-02 Thread Andreas Niekler

Hello,

here is it:

/bin/inline/Todo/testtodo?parent=Todo.WebHometemplate=XWiki.TodoClassTemplatename=testtodotodo=test+todo



Am 02.08.2012 14:31, schrieb Marius Dumitru Florea:

I still can't reproduce your problem. I see two ways to create a TODO:
from the Todo.WebHome page and from the Panels.MyTodos panel. In both
cases, I fill in the TODO name and then click the Add this Todo
button. What's the URL in your case after you click the button? (you
can strip the domain).

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 2:12 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:

Hello,

after a hard reset of the application and a fresh installation of the
extension i'm still facing this problem. But in contrast i only get this
error when i use the create new Todo Button. If i only save the new todo
page and open it again with the form edit than everything is ok. Maybe
this is because of the call to the new page dialig?

All the best

Andreas

Am 02.08.2012 11:53, schrieb Marius Dumitru Florea:


Strange, it worked well for me when I tried it. Maybe it's caused by a
bad merge during the upgrade. Can you uninstall and install again
version 1.3.1.

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:


Hello,

thank you for your quick answer on that issue. Unfortunaletly there is
now
another problem regarding the Form for the creation of an new task. The
form
is not rendering and just displays the code:

$prop.prettyName:   $doc.display(Description, $obj)
$prop.prettyName:   $doc.display(Assignee, $obj)
$prop.prettyName:   $doc.display(Priority, $obj)
$prop.prettyName:   $doc.display(TargetDate, $obj) (frmt.
mm/dd/)
$prop.prettyName:   $doc.display(Status, $obj)
$prop.prettyName:   $doc.display(PercentComplete, $obj)%
$prop.prettyName:   $doc.display(Notes, $obj)

Do i have to include another skin as well or did i misunderstood some
concepts of the plugin?

Thank you very much

Andreas

Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:


I published a new version, 1.3.1, which should fix the problem. Try to
upgrade using the Extension Manager.

Hope this helps,
Marius

On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:



Hello,

i installed the Extended Todo Application in xwiki 4.1.3. Unfortunately
the
installed Space does not work properly. The Installed Todo Page shows:

Error number 4001 in 4: Error while parsing velocity page
xwiki:Todo.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home

How does that error appear. I can't find any reason

Thank you


--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de

___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Extended Todo Application

2012-08-02 Thread Marius Dumitru Florea
On Thu, Aug 2, 2012 at 3:50 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:
 Hello,

 here is it:


 /bin/inline/Todo/testtodo?parent=Todo.WebHometemplate=XWiki.TodoClassTemplatename=testtodotodo=test+todo

Same here, and it works.. I don't have any more ideas.

Sorry,
Marius




 Am 02.08.2012 14:31, schrieb Marius Dumitru Florea:

 I still can't reproduce your problem. I see two ways to create a TODO:
 from the Todo.WebHome page and from the Panels.MyTodos panel. In both
 cases, I fill in the TODO name and then click the Add this Todo
 button. What's the URL in your case after you click the button? (you
 can strip the domain).

 Hope this helps,
 Marius

 On Thu, Aug 2, 2012 at 2:12 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:

 Hello,

 after a hard reset of the application and a fresh installation of the
 extension i'm still facing this problem. But in contrast i only get this
 error when i use the create new Todo Button. If i only save the new todo
 page and open it again with the form edit than everything is ok. Maybe
 this is because of the call to the new page dialig?

 All the best

 Andreas

 Am 02.08.2012 11:53, schrieb Marius Dumitru Florea:

 Strange, it worked well for me when I tried it. Maybe it's caused by a
 bad merge during the upgrade. Can you uninstall and install again
 version 1.3.1.

 Hope this helps,
 Marius

 On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:


 Hello,

 thank you for your quick answer on that issue. Unfortunaletly there is
 now
 another problem regarding the Form for the creation of an new task. The
 form
 is not rendering and just displays the code:

 $prop.prettyName:   $doc.display(Description, $obj)
 $prop.prettyName:   $doc.display(Assignee, $obj)
 $prop.prettyName:   $doc.display(Priority, $obj)
 $prop.prettyName:   $doc.display(TargetDate, $obj) (frmt.
 mm/dd/)
 $prop.prettyName:   $doc.display(Status, $obj)
 $prop.prettyName:   $doc.display(PercentComplete, $obj)%
 $prop.prettyName:   $doc.display(Notes, $obj)

 Do i have to include another skin as well or did i misunderstood some
 concepts of the plugin?

 Thank you very much

 Andreas

 Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:

 I published a new version, 1.3.1, which should fix the problem. Try to
 upgrade using the Extension Manager.

 Hope this helps,
 Marius

 On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
 aniek...@informatik.uni-leipzig.de wrote:



 Hello,

 i installed the Extended Todo Application in xwiki 4.1.3.
 Unfortunately
 the
 installed Space does not work properly. The Installed Todo Page
 shows:

 Error number 4001 in 4: Error while parsing velocity page
 xwiki:Todo.WebHome
 Wrapped Exception: Failed to evaluate content with id Web Home

 How does that error appear. I can't find any reason

 Thank you


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de

 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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


 --
 Andreas Niekler, Dipl. Ing. (FH)
 NLP Group | Department of Computer Science
 University of Leipzig
 Johannisgasse 26 | 04103 Leipzig

 mail: aniek...@informatik.uni-leipzig.deg.de
 ___
 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] Extended Todo Application

2012-08-02 Thread Andreas Niekler

Hello,

thank you very much for your help. I'll se if there are some issues 
regarding the xwiki objects i my instance.


Thanks again very much

Andreas

Am 02.08.2012 15:01, schrieb Marius Dumitru Florea:

On Thu, Aug 2, 2012 at 3:50 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:

Hello,

here is it:




/bin/inline/Todo/testtodo?parent=Todo.WebHometemplate=XWiki.TodoClassTemplatename=testtodotodo=test+todo


Same here, and it works.. I don't have any more ideas.

Sorry,
Marius





Am 02.08.2012 14:31, schrieb Marius Dumitru Florea:


I still can't reproduce your problem. I see two ways to create a TODO:
from the Todo.WebHome page and from the Panels.MyTodos panel. In both
cases, I fill in the TODO name and then click the Add this Todo
button. What's the URL in your case after you click the button? (you
can strip the domain).

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 2:12 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:


Hello,

after a hard reset of the application and a fresh installation of the
extension i'm still facing this problem. But in contrast i only get this
error when i use the create new Todo Button. If i only save the new todo
page and open it again with the form edit than everything is ok. Maybe
this is because of the call to the new page dialig?

All the best

Andreas

Am 02.08.2012 11:53, schrieb Marius Dumitru Florea:


Strange, it worked well for me when I tried it. Maybe it's caused by a
bad merge during the upgrade. Can you uninstall and install again
version 1.3.1.

Hope this helps,
Marius

On Thu, Aug 2, 2012 at 12:38 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:



Hello,

thank you for your quick answer on that issue. Unfortunaletly there is
now
another problem regarding the Form for the creation of an new task. The
form
is not rendering and just displays the code:

$prop.prettyName:   $doc.display(Description, $obj)
$prop.prettyName:   $doc.display(Assignee, $obj)
$prop.prettyName:   $doc.display(Priority, $obj)
$prop.prettyName:   $doc.display(TargetDate, $obj) (frmt.
mm/dd/)
$prop.prettyName:   $doc.display(Status, $obj)
$prop.prettyName:   $doc.display(PercentComplete, $obj)%
$prop.prettyName:   $doc.display(Notes, $obj)

Do i have to include another skin as well or did i misunderstood some
concepts of the plugin?

Thank you very much

Andreas

Am 02.08.2012 11:05, schrieb Marius Dumitru Florea:


I published a new version, 1.3.1, which should fix the problem. Try to
upgrade using the Extension Manager.

Hope this helps,
Marius

On Wed, Aug 1, 2012 at 1:01 PM, Andreas Niekler
aniek...@informatik.uni-leipzig.de wrote:




Hello,

i installed the Extended Todo Application in xwiki 4.1.3.
Unfortunately
the
installed Space does not work properly. The Installed Todo Page
shows:

Error number 4001 in 4: Error while parsing velocity page
xwiki:Todo.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home

How does that error appear. I can't find any reason

Thank you


--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de

___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de
___
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



--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: 

[xwiki-users] Incremental Backup

2012-08-02 Thread siewiki
I am using XWiki for managing Knowledge. Now i want to project a backup
strategy. First of all i thought about to create a *.rar archive from whole
XWiki Enterprise folder which has a amount from 1.5GB. In a batch i copy
this rar to another harddrive. The rar archive is about 850MB.
and with the windows scheduler i import different batchs for each day
another.

But a better solution is the incremental backup. 

Is there any way to make a incremental backup? Because i dont want to have
about 10 x 850 MB files for my backup system. 

Thank you very much in advance for the answers.  

 



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Incremental-Backup-tp7580693.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


Re: [xwiki-users] Problem Migrating Database from XWiki Ent 3.5.1 to 4.1.3 for MSSQL

2012-08-02 Thread rheim651
Here are URLs for some (hopefully) relevant:

http://pastebin.com/GiVs68L9 stdout Log 
http://pastebin.com/dXJqZyhh Catalina Output 
http://pastebin.com/U4VaVTQw Browser Stack Trace 

For some additional background, I tried creating an empty database and that
appears to work fine with this exact same configuration.

I believe I may know what at least part of the problem is.  In order to get
to Compatibility Mode 100, I had to remove some deprecated datatypes.  This
was basically replacing TEXT datatypes with VARCHAR(MAX).  The full list of
the changes can be found here.

http://pastebin.com/3C33nxYq SQL Server - Deprecated Datatype Changes 







--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Problem-Migrating-Database-from-XWiki-Ent-3-5-1-to-4-1-3-for-MSSQL-tp7580579p7580695.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


Re: [xwiki-users] Incremental Backup

2012-08-02 Thread Caleb James DeLisle
Hi,

The XWiki SAS platform team does backup at the mysql level by doing live 
replication
and periodic backups. It sounds like you are using the default HSQL/jetty 
installation
which has some scaling issues and is lacking in administrative tools so it is 
not
recommended for production use. Given what you're doing, I think your solution 
of
backing up the files makes sense. You might consider using a differential 
compression
scheme like rsync or, my personal favorite, zfs snapshots using zfsonlinux.
Note that zfsonlinux still has some issues so it's not good for mission critical
applications but it powers Livermore National lab's equipment and my /home/ 
directory.

Thanks,

Caleb

On 08/02/2012 10:03 AM, siewiki wrote:
 I am using XWiki for managing Knowledge. Now i want to project a backup
 strategy. First of all i thought about to create a *.rar archive from whole
 XWiki Enterprise folder which has a amount from 1.5GB. In a batch i copy
 this rar to another harddrive. The rar archive is about 850MB.
 and with the windows scheduler i import different batchs for each day
 another.
 
 But a better solution is the incremental backup. 
 
 Is there any way to make a incremental backup? Because i dont want to have
 about 10 x 850 MB files for my backup system. 
 
 Thank you very much in advance for the answers.  
 
  
 
 
 
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Incremental-Backup-tp7580693.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] Problem Migrating Database from XWiki Ent 3.5.1 to 4.1.3 for MSSQL

2012-08-02 Thread Denis Gervalle
Hi,

I have written most of the migration manager stuffs and the major migration
of 4.x, and from what I see, your configuration currently prevent any
migrations to be executed. You should carefully investigate your xwiki.cfg
file for migration configuration.
From what you copy paste, I see twice the xwiki.store.migration.databases
parameters, I suggest you remove both, the default being all now. Also
check there is no xwiki.store.hibernate.updateschema, the default is
good. Also check that you do not have any xwiki.store.migration=0.
Finally, xwiki.store.main.hint should not be defined or be hibernate,
and the same is true for xwiki.store.versioning.hint,
xwiki.store.recyclebin.hint and xwiki.store.migration.manager.hint. If
you do not find the issue, please send me your xwiki.cfg, and I will have a
look at it.

Finally, I should bring your attention to the fact that MSSQL is not
officially supported and that the migration has never been tested on that
DBMS. However, we have done our best so it is as database agnostic as
possible. It may simply work or not. Do not hesitate to share your
experience, I will do my best to help, but I cannot promise success.

Regards,

On Thu, Aug 2, 2012 at 5:21 PM, rheim651 rob.h...@mckesson.com wrote:

 Here are URLs for some (hopefully) relevant:

 http://pastebin.com/GiVs68L9 stdout Log
 http://pastebin.com/dXJqZyhh Catalina Output
 http://pastebin.com/U4VaVTQw Browser Stack Trace

 For some additional background, I tried creating an empty database and that
 appears to work fine with this exact same configuration.

 I believe I may know what at least part of the problem is.  In order to get
 to Compatibility Mode 100, I had to remove some deprecated datatypes.  This
 was basically replacing TEXT datatypes with VARCHAR(MAX).  The full list of
 the changes can be found here.

 http://pastebin.com/3C33nxYq SQL Server - Deprecated Datatype Changes







 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Problem-Migrating-Database-from-XWiki-Ent-3-5-1-to-4-1-3-for-MSSQL-tp7580579p7580695.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


-- 
Denis Gervalle
SOFTEC sa - CEO
eGuilde sarl - CTO
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Possible upgrade 3.5.1 to 4.0 issue

2012-08-02 Thread Denis Gervalle
Hi Roman,

Sorry for my late answer. I have written most of this large migration, you
will find my comments interspersed below.

On Tue, Jul 17, 2012 at 5:27 PM, Eduard Moraru enygma2...@gmail.com wrote:

 Hi,

 On Sun, Jul 15, 2012 at 11:56 AM, coldserenity rmunt...@softserveinc.com
 wrote:

  Hi again,
 
I have tried upgrading with the most recent release (4.1.3) and seem to
  have a successful upgrade.
However there are issues in the logs (full stack attached [1]), which
  make
  me think there may be issues with the installation in the end.
 
So my DB name is xwiki_utf8_innodb_413.
 
1. 2012-07-14 23:56:15,392 [
 http://localhost/xwiki/bin/view/Main/WebHome
  ]
  WARN  o.i.c.InfinispanConfiguration  - ISPN000139: Infinispan
 configuration
  schema could not be resolved locally nor fetched from URL. Local
 path=null,
  schema path=schema/infinispan-config-5.1.xsd, schema
  URL=http://www.infinispan.org/schemas/infinispan-config-5.1.xsd
I believe schema will be created automatically and this error can be
  ignored, correct?
 
2. 2012-07-14 23:56:18,251 [
 http://localhost/xwiki/bin/view/Main/WebHome
  ]
  WARN  h.R40001XWIKI7540DataMigration - Skipping database [xwiki] because
 it
  uses a custom annotation class. Comments and anotations will remain
  separated
This one is really weird because my db name is xwiki_utf8_innodb_413
  (and as you'll see in the logs the rest of upgrade items refer to name
  xwiki_utf8_innodb_413


 As far as I know, the main wiki will always be named xwiki, no matter
 what actual database it is stored in (as specified in xwiki.cfg), so that
 might be the reason for the string xwiki being used instead of
 xwiki_utf8_innodb_413.


I fully confirm that, the name used in the log are the wiki names and not
the database names. The main wiki is always called xwiki.


  . More over I'd really like to use merged comments
  and annotations feature.
  What should I fix in order to merge comments and annotations?
 

 This could be a bug [1] that I have unfortunately introduced in 4.1.3 while
 trying to fix a corner case. There are 2 possibilities here:

 1) You are indeed using a different annotation class for your existing
 annotations. Please check that in AnnotationsCode.AnnotationConfig you are
 using AnnotationCode.AnnotationClass as the current annotation class. If
 you are using a custom annotation class, the migration can not migrate
 custom annotations to comments and it can not execute, so you`ll have to
 use annotations and comments separately.

 2) You are using HSQLDB. In 4.1.3, the way the fix was implemented is not
 working as intended for HSQLDB. It seems to work ok for MySQL though. It
 should be properly fixed for 4.1.4 or 4.2. Please hang tight for the next
 release. In this case, you might need to force the migration to run again
 (since last time it was skipped unintentionally) by lowering the database
 version back from 40001 to 4 (previous version).


You do not need to lower the database version. You may force any migration
to execute by adding a configuration in xwiki.cfg
For exemple, to force R40001XWIKI7540 migration to be executed again, you
add the following line to xwiki.cfg:

xwiki.store.migration.force=R40001XWIKI7540

Do not forget to remove it later.



 Thanks,
 Eduard

 --
 [1] http://jira.xwiki.org/browse/XWIKI-8062


 
3. Then there's a bunch of info messages following next pattern
  2012-07-14 23:56:35,897 [http://localhost/xwiki/bin/view/Main/WebHome]
  INFO
  c.x.x.s.m.liquibase- Change set
  liquibase.xml::R4-000::sdumitriu failed, this error could be safely
  ignored until something worse happens.  Error: Error executing SQL ALTER
  TABLE `$table_name$` DROP FOREIGN KEY `$FOREING_KEY_ID$`: Error on rename
  of
  './xwiki_utf8_innodb_413/$table_name$' to
  './xwiki_utf8_innodb_413/#sql2-dfb-c08f' (errno: 152)
  Where $table_name$ = {xwikiintegers, xwikistrings, xwikifloats,
  xwikidoubles, xwikilistitems, xwikidates, xwikilargestrings, xwikilists,
  xwikilongs, feeds_feedentrytags, feeds_aggregatorurlgroups}
  Even though the message says safely ignore, I tend not to trust it
 when I
  see words failed and something worse might happen, because in IT it
  does
  happen.
  So again how can I fix this message?


You cannot and you need not. This usually happen on MySQL database that
have been migrated from MyISAM engine to InnoDB engine. It only means that
dropping a constraint has failed, but if the constraint were not present,
this was not really an issue. These were blocking you in your initial
thread, and have been transformed in warning the latest release. Unless you
get other errors during migration due to the constraint being there and not
being properly dropped, this is not an issue in itself. So you should
really not care and be confident here. I have check your logs, and it shows
that the migration has been properly applied. Moreover, the missing
constraints had been added back 

Re: [xwiki-users] Problem Migrating Database from XWiki Ent 3.5.1 to 4.1.3 for MSSQL

2012-08-02 Thread Caleb James DeLisle
Check line 142
# xwiki.store.migration=0
That should be uncommented and it should be xwiki.store.migration=1

Thanks,

Caleb

On 08/02/2012 04:17 PM, rheim651 wrote:
 Denis,
 
 I have reviewed my xwiki.cfg file and revised it according to what you
 requested ( http://pastebin.com/ACFyDT87 Xwiki Cfg )
 
 Unfortunately, I still get the same error.
 
 Is there a way to enable additional logging to try and determine where it is
 failiing on the migration?  If I need to manually adjust some things on the
 database side I'm fine with that.
 
 As it stands, right now I'm also attempting to reverse-engineer the database
 schema changes between 3.5 and 4.1.3.  Initially it looks like it's
 converting Primary Keys on 20 tables to use NUMERIC(19,0) instead of INT. 
 Are there any other schema changes besides that I should also be aware of?
 
 
 Denis Gervalle-2 wrote

 Hi,

 I have written most of the migration manager stuffs and the major
 migration
 of 4.x, and from what I see, your configuration currently prevent any
 migrations to be executed. You should carefully investigate your xwiki.cfg
 file for migration configuration.
 From what you copy paste, I see twice the
 xwiki.store.migration.databases
 parameters, I suggest you remove both, the default being all now. Also
 check there is no xwiki.store.hibernate.updateschema, the default is
 good. Also check that you do not have any xwiki.store.migration=0.
 Finally, xwiki.store.main.hint should not be defined or be hibernate,
 and the same is true for xwiki.store.versioning.hint,
 xwiki.store.recyclebin.hint and xwiki.store.migration.manager.hint. If
 you do not find the issue, please send me your xwiki.cfg, and I will have
 a
 look at it.

 Finally, I should bring your attention to the fact that MSSQL is not
 officially supported and that the migration has never been tested on that
 DBMS. However, we have done our best so it is as database agnostic as
 possible. It may simply work or not. Do not hesitate to share your
 experience, I will do my best to help, but I cannot promise success.

 Regards,

 
 
 
 
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Problem-Migrating-Database-from-XWiki-Ent-3-5-1-to-4-1-3-for-MSSQL-tp7580579p7580699.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