Hi,
I just installed version 3.5M1 and tried to test my application with it only to find out that my triggers don't trigger. So, I tried the examples and whenever I push a button, nothing happens. What's happening? Thanks ... :-) ... --- ... Dirk -- 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 |
Dirk,
Try adding xforms debug logging by uncommenting the relevant block in resources/config/log4j.xml: <category name="org.orbeon.oxf.xforms.processor.XFormsServer"> <priority value="debug"/> </category> Hope that helps. Henrik On 9/4/06, Dirk Schalle <[hidden email]> wrote: > Hi, > > I just installed version 3.5M1 and tried to test my application with it > only to find out that my triggers don't trigger. So, I tried the > examples and whenever I push a button, nothing happens. What's happening? > > Thanks ... :-) > > ... --- ... > > Dirk > > > > > -- > 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 > > > -- 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 |
Henrik,
I turned on the debug logging for the XForms Server, but when I press a button nothing is being logged, making me believe that there may be a problem with the JavaScript. I use the Hello World Page Flow example. I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My browser is Firefox 1.5.0.6. From looking at the mailing list it seems I am not the only one having this problem. Thanks ... :-) ... --- ... Dirk -- 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 |
All,
has anyone had any problems with this particular browser/server on Mac OS X? Dirk, by just loading the page, you should see all sorts of events and debug information being spit out in the JBoss log. Is this the case? What does your log look like when you load a page? Could you send it to this list? Henrik On 9/5/06, [hidden email] <[hidden email]> wrote: Henrik, -- 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 dschalle
Dirk,
> I turned on the debug logging for the XForms Server, but when I > press a button nothing is being logged, making me believe that there > may be a problem with the JavaScript. I use the Hello World Page > Flow example. > > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My > browser is Firefox 1.5.0.6. > > From looking at the mailing list it seems I am not the only one > having this problem. Can you try making sure that you do not have obsolete resources, namely that you no longer have directories called resources/ops and resources/config/theme? After that, make sure your do a ctrl-f5 in your browser to force it to reload resources (or, more intrusively, clear your browser cache). -Erik -- Orbeon - XForms Everywhere: 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 |
Hi Erik,
I've just downloaded the ops.war 3.5M1 and deploy on Tomcat 5.5.16 in Windows and I have problems with the triggers. Any ops example with triggers is working. I changed the name of the folder webapps/ops to webapps/myname and this is the cause why is not working, using webapps/ops works perfectly. I think I am missing something somewhere. When I change the name everything works but the triggers. Do you have any idea about my problem?? Thanks! Jordi -----Mensaje original----- De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez Enviado el: viernes, 22 de septiembre de 2006 11:26 Para: [hidden email] Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... Dirk, > I turned on the debug logging for the XForms Server, but when I > press a button nothing is being logged, making me believe that there > may be a problem with the JavaScript. I use the Hello World Page > Flow example. > > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My > browser is Firefox 1.5.0.6. > > From looking at the mailing list it seems I am not the only one > having this problem. Can you try making sure that you do not have obsolete resources, namely that you no longer have directories called resources/ops and resources/config/theme? After that, make sure your do a ctrl-f5 in your browser to force it to reload resources (or, more intrusively, clear your browser cache). -Erik -- Orbeon - XForms Everywhere: 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 |
Administrator
|
Jordi,
> I've just downloaded the ops.war 3.5M1 and deploy on Tomcat 5.5.16 in > Windows and I have problems with the triggers. Any ops example with triggers > is working. I assume you mean "is not working" ;-) But did you clear your browser cache as I suggested? Or tried with another browser? -Erik Jordi Amatller wrote: > Hi Erik, > > I changed the name of the folder webapps/ops to webapps/myname and this is > the cause why is not working, using webapps/ops works perfectly. I think I > am missing something somewhere. When I change the name everything works but > the triggers. Do you have any idea about my problem?? > > Thanks! > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: viernes, 22 de septiembre de 2006 11:26 > Para: [hidden email] > Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... > > Dirk, > > > I turned on the debug logging for the XForms Server, but when I > > press a button nothing is being logged, making me believe that there > > may be a problem with the JavaScript. I use the Hello World Page > > Flow example. > > > > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My > > browser is Firefox 1.5.0.6. > > > > From looking at the mailing list it seems I am not the only one > > having this problem. > > Can you try making sure that you do not have obsolete resources, > namely that you no longer have directories called resources/ops and > resources/config/theme? > > After that, make sure your do a ctrl-f5 in your browser to force it to > reload resources (or, more intrusively, clear your browser cache). > > -Erik > > > > ------------------------------------------------------------------------ > > > -- > 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 -- Orbeon - XForms Everywhere: 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 |
Sorry yes "is not working"
I've tried clearing the cache (ctrl+F5) and with mozilla browser and I have the same problem. If you want I can send you some log file? Thanks, Jordi -----Mensaje original----- De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez Enviado el: viernes, 22 de septiembre de 2006 18:53 Para: [hidden email] Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... Jordi, > I've just downloaded the ops.war 3.5M1 and deploy on Tomcat 5.5.16 in > Windows and I have problems with the triggers. Any ops example with triggers > is working. I assume you mean "is not working" ;-) But did you clear your browser cache as I suggested? Or tried with another browser? -Erik Jordi Amatller wrote: > Hi Erik, > > I changed the name of the folder webapps/ops to webapps/myname and this is > the cause why is not working, using webapps/ops works perfectly. I think I > am missing something somewhere. When I change the name everything works but > the triggers. Do you have any idea about my problem?? > > Thanks! > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: viernes, 22 de septiembre de 2006 11:26 > Para: [hidden email] > Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... > > Dirk, > > > I turned on the debug logging for the XForms Server, but when I > > press a button nothing is being logged, making me believe that there > > may be a problem with the JavaScript. I use the Hello World Page > > Flow example. > > > > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My > > browser is Firefox 1.5.0.6. > > > > From looking at the mailing list it seems I am not the only one > > having this problem. > > Can you try making sure that you do not have obsolete resources, > namely that you no longer have directories called resources/ops and > resources/config/theme? > > After that, make sure your do a ctrl-f5 in your browser to force it to > reload resources (or, more intrusively, clear your browser cache). > > -Erik > > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- Orbeon - XForms Everywhere: 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 |
Administrator
|
Jordi,
I am not sure what logs would help, but sure, if you have anything that can shed some light on your issue, feel free to send it. -Erik Jordi Amatller wrote: > Sorry yes "is not working" > I've tried clearing the cache (ctrl+F5) and with mozilla browser and I have > the same problem. If you want I can send you some log file? > > Thanks, > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: viernes, 22 de septiembre de 2006 18:53 > Para: [hidden email] > Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... > > Jordi, > > > I've just downloaded the ops.war 3.5M1 and deploy on Tomcat 5.5.16 in > > Windows and I have problems with the triggers. Any ops example with > triggers > > is working. > > I assume you mean "is not working" ;-) > > But did you clear your browser cache as I suggested? Or tried with > another browser? > > -Erik > > Jordi Amatller wrote: >> Hi Erik, >> > >> I changed the name of the folder webapps/ops to webapps/myname and this is >> the cause why is not working, using webapps/ops works perfectly. I think I >> am missing something somewhere. When I change the name everything works > but >> the triggers. Do you have any idea about my problem?? >> >> Thanks! >> Jordi >> >> -----Mensaje original----- >> De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez >> Enviado el: viernes, 22 de septiembre de 2006 11:26 >> Para: [hidden email] >> Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... >> >> Dirk, >> >> > I turned on the debug logging for the XForms Server, but when I >> > press a button nothing is being logged, making me believe that there >> > may be a problem with the JavaScript. I use the Hello World Page >> > Flow example. >> > >> > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My >> > browser is Firefox 1.5.0.6. >> > >> > From looking at the mailing list it seems I am not the only one >> > having this problem. >> >> Can you try making sure that you do not have obsolete resources, >> namely that you no longer have directories called resources/ops and >> resources/config/theme? >> >> After that, make sure your do a ctrl-f5 in your browser to force it to >> reload resources (or, more intrusively, clear your browser cache). >> >> -Erik Orbeon - XForms Everywhere: 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 |
Hi Erik,
Sorry I didn't reply. I solved the problem and everything works well in this new version. You were right, was something related to the cache and the upgrade of resources/ops and resources/config/theme. Thanks, Jordi -----Mensaje original----- De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez Enviado el: martes, 26 de septiembre de 2006 23:27 Para: [hidden email] Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... Jordi, I am not sure what logs would help, but sure, if you have anything that can shed some light on your issue, feel free to send it. -Erik Jordi Amatller wrote: > Sorry yes "is not working" > I've tried clearing the cache (ctrl+F5) and with mozilla browser and I have > the same problem. If you want I can send you some log file? > > Thanks, > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: viernes, 22 de septiembre de 2006 18:53 > Para: [hidden email] > Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... > > Jordi, > > > I've just downloaded the ops.war 3.5M1 and deploy on Tomcat 5.5.16 in > > Windows and I have problems with the triggers. Any ops example with > triggers > > is working. > > I assume you mean "is not working" ;-) > > But did you clear your browser cache as I suggested? Or tried with > another browser? > > -Erik > > Jordi Amatller wrote: >> Hi Erik, >> > >> I changed the name of the folder webapps/ops to webapps/myname and this >> the cause why is not working, using webapps/ops works perfectly. I think >> am missing something somewhere. When I change the name everything works > but >> the triggers. Do you have any idea about my problem?? >> >> Thanks! >> Jordi >> >> -----Mensaje original----- >> De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez >> Enviado el: viernes, 22 de septiembre de 2006 11:26 >> Para: [hidden email] >> Asunto: Re: [ops-users] Triggers Not Working in 3.5M1 ... >> >> Dirk, >> >> > I turned on the debug logging for the XForms Server, but when I >> > press a button nothing is being logged, making me believe that there >> > may be a problem with the JavaScript. I use the Hello World Page >> > Flow example. >> > >> > I am running OPS under JBoss 4.0.1 as exploded WAR on Mac OS X. My >> > browser is Firefox 1.5.0.6. >> > >> > From looking at the mailing list it seems I am not the only one >> > having this problem. >> >> Can you try making sure that you do not have obsolete resources, >> namely that you no longer have directories called resources/ops and >> resources/config/theme? >> >> After that, make sure your do a ctrl-f5 in your browser to force it to >> reload resources (or, more intrusively, clear your browser cache). >> >> -Erik Orbeon - XForms Everywhere: 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 |
Free forum by Nabble | Edit this page |