This is cool:
http://forge.objectweb.org/ (check the sidebar on the right).
As you can see XWiki is in the top downloads for the past 7 days (it's in
5th position).
Thanks
-Vincent
___________________________________________________________________________
D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions !
Profitez des connaissances, des opinions et des exp�riences des internautes sur Yahoo! Questions/R�ponses
http://fr.answers.yahoo.com
Hello everyone.
I'm trying to get working xwiki-0.9.840 with oracle 9i.
I am running exo-portal-1.1.4 with xwiki-exo-0.9.840.war.
I have:
- read and followed the xwiki install instructions for eXo.
- deployed xwiki.war into the exoplatform webapps folder.
- made the changes to the xwiki.cfg and hibernate.cfg.xml.
I've a problem when save a document.
The error is in the lines below.
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Error number 3211 in 3: Exception while saving object
XWiki.XWikiPreferences
Wrapped Exception: could not execute query
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3211 in 3: Exception while saving object
XWiki.XWikiPreferences
Wrapped Exception: could not execute query
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:297)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:88)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:667)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:79)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:138)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.user.impl.exo.ExoFilter.doFilter(ExoFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3211 in 3: Exception while saving
object XWiki.XWikiPreferences
Wrapped Exception: could not execute query
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiCollection(XWikiHibernateStore.java:706)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:281)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:88)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:667)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:79)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:138)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.user.impl.exo.ExoFilter.doFilter(ExoFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.sql.SQLException: ORA-00942: table or view does not exist
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:623)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
at
oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:420)
at
oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:896)
at
oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:452)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:986)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
at
oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2929)
at
JdbcOraWrapperPreparedStatement.executeQuery(JdbcOraWrapperPreparedStatement.java:210)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:137)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1676)
at org.hibernate.loader.Loader.doQuery(Loader.java:662)
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:223)
at org.hibernate.loader.Loader.doList(Loader.java:2147)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2026)
at org.hibernate.loader.Loader.list(Loader.java:2021)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:369)
at
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:298)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1020)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)
at
org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:650)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiCollection(XWikiHibernateStore.java:668)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:281)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:88)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:667)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:79)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:138)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.xpn.xwiki.user.impl.exo.ExoFilter.doFilter(ExoFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Many thanks
Ernesto
--
View this message in context: http://www.nabble.com/xwiki-0.9.840-with-oracle-9i-tf3124369.html#a8656102
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I'm currently trying to understand how exactly are requests
dispatched in XWiki.
The document
http://www.xwiki.org/xwiki/bin/view/DevGuide/Architecture
was helpful to understand the general architecture, but I
wanted something more request centric.
So I've made a quick schematic with my current understanding
of requests in xwiki:
http://perso.enst.fr/~oliveira/
I would really appreciate your comments and corrections,
Kind regards,
Pablo
I manually changed the hbm.xml to map all big string to clob, and Xwiki can create all 31 tables in Oracle.
Then I began to get cannot insert null to xwikidoc.xwd_title xwd_author ... errors.
Which code may generate such error?
Thanks a lot
Hi everyone,
We're happy to announce the 1.0 Beta 3 release. It's a bug fix release.
Release note on: http://www.xwiki.org/xwiki/bin/view/Main/
ReleaseNotesXWiki10Beta3
Thanks and enjoy
-The XWiki Team
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com
Hi Ludovic,
On Jan 28, 2007, at 11:25 PM, Ludovic Dubost wrote:
> Author: ludovic
> Date: 2007-01-28 23:25:27 +0100 (Sun, 28 Jan 2007)
> New Revision: 2005
>
> Modified:
> xwiki/trunk/web/gwt/pom.xml
> xwiki/trunk/web/gwt/src/main/java/com/xpn/xwiki/gwt/api/Api.gwt.xml
> xwiki/trunk/web/standard/src/main/webapp/WEB-INF/hibernate.cfg.xml
> xwiki/trunk/web/standard/src/main/webapp/WEB-INF/web.xml
> Log:
> XWIKI-785 Fixed Api.gwt.xml, Activate XWikiService in web.xml
> Set useServerPrepStmts=false in hibernate.cfg.xml for compatibility
> issues with custom mappings
>
[snip]
Is this working with the build? I had to comment out the servlet
because otherwise the server doesn't start as GWT java classes are
not yet included into the XWiki WAR.
Also what is the relationship with useServerPrepStmts? Is that
related to XWIKI-785 or is it more general? It seems to me this could
impact a lot of other things and maybe we need some JIRA specific to
this so that we can trace it?
Thanks
-Vincent
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com
Hi developers,
Just to remind everyone that we have to write unit tests when we
commit stuff in svn...
As an example I've written tests using JMock yesterday for the
XWikiMessageTool class. The tests are in XWikiMessageToolTest class
(in core/).
Please have a look, you'll see it's quite interesting and easy to
write tests in isolation from the XWiki environment. The big advnatages:
* these tests do not require an environment to run
* they run fast
Of course they are NOT replacing functional tests which we also need
to write. I'm currently preparing a set up for running Selenium
functional tests for our code. Stay tuned on that.
Thanks
-Vincent
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com
Hi developers,
Our planning suggests that we release beta 3 tomorrow. It seems
everyone was busy and not much work has been done for beta 3. Here's
what we have done so far: http://tinyurl.com/yutdw7
Thus we have 28 issues fixed in Beta 3.
There are 61 remaining and planned in Beta 3, 28 in Beta 4 and 9 in
RC1. Total = 97 before 1.0
Seen our manpower I think we can assume we can do 25 issues per 2
weeks releases (Marta is not going to be available much in Feb 2007
as she'll be working on other stuff).
97 / 25 == 4 releases. We have 2 currently planned (Beta 4 and RC1).
Thus we have 2 questions to answer:
1) Do we release Beta 3 today?
2) How do we fix all issues for 1.0 final?
Do we release Beta 3 today
-----------------------------------
My personal preference is to continue doing bi-weekly releases as:
1) It trains us to do releases and improves our release process
2) It gives a rythm which is good for us and for our users. I believe
this is extremely important
3) It allows us to iron out migration issues
4) It allows our users to report issues as soon as they happen rather
than reporting them at the end when we're close to releasing 1.0
The possible downsides:
1) Too many releases for our users. I don't think this is valid as we
have release notes and our users do not have to upgrade. They can
decide by looking at the release notes.
Thus my recommendation is to prepare Beta 3 release today and do the
release tomorrow.
Let me know if this is fine with everyone. If this is fine I'll
create a branch for Beta 3 in a few hours.
How do we fix all issues for 1.0 final
---------------------------------------------
Looking at what we fixed in Beta 1, 2 and 3, I still believe we
should focus more on fixing only important bugs and move out
improvements and nice to have stuff. I believe we need to review
again the current issues tasked for 1.0 and move those that are not
important bugs. Also we should be careful not to create new issues
for 1.0 if they are not bugs.
Let's do this sorting and let's post back here. If it still doesn't
fit in the planned Beta 4 and RC1 then we might need to include
another Beta 5.
WDYT?
Thanks
-Vincent
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com
Jeremi,
Do you think you could use branches and thus benefit from the
versioning feature of SVN? :-)
The idea is:
* Create a 1.0 branch and move gelcv1 to it
* Make the trunk be the 2.0 version
WDYT?
Thanks
-Vincent
On Jan 25, 2007, at 7:06 PM, Jeremi Joslin wrote:
> Author: jeremi
> Date: 2007-01-25 19:06:04 +0100 (Thu, 25 Jan 2007)
> New Revision: 1988
>
> Added:
> xwiki-apps/gelc/gelcv2/
> Log:
> Created directory xwiki-apps/gelc/gelcv2
>
>
>
> --
> You receive this message as a subscriber of the xwiki-
> commits(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-commits-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/
> wws
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com