You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2008/05/07 11:09:17 UTC

DO NOT REPLY [Bug 44947] New: oneform editor is broken

https://issues.apache.org/bugzilla/show_bug.cgi?id=44947

           Summary: oneform editor is broken
           Product: Lenya
           Version: 2.0
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Keywords: ErrorMessage
          Severity: major
          Priority: P2
         Component: Form Editor
        AssignedTo: dev@lenya.apache.org
        ReportedBy: matthijs@impressie.nl


The oneform editor returns the error message: "Involved objects are checked
out."

Steps to reproduce:
1. Log in to http://lenya.zones.apache.org:9999/index.html
2. Create a new publication or login to existing one.
3. Create new XHTML page, either Default Sample or Two Column Layout.
4. Go to Authoring mode. Click the new node, select Edit... with one Form
5. Click save.

You will be trapped in the error, there is no possibility of clicking your way
out.

Local installation on Windows Vista, Lenya 2.0.x (zip src distribution),
jdk1.6.0_05 with standard Jetty 5.1.4 shows the same behaviour.

Any ideas? Can anyone reproduce?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #1 from Andreas Hartmann <an...@apache.org>  2008-05-07 02:23:32 PST ---
I can reproduce the problem on the zones server, but not in my local sandbox.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #2 from Matthijs Bierman <ma...@impressie.nl>  2008-05-07 06:04:24 PST ---
Created an attachment (id=21929)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21929)
log4j log


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #4 from Andreas Hartmann <an...@apache.org>  2008-05-09 08:42:49 PST ---
Strange - I also did a fresh check-out and still can't reproduce it :(
Maybe I can debug it on the Zones server ...


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #3 from Matthijs Bierman <ma...@impressie.nl>  2008-05-07 06:05:20 PST ---
Hi Andreas,

I just checked out a fresh svn copy, and was able to reproduce the problem
there (after increasing the heap size to prevent OOM errors). Could you compare
your working sandbox to the trunk to find out what's different?

Currently I am still evaluating Lenya for use in an upcoming project, but
errors like these will be holding me back for a while. I would be willing to
dive in deep to try and fix this, but I am currently still getting acquainted
with Lenya.

Attached is my log4j.


Matthijs


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #5 from Andreas Hartmann <an...@apache.org>  2008-05-09 08:50:39 PST ---
When saving, executeUsecase() in usecases.js is called. Somehow the
continuation isn't evaluated.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947


Andreas Hartmann <an...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #6 from Andreas Hartmann <an...@apache.org>  2008-05-09 09:30:17 PST ---
This issue should be fixed now. The difference between my local working copy
and the Zones server is that I have enabled uploads. The source editor now
shows an error message if uploads are disabled. Apart from that, the action
attribute of the <form> element was missing, which caused an invalid processing
of the form data, resulting in the "objects checked out" message.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 44947] oneform editor is broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44947





--- Comment #7 from Matthijs Bierman <ma...@impressie.nl>  2008-05-13 02:23:05 PST ---
After update, clean and compile it now works as expected. Thanks Andreas!


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org