Debugging an orbeon submission

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Debugging an orbeon submission

Miguel Angel Tinte Garcia
Hi all,

I am trying to debug an orbeon submission because it doesn't work
properly and I would like to find out where is the problem. This is the
code:

<xforms:submission id="submit-name"
                   method="get"
                   action="http://localhost/"
                   replace="none"
                   ref="instance('instance-name')"/>

Do you know how can I see what it happens when I click the submit
button? When I click on the submit button nothings happens and the
action is not executed (nothing appears in the apache log).

I am using Orbeon in Jonas, this code is executing in a JSP in a web
application inside Jonas.

Thanks in advance

Best regards


--
Miguel Ángel Tinte García        
Libre Software Engineering Lab (GSyC)  | Universidad Rey Juan Carlos
[hidden email]        
http://libresoft.urjc.es/   



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Debugging an orbeon submission

Hank Ratzesberger

Hi Miguel,

check your /config/log4j.xml file.  There are several category elements
that define what is logged.  They may be commented out or the
priority value may not be "debug".

Regards,
Hank

On Mar 11, 2009, at 7:20 AM, Miguel Angel Tinte Garcia wrote:

> Hi all,
>
> I am trying to debug an orbeon submission because it doesn't work
> properly and I would like to find out where is the problem. This is  
> the
> code:
>
> <xforms:submission id="submit-name"
>   method="get"
>   action="http://localhost/"
>   replace="none"
>   ref="instance('instance-name')"/>
>
> Do you know how can I see what it happens when I click the submit
> button? When I click on the submit button nothings happens and the
> action is not executed (nothing appears in the apache log).
>
> I am using Orbeon in Jonas, this code is executing in a JSP in a web
> application inside Jonas.
>
> Thanks in advance
>
> Best regards
>
>
> --
> Miguel Ángel Tinte García
> Libre Software Engineering Lab (GSyC)  | Universidad Rey Juan Carlos
> [hidden email]
> http://libresoft.urjc.es/
>
>
> --
> 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
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Debugging an orbeon submission

Erik Bruchez
Administrator
Yup, the key is to enable XForms logging:

http://www.orbeon.com/ops/doc/reference-xforms-configuration#xforms-logging

-Erik

On Mar 11, 2009, at 11:22 AM, Hank Ratzesberger wrote:

>
> Hi Miguel,
>
> check your /config/log4j.xml file.  There are several category  
> elements
> that define what is logged.  They may be commented out or the
> priority value may not be "debug".
>
> Regards,
> Hank
>
> On Mar 11, 2009, at 7:20 AM, Miguel Angel Tinte Garcia wrote:
>
>> Hi all,
>>
>> I am trying to debug an orbeon submission because it doesn't work
>> properly and I would like to find out where is the problem. This is  
>> the
>> code:
>>
>> <xforms:submission id="submit-name"
>>   method="get"
>>   action="http://localhost/"
>>   replace="none"
>>   ref="instance('instance-name')"/>
>>
>> Do you know how can I see what it happens when I click the submit
>> button? When I click on the submit button nothings happens and the
>> action is not executed (nothing appears in the apache log).
>>
>> I am using Orbeon in Jonas, this code is executing in a JSP in a web
>> application inside Jonas.
>>
>> Thanks in advance
>>
>> Best regards
>>
>>
>> --
>> Miguel Ángel Tinte García
>> Libre Software Engineering Lab (GSyC)  | Universidad Rey Juan Carlos
>> [hidden email]
>> http://libresoft.urjc.es/
>>
>>
>> --
>> 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
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
> --
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Debugging an orbeon submission

Miguel Angel Tinte Garcia
You are right guys!

I have uncommented some lines in that file and now it is printing some
interesting things for me in the orbeon.log file.

Thanks Hank and Erik!!

El mié, 11-03-2009 a las 21:20 -0400, Erik Bruchez escribió:

> Yup, the key is to enable XForms logging:
>
> http://www.orbeon.com/ops/doc/reference-xforms-configuration#xforms-logging
>
> -Erik
>
> On Mar 11, 2009, at 11:22 AM, Hank Ratzesberger wrote:
>
> >
> > Hi Miguel,
> >
> > check your /config/log4j.xml file.  There are several category  
> > elements
> > that define what is logged.  They may be commented out or the
> > priority value may not be "debug".
> >
> > Regards,
> > Hank
> >
> > On Mar 11, 2009, at 7:20 AM, Miguel Angel Tinte Garcia wrote:
> >
> >> Hi all,
> >>
> >> I am trying to debug an orbeon submission because it doesn't work
> >> properly and I would like to find out where is the problem. This is  
> >> the
> >> code:
> >>
> >> <xforms:submission id="submit-name"
> >>   method="get"
> >>   action="http://localhost/"
> >>   replace="none"
> >>   ref="instance('instance-name')"/>
> >>
> >> Do you know how can I see what it happens when I click the submit
> >> button? When I click on the submit button nothings happens and the
> >> action is not executed (nothing appears in the apache log).
> >>
> >> I am using Orbeon in Jonas, this code is executing in a JSP in a web
> >> application inside Jonas.
> >>
> >> Thanks in advance
> >>
> >> Best regards
> >>
> >>
> >> --
> >> Miguel Ángel Tinte García
> >> Libre Software Engineering Lab (GSyC)  | Universidad Rey Juan Carlos
> >> [hidden email]
> >> http://libresoft.urjc.es/
> >>
> >>
> >> --
> >> 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
> >
> > Hank Ratzesberger
> > NEES@UCSB
> > Institute for Crustal Studies,
> > University of California, Santa Barbara
> > 805-893-8042
> >
> >
> >
> >
> >
> >
> > --
> > 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/
>
> documento de texto sencillo adjunto (message-footer.txt)
> --
> 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
--
Miguel Ángel Tinte García        
Libre Software Engineering Lab (GSyC)  | Universidad Rey Juan Carlos
[hidden email]        
http://libresoft.urjc.es/   



--
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