Hi all,
I have a problem when saving a wiki in the wiki editor. When it is saved an
exception occurs (below). When i then view the page after the exception it
works fine. Does anyone have any suggestions on what i can do to fix it?
Thanks,
John Carroll
A problem occured while trying to service your request. Please contact the
support if this happens again.
Detailed information:
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#]
--
View this message in context: http://www.nabble.com/exception-when-saving-wiki-in-editor%28wiki%29-tp1766…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi All,
I thought it's better to keep you all updated about what i'm doing. I've
finally managed to free myself from academics and now i'm working on WebDAV
interface.
* I have gone through Ludovic's sample XWikiWebDAV implementation and except
for few parts now i understand the code base and what i need to do. And i
should mention that this sample implementation was very useful, i would have
lost otherwise ;)
* I've put up an eclipse project with WTP (Web Tools Platform) support which
let me test the DAV implementation easily. Also, using M2Eclipse i have
created a pom as well.
* Currently, with a back-end xwiki database, i can test the DAV interface
via nautilus (linux file explorer) embedded WebDAV client. Only browsing is
functional at this point.
* I would like to commit this test framework (currently it doesn't have any
of my own code) into sandbox along with a README file so that anyone can
test it. But i need instructions on how to do it.
Please feel free to make comments and suggestions. I'm really sorry this
mail took so long, i was bit busy.
Thank you all.
- Asiri
Hi again,
During my search into LDAP code, I found that the xwiki.cfg check_level was
removed in the new XWikiLDAPAuthService that deprecate the LDAPAuthService.
It is a pity because for my pb I only need to check if the LDAP Bind is ok
or not to authenticate my user, and this works perfectly (except the
allocated XwikiGroup) with the old LDAP authentication mechanism.
Is it possible to re-add the check_level param in the current
XwikiLDAPAuthService ?
Fabien
It took me a while sorry but I think I've fixed it (building now). The
pb is that the new context module was not added in Continuum.
I had a problem with my user account there (I was locked out), that's
why it took me some time. Sorry.
Thanks
-Vincent
Hello,
I compiled the whole packages from trunk under Eclipse running with a
JDK1.6_06.
When I launch XWiki-Enterprise, it stops while instantiating Hibernate
Storage with an error "can't find web property in XWikiDocument"...
which is true because web is managed by get/setSpace...
I discovered the get/setWeb is provided for compatibility by an aspect...
So, I took a look at the compiled aspects and the generated .class were
really smaller than the one in a JAR from the repository...
After some unsucessful tries, in Eclipse, I decided to switch from java6.0
syntax to java5.0 and recompiled and then I got some .class which seemed
bigger... Then I launch XWiki and it now works...
Has anyone encountered the same problem?
regards
Pascal
Hello devs,
Just a short note to inform you I'm about to release spacemanager 1.0.1
version.
This is a bug fix version that is mainly needed for the curriki project
(spacemanager 1.0 branch rely on core 1.3).
It has the following release notes :
http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10301&…
Regards,
Jerome.
Hi,
Just wanted to share this tip. Imagine that you need to write a new
module but it requires some dependency on xwiki-core and xwiki-core
also needs to use this new module... This is often the case since we
haven't moved the model to a new module yet.
So how do you solve this circular dependency?
Solution:
* In your new module, create a component interface to isolate the new
code from xwiki-core
* Use component to lookup the implementation. This will only be
resolved at runtime.
* Implement the component interface in xwiki-core
Hope it'll help someone
-Vincent
hi fabio,
It will get another 2 days to get my new internet connection.So what should
I do till I get my connection.Unfortunately I will not be able to look at
the new XE release.:-(
Should I look in to implement syntax assistance for one language (xwiki
syntax) or should I need to think of all the syntax at the first since
xwiki pages will include a mix of several syntaxes .The article I have found
explains how to implement syntax for SQL.I think by getting help from you
I will be able to implement syntax asistance for one laguage.So what path
I should take.
--
Malaka Ekanayake
CSE UOM
Hello Devs,
is there any limitations on how many BLOGS can be created on one
installed XWiki. Some one told me that the maximum six person can
create six different blogs in one XWiki. Is it true?
Best regards
Viv
On Wed, Jun 4, 2008 at 11:05 AM, Evelina Slatineanu
<evelina.slatineanu(a)xwiki.com> wrote:
> Hi all,
>
> I have a question: should we also keep the old interface for users, groups
> and rights in the new Administration application? (the current interface is
> now set from xwiki.cfg but the default one is the new UI). Is there a point
> to keep the old one (for older customers, no js browsers??)
>
AFAIK we've added this option because the new rights UI hasn't been
tested enough at that time, I think we can consider it as stable
enough to be the only rights editor now.
OTOH it won't work with javascript disabled, but the object editor
will .. I'm not sure about this one.
XWikiers WDYT ?
--
Jean-Vincent Drean