"view instance" broken in latest build

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

"view instance" broken in latest build

Stephen Bayliss

The “view instance” button (eg Controls demo) seems to be broken in the latest build – instead of showing formatted XML, it’s showing the underlying HTML with all the formatting mark-up.

 

Steve



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

Re: "view instance" broken in latest build

Pascal Heus
Stephen:
I experienced a similar problem after the recent Saxon upgrade. This went away after a system reboot (I'm running OPS under Eclipse Studio).
Not sure if this is the same issue but it might help.
*P

Stephen Bayliss wrote:

The “view instance” button (eg Controls demo) seems to be broken in the latest build – instead of showing formatted XML, it’s showing the underlying HTML with all the formatting mark-up.

 

Steve


-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] 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
Reply | Threaded
Open this post in threaded view
|

Re: "view instance" broken in latest build

Alessandro  Vernet
Administrator
Steve/Pascal,

Apparently this has been fixed since then. At least it seems to work
fine for me. Let  us know of this problem still shows up for you.
'
Alex

On 5/8/06, Pascal Heus <[hidden email]> wrote:

>
>  Stephen:
>  I experienced a similar problem after the recent Saxon upgrade. This went
> away after a system reboot (I'm running OPS under Eclipse Studio).
>  Not sure if this is the same issue but it might help.
>  *P
>
>  Stephen Bayliss wrote:
>
>
>
> The "view instance" button (eg Controls demo) seems to be broken in the
> latest build – instead of showing formatted XML, it's showing the underlying
> HTML with all the formatting mark-up.
>
>
>
> Steve
> ________________________________
>
>
> --
> 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
>
>
>

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

Re: "view instance" broken in latest build

Ross Horne
Alex,

The latest build (2006-05-19) has the same symptoms for me and furthermore a reboot didn't sort it out.

Other symptoms include the range and auto complete controls are not being displayed and the html of the img element being shown rather than the image (the left and right angular brackets are escaped). This is for a straight deployment in to Tomcat.

Ross.




On 16/05/06, Alessandro Vernet <[hidden email]> wrote:
Steve/Pascal,

Apparently this has been fixed since then. At least it seems to work
fine for me. Let  us know of this problem still shows up for you.
'
Alex

On 5/8/06, Pascal Heus <[hidden email]> wrote:
>
>  Stephen:
>  I experienced a similar problem after the recent Saxon upgrade. This went
> away after a system reboot (I'm running OPS under Eclipse Studio).
>  Not sure if this is the same issue but it might help.
>  *P

>
>  Stephen Bayliss wrote:
>
>
>
> The "view instance" button (eg Controls demo) seems to be broken in the
> latest build – instead of showing formatted XML, it's showing the underlying
> HTML with all the formatting mark-up.
>
>
>
> Steve
> ________________________________
>
>
> --
> 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: <a href="http://www.objectweb.org/wws" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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: <a href="http://www.objectweb.org/wws" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://www.objectweb.org/wws
>
>
>


--
Blog (XML, Web apps, Open Source):
<a href="http://www.orbeon.com/blog/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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: <a href="http://www.objectweb.org/wws" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.objectweb.org/wws





--
+44 (0)7921 906 453 (mobile)
+44 (0)1573 225 400 (Kelso)

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

Re: "view instance" broken in latest build

Alessandro  Vernet
Administrator
Hi Ross,

To check, I downloaded a nightly build from
http://forge.objectweb.org/nightlybuilds/ops/ops/, uncompressed it in
temporary directory (actually my Desktop), added those lines to my
Tomcat server.xml:

<Context crossContext="true" debug="0"
        docBase="H:\Documents and Settings\Alessandro
Vernet\Desktop\ops" path="/ops"
        reloadable="false"/>

With this, I can go to the XForms Controls example, click on the "Show
instance" button and see the XML for the instance. Have you used
different steps to reproduce this?

Alex

On 5/19/06, Ross Horne <[hidden email]> wrote:

> Alex,
>
> The latest build (2006-05-19) has the same symptoms for me and furthermore a
> reboot didn't sort it out.
>
> Other symptoms include the range and auto complete controls are not being
> displayed and the html of the img element being shown rather than the image
> (the left and right angular brackets are escaped). This is for a straight
> deployment in to Tomcat.
>
> Ross.
>
>
>
>
>
> On 16/05/06, Alessandro Vernet < [hidden email]> wrote:
> > Steve/Pascal,
> >
> > Apparently this has been fixed since then. At least it seems to work
> > fine for me. Let  us know of this problem still shows up for you.
> > '
> > Alex
> >
> > On 5/8/06, Pascal Heus < [hidden email]> wrote:
> > >
> > >  Stephen:
> > >  I experienced a similar problem after the recent Saxon upgrade. This
> went
> > > away after a system reboot (I'm running OPS under Eclipse Studio).
> > >  Not sure if this is the same issue but it might help.
> > >  *P
> > >
> > >  Stephen Bayliss wrote:
> > >
> > >
> > >
> > > The "view instance" button (eg Controls demo) seems to be broken in the
> > > latest build – instead of showing formatted XML, it's showing the
> underlying
> > > HTML with all the formatting mark-up.
> > >
> > >
> > >
> > > Steve
> > > ________________________________
> > >
> > >
> > > --
> > > 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
> > >
> > >
> > >
> >
> >
> > --
> > 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
> >
> >
> >
>
>
>
> --
> +44 (0)7921 906 453 (mobile)
> +44 (0)1573 225 400 (Kelso)
>
> --
> 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
Reply | Threaded
Open this post in threaded view
|

Re: "view instance" broken in latest build

Ross Horne
Alex,

I'm still having no luck with your configuration method.

Fortunately my need for the latest features are not immediately pressing. I'll let you know if I'm still encountering the same problems with nightly build in a couple of weeks. (will have just miss you in Amsterdam!)

Thank you once again.

Ross


On 19/05/06, Alessandro Vernet <[hidden email]> wrote:
Hi Ross,

To check, I downloaded a nightly build from
http://forge.objectweb.org/nightlybuilds/ops/ops/, uncompressed it in
temporary directory (actually my Desktop), added those lines to my
Tomcat server.xml:

<Context crossContext="true" debug="0"
        docBase="H:\Documents and Settings\Alessandro
Vernet\Desktop\ops" path="/ops"
        reloadable="false"/>

With this, I can go to the XForms Controls example, click on the "Show
instance" button and see the XML for the instance. Have you used
different steps to reproduce this?

Alex

On 5/19/06, Ross Horne <[hidden email]> wrote:

> Alex,
>
> The latest build (2006-05-19) has the same symptoms for me and furthermore a
> reboot didn't sort it out.
>
> Other symptoms include the range and auto complete controls are not being
> displayed and the html of the img element being shown rather than the image
> (the left and right angular brackets are escaped). This is for a straight
> deployment in to Tomcat.
>
> Ross.
>
>
>
>
>
> On 16/05/06, Alessandro Vernet < [hidden email]> wrote:
> > Steve/Pascal,
> >
> > Apparently this has been fixed since then. At least it seems to work
> > fine for me. Let  us know of this problem still shows up for you.
> > '
> > Alex
> >
> > On 5/8/06, Pascal Heus < [hidden email]> wrote:
> > >
> > >  Stephen:
> > >  I experienced a similar problem after the recent Saxon upgrade. This
> went
> > > away after a system reboot (I'm running OPS under Eclipse Studio).
> > >  Not sure if this is the same issue but it might help.
> > >  *P
> > >
> > >  Stephen Bayliss wrote:
> > >
> > >
> > >
> > > The "view instance" button (eg Controls demo) seems to be broken in the
> > > latest build – instead of showing formatted XML, it's showing the
> underlying
> > > HTML with all the formatting mark-up.
> > >
> > >
> > >
> > > Steve
> > > ________________________________
> > >
> > >
> > > --
> > > You receive this message as a subscriber of the [hidden email]
> > > mailing list.
> > > To unsubscribe:
> mailto:[hidden email]
> > > For general help: mailto: sympa@...?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: sympa@...?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: sympa@...?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
> >
>
>
>
> --
> +44 (0)7921 906 453 (mobile)
> +44 (0)1573 225 400 (Kelso)
>
> --
> 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





--
+44 (0)7921 906 453 (mobile)
+44 (0)1573 225 400 (Kelso)

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

Re: "view instance" broken in latest build

Erik Bruchez
Administrator
Ross,

Have you tried emptying your browser cache and/or using ctrl-f5 to force
a complete browser reload?

Do you just download the nightly build WAR and put it into Tomcat's
webapp directory (or uncompress it into another directory pointed to by
a context in Tomcat), or do you try to update an existing OPS WAR?

-Erik

Ross Horne wrote:

> Alex,
>
> I'm still having no luck with your configuration method.
>
> Fortunately my need for the latest features are not immediately
> pressing. I'll let you know if I'm still encountering the same problems
> with nightly build in a couple of weeks. (will have just miss you in
> Amsterdam!)
>
> Thank you once again.
>
> Ross
>
>
> On 19/05/06, *Alessandro Vernet* <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Hi Ross,
>
>     To check, I downloaded a nightly build from
>     http://forge.objectweb.org/nightlybuilds/ops/ops/, uncompressed it in
>     temporary directory (actually my Desktop), added those lines to my
>     Tomcat server.xml:
>
>     <Context crossContext="true" debug="0"
>             docBase="H:\Documents and Settings\Alessandro
>     Vernet\Desktop\ops" path="/ops"
>             reloadable="false"/>
>
>     With this, I can go to the XForms Controls example, click on the "Show
>     instance" button and see the XML for the instance. Have you used
>     different steps to reproduce this?
>
>     Alex
>
>     On 5/19/06, Ross Horne <[hidden email]
>     <mailto:[hidden email]>> wrote:
>      > Alex,
>      >
>      > The latest build (2006-05-19) has the same symptoms for me and
>     furthermore a
>      > reboot didn't sort it out.
>      >
>      > Other symptoms include the range and auto complete controls are
>     not being
>      > displayed and the html of the img element being shown rather than
>     the image
>      > (the left and right angular brackets are escaped). This is for a
>     straight
>      > deployment in to Tomcat.
>      >
>      > Ross.
>      >
>      >
>      >
>      >
>      >
>      > On 16/05/06, Alessandro Vernet < [hidden email]
>     <mailto:[hidden email]>> wrote:
>      > > Steve/Pascal,
>      > >
>      > > Apparently this has been fixed since then. At least it seems to
>     work
>      > > fine for me. Let  us know of this problem still shows up for you.
>      > > '
>      > > Alex
>      > >
>      > > On 5/8/06, Pascal Heus < [hidden email]
>     <mailto:[hidden email]>> wrote:
>      > > >
>      > > >  Stephen:
>      > > >  I experienced a similar problem after the recent Saxon
>     upgrade. This
>      > went
>      > > > away after a system reboot (I'm running OPS under Eclipse
>     Studio).
>      > > >  Not sure if this is the same issue but it might help.
>      > > >  *P
>      > > >
>      > > >  Stephen Bayliss wrote:
>      > > >
>      > > >
>      > > >
>      > > > The "view instance" button (eg Controls demo) seems to be
>     broken in the
>      > > > latest build – instead of showing formatted XML, it's showing the
>      > underlying
>      > > > HTML with all the formatting mark-up.
>      > > >
>      > > >
>      > > >
>      > > > Steve
>      > > > ________________________________
>      > > >
>      > > >
>      > > > --
>      > > > You receive this message as a subscriber of the
>     [hidden email] <mailto:[hidden email]>
>      > > > mailing list.
>      > > > To unsubscribe:
>      > mailto:[hidden email]
>     <mailto:[hidden email]>
>      > > > For general help: mailto: [hidden email]?subject=help
>     <http://sympa@...?subject=help>
>      > > > ObjectWeb mailing lists service home page:
>     http://www.objectweb.org/wws
>      > > >
>      > > >
>      > > >
>      > > >
>      > > > --
>      > > > You receive this message as a subscriber of the
>     [hidden email] <mailto:[hidden email]>
>      > > > mailing list.
>      > > > To unsubscribe: mailto:
>      > [hidden email]
>     <mailto:[hidden email]>
>      > > > For general help: mailto: [hidden email]?subject=help
>     <http://sympa@...?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] <mailto:[hidden email]>
>      > mailing list.
>      > > To unsubscribe:
>      > mailto: [hidden email]
>     <mailto:[hidden email]>
>      > > For general help: mailto: [hidden email]?subject=help
>     <http://sympa@...?subject=help>
>      > > ObjectWeb mailing lists service home page:
>     http://www.objectweb.org/wws
>      > >
>      > >
>      > >
>      >
>      >
>      >
>      > --
>      > +44 (0)7921 906 453 (mobile)
>      > +44 (0)1573 225 400 (Kelso)
>      >
>      > --
>      > You receive this message as a subscriber of the
>     [hidden email] <mailto:[hidden email]>
>      > mailing list.
>      > To unsubscribe: mailto: [hidden email]
>     <mailto:[hidden email]>
>      > For general help: mailto:[hidden email]
>     <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] <mailto:[hidden email]> mailing list.
>     To unsubscribe: mailto:[hidden email]
>     <mailto:[hidden email]>
>     For general help: mailto: [hidden email]
>     <mailto:[hidden email]>?subject=help
>     ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
>
>
> --
> +44 (0)7921 906 453 (mobile)
> +44 (0)1573 225 400 (Kelso)
>
>
> ------------------------------------------------------------------------
>
>
> --
> 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