Hi all,
I have the followings messages in the log file. I'm trying to migrate my app from 3.6 to nightly build. 2008-06-10 12:12:29,358 WARN XFormsServer - XForms - function - Instance not found with xxforms:instance() function {instance id: ""} 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - function - Instance not found with xxforms:instance() function {instance id: ""} 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - function - Instance not found with xxforms:instance() function {instance id: ""} 2008-06-10 12:12:29,390 WARN XFormsServer - XForms - function - Instance not found with xxforms:instance() function {instance id: ""} ... Someone can tell me what might be the problem ? TIA, Marc -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Usually, this is innocuous. It is a warning in case you are referring
to non-existing instances. XForms says the instance() function returns an empty node-set in that case, but it could be that you made a mistake. In this case, it seems to tell you that you called xxforms:instance() with an empty string as parameter. This may or may not be an issue in your app. -Erik On Jun 10, 2008, at 12:22 PM, marc wrote: > Hi all, > > I have the followings messages in the log file. I'm trying to > migrate my app from 3.6 to nightly build. > > 2008-06-10 12:12:29,358 WARN XFormsServer - XForms - > function - Instance not found with xxforms:instance() function > {instance id: ""} > 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - > function - Instance not found with xxforms:instance() function > {instance id: ""} > 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - > function - Instance not found with xxforms:instance() function > {instance id: ""} > 2008-06-10 12:12:29,390 WARN XFormsServer - XForms - > function - Instance not found with xxforms:instance() function > {instance id: ""} > ... > > Someone can tell me what might be the problem ? > > TIA, > > Marc > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks Eric for your answear,
BTW, I'm moving from 3.6.0 200712061930 to nightly build. I still don't understand why this warnings occur. I never used xxforms:instance() since I have only one model per page. I also have javascript errors like documentElement has no properties or afterInsertionPoint has no properties when I click a link. Marc Erik Bruchez a écrit : > Usually, this is innocuous. It is a warning in case you are referring > to non-existing instances. XForms says the instance() function returns > an empty node-set in that case, but it could be that you made a mistake. > > In this case, it seems to tell you that you called xxforms:instance() > with an empty string as parameter. This may or may not be an issue in > your app. > > -Erik > > On Jun 10, 2008, at 12:22 PM, marc wrote: > >> Hi all, >> >> I have the followings messages in the log file. I'm trying to migrate >> my app from 3.6 to nightly build. >> >> 2008-06-10 12:12:29,358 WARN XFormsServer - XForms - >> function - Instance not found with xxforms:instance() function >> {instance id: ""} >> 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - >> function - Instance not found with xxforms:instance() function >> {instance id: ""} >> 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - >> function - Instance not found with xxforms:instance() function >> {instance id: ""} >> 2008-06-10 12:12:29,390 WARN XFormsServer - XForms - >> function - Instance not found with xxforms:instance() function >> {instance id: ""} >> ... >> >> Someone can tell me what might be the problem ? >> >> TIA, >> >> Marc >> >> >> -- >> 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 >> OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Do you have the XForms Inspector on? That may be what's using
xxforms:instance(). About the JS issues, I am not sure: what browser are you using? Can you try force-reloading? -Erik On Jun 12, 2008, at 9:39 AM, marc wrote: > Thanks Eric for your answear, > > BTW, I'm moving from 3.6.0 200712061930 to nightly build. > I still don't understand why this warnings occur. I never used > xxforms:instance() since I have only one model per page. > I also have javascript errors like documentElement has no properties > or afterInsertionPoint has no properties when I click a link. > > Marc > > Erik Bruchez a écrit : >> Usually, this is innocuous. It is a warning in case you are >> referring to non-existing instances. XForms says the instance() >> function returns an empty node-set in that case, but it could be >> that you made a mistake. >> >> In this case, it seems to tell you that you called >> xxforms:instance() with an empty string as parameter. This may or >> may not be an issue in your app. >> >> -Erik >> >> On Jun 10, 2008, at 12:22 PM, marc wrote: >> >>> Hi all, >>> >>> I have the followings messages in the log file. I'm trying to >>> migrate my app from 3.6 to nightly build. >>> >>> 2008-06-10 12:12:29,358 WARN XFormsServer - XForms - >>> function - Instance not found with xxforms:instance() function >>> {instance id: ""} >>> 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - >>> function - Instance not found with xxforms:instance() function >>> {instance id: ""} >>> 2008-06-10 12:12:29,374 WARN XFormsServer - XForms - >>> function - Instance not found with xxforms:instance() function >>> {instance id: ""} >>> 2008-06-10 12:12:29,390 WARN XFormsServer - XForms - >>> function - Instance not found with xxforms:instance() function >>> {instance id: ""} >>> ... >>> >>> Someone can tell me what might be the problem ? >>> >>> TIA, >>> >>> Marc >>> >>> >>> -- >>> 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 >>> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> -- >> Orbeon Forms - Web Forms for the Enterprise Done the Right Way >> http://www.orbeon.com/ >> > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |