Re: [xwiki-users] Row was updated or deleted by another transaction

2008-06-19 Thread Sergiu Dumitriu
Joe wrote:
> Erm.. what does this supposed to mean?
> ---
> on save I got this (page has no objects other than rights):
> com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
> saving document StageGate.WebHome
> Wrapped Exception: Error number 13012 in 3: Exception while saving links
> Wrapped Exception: Row was updated or deleted by another transaction
> (or unsaved-value mapping was incorrect):
> [com.xpn.xwiki.objects.LargeStringProperty#

This is an error which will be fixed in the next release (1.5M2).

> 
> and now getting:
> Error number 4001 in 4: Error while parsing velocity page BookIn.WebHome
> Wrapped Exception: Failed to evaluate content with id WebHome
> ---

I need more details about this one...

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Workspaces 1.1 Milestone 2 Released

2008-06-19 Thread Jerome Velociter
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.1 Milestone 2.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

New features have been implemented in this release, amongst them :

* Global roles: the administrator can now delegate responsibilities to
groups of administrators and power users
* Public registration: It is now possible to enable public registration
for visitors that do not own an account
* Invitation management: You can invite via email people who are not
registered yet on the XWiki Workspaces instance to come and work in
existing workspaces.

You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces11Milestone2

To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org

Thanks
-The XWiki dev team

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


Re: [xwiki-users] xwiki and xmlrpc

2008-06-19 Thread ced.dall
up please don't know how to do :)
thx




> Message du 18/06/08 14:20
> De : "ced.dall"
> A : users@xwiki.org
> Copie à :
> Objet : [xwiki-users] xwiki and xmlrpc
>
>  Hi, all    I need to get content from a xwiki page, this i  make in java 
> with xml rpc but the problem is that i can't specify in which  language i 
> want the page.   My code :    stringBuffer.append("
" + localize(KEY_INSTRUCTIONS, locale) + "

");final String  token = (String) 
client.execute("confluence1.login", new Object[] { "cda", "cda" });  final Map 
page =  (Map) client.execute("confluence1.getPage", new Object[] { 
token, "Main", "Incendie" });final String  pageId = (String) 
page.get("id");  final String  content = (String) page.get("content");
stringBuffer.append((String)  
client.execute("confluence1.renderContent", new Object[] { token,"Main", 
pageId, content }));     I tried final Map page = (Map) 
client.execute("confluence1.getPage", new Object[] { 
token, "Main", "Incendie?language=fr" });  but doesn't work     Hope you can 
help me  thx  DALL'AGNOLA CédricCréez votre adresse électronique [EMAIL 
PROTECTED]   1 Go d'espace de stockage, anti-spam et anti-virus intégrés. 
___ users mailing list 
users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users 

 Créez votre adresse électronique [EMAIL PROTECTED] 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Attachement problem

2008-06-19 Thread Vitantonio Messa

Hi all,

I tried to upload a document (word, 5Mb) to a wiki page that already has 
several other attachments.

I got an error: attached there is the error message that XWiki report.

The wiki is part of a wiki farm, version 1.2.2.
Any idea what the problem can be?

Vito

 Error number 3232 in 3: Exception while saving attachment D3.2-Version48HG.doc 
of document WP3.WebHome
Wrapped Exception: Error number 3201 in 3: Exception while saving document 
WP3.WebHome
Wrapped Exception: Error number 3211 in 3: Exception while updating archive 
WP3.WebHome
Wrapped Exception: Error number 3212 in 3: Exception while loading archive 
-790,411,073
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: exception setting property value with CGLIB (set 
hibernate.cglib.use_reflection_optimizer=false for more info) setter of 
com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.setDiff
com.xpn.xwiki.XWikiException: Error number 3232 in 3: Exception while saving 
attachment D3.2-Version48HG.doc of document WP3.WebHome
Wrapped Exception: Error number 3201 in 3: Exception while saving document 
WP3.WebHome
Wrapped Exception: Error number 3211 in 3: Exception while updating archive 
WP3.WebHome
Wrapped Exception: Error number 3212 in 3: Exception while loading archive 
-790,411,073
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: exception setting property value with CGLIB (set 
hibernate.cglib.use_reflection_optimizer=false for more info) setter of 
com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.setDiff
at 
com.xpn.xwiki.store.XWikiHibernateAttachmentStore.saveAttachmentContent(XWikiHibernateAttachmentStore.java:99)
at 
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2494)
at 
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2477)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:126)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at 
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


Wrapped Exception:

com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving 
document WP3.WebHome
Wrapped Exception: Error number 3211 in 3: Exception while updating archive 
WP3.WebHome
Wrapped Exception: Error number 3212 in 3: Exception while loading archive 
-790,411,073
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: exception setting property value with CGLIB (set 
hibernate.cglib.use_reflection_optimizer=false for more info) setter of 
com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.setDiff
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:384)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at 
com.xpn.xwiki.store.XWikiHibernateAttachmentStore.saveAttachmentContent(XWikiHibernateAttachmentStore.java:87)
at 
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2494)
at 
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2477)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.

[xwiki-users] Row was updated or deleted by another transaction

2008-06-19 Thread Joe
Erm.. what does this supposed to mean?
---
on save I got this (page has no objects other than rights):
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document StageGate.WebHome
Wrapped Exception: Error number 13012 in 3: Exception while saving links
Wrapped Exception: Row was updated or deleted by another transaction
(or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#

XWiki.Admin,

---

and now getting:
Error number 4001 in 4: Error while parsing velocity page BookIn.WebHome
Wrapped Exception: Failed to evaluate content with id WebHome
---
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] DocHour day II !

2008-06-19 Thread Thomas Mortagne
Little remainder for DocHour day !

Don't forget to create jira issues and tag them dochour20080619.

On Thu, Jun 12, 2008 at 4:49 PM, Thomas Mortagne
<[EMAIL PROTECTED]> wrote:
> Hi community !
>
> The second XWiki DocHour is planned on Thursday 19th of June.
>
> So what is this DocHour thing ?
>
> Here is the rules:
> * 1 hour
> * You choose at what time you want to work on the documentation.
> * On xwiki.org
> * You choose to document what you want. Ideas of missing documentation:
>  - In JIRA: http://tinyurl.com/3xtn8t
>  - Improve existing documentation
>  - XWiki Watch documentation on http://watch.xwiki.org
>  - XEM Documentation on http://manager.xwiki.org
>  - XWiki Workspaces Documentation http://workspaces.xwiki.org
> * Make sure you create a jira issue for the work you're doing and
> assign to yourself. The issue should be created in the XWiki Core
> project, with a "documentation" component. Don't forget to tag it as
> "dochour20080619" to be listed in the result of this event.
> * If you can't do it on the the planned date, then you can still do it
> on another day, as close as possible to the the 19th of June ;)
> * The idea is to repeat this event every month or every 2 months.
>
> You can look at the result of previous DocHour at
> http://markmail.org/message/dm3kclit4g4s472v
>
> Thanks everyones and hope we will soon have to allocate more space to
> xwiki.org database ;)
>
> --
> Thomas Mortagne
>



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