When uploading an image to eXist database I'm getting the
error -- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi,
I thing you have to bind your upload-node to xs:anyURI. <bind nodeset="/upload-node" type="xs:anyURI"/> or <form> <upload-node xsi:type="xs:anyURI"/> </form> Clemens -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
In reply to this post by Taras Bahnyuk
Clemens
Thanks for your reply. You are right, I have setup a test page with one upload control and one submit button. It works fine with your bind. -Taras -----Original Message----- From: [hidden email] [mailto:[hidden email]] Sent: woensdag 8 maart 2006 20:29 To: [hidden email] Subject: [ops-users] Re: Unsupported type: xs:anyURI Hi, I thing you have to bind your upload-node to xs:anyURI. <bind nodeset="/upload-node" type="xs:anyURI"/> or <form> <upload-node xsi:type="xs:anyURI"/> </form> Clemens -- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In reply to this post by Taras Bahnyuk
Taras,
Make sure you are using a recent build. I remember that a bug with the Classic XForms engine relative to upload was fixed a few weeks ago. -Erik Taras Bahnyuk wrote: > When uploading an image to eXist database I'm getting the error > > Unsupported type: xs:anyURI > > Any idea what could it be? > Thanks, > -Taras -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Erik,
How about "signed xml" ? Use case: ePortfolio input using xforms. Data needs ot be checked by third party and signed as valid/certified. Is this doable? Thx, Luk Vervenne Direct +32 476 53 00 21 Synergetics nv Fax +32 3 239 59 88 [hidden email] http://www.synergetics.be -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez Sent: Friday, March 10, 2006 6:30 PM To: [hidden email] Subject: Re: [ops-users] Unsupported type: xs:anyURI Taras, Make sure you are using a recent build. I remember that a bug with the Classic XForms engine relative to upload was fixed a few weeks ago. -Erik Taras Bahnyuk wrote: > When uploading an image to eXist database I'm getting the error > > Unsupported type: xs:anyURI > > Any idea what could it be? > Thanks, > -Taras -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Hi Luk,
What about "signed XML"? I am not sure to understand your question? Alex On 3/11/06, Luk Vervenne <[hidden email]> wrote: > Erik, > > How about "signed xml" ? > > Use case: ePortfolio input using xforms. Data needs ot be checked by third > party and signed as valid/certified. > > Is this doable? > > Thx, > > > Luk Vervenne > Direct +32 476 53 00 21 > > Synergetics nv > Fax +32 3 239 59 88 > [hidden email] > http://www.synergetics.be > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez > Sent: Friday, March 10, 2006 6:30 PM > To: [hidden email] > Subject: Re: [ops-users] Unsupported type: xs:anyURI > > Taras, > > Make sure you are using a recent build. I remember that a bug with the > Classic XForms engine relative to upload was fixed a few weeks ago. > > -Erik > > Taras Bahnyuk wrote: > > When uploading an image to eXist database I'm getting the error > > > > Unsupported type: xs:anyURI > > > > Any idea what could it be? > > Thanks, > > -Taras > > > > > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by clemens.harder
I am building an automated view constructor implementing CRUD for XMLs, as hierachy of objects, for any XML Schema. I need a component system for the views. JavaServer Faces seems to be the best bet. What is the status of the JSF Example in OPS. I do not see it in the current release. The CVS for faces + XML RenderKit is 19 months old. Will it still work in the latest OPS? Has it been dropped for technical reasons or due to licensing issues? Although the model2x-jsf documentation is still in OPS, the link for jsf-theme.xsl in the User Guide is broken. -- Dan Connelly (but not W3C's Dan Connolly) -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Hi Dan,
We haven't done any modification to the JSF examples for a while now. The code is still there, but it has not been updated, so it is essentially outdated. The reason for this is that we have focused our efforts on XForms, which we have considered to be a better fit. Does this mean that XForms is always a better choice than JSF? No. Does this mean that you can't use JSF with PresentationServer? No. It just means that we think that XForms works better for most of the use cases we have seen so far, consequently we have focused our efforts on XForms, and that this is the technology we recommend :). Alex On 3/24/06, Dan Connelly <[hidden email]> wrote: > Hi: > > I am building an automated view constructor implementing CRUD for XMLs, as > hierachy of objects, for any XML Schema. I need a component system for the > views. JavaServer Faces seems to be the best bet. > > What is the status of the JSF Example in OPS. I do not see it in the > current release. The CVS for faces + XML RenderKit is 19 months old. > Will it still work in the latest OPS? Has it been dropped for technical > reasons or due to licensing issues? > > Although the model2x-jsf documentation is still in OPS, the link for > jsf-theme.xsl in the User Guide is broken. > > -- Dan Connelly (but not W3C's Dan Connolly) > > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |