Hi,
Hi need to create some documents to my xwiki without using the xwiki editor.
So I created some insert's tu create the document.
INSERT INTO XWIKIDOC VALUES (2141806153, 'Histórico.O processo que executa
os eventos não estava a remover os eventos pendentes que não davam origem a
eventos', 'O processo que executa os eventos não estava a remover os eventos
pendentes que não davam origem a eventos', '', '', 'en', 0,
'2008-12-16
17:36:50', '2008-12-16 17:36:50', '2008-12-16 17:36:50',
'XWiki.Admin',
'XWiki.Admin', 'XWiki.Admin', 'Histórico',
'','1.1', '', '', null, '2', '',
'', '', b'0', 'xwiki/1.0');
INSERT INTO xwikiobjects VALUES (2125339131, 0, 'Histórico.O processo que
executa os eventos não estava a remover os eventos pendentes que não davam
origem a eventos', 'XWiki.TagClass');
INSERT INTO xwikiproperties VALUES (2125339131, 'tags',
'com.xpn.xwiki.objects.DBStringListProperty');
INSERT INTO xwikilists VALUES (2125339131, 'tags');
INSERT INTO xwikilistitems VALUES (2125339131, 'tags', 'HS-Histórico',
0);
INSERT INTO xwikilistitems VALUES (2125339131, 'tags', '1.0.3
2008/05/20',
1);
INSERT INTO xwikircs VALUES (2141806153, 1, 1, '2008-12-16 17:36:50', '',
'XWiki.Admin', b'1',
'<xwikidoc><web>Histórico</web><name>O processo que
executa os eventos não estava a remover os eventos pendentes que não davam
origem a
eventos</name><language></language><defaultLanguage>en</defaultLanguage><translation>0</translation><parent></parent><creator>XWiki.Admin</creator><author>XWiki.Admin</author><customClass></customClass><contentAuthor>XWiki.Admin</contentAuthor><creationDate>1229428967000</creationDate><date>1229428972000</date><contentUpdateDate>1229428972000</contentUpdateDate><version>1.1</version><title>O
processo que executa os eventos não estava a remover os eventos pendentes
que não davam origem a
eventos</title><template></template><defaultTemplate></defaultTemplate><validationScript></validationScript><comment></comment><minorEdit>false</minorEdit><syntaxId>xwiki/1.0</syntaxId><object><class><name>XWiki.TagClass</name><customClass></customClass><customMapping></customMapping><defaultViewSheet></defaultViewSheet><defaultEditSheet></defaultEditSheet><defaultWeb></defaultWeb><nameField></nameField><validationScript></validationScript><tags><cache>0</cache><displayType>input</displayType><multiSelect>1</multiSelect><name>tags</name><number>1</number><prettyName>Tags</prettyName><relationalStorage>1</relationalStorage><separator>
</separator><separators>
,|</separators><size>30</size><unmodifiable>0</unmodifiable><values></values><classType>com.xpn.xwiki.objects.classes.StaticListClass</classType></tags></class><name>
Histórico.O processo que executa os eventos não estava a remover os eventos
pendentes que não davam origem a
eventos</name><number>0</number><className>XWiki.TagClass</className><property><tags/></property></object><content>O
processo que executa os eventos não estava a remover os eventos pendentes
que não davam origem a eventos</content></xwikidoc>');
After this X-Wiki "tells me" that the page does not exist and it shows me
the editor, so I click "Save and view" and the page works fine but I get
duplicated values in my db.
What's wrong with this code?
Thanks in advance.