Bugs item #3317775, was opened at 2011-06-17 12:59
Message generated for change (Settings changed) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3317775&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Query Execution
Group: Sedna (development)
Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Ilya Taranov (mozinsur)
Summary: sedna internal error with node-name

Initial Comment:
<sedna version="3.4" build="281"/> (latest current version 3.4.66 and  latest 
devel version 3.4.325 as of today do the same thing)
Linux 2.6.32-5-amd64 #1 SMP x86_64 GNU/Linux
ERROR 17/06/2011 11:51:20 (TRN ft pid=23189 sid=49 trid=49) 
[dm_accessors.cpp:dm_node_name:139]: (SE1003) Sedna internal error. Details: 
Unexpected type of node passed to dm:node-name
the query causing the error:
let $el :=
<a>
  <b/>
  <b/>
</a>
return
  element { node-name($el) } {
    for $cc in $el/*
    return element { node-name($cc) } { attribute foo { 'foo' } }
  }
If you replace the second <b/> by <b2/> the error disappears and output is as 
expected:
<a>
  <b foo="foo"/>
  <b2 foo="foo"/>
</a>

----------------------------------------------------------------------

>Comment By: Ivan Shcheklein (shcheklein)
Date: 2011-08-02 14:46

Message:
Fixed in the latest development build:
http://modis.ispras.ru/FTPContent/sedna/development/

----------------------------------------------------------------------

Comment By: Ilya Taranov (mozinsur)
Date: 2011-08-01 13:25

Message:
Yes it didn't work, now works.

----------------------------------------------------------------------

Comment By: Ilya Taranov (mozinsur)
Date: 2011-08-01 13:13

Message:
As far as we know, this works in the latest development build.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3317775&group_id=129076

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to