-<xlog server="chat.freenode.net" channel="#existdb" date="2008-03-17">
<part host="d51A5A0AE.access.telenet.be" login="n=Mephisto" nick="Mephisto" reason="Read error: 104 (Connection reset by peer)" time="02:31:00.8Z"/>
<join host="d51A5A0AE.access.telenet.be" login="n=Mephisto" nick="Mephisto" time="02:34:40.118Z"/>
<join host="189.78.209.246" login="n=no" nick="laubstein" time="03:13:53.324Z"/>
<join host="vil35-2-82-236-174-106.fbx.proxad.net" login="n=perig" nick="perig_____" time="07:01:52.591Z"/>
<part host="vil35-2-82-236-174-106.fbx.proxad.net" login="n=perig" nick="perig_____" reason="Read error: 104 (Connection reset by peer)" time="07:25:48.291Z"/>
<join host="62.232.6.162" login="n=XIRCProx" nick="DiZzZz" time="07:27:20.206Z"/>
<join host="81-208-83-237.fastres.net" login="n=[giulio]" nick="[giulio]" time="09:32:25.088Z"/>
<join host="82-32-192-153.cable.ubr05.newt.blueyonder.co.uk" login="n=Adam" nick="Adam_" time="10:46:13.383Z"/>
<message nick="Adam_" time="10:48:51.027Z">hey</message>
<message nick="_delirium" time="11:15:04.474Z">DiZzZz, do you know if there is a way to set the default namespace for the xml output from an XQuery</message>
-<message nick="_delirium" time="11:15:26.544Z">
a bit like xmlns="
<a href="http://blah.com/blah">http://blah.com/blah</a>
" that they have in XSLT?
</message>
<message nick="_delirium" time="11:29:17.452Z">DiZzZz, never mind, found it</message>
<join host="62.232.6.162" login="n=XIRCProx" nick="heathc" time="11:31:39.105Z"/>
<message nick="heathc" time="11:31:45.463Z">hey guys</message>
<message nick="heathc" time="11:31:51.472Z">anyone alive today?</message>
<message nick="heathc" time="11:33:58.374Z">I got an xquery question thats been driving me bonkers all day</message>
<message nick="heathc" time="11:36:03.404Z">when ever I run an xquery as a script from a webpage, it defaults as if it was an XML file, even if I have "<html>" at the beginning of the file...</message>
<message nick="heathc" time="11:36:14.659Z">(with out the "'s Of course)</message>
<message nick="_delirium" time="11:39:56.691Z">heathc, sure</message>
<message nick="_delirium" time="11:40:22.746Z">heathc, by default eXist returns the result to the browser with the content-type: text/xml</message>
<part host="116.88.6.47" login="i=Linux" nick="MHSL" time="11:40:35.173Z"/>
<message nick="heathc" time="11:40:38.758Z">Yeah I had figured that, however when ever I try:</message>
-<message nick="heathc" time="11:40:48.621Z">
declare namespace response="
<a href="http://exist-db.org/xquery/response">http://exist-db.org/xquery/response</a>
";
</message>
<message nick="_delirium" time="11:40:53.528Z">ouch</message>
<message nick="_delirium" time="11:40:58.174Z">dont do that whatever you do</message>
<message nick="_delirium" time="11:41:15.788Z">response is by default already bound to the HTTP Response that goes back to the java</message>
<message nick="heathc" time="11:41:42.554Z">so using response:set-header is a nono?</message>
<message nick="_delirium" time="11:41:55.522Z">well its possible but for content-type its probably over ridden</message>
-<message nick="_delirium" time="11:42:00.459Z">
heathc, you need to look here -
<a href="http://www.exist-db.org/xquery.html#serialization">http://www.exist-db.org/xquery.html#serialization</a>
</message>
<message nick="heathc" time="11:44:47.445Z">hmm</message>
<message nick="heathc" time="11:45:12.98Z">II tried that, however it asked me if I wanted to download the xql doc to my desktop :S</message>
<message nick="heathc" time="11:45:33.989Z">declare option exist:serialize "method=xhtml media-type=application/xhtml+html";</message>
<message nick="heathc" time="11:46:40.879Z">to give you an example of my code...(as I said just for testing purposes to get the barebones working</message>
<message nick="heathc" time="11:46:45.936Z">the above line is my first</message>
<message nick="heathc" time="11:46:55.86Z"><html></message>
<message nick="heathc" time="11:47:04.141Z"><head><title>Word</title></head></message>
<message nick="heathc" time="11:47:11.781Z">for $var in (collection("/db/testingdb"))</message>
<message nick="heathc" time="11:47:19.302Z">let $myvar := $var/teststruct/name</message>
<message nick="heathc" time="11:47:26.622Z">where $var/teststruct/mtype[@standard = 'true']</message>
<message nick="heathc" time="11:47:33.05Z">return <li>{data($myvar)}</li></message>
<message nick="heathc" time="11:47:44.526Z">}</ul></message>
<message nick="heathc" time="11:47:52.106Z"></html></message>
<message nick="heathc" time="11:48:14.336Z"><ul>{ - I missed that between the <head> and for line</message>
<message nick="_delirium" time="11:49:56.675Z">ah okay so your browser probably doesnt support XHTML properly! is it Internet Explorer?</message>
<message nick="heathc" time="11:50:14.149Z">firefox</message>
<message nick="_delirium" time="11:50:17.093Z">try media-type=text/html</message>
<message nick="heathc" time="11:51:43.771Z">boo yah!!</message>
<message nick="heathc" time="11:51:48.677Z">Thanks!</message>
<message nick="DiZzZz" time="11:52:59.894Z">adam... this question returns every now and then. some word on wiki would be welcome....</message>
<message nick="_delirium" time="11:54:12.693Z">yeah i think really we need an FAQ</message>
<message nick="_delirium" time="11:54:21.525Z">this certainly a FAQ</message>
<message nick="DiZzZz" time="11:56:08.38Z">adam... so you have some days off right now?</message>
<message nick="_delirium" time="11:58:36.511Z">well haha im meant to</message>
<message nick="_delirium" time="11:58:59.473Z">but i have 2 days of overtime to do for the council and then the I am hoping to finish this UN work by the end of the week</message>
<message nick="_delirium" time="11:59:18.989Z">but hey next week - yeah i may do some eXist stuff - was thinking finish XFormsFilter v2 and the SOAPServer</message>
<message nick="heathc" time="12:05:20.56Z">The documentation IS good</message>
<message nick="heathc" time="12:05:38.454Z">however its just trying to piece it all together is the problem ;)</message>
<message nick="_delirium" time="12:05:53.184Z">yeah sure</message>
<message nick="heathc" time="12:07:42.703Z">I've worked with xml as a intermidiate between ajax and php/mysql, but never as the front end(Xforms), inbetween (xml+xquery) and back end (xml db - exist)</message>
<join host="62.232.6.162" login="n=XIRCProx" nick="Monky" time="12:08:07.156Z"/>
<message nick="Monky" time="12:08:20.655Z">Hello everyone</message>
-<message nick="_delirium" time="12:08:43.996Z">
DiZzZz, have you used - declare default element namespace "
<a href="http://blah/blah">http://blah/blah</a>
" - before?
</message>
<message nick="Monky" time="12:08:48.643Z">I have a problem, maybe someone can give me a hint =)</message>
<message nick="Monky" time="12:09:12.735Z">I cannot change the "owner" and/or "group" of a collection in my db with the java interface</message>
<message nick="Monky" time="12:09:50.587Z">The Interface accepts the change but once i close the interface and open it again everything is back to the old state</message>
<message nick="heathc" time="12:10:28.909Z">Sounds like a file hasnt got write permisions</message>
<message nick="_delirium" time="12:11:47.756Z">its not related to files</message>
<message nick="_delirium" time="12:11:55.406Z">hmm thats weird</message>
<message nick="_delirium" time="12:12:06.141Z">have you checked exist.log on the server to see if an error is logged?</message>
<message nick="Monky" time="12:12:44.353Z">im using exist in the "embedded" mode</message>
<message nick="Monky" time="12:13:37.785Z">Maybe I should tell you more clearly what i do:</message>
<message nick="Monky" time="12:13:56.861Z">I have a empty database with no users (except the default admin and guest)</message>
<message nick="Monky" time="12:14:21.475Z">im connecting to the db with the Java interface (start.jar) with admin user.</message>
<message nick="Monky" time="12:14:32.109Z">I create a new collection - its owned by admin ofc</message>
<message nick="Monky" time="12:14:49.152Z">I then select it, change its properties do owner/group: guest</message>
<message nick="_delirium" time="12:14:58.515Z">okay</message>
<message nick="_delirium" time="12:15:04.784Z">that all sounds pretty normal</message>
<message nick="_delirium" time="12:15:11.573Z">which version of eXist?</message>
<message nick="Monky" time="12:15:12.835Z">It looks fine in the overview now but when i close the interface</message>
<message nick="Monky" time="12:15:24.17Z">and connect again its owwed by admin again</message>
<message nick="Monky" time="12:15:25.792Z">version 1.1</message>
<message nick="_delirium" time="12:15:41.554Z">hmm, shouldnt be a problem..</message>
<message nick="Monky" time="12:15:44.658Z">1.1.2dev (4311) to be precise</message>
<message nick="_delirium" time="12:15:49.544Z">are you logging eXist stuff somewhere?</message>
<message nick="Monky" time="12:16:06.487Z">hm i fear now</message>
<message nick="Monky" time="12:16:07.499Z">not</message>
<message nick="_delirium" time="12:16:15.66Z">you use Log4J in your app?</message>
<message nick="_delirium" time="12:16:39.803Z">well i guess you must? I think its required by eXist as a dependency</message>
<message nick="Monky" time="12:16:49.235Z">yes i got log4j in it</message>
<message nick="Monky" time="12:17:09.713Z">but im not even using my application</message>
<message nick="Monky" time="12:17:26.356Z">my application tells me "guest user has no writing priviliges" which is correct</message>
<message nick="Monky" time="12:17:48.266Z">but i cannot change that with the java interface that ships with exist 1.1</message>
<message nick="_delirium" time="12:18:22.492Z">well i think that you need to configure log4j - probably as simple as copying the log4j.xml from eXist and Initialising log4j at the start of your app (example code on the log4j site) - then you will get an exist.log and that should hopefully tell you an error or exception</message>
<message nick="heathc" time="12:28:28.725Z">im off to bed, thanks for the help :)</message>
<message nick="Monky" time="12:33:05.431Z">in the exist.log there are no errors</message>
<part host="62.232.6.162" login="n=XIRCProx" nick="heathc" time="12:33:39.227Z"/>
<message nick="Monky" time="12:36:22.058Z">when i read the log correctly the start.jar application does connect to the db, read the data but disconnects right away and changes to the table are not written back to the db?!</message>
<message nick="_delirium" time="12:39:06.772Z">Monky, is there anything in exist.log?</message>
<message nick="_delirium" time="12:39:11.609Z">Exceptions's maybe?</message>
<message nick="Monky" time="12:41:00.076Z">i can produce exceptions when i use the shutdown/connect buttons in the java interfave</message>
<message nick="Monky" time="12:41:15.907Z">but there are non when i just do what i described above</message>
<message nick="Monky" time="12:51:28.81Z">hmm. When i let my application create the collections they are initially owned by guest and everything works fine.</message>
<message nick="Monky" time="12:52:01.134Z">I assume the problem lies with the Java GUI thats included in the exist distribution</message>
<message nick="_delirium" time="12:53:18.389Z">can the user running eXist write to the data directory and the .dbx files?</message>
<message nick="bkc__" time="13:15:55.051Z">good morning.. I have a sanity.AssertFailure "Node xxx not found in document". Before I restart and re-index, does anyone want me to check on something else?</message>
<message nick="_delirium" time="13:28:39.81Z">bkc__, hmm im not really too good in this area - this is really Wolfgang's / Pierricks / Lief's domain - unfortunately they arent in at the moment</message>
<message nick="bkc__" time="13:29:08.869Z">I did a restart (which didn't fix it), then a re-index (which did fix it)</message>
<join host="62.232.6.162" login="n=XIRCProx" nick="perig_" time="13:54:45.947Z"/>
<join host="62.232.6.162" login="n=PircBot" nick="XDrone_____" time="14:15:56.54Z"/>
<part host="62.232.6.162" login="n=XIRCProx" nick="gbarrei" reason="Read error: 110 (Connection timed out)" time="14:16:11.02Z"/>
<join host="216.138.230.22" login="n=Snak" nick="polvo" time="15:02:57.331Z"/>
<join host="tech-91-149-191-135.telecom.by" login="n=scand" nick="newbie2" time="15:40:34.968Z"/>
<message nick="newbie2" time="15:40:43.539Z">hello</message>
<message nick="newbie2" time="15:41:36.091Z">i can't find a place where eXist store information about java.rmi.RemoteException</message>
<message nick="newbie2" time="15:41:44.122Z">i call xquery via soap</message>
<message nick="newbie2" time="15:42:21.262Z">does it exist... such place?</message>
<message nick="newbie2" time="15:42:54.968Z">for instance the most simplest query which raise an exception is "&"</message>
<message nick="newbie2" time="15:43:03.88Z">java.rmi.RemoteException: query execution failed: XPST0003 : Ampersands (&) must be escaped.</message>
<message nick="newbie2" time="15:43:31.417Z">can i find that string in any log file?</message>
<message nick="newbie2" time="15:43:46.568Z">text search through eXist dir didn't help me</message>
<message nick="_delirium" time="15:45:34.645Z">exist.log</message>
<message nick="_delirium" time="15:45:40.713Z">should be in WEB-INF/logs</message>
<message nick="newbie2" time="15:46:26.645Z">hmm</message>
<message nick="newbie2" time="15:46:53.402Z">i'm calling the query right now</message>
<message nick="newbie2" time="15:47:00.071Z">i can't locate it in the file</message>
<message nick="newbie2" time="15:47:09.914Z">when the message will be there</message>
<message nick="newbie2" time="15:47:11.136Z">?</message>
<message nick="newbie2" time="15:47:25.205Z">may be after buffer reset time expired...</message>
<message nick="perig__" time="15:47:35.639Z">a remote exception is reported by the client, i.e. not by eXist</message>
<message nick="newbie2" time="15:48:24.986Z">are you saying it won't be saved internally..?</message>
<message nick="perig__" time="15:48:41.699Z">not as a remote exception</message>
<message nick="newbie2" time="15:49:15.645Z">:(</message>
<message nick="newbie2" time="15:49:34.26Z">anyway, thanks, you are saved my time....</message>
<message nick="perig__" time="15:49:36.643Z">what's the point ?</message>
<message nick="newbie2" time="15:49:47.939Z">my customer has the problem ...</message>
<message nick="perig__" time="15:50:38.587Z">so ?</message>
<message nick="newbie2" time="15:50:42.162Z">db doesn't return collection</message>
<message nick="perig__" time="15:51:44.958Z">if there is an error, it must be logged somewhere, for sure</message>
<message nick="newbie2" time="15:51:52.298Z">it worked there for a two month...</message>
<message nick="newbie2" time="15:51:59.978Z">and now we got the problem</message>
<message nick="newbie2" time="15:52:07.729Z">i have backup of the base in dbx</message>
<message nick="newbie2" time="15:52:21.878Z">it works properly </message>
<message nick="newbie2" time="15:52:46.161Z">what could it be?</message>
<message nick="newbie2" time="15:53:00.06Z">how do you think?</message>
<message nick="newbie2" time="15:53:46.413Z">did you have some problems with a working instance of database for a long time?</message>
<message nick="perig__" time="15:54:41.087Z">alas, some of us have experienced that in the past</message>
<message nick="newbie2" time="15:55:00.643Z">but... as i said revision is 4311</message>
<message nick="perig__" time="15:55:45.474Z">I know :-)</message>
<message nick="perig__" time="15:59:38.3Z">For what my opinion is worth : we have worked very hard to solve this kind of issue, but you want to stick to that old revision form some reason. Superb deadlock ;-)</message>
<join host="i188127.upc-i.chello.nl" login="n=DiZzZz" nick="DiZzZz" time="16:07:59.681Z"/>
<message nick="DiZzZz" time="16:09:47.979Z">moin</message>
<message nick="perig__" time="16:12:57.075Z">.</message>
<part host="62.232.6.162" login="n=XIRCProx" nick="perig__" time="16:32:50.366Z"/>
<part host="tech-91-149-191-135.telecom.by" login="n=scand" nick="newbie2" reason="Remote closed the connection" time="16:42:30.754Z"/>
<join host="tech-91-149-191-135.telecom.by" login="n=scand" nick="[" time="16:42:57.11Z"/>
<join host="p5B20FFC4.dip.t-dialin.net" login="n=wolf" nick="wolf77" time="16:48:27.649Z"/>
<message nick="_delirium" time="16:55:27.299Z">does anyone know how to update the namespace of documents - I tried to use XQuery update extensions to work on the attribute xmlns - but it didnt like that at all</message>
<message nick="wolf77" time="16:55:54.556Z">Hi Adam</message>
<message nick="wolf77" time="16:56:46.687Z">you can't update an xmlns attribute</message>
<message nick="wolf77" time="16:57:19.001Z">the only way I know is to write a function which copies each element node into the new namespace.</message>
-<message nick="wolf77" time="17:00:18.565Z">
_delirium: check
<a href="http://code.google.com/p/atomicwiki/source/browse/trunk/AtomicWiki/webapp/atom.xql">http://code.google.com/p/atomicwiki/source/browse/trunk/AtomicWiki/webapp/atom.xql</a>
, function atom:fix-xhtml-ns()
</message>
<message nick="_delirium" time="17:01:29.621Z">hmm</message>
<message nick="_delirium" time="17:01:41.798Z">so i need to copy all nodes apart from the root node which i rewrite?</message>
<message nick="_delirium" time="17:02:08.444Z">i wanted to update many documents in the db and hoped there was a way i could just touch the root node rather than overwrite the document itself</message>
<message nick="wolf77" time="17:03:19.07Z">no way. the QName is stored with every single element and attribute.</message>
<part host="81-208-83-237.fastres.net" login="n=[giulio]" nick="[giulio]" reason="Read error: 104 (Connection reset by peer)" time="17:03:46.948Z"/>
<message nick="_delirium" time="17:15:19.248Z">wolf77, okie dokie</message>
<join host="vil35-2-82-236-174-106.fbx.proxad.net" login="n=perig" nick="perig_" time="17:15:31.965Z"/>
-<message nick="_delirium" time="17:16:12.831Z">
wolf77, also is there a way with the computed element constructor to specify the xmlns? I have tried element { QName("
<a href="http://blah/blah">http://blah/blah</a>
") } { "textual data" ]
</message>
-<message nick="_delirium" time="17:16:14.963Z">
wolf77, also is there a way with the computed element constructor to specify the xmlns? I have tried element { QName("
<a href="http://blah/blah">http://blah/blah</a>
") } { "textual data" }
</message>
<message nick="_delirium" time="17:16:17.707Z">even</message>
-<message nick="_delirium" time="17:17:10.499Z">
but i end up with something like <b:myNode>textual data</b:myNode> in my results whilst i have other elements which are <otherNode xmlns="
<a href="http://blah/blah">http://blah/blah</a>
">textual data</otherNode>
</message>
<message nick="_delirium" time="17:17:33.33Z">now i realise that they are equivalent - but from a human perspective it looks messy when the two appear together</message>
<message nick="wolf77" time="17:18:48.933Z">no idea how you would change that</message>
<message nick="_delirium" time="17:18:50.344Z">compare the <town> with <cg:number> - same namespaces but different ways of expressing it</message>
<message nick="_delirium" time="17:19:08.649Z">i think it must be something in the serializer that eXist uses</message>
<message nick="perig_" time="17:19:22.929Z">yes, sure</message>
<message nick="_delirium" time="17:19:48.113Z">its almost like we need some sort of coalescing</message>
<message nick="_delirium" time="17:20:01.131Z">think i spelt that wrong though ;-)</message>
<part host="i188127.upc-i.chello.nl" login="n=DiZzZz" nick="DiZzZz" reason="" time="17:32:24.2Z"/>
<part host="vil35-2-82-236-174-106.fbx.proxad.net" login="n=perig" nick="perig_" reason="Read error: 104 (Connection reset by peer)" time="17:41:50.609Z"/>
<join host="216.138.230.22" login="n=Snak" nick="polvo" time="18:17:41.25Z"/>
<join host="i188127.upc-i.chello.nl" login="n=DiZzZz" nick="DiZzZz" time="18:19:05.024Z"/>
-<message nick="DiZzZz" time="18:40:54.963Z">
<a href="http://www.cafeconleche.org/#March_17_2008_17822">http://www.cafeconleche.org/#March_17_2008_17822</a>
</message>
<join host="p5B20FFC4.dip.t-dialin.net" login="n=Wolfgang" nick="wolf77" time="18:44:41.35Z"/>
<join host="host81-136-49-191.in-addr.btopenworld.com" login="n=cefn" nick="cefn" time="18:47:19.055Z"/>
<part host="i188127.upc-i.chello.nl" login="n=DiZzZz" nick="DiZzZz" reason="" time="19:37:24.246Z"/>
<join host="i188127.upc-i.chello.nl" login="n=DiZzZz" nick="DiZzZz" time="19:45:40.089Z"/>
-<message nick="cefn" time="19:50:45.594Z">
Is there anything wrong with the in-memory element modification strategy at
<a href="http://pastebin.com/m717c4f1a">http://pastebin.com/m717c4f1a</a>
? I'm permanently getting the fatal error "failed to store temporary doc fragment" whenever I try to call functions like this. Is some other kind of element literal declaration required?
</message>
<message nick="DiZzZz" time="19:52:36.034Z">hmmmm</message>
<message nick="DiZzZz" time="19:55:48.906Z">cefn: hmmmm please could you pase a more complete example? with local: or so</message>
<message nick="DiZzZz" time="19:56:01.023Z">what version of exist do you use?</message>
-<message nick="DiZzZz" time="19:57:30.755Z">
e.g.
<a href="http://pastebin.com/m3aced237">http://pastebin.com/m3aced237</a>
</message>
<message nick="cefn" time="19:58:15.686Z">based on the checkout from exist-1.2-stable last week - I'll update and create a new example </message>
<message nick="DiZzZz" time="19:59:05.704Z">well the message is not okay....</message>
<message nick="DiZzZz" time="19:59:26.662Z">well I'd try to test it on 1.3dev or 1.2.1dev</message>
<message nick="DiZzZz" time="19:59:40.381Z">can't remember related fixes</message>
<message nick="DiZzZz" time="20:00:04.283Z">a short example (local: style) would def. help us</message>
<message nick="cefn" time="20:00:04.924Z">ok will look at that</message>
<message nick="DiZzZz" time="20:00:24.681Z">well I have trunk open, if you pass the query I'll ry</message>
<message nick="DiZzZz" time="20:00:26.674Z">try</message>
<message nick="cefn" time="20:01:03.434Z">will take a while to strip out to minimal tested file - this is in a module include right now</message>
<join host="vil35-2-82-236-174-106.fbx.proxad.net" login="n=perig" nick="perig_" time="20:10:48.248Z"/>
<message nick="cefn" time="20:25:42.612Z">ok after rebuilding from the latest stable 1.2 the issue has gone away (with the same code, I started getting meaningful error messages and being able to debug again) I wonder whether it was a data integrity thing after a crash. Is there a 'cleanup' operation on the database state if it's crashed?</message>
<message nick="cefn" time="20:26:21.195Z">my crash that is - not exist's e.g. power cycle without shutting down exist first</message>
<part host="tech-91-149-191-135.telecom.by" login="n=scand" nick="newbie2" reason="Remote closed the connection" time="20:29:13.028Z"/>
<message nick="DiZzZz" time="20:29:26.136Z">cefn: hmmmm strange</message>
<message nick="DiZzZz" time="20:29:38.913Z">maybe perig_ knows....</message>
<message nick="_delirium" time="20:30:24.035Z">cefn, you are trying to use xupdate/xquery update against in-memory fragments?</message>
<message nick="_delirium" time="20:30:34.97Z">HEY HEY we got accepted to Google Summer of Code</message>
<message nick="perig_" time="20:31:05.811Z">hoho !!!</message>
<message nick="cefn" time="20:31:06.843Z">no, it's rather that I'm using XQuery a bit like XSLT in memory - e.g. creating a new element based on an old one, with element and attribute literals</message>
<message nick="cefn" time="20:31:28.472Z">didn't even get as far as inserting the resulting data - couldn't even create it</message>
<message nick="cefn" time="20:32:03.39Z">but that issue seems to have disappeared - there were 5 or so classed updated in SVN since the version I checked out last week so maybe they fixed the problem</message>
<message nick="DiZzZz" time="20:32:40.76Z">wouldn't bet on that</message>
<message nick="DiZzZz" time="20:32:50.784Z">_delirium: yeah I subscribed</message>
<message nick="DiZzZz" time="20:32:58.815Z">immediately</message>
<message nick="DiZzZz" time="20:33:25.331Z">all: we should already think of a new exist-dev-weekend</message>
<message nick="_delirium" time="20:33:27.834Z">DiZzZz, cool</message>
<message nick="DiZzZz" time="20:33:44.207Z">_delirium: brrrrrrrr fresh</message>
<message nick="_delirium" time="20:33:57.585Z">ice cold</message>
<message nick="wolf77" time="20:38:17.438Z">cefn: using the eXist-memproc branch might help. it drops the need to store </message>
<message nick="wolf77" time="20:38:17.448Z">those temp fragments.</message>
<message nick="cefn" time="20:39:43.935Z">wolf77 how does that play with other version numbers? e.g. can I use that to build a server against a stable version soon somehow. Is it 1.2, 1.3 or more like a patch?</message>
<message nick="perig_" time="20:39:55.581Z">now, we should send a call for students, shouldn't we ?</message>
<message nick="wolf77" time="20:42:15.181Z">cefn: it will certainly go into 1.3 and if it proves stable enough, we could </message>
<message nick="wolf77" time="20:42:15.511Z">even port it back to 1.2.2</message>
<message nick="cefn" time="20:42:26.536Z">understood</message>
<message nick="wolf77" time="20:42:36.56Z">_delirium: could you write an announcement and call for students on the blog?</message>
<message nick="_delirium" time="20:43:03.636Z">wolf77, yeah i might be able to do that tomorrow - might need some help with the system - havent blogged before</message>
<message nick="wolf77" time="20:43:30.713Z">it works like the wiki</message>
<message nick="perig_" time="20:44:59.414Z">the official Gsoc page is still untouched. no improvement in the general process since last year :-)</message>
<message nick="perig_" time="20:47:49.014Z">well, time to go : I didn't sleep much last night ;-)</message>
<message nick="cefn" time="20:49:02.083Z">I think I'll have to build against 1.2-based versions for a little while in case I have to run something live soon - speak again tomorrow</message>
<part host="host81-136-49-191.in-addr.btopenworld.com" login="n=cefn" nick="cefn" reason="" time="20:50:14.642Z"/>
<message nick="_delirium" time="20:56:44.882Z">wolf77, okays</message>
<part host="p5B20FFC4.dip.t-dialin.net" login="n=Wolfgang" nick="wolf77" reason="Remote closed the connection" time="21:56:09.143Z"/>
<part host="i188127.upc-i.chello.nl