I/We also need to find out a way to factorize this across the
different builds since 80% is common to all and this is going to cause
a big maintenance problem when I start fixing the installer bugs in XE
(it means we'll have to carefully keep all the other installers in
sync manually).
Haven't thought about this yet, this is a reminder to do that...
Thanks
-Vincent
On Apr 25, 2008, at 9:34 AM, jvelociter (SVN) wrote:
> Author: jvelociter
> Date: 2008-04-25 09:34:50 +0200 (Fri, 25 Apr 2008)
> New Revision: 9371
>
> Added:
> xwiki-products/xwiki-workspaces/trunk/installers/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/pom.xml
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/LICENCE.txt
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/README.html
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border1.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border2.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border3.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border4.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border5.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border6.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border7.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/border8.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/core.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/xe.ico
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/xe.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/xwiki.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/xws.ico
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/images/xws.png
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/install.xml
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/shortcutSpec_unix.xml
> xwiki-products/xwiki-workspaces/trunk/installers/generic/src/main/
> resources/shortcutSpec_windows.xml
> xwiki-products/xwiki-workspaces/trunk/installers/pom.xml
> xwiki-products/xwiki-workspaces/trunk/installers/windows/
> xwiki-products/xwiki-workspaces/trunk/installers/windows/pom.xml
> xwiki-products/xwiki-workspaces/trunk/installers/windows/src/
> xwiki-products/xwiki-workspaces/trunk/installers/windows/src/main/
> xwiki-products/xwiki-workspaces/trunk/installers/windows/src/main/
> resources/
> xwiki-products/xwiki-workspaces/trunk/installers/windows/src/main/
> resources/launch4j.xml
> xwiki-products/xwiki-workspaces/trunk/installers/windows/src/main/
> resources/xws.ico
> Log:
> XWS-15 Add installers to workspaces
Hello XWiki Dev's
I am getting this error:
Error number 4001 in 4: Error while parsing velocity page
/skins/covisint_coe/editobject.vm Wrapped Exception: Invocation of method
'displayEdit' in class com.xpn.xwiki.api.Document threw exception
java.lang.NullPointerException @ /skins/covisint_coe/editobject.vm[59,10]
I am attempting to edit objects on .../Main/WebHome and am getting this
error. Is there a way to ignore the bad object in the template? Is there a
way to diagnose what the problem is?
The line with the problem is
<dd>$doc.displayEdit($prop, "${class.name}_${obj.number}_" , $obj)</dd>
I think something is wrong with $obj but I don't know which object or how to
remove it now that I can't edit objects. The only thing I was changing at
the time of failure was adding a group and remove a group.
Please help
Glenn Everitt
--
View this message in context: http://www.nabble.com/Error-in-template-editobject.vm-tp16850443p16850443.h…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
I read several posts talking about running xwiki in a clustered environment.
Is there any information about how to configure oscache for running xwiki in
a clustered environment? Has anyone be running xwiki clustered across
multiple tomcats successfully?
Thanks for any information
Glenn Everitt
--
View this message in context: http://www.nabble.com/xwiki-on-tomcat-cluster-tp16808231p16808231.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
vmassol (SVN) wrote:
> +
> + 1.1 Latest unfinished requests
> +
> + These are requests that didn't reach "endRequest", but where cleaned-up by a reuse of threads. Only 32 requests max are kept in memory.
Shouldn't this "32 max" be obtained from the code, like it is done below?
> + 1.1 Latest requests
> +
> + Latest requests that finished properly. Only $timerdata.maxSize() requests max are kept in memory.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
Here's the roadmap I propose for XWiki Workspaces version 1.1.
Main focus for this 1.1 release :
1) General goals :
* Improving usability : Adding tooltips, advices, etc. for a smoother user
experience
* UI Refactorings : especially global administration, dashboard, and All
my spaces UIs.
* Quality insurance : keep adding more unit tests and integration tests.
(Yes, I will try to definitely fix the two tests that fails on our
continuum server ;))
2) Some of the new features to be implemented :
* Invitation management (see http://jira.xwiki.org/jira/browse/XWS-79)
* Improvement of users and groups management (see
http://jira.xwiki.org/jira/browse/XWS-7)
* RSS on space and dashboard stories
* More options exposed in the global administration
As for the planning, I propose a target date for the final 1.1 version on
the 16th of June, with intermediary releases as follow :
2 three-weeks milestones :
* 1.1 M1 on May, the 5th (already started)
* 1.1 M2 on May, the 26th
2 one-week release candidates :
* 1.1 RC1 on June 2nd
* 1.1 RC2 on June 9 (If needed only, otherwise 1.1 final)
(this roadmap is available here
http://workspaces.xwiki.org/xwiki/bin/view/Main/Roadmap, too)
Regards,
Jerome.