Administrator
|
All,
See the blog post: http://blog.orbeon.com/2013/03/orbeon-forms-41-m1.html Enjoy! -Erik -- 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]. |
I see this fixes a sequence number issue with large image uploads. I'm currently using a 4.0 CE prerelease and get a lot of sequence number issues with reasonably small image sizes, say 100K. Do you think this is related?
On Friday, March 29, 2013 8:00:31 PM UTC+1, ebruchez wrote: All,-- 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]. |
Administrator
|
It may or may not be. The only way to know is to try a build with that fix and see if the issue still happens.
And if it's a different issue, it would be nice to figure it out as well. -Erik |
Administrator
|
In reply to this post by davidof
Hi David,
Did you get a chance to try the 4.0.1? Does it indeed fix the sequence number issue you were referring to? Alex On Sat, Mar 30, 2013 at 3:10 PM, david.george <[hidden email]> wrote: > I see this fixes a sequence number issue with large image uploads. I'm > currently using a 4.0 CE prerelease and get a lot of sequence number issues > with reasonably small image sizes, say 100K. Do you think this is related? > > > On Friday, March 29, 2013 8:00:31 PM UTC+1, ebruchez wrote: >> >> All, >> >> See the blog post: >> >> http://blog.orbeon.com/2013/03/orbeon-forms-41-m1.html >> >> Enjoy! >> >> -Erik > > -- > 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]. > > -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- 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].
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Hi Alex, It is a project for the next couple of days. It won't take me long but I've currently got a production deployment with 2 x 3.9 instances and another with a 4.0 release candidate and I want to merge all to the 4.0.1 CE. I will keep you posted.regards, On 3 April 2013 21:24, Alessandro Vernet <[hidden email]> wrote: Hi David, 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]. |
Administrator
|
Hi David,
Excellent, thanks for the update, and you'll let us know. Alex On Wed, Apr 3, 2013 at 12:35 PM, David George <[hidden email]> wrote: > Hi Alex, > It is a project for the next couple of days. It won't take me long but I've > currently got a production deployment with 2 x 3.9 instances and another > with a 4.0 release candidate and I want to merge all to the 4.0.1 CE. I will > keep you posted. > > regards, > David > > > > On 3 April 2013 21:24, Alessandro Vernet <[hidden email]> wrote: >> >> Hi David, >> >> Did you get a chance to try the 4.0.1? Does it indeed fix the sequence >> number issue you were referring to? >> >> Alex >> >> On Sat, Mar 30, 2013 at 3:10 PM, david.george <[hidden email]> >> wrote: >> > I see this fixes a sequence number issue with large image uploads. I'm >> > currently using a 4.0 CE prerelease and get a lot of sequence number >> > issues >> > with reasonably small image sizes, say 100K. Do you think this is >> > related? >> > >> > >> > On Friday, March 29, 2013 8:00:31 PM UTC+1, ebruchez wrote: >> >> >> >> All, >> >> >> >> See the blog post: >> >> >> >> http://blog.orbeon.com/2013/03/orbeon-forms-41-m1.html >> >> >> >> Enjoy! >> >> >> >> -Erik >> > >> > -- >> > 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]. >> > >> > >> >> >> >> -- >> Follow Orbeon on Twitter: @orbeon >> Follow me on Twitter: @avernet >> >> -- >> 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]. >> >> > > -- > 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]. > > -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- 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].
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Hi Alex,
-- Well I've not got too far. I was running:- orbeon-4.0.0.beta2.201301160141-CE with a couple of changes to allow different time and date formats and to allow Posts for page public methods:- <property as="xs:string" processor-name="oxf:page-flow" name="page-public-methods" value="GET HEAD POST" /> I tried both Orbeon 4.0 and 4.1M1 and in both cases see the following error when Orbeon is invoked /xforms-renderer - Received request error caught {controller: "oxf:/ops/xforms/xforms-renderer-page-flow.xml", method: "GET", path: "/xforms-renderer"} +----------------------------------------------------------------------------------------------------------------------+ |An Error has Occurred | |----------------------------------------------------------------------------------------------------------------------| |URL generator found null URL for config: | |<config/> | |----------------------------------------------------------------------------------------------------------------------| |Application Call Stack This was after applying the same changes I made to 4.0beta2, updating the forms filter, clearing the browser cache to remove any stale JavaScript. There is a lot of talk about this error but none has been any help to me as yet. This is a side by side deployment. My App and Orbeon, on Tomcat. So I'm a bit stuck at the moment David 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]. |
Ok I found out my URL generator Error was a red herring. In fact 4.1M1 works ok but when an xform is loaded by my application using the orbeon xforms filter it is missing CSS styling. So xf:help, xf:alert just get shown as inline text rather than say a red exclamation mark. Seems like the forms runner isn't correctly processing xforms loaded from outside Orbeon via the filter. This is a change between orbeon-4.0.0.beta2.201301160141-CE and 4.0 (and 4.1M1).
-- Is there something new you need to configure to get Orbeon fully working side by side with another webapp? 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]. |
Administrator
|
Hi David,
This is a known problem: as a workaround, add a class="orbeon" on the <body> of the HTML you're generating. And for more on this, see: https://github.com/orbeon/orbeon-forms/issues/877 Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Ah cool, thanks for your reply. I'm running with 4.0 now. I have a deployment to do this week then i will come back to 4.1M1.
-- 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]. |
Administrator
|
Hi David,
Note though that this isn't fixed in 4.1 (or at least not yet), but adding class="orbeon" on your <body> element should be simple enough as a workaround. Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |