Minimal Test of Issue #235

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

Minimal Test of Issue #235

Aaron Spike
I've been investigating the disappearance of comments in the exist persistence layer:

https://github.com/orbeon/orbeon-forms/issues/235

You said that it was most likely that they were getting lost inside of crud.xpl:

https://twitter.com/orbeon/status/525689223190306817

I wanted to see if I could reproduce the same behavior in my own minimal app. And I think my testing indicates that the comments could in fact be stripped prior to arriving at crud.xpl.

Please see the attached app.

Aaron Spike



This electronic communication, including any attached documents, may contain confidential and/or legally privileged information that is intended only for use by the recipient(s) named above. If you have received this communication in error, please notify the sender immediately and delete the communication and any attachments. Views expressed by the author do not necessarily represent those of Martin Luther College.

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].

issue_235.tar.gz (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Minimal Test of Issue #235

Aaron Spike
I just stumbled upon this comment in the source:

https://github.com/orbeon/orbeon-forms/blob/master/src/main/java/org/orbeon/oxf/processor/generator/URLGenerator.java#L972

Might this be where xml comments stop propagating?

This electronic communication, including any attached documents, may contain confidential and/or legally privileged information that is intended only for use by the recipient(s) named above. If you have received this communication in error, please notify the sender immediately and delete the communication and any attachments. Views expressed by the author do not necessarily represent those of Martin Luther College.

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Minimal Test of Issue #235

Erik Bruchez
Administrator