[xwiki-notifications] [Issue] Updated: (XWIKI-2134) Cannot rollback a document to its first revision

2008-02-24 Thread Artem Melentev (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Artem Melentev updated XWIKI-2134:
--

Attachment: XWIKI-2134-core112.diff

Actually this is old bug in packager plugin at xwiki-core-1.1.2.
Document Main.WebHome was saved before XWiki.TagClass while importing, so 
webhome contains no tagclass info, so wrong rcs archive.
Documents with class should be saved before others.
This bug already fixed in trunk (~svn r6778, XWIKI-1921, >=xwiki-core-1.3M1).
Attached tiny patch for xwiki-core-1.1.2 for info.

Solutions:
 - use packager tool with xwiki-core-1.3
 - patch xwiki-core-1.1 and use it in packager tool

> Cannot rollback a document to its first revision
> 
>
> Key: XWIKI-2134
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2134
> Project: XWiki Core
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.3 M2
>Reporter: Vincent Massol
> Assigned To: Artem Melentev
>Priority: Blocker
> Fix For: 1.3 RC1
>
> Attachments: XWIKI-2134-core112.diff
>
>
> How to reproduce:
> * Build XE from trunk
> * Execute xe in xe/distribution/hsqldb/target
> * Go Main.WebHome, edit it and replace the content with "aaa"
> * Try to rollback to version 1.1, you'll get the following exceptions:
> {noformat}
> Error number 3201 in 3: Exception while saving document Main.WebHome
> Wrapped Exception: a different object with the same identifier value was 
> already associated with the session: 
> [com.xpn.xwiki.doc.XWikiDocument#-114121954]
> com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving 
> document Main.WebHome
> Wrapped Exception: a different object with the same identifier value was 
> already associated with the session: 
> [com.xpn.xwiki.doc.XWikiDocument#-114121954]
>   at 
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:455)
>   at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
>   at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
>   at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1077)
>   at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1050)
>   at com.xpn.xwiki.XWiki.rollback(XWiki.java:6101)
>   at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:188)
>   at 
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>   at 
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>   at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>   at 
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
>   at 
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
>   at 
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>   at 
> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>   at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>   at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>   at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
>   at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>   at 
> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>   at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> Wrapped Exception:
> org.hibernate.NonUniqueObjectException: a different object with the same 
> identifier value was already associated with the session: 
> [com.xpn.xwiki.doc.XWikiDocument#-114121954]
>   at 
> org.hibernate.engine.StatefulPersistenceContext.checkUniqueness(StatefulPersistenceContext.java:590)
>   at 
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performUpdate(DefaultSaveOrUpdateEventListener.java:284)
>   at 
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.ent

[xwiki-notifications] [Issue] Commented: (XWIKI-1626) Write a tutorial explaining how to use the XWiki XML-RPC interface

2008-02-24 Thread Catalin Hritcu (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_23275
 ] 

Catalin Hritcu commented on XWIKI-1626:
---

Address seems to have changed to:
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC

> Write a tutorial explaining how to use the XWiki XML-RPC interface
> --
>
> Key: XWIKI-1626
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1626
> Project: XWiki Core
>  Issue Type: New Feature
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XWIKI-1626) Write a tutorial explaining how to use the XWiki XML-RPC interface

2008-02-24 Thread Catalin Hritcu (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_23274
 ] 

Catalin Hritcu commented on XWIKI-1626:
---

Added two more examples there.

Still, until we can document the XWiki XML-RPC interfece we need to decide what 
is the recommended way of calling XWiki from Java using XML-RPC:
1. Swizzle Confluence
2. Our own wrapper around Swizzle Confluence (very important advantage: it 
allows us to extend Swizzle Confluence without forking)
3. Something else

> Write a tutorial explaining how to use the XWiki XML-RPC interface
> --
>
> Key: XWIKI-1626
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1626
> Project: XWiki Core
>  Issue Type: New Feature
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #305 failed (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #305 failed (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10020&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10020&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #305 failing (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #305 failing (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10020&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10020&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #304 failed (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #304 failed (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10017&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10017&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #304 failing (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #304 failing (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10017&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10017&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XWIKI-2148) Move to an official version of swizzle-confluence

2008-02-24 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu updated XWIKI-2148:
--

Description: Most of the changes we suggested to swizzle have been 
implemented (http://jira.codehaus.org/browse/SWIZZLE-24) and a new swizzle 
release is planed as soon as we confirm that this release has all we need to 
adopt it. Any help on this would be most appreciated.  (was: Most of the 
changes we suggested to swizzle have been implemented 
(http://jira.codehaus.org/browse/SWIZZLE-24) and a new swizzle release is 
planed as soon as we confirm that this release has all we need to adopt it. )

> Move to an official version of swizzle-confluence
> -
>
> Key: XWIKI-2148
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2148
> Project: XWiki Core
>  Issue Type: Task
>  Components: Core, Web Services
>Affects Versions: 1.3 M2
>Reporter: Catalin Hritcu
> Assigned To: Catalin Hritcu
>
> Most of the changes we suggested to swizzle have been implemented 
> (http://jira.codehaus.org/browse/SWIZZLE-24) and a new swizzle release is 
> planed as soon as we confirm that this release has all we need to adopt it. 
> Any help on this would be most appreciated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-2148) Move to an official version of swizzle-confluence

2008-02-24 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-2148:
-

Assignee: Catalin Hritcu

> Move to an official version of swizzle-confluence
> -
>
> Key: XWIKI-2148
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2148
> Project: XWiki Core
>  Issue Type: Task
>  Components: Core, Web Services
>Affects Versions: 1.3 M2
>Reporter: Catalin Hritcu
> Assigned To: Catalin Hritcu
>
> Most of the changes we suggested to swizzle have been implemented 
> (http://jira.codehaus.org/browse/SWIZZLE-24) and a new swizzle release is 
> planed as soon as we confirm that this release has all we need to adopt it. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-2148) Move to an official version of swizzle-confluence

2008-02-24 Thread Catalin Hritcu (JIRA)
Move to an official version of swizzle-confluence
-

 Key: XWIKI-2148
 URL: http://jira.xwiki.org/jira/browse/XWIKI-2148
 Project: XWiki Core
  Issue Type: Task
  Components: Core, Web Services
Affects Versions: 1.3 M2
Reporter: Catalin Hritcu


Most of the changes we suggested to swizzle have been implemented 
(http://jira.codehaus.org/browse/SWIZZLE-24) and a new swizzle release is 
planed as soon as we confirm that this release has all we need to adopt it. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Trunk #1314 failed (tests failed: 1, passed: 271)

2008-02-24 Thread teamcity
Build XWiki Enterprise::Trunk #1314 failed (tests failed: 1, passed: 271)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10015&buildTypeId=bt7

Failed tests (1 test)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiSyntax =




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise Manager::Trunk #1272 failed (tests failed: 1 (1 new), passed: 90)

2008-02-24 Thread teamcity
Build XWiki Enterprise Manager::Trunk #1272 failed (tests failed: 1 (1 new), 
passed: 90)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10011&buildTypeId=bt11

Newly failed tests (1 test)
==
[EMAIL PROTECTED] =
java.lang.RuntimeException: Failed to start XWiki in [60] seconds
at 
com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad(XWikiTestSetup.java:137)
at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73)
at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #303 failed (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #303 failed (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10003&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10003&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #303 failing (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #303 failing (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=10003&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=10003&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XASCH-15) In virtual mode, If a server document has no db associated with it, the scheduler will not initialize properly

2008-02-24 Thread Jerome Velociter (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XASCH-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerome Velociter updated XASCH-15:
--

Priority: Critical  (was: Major)

Set as critical

> In virtual mode, If a server document has no db associated with it, the 
> scheduler will not initialize properly
> --
>
> Key: XASCH-15
> URL: http://jira.xwiki.org/jira/browse/XASCH-15
> Project: XWiki Scheduler Application
>  Issue Type: Bug
>  Components: Plugin
>Affects Versions: 1.2, 1.2.1
>Reporter: Jerome Velociter
>Priority: Critical
>
> When in virtual mode, on init the scheduler iterate over the XWikiServerClass 
> objects of the main wiki. If for one of this objects the corresponding 
> database does not exist, the scheduler will not be initialized properly (the 
> quartz scheduler instance will not be set) and thus will not work for any of 
> the instances.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XASCH-15) In virtual mode, If a server document has no db associated with it, the scheduler will not initialize properly

2008-02-24 Thread Jerome Velociter (JIRA)
In virtual mode, If a server document has no db associated with it, the 
scheduler will not initialize properly
--

 Key: XASCH-15
 URL: http://jira.xwiki.org/jira/browse/XASCH-15
 Project: XWiki Scheduler Application
  Issue Type: Bug
  Components: Plugin
Affects Versions: 1.2.1, 1.2
Reporter: Jerome Velociter


When in virtual mode, on init the scheduler iterate over the XWikiServerClass 
objects of the main wiki. If for one of this objects the corresponding database 
does not exist, the scheduler will not be initialized properly (the quartz 
scheduler instance will not be set) and thus will not work for any of the 
instances.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Trunk #1313 failed (tests failed: 1, passed: 271)

2008-02-24 Thread teamcity
Build XWiki Enterprise::Trunk #1313 failed (tests failed: 1, passed: 271)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9998&buildTypeId=bt7

Failed tests (1 test)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiSyntax =




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r7925 - xwiki-platform/web/trunk/standard

2008-02-24 Thread SVN
Author: vmassol
Date: 2008-02-24 15:18:01 +0100 (Sun, 24 Feb 2008)
New Revision: 7925

Modified:
   xwiki-platform/web/trunk/standard/pom.xml
Log:
Fixed regression introduced during the NOTICE file refactoring of the build 
(XWIKI-1745)

Modified: xwiki-platform/web/trunk/standard/pom.xml
===
--- xwiki-platform/web/trunk/standard/pom.xml   2008-02-24 09:33:34 UTC (rev 
7924)
+++ xwiki-platform/web/trunk/standard/pom.xml   2008-02-24 14:18:01 UTC (rev 
7925)
@@ -175,11 +175,16 @@
   
 org.apache.maven.plugins
 maven-remote-resources-plugin
-
-  
-
${xwiki.db.connection.url}
-  
-
+
+  
+xwiki-configuration-resources
+
+  
+
${xwiki.db.connection.url}
+  
+
+  
+
   
 
   

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise Manager::Trunk #1271 failed (tests failed: 1 (1 new), passed: 0)

2008-02-24 Thread teamcity
Build XWiki Enterprise Manager::Trunk #1271 failed (tests failed: 1 (1 new), 
passed: 0)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9994&buildTypeId=bt11

Newly failed tests (1 test)
==
[EMAIL PROTECTED] =
java.lang.RuntimeException: Failed to start XWiki in [60] seconds
at 
com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad(XWikiTestSetup.java:137)
at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73)
at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #302 failed (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #302 failed (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9992&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=9992&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #302 failing (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #302 failing (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9992&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=9992&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise Manager::Trunk #1270 failed (tests failed: 1 (1 new), passed: 90)

2008-02-24 Thread teamcity
Build XWiki Enterprise Manager::Trunk #1270 failed (tests failed: 1 (1 new), 
passed: 90)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9980&buildTypeId=bt11

Newly failed tests (1 test)
==
[EMAIL PROTECTED] =
java.lang.RuntimeException: Failed to start XWiki in [60] seconds
at 
com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad(XWikiTestSetup.java:137)
at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73)
at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Trunk #1312 failed (tests failed: 1 (1 new), passed: 1)

2008-02-24 Thread teamcity
Build XWiki Enterprise::Trunk #1312 failed (tests failed: 1 (1 new), passed: 1)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9978&buildTypeId=bt7

Newly failed tests (1 test)
==
[EMAIL PROTECTED] =
java.lang.RuntimeException: Failed to start XWiki in [60] seconds
at 
com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad(XWikiTestSetup.java:137)
at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73)
at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-2147) -Pjettyrun in platform-web does not work

2008-02-24 Thread Sergiu Dumitriu (JIRA)
-Pjettyrun in platform-web does not work


 Key: XWIKI-2147
 URL: http://jira.xwiki.org/jira/browse/XWIKI-2147
 Project: XWiki Core
  Issue Type: Task
  Components: Build, Infrastructure and Tests
Affects Versions: 1.3 M2
Reporter: Sergiu Dumitriu


Since the hibernate configuration file is generated for the different database 
profiles, running "mvn install -Pjettyrun" in platform-web/standard fails 
because no database is configured.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #301 failed (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #301 failed (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9975&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=9975&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::1.2 #301 failing (tests failed: 6, passed: 262)

2008-02-24 Thread teamcity
Build XWiki Enterprise::1.2 #301 failing (tests failed: 6, passed: 262)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9975&buildTypeId=bt29

Failed tests (6 tests, only first 3 failures shown here)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobClass 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiGroupSheet 
=

com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.SchedulerJobSheet 
=

see all newly failed tests: 
http://teamcity.xwiki.org/viewLog.html?buildId=9975&buildTypeId=bt29



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XWIKI-2143) Hotkeys generic js feature

2008-02-24 Thread Vincent Massol (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Massol updated XWIKI-2143:
--

Fix Version/s: 1.4 M1
Affects Version/s: 1.3 M2
 Assignee: Jean-Vincent Drean

> Hotkeys generic js feature
> --
>
> Key: XWIKI-2143
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2143
> Project: XWiki Core
>  Issue Type: New Feature
>Affects Versions: 1.3 M2
>Reporter: Jean-Vincent Drean
> Assigned To: Jean-Vincent Drean
>Priority: Minor
> Fix For: 1.4 M1
>
> Attachments: XWIKI-2143___Hotkeys_generic_js_feature.patch
>
>
> It would be nice to be able to bind key combinations to some actions in the 
> XWiki UI.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XWIKI-2143) Hotkeys generic js feature

2008-02-24 Thread Vincent Massol (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_23272
 ] 

Vincent Massol commented on XWIKI-2143:
---

Sounds good to me. Some comments:

1) is this feature not present in one of the JS framework that we use?
2) this feature should be targeted for Core 1.4M1
3) at the same time as we commit this we need to commit some usage of it (for 
example shortcuts for edit a page in wiki mode, etc) + display the shortcuts in 
the menus.


> Hotkeys generic js feature
> --
>
> Key: XWIKI-2143
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2143
> Project: XWiki Core
>  Issue Type: New Feature
>Reporter: Jean-Vincent Drean
>Priority: Minor
> Attachments: XWIKI-2143___Hotkeys_generic_js_feature.patch
>
>
> It would be nice to be able to bind key combinations to some actions in the 
> XWiki UI.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XSTOUCAN-3) Some issues with IE

2008-02-24 Thread Vincent Massol (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XSTOUCAN-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_23271
 ] 

Vincent Massol commented on XSTOUCAN-3:
---

Hi Laurent,

{quote}
IE6/IE7: If both left and right panels column are active, going in edit mode on 
a page doesn't show the panels on the right.
{quote}

Cannot reproduce either, must have been fixed.

{quote}
IE6: the filter inputs to filter table columns are not spanning the whole 
length of the column as they used to do with Albatross (not on my IE6 ). IE7 is 
working fine.
{quote}

See attached images on both IE6 and IE7, showing the problems.

{quote}
IE7: Panels are still offset to the right when trying to drag them -> only when 
you change the layout, IE7 use the old position of the panels ?
{quote}

Do the following:

* Go to the panel wizard
* click on layout tab
* select both columns
* click on the Panel list tab
* try to drag the first top left panel to the left column, you'll see that it's 
offset to the right of the mouse cursor

It would be nice if you could list all the changes you've fixed in addition to 
the ones listed above.

Thanks

> Some issues with IE
> ---
>
> Key: XSTOUCAN-3
> URL: http://jira.xwiki.org/jira/browse/XSTOUCAN-3
> Project: XWiki Toucan Skin
>  Issue Type: Bug
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Laurent Lunati
> Fix For: 1.1
>
> Attachments: ie6-filter-issue.png, ie7-filter-issue.png, 
> stylepatch.txt
>
>
> * IE7: Panels are still offset to the right when trying to drag them
> * -IE7: The What's new page is still broken-
> * -IE6/IE7: The What's new is still having some problems in that there are 
> too many empty space between some lines in the modified page list-
> * IE6: the filter inputs to filter table columns are not spanning the whole 
> length of the column as they used to do with Albatross. IE7 is the opposite: 
> the filters are a bit too large and overlap. See attached screenshots.
> * -IE6/IE7: when clicking on the Class editor in edit mode and then clicking 
> on the wiki edit mode, there's an error dialog box-
> * -IE6/IE7: If both left and right panels column are active, going in edit 
> mode on a page doesn't show the panels on the right.-
> * -IE6: search panel is not styled as with FF/IE7-
> * IE6: the icons in the Rights Mmgmt UI have a background problem
> * -IE6/IE7: debug dialog box when hitting create in the create Panel-
> * IE6/IE7: when on any edit mode (except wiki) and then clicking on the 
> WYSIWYG editor tab then an error dialog box appears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XSTOUCAN-3) Some issues with IE

2008-02-24 Thread Vincent Massol (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XSTOUCAN-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Massol updated XSTOUCAN-3:
--

Attachment: ie7-filter-issue.png

> Some issues with IE
> ---
>
> Key: XSTOUCAN-3
> URL: http://jira.xwiki.org/jira/browse/XSTOUCAN-3
> Project: XWiki Toucan Skin
>  Issue Type: Bug
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Laurent Lunati
> Fix For: 1.1
>
> Attachments: ie6-filter-issue.png, ie7-filter-issue.png, 
> stylepatch.txt
>
>
> * IE7: Panels are still offset to the right when trying to drag them
> * -IE7: The What's new page is still broken-
> * -IE6/IE7: The What's new is still having some problems in that there are 
> too many empty space between some lines in the modified page list-
> * IE6: the filter inputs to filter table columns are not spanning the whole 
> length of the column as they used to do with Albatross. IE7 is the opposite: 
> the filters are a bit too large and overlap. See attached screenshots.
> * -IE6/IE7: when clicking on the Class editor in edit mode and then clicking 
> on the wiki edit mode, there's an error dialog box-
> * -IE6/IE7: If both left and right panels column are active, going in edit 
> mode on a page doesn't show the panels on the right.-
> * -IE6: search panel is not styled as with FF/IE7-
> * IE6: the icons in the Rights Mmgmt UI have a background problem
> * -IE6/IE7: debug dialog box when hitting create in the create Panel-
> * IE6/IE7: when on any edit mode (except wiki) and then clicking on the 
> WYSIWYG editor tab then an error dialog box appears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XSTOUCAN-3) Some issues with IE

2008-02-24 Thread Vincent Massol (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XSTOUCAN-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Massol updated XSTOUCAN-3:
--

Attachment: ie6-filter-issue.png

> Some issues with IE
> ---
>
> Key: XSTOUCAN-3
> URL: http://jira.xwiki.org/jira/browse/XSTOUCAN-3
> Project: XWiki Toucan Skin
>  Issue Type: Bug
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Laurent Lunati
> Fix For: 1.1
>
> Attachments: ie6-filter-issue.png, ie7-filter-issue.png, 
> stylepatch.txt
>
>
> * IE7: Panels are still offset to the right when trying to drag them
> * -IE7: The What's new page is still broken-
> * -IE6/IE7: The What's new is still having some problems in that there are 
> too many empty space between some lines in the modified page list-
> * IE6: the filter inputs to filter table columns are not spanning the whole 
> length of the column as they used to do with Albatross. IE7 is the opposite: 
> the filters are a bit too large and overlap. See attached screenshots.
> * -IE6/IE7: when clicking on the Class editor in edit mode and then clicking 
> on the wiki edit mode, there's an error dialog box-
> * -IE6/IE7: If both left and right panels column are active, going in edit 
> mode on a page doesn't show the panels on the right.-
> * -IE6: search panel is not styled as with FF/IE7-
> * IE6: the icons in the Rights Mmgmt UI have a background problem
> * -IE6/IE7: debug dialog box when hitting create in the create Panel-
> * IE6/IE7: when on any edit mode (except wiki) and then clicking on the 
> WYSIWYG editor tab then an error dialog box appears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XSTOUCAN-3) Some issues with IE

2008-02-24 Thread Vincent Massol (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XSTOUCAN-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Massol updated XSTOUCAN-3:
--

Description: 
* IE7: Panels are still offset to the right when trying to drag them
* -IE7: The What's new page is still broken-
* -IE6/IE7: The What's new is still having some problems in that there are too 
many empty space between some lines in the modified page list-
* IE6: the filter inputs to filter table columns are not spanning the whole 
length of the column as they used to do with Albatross. IE7 is the opposite: 
the filters are a bit too large and overlap. See attached screenshots.
* -IE6/IE7: when clicking on the Class editor in edit mode and then clicking on 
the wiki edit mode, there's an error dialog box-
* -IE6/IE7: If both left and right panels column are active, going in edit mode 
on a page doesn't show the panels on the right.-
* -IE6: search panel is not styled as with FF/IE7-
* IE6: the icons in the Rights Mmgmt UI have a background problem
* -IE6/IE7: debug dialog box when hitting create in the create Panel-
* IE6/IE7: when on any edit mode (except wiki) and then clicking on the WYSIWYG 
editor tab then an error dialog box appears


  was:
* IE7: Panels are still offset to the right when trying to drag them
* -IE7: The What's new page is still broken-
* -IE6/IE7: The What's new is still having some problems in that there are too 
many empty space between some lines in the modified page list-
* IE6: the filter inputs to filter table columns are not spanning the whole 
length of the column as they used to do with Albatross. IE7 is working fine.
* -IE6/IE7: when clicking on the Class editor in edit mode and then clicking on 
the wiki edit mode, there's an error dialog box-
* -IE6/IE7: If both left and right panels column are active, going in edit mode 
on a page doesn't show the panels on the right.-
* -IE6: search panel is not styled as with FF/IE7-
* IE6: the icons in the Rights Mmgmt UI have a background problem
* -IE6/IE7: debug dialog box when hitting create in the create Panel-
* IE6/IE7: when on any edit mode (except wiki) and then clicking on the WYSIWYG 
editor tab then an error dialog box appears



> Some issues with IE
> ---
>
> Key: XSTOUCAN-3
> URL: http://jira.xwiki.org/jira/browse/XSTOUCAN-3
> Project: XWiki Toucan Skin
>  Issue Type: Bug
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Laurent Lunati
> Fix For: 1.1
>
> Attachments: stylepatch.txt
>
>
> * IE7: Panels are still offset to the right when trying to drag them
> * -IE7: The What's new page is still broken-
> * -IE6/IE7: The What's new is still having some problems in that there are 
> too many empty space between some lines in the modified page list-
> * IE6: the filter inputs to filter table columns are not spanning the whole 
> length of the column as they used to do with Albatross. IE7 is the opposite: 
> the filters are a bit too large and overlap. See attached screenshots.
> * -IE6/IE7: when clicking on the Class editor in edit mode and then clicking 
> on the wiki edit mode, there's an error dialog box-
> * -IE6/IE7: If both left and right panels column are active, going in edit 
> mode on a page doesn't show the panels on the right.-
> * -IE6: search panel is not styled as with FF/IE7-
> * IE6: the icons in the Rights Mmgmt UI have a background problem
> * -IE6/IE7: debug dialog box when hitting create in the create Panel-
> * IE6/IE7: when on any edit mode (except wiki) and then clicking on the 
> WYSIWYG editor tab then an error dialog box appears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XSTOUCAN-3) Some issues with IE

2008-02-24 Thread Vincent Massol (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XSTOUCAN-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Massol updated XSTOUCAN-3:
--

Description: 
* IE7: Panels are still offset to the right when trying to drag them
* -IE7: The What's new page is still broken-
* -IE6/IE7: The What's new is still having some problems in that there are too 
many empty space between some lines in the modified page list-
* IE6: the filter inputs to filter table columns are not spanning the whole 
length of the column as they used to do with Albatross. IE7 is working fine.
* -IE6/IE7: when clicking on the Class editor in edit mode and then clicking on 
the wiki edit mode, there's an error dialog box-
* -IE6/IE7: If both left and right panels column are active, going in edit mode 
on a page doesn't show the panels on the right.-
* -IE6: search panel is not styled as with FF/IE7-
* IE6: the icons in the Rights Mmgmt UI have a background problem
* -IE6/IE7: debug dialog box when hitting create in the create Panel-
* IE6/IE7: when on any edit mode (except wiki) and then clicking on the WYSIWYG 
editor tab then an error dialog box appears


  was:
* IE7: Panels are still offset to the right when trying to drag them
* -IE7: The What's new page is still broken-
* IE6/IE7: The What's new is still having some problems in that there are too 
many empty space between some lines in the modified page list
* IE6: the filter inputs to filter table columns are not spanning the whole 
length of the column as they used to do with Albatross. IE7 is working fine.
* -IE6/IE7: when clicking on the Class editor in edit mode and then clicking on 
the wiki edit mode, there's an error dialog box-
* IE6/IE7: If both left and right panels column are active, going in edit mode 
on a page doesn't show the panels on the right.
* IE6: search panel is not styled as with FF/IE7
* IE6: the icons in the Rights Mmgmt UI have a background problem
* -IE6/IE7: debug dialog box when hitting create in the create Panel-


I've striked out the bugs that are fixed. All the non striked one have not been 
fixed yet. I've also added a new one.

> Some issues with IE
> ---
>
> Key: XSTOUCAN-3
> URL: http://jira.xwiki.org/jira/browse/XSTOUCAN-3
> Project: XWiki Toucan Skin
>  Issue Type: Bug
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Laurent Lunati
> Fix For: 1.1
>
> Attachments: stylepatch.txt
>
>
> * IE7: Panels are still offset to the right when trying to drag them
> * -IE7: The What's new page is still broken-
> * -IE6/IE7: The What's new is still having some problems in that there are 
> too many empty space between some lines in the modified page list-
> * IE6: the filter inputs to filter table columns are not spanning the whole 
> length of the column as they used to do with Albatross. IE7 is working fine.
> * -IE6/IE7: when clicking on the Class editor in edit mode and then clicking 
> on the wiki edit mode, there's an error dialog box-
> * -IE6/IE7: If both left and right panels column are active, going in edit 
> mode on a page doesn't show the panels on the right.-
> * -IE6: search panel is not styled as with FF/IE7-
> * IE6: the icons in the Rights Mmgmt UI have a background problem
> * -IE6/IE7: debug dialog box when hitting create in the create Panel-
> * IE6/IE7: when on any edit mode (except wiki) and then clicking on the 
> WYSIWYG editor tab then an error dialog box appears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise Manager::Trunk #1269 failed (tests failed: 1 (1 new), passed: 0)

2008-02-24 Thread teamcity
Build XWiki Enterprise Manager::Trunk #1269 failed (tests failed: 1 (1 new), 
passed: 0)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9971&buildTypeId=bt11

Newly failed tests (1 test)
==
[EMAIL PROTECTED] =
java.lang.RuntimeException: Failed to start XWiki in [60] seconds
at 
com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad(XWikiTestSetup.java:137)
at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73)
at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)

Changes included (1 change)

Change 7923 by vmassol (1 file):
Added ignore files

see more information about changed files: 
http://teamcity.xwiki.org/viewLog.html?tab=buildChangesDiv&buildId=9971&buildTypeId=bt11



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Trunk #1311 failed (tests failed: 1, passed: 271)

2008-02-24 Thread teamcity
Build XWiki Enterprise::Trunk #1311 failed (tests failed: 1, passed: 271)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=9970&buildTypeId=bt7

Failed tests (1 test)
==
com.xpn.xwiki.it.xmlrpc.AllTests.Validating XWiki.XWikiSyntax =

Changes included (1 change)

Change 7923 by vmassol (3 files):
Added ignore files

see more information about changed files: 
http://teamcity.xwiki.org/viewLog.html?tab=buildChangesDiv&buildId=9970&buildTypeId=bt7



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r7924 - xwiki-platform/pom/trunk

2008-02-24 Thread SVN
Author: vmassol
Date: 2008-02-24 10:33:34 +0100 (Sun, 24 Feb 2008)
New Revision: 7924

Modified:
   xwiki-platform/pom/trunk/pom.xml
Log:
Updated to latest surefire version

Modified: xwiki-platform/pom/trunk/pom.xml
===
--- xwiki-platform/pom/trunk/pom.xml2008-02-24 09:32:59 UTC (rev 7923)
+++ xwiki-platform/pom/trunk/pom.xml2008-02-24 09:33:34 UTC (rev 7924)
@@ -228,7 +228,7 @@
   org.apache.maven.plugins
   maven-surefire-plugin
   
-  2.3.1
+  2.4.2
 
 
   org.apache.maven.plugins

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r7923 - trunks xwiki-platform/skins/trunk xwiki-platform/xwiki-plugins/trunk/spacemanager xwiki-platform/xwiki-tools/trunk xwiki-platform/xwiki-tools/trunk/xwiki-license-resource

2008-02-24 Thread SVN
Author: vmassol
Date: 2008-02-24 10:32:59 +0100 (Sun, 24 Feb 2008)
New Revision: 7923

Modified:
   trunks/
   xwiki-platform/skins/trunk/
   xwiki-platform/xwiki-plugins/trunk/spacemanager/
   xwiki-platform/xwiki-tools/trunk/
   xwiki-platform/xwiki-tools/trunk/xwiki-license-resources/
   xwiki-platform/xwiki-tools/trunk/xwiki-xmldoc-update-plugin/
   xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/
   xwiki-products/xwiki-enterprise/trunk/database/hsqldb/
   xwiki-products/xwiki-enterprise/trunk/distribution-test/ldap-tests/
   xwiki-products/xwiki-enterprise/trunk/installers/
Log:
Added ignore files


Property changes on: trunks
___
Name: svn:ignore
   - *.log
.project
.classpath

   + *.log
.project
.classpath
target
*.ipr
*.iml
*.iws



Property changes on: xwiki-platform/skins/trunk
___
Name: svn:ignore
   + target
*.ipr
*.iml
*.iws



Property changes on: xwiki-platform/xwiki-plugins/trunk/spacemanager
___
Name: svn:ignore
   - target
xwiki.log

   + target
xwiki.log
*.ipr
*.iml
*.iws



Property changes on: xwiki-platform/xwiki-tools/trunk
___
Name: svn:ignore
   - *.iml
.project
.classpath
target
nbproject
.settings

   + *.iml
*.ipr
*.iws
.project
.classpath
target
nbproject
.settings



Property changes on: xwiki-platform/xwiki-tools/trunk/xwiki-license-resources
___
Name: svn:ignore
   + target
*.ipr
*.iml
*.iws



Property changes on: xwiki-platform/xwiki-tools/trunk/xwiki-xmldoc-update-plugin
___
Name: svn:ignore
   + target
*.ipr
*.iws
*.iml



Property changes on: xwiki-products/xwiki-enterprise/trunk/database/hsqldb
___
Name: svn:ignore
   - target
*.iml
*.ipr
*.iws
.classpath
.eclipse

   + target
*.iml
*.ipr
*.iws
.classpath
.eclipse
database
*.log



Property changes on: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/ldap-tests
___
Name: svn:ignore
   - target
.classpath
.project
.checkstyle

   + target
.classpath
.project
.checkstyle
*.ipr
*.iml
*.iws
*.log



Property changes on: xwiki-products/xwiki-enterprise/trunk/installers
___
Name: svn:ignore
   - nbproject
*.iml
*.ipr
*.iws

   + nbproject
*.iml
*.ipr
*.iws
target



Property changes on: 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test
___
Name: svn:ignore
   + target
*.iml
*.ipr
*.iws


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications