[xwiki-users] what about task manager application and syntax 2.0

2009-03-22 Thread Michael Beetz
Hi all,

Is there any roadmap to go to syntax 2.0 for the task manager application?  
What about migration issues?

Thanks
mb
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Problems with Xwiki Enterprise 1.8 on Oracle - get Error number 3001 in 3

2009-03-22 Thread etvc

Hello! Can anyone help me?
I tried to install Xwiki Enterprise 1.8 on Jetty and OracleXE 10.2 (I used
Windows). I did all steps according to instalation instruction Installing
the XWiki WAR manually and instructions about Jetty and Oracle instalation
and configuring, EXACTLY as its wrote.

All is ok, exept one thing: I found, that one moment is missing in xwiki
instructions. When you installing OracleXE, automaticly configuring APEX
(web-interface of Oracle XE) with HTTP port 8080 and Jetty (by default) also
uses same port. For this reason, I changed port in Oracle.

Now Jetty works fine, but when I trying http://localhost:8080/xwiki I
receiving the folowing:
HTTP ERROR 500
Problem accessing /xwiki/bin/view/Main/. Reason: 

Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse mapping document from resource
xwiki.oracle.hbm.xml

Caused by:
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse mapping document from resource
xwiki.oracle.hbm.xml
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:378)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)


Wrapped Exception:

com.xpn.xwiki.XWikiException: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from

Re: [xwiki-users] Problems with Xwiki Enterprise 1.8 on Oracle - get Error number 3001 in 3

2009-03-22 Thread Anca Paula Luca
Hi Eugen,
see below

etvc wrote:
 Hello! Can anyone help me?
 I tried to install Xwiki Enterprise 1.8 on Jetty and OracleXE 10.2 (I used
 Windows). I did all steps according to instalation instruction Installing
 the XWiki WAR manually and instructions about Jetty and Oracle instalation
 and configuring, EXACTLY as its wrote.
 
 All is ok, exept one thing: I found, that one moment is missing in xwiki
 instructions. When you installing OracleXE, automaticly configuring APEX
 (web-interface of Oracle XE) with HTTP port 8080 and Jetty (by default) also
 uses same port. For this reason, I changed port in Oracle.
 
 Now Jetty works fine, but when I trying http://localhost:8080/xwiki I
 receiving the folowing:
 HTTP ERROR 500
 Problem accessing /xwiki/bin/view/Main/. Reason: 
 
 Error number 3 in 0: Could not initialize main XWiki context
 Wrapped Exception: Error number 3001 in 3: Cannot load class
 com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
 param xwiki.store.migration.manager.class
 Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
 Wrapped Exception: Could not parse mapping document from resource
 xwiki.oracle.hbm.xml
 
 Caused by:
 com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
 XWiki context
 Wrapped Exception: Error number 3001 in 3: Cannot load class
 com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
 param xwiki.store.migration.manager.class
 Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
 Wrapped Exception: Could not parse mapping document from resource
 xwiki.oracle.hbm.xml
   at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326)
   at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387)
   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
   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:707)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
   at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
   at
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
   at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
   at
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
   at
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
   at
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
   at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
   at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:378)
   at
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
   at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
   at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
   at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
   at
 org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
   at
 org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
   at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
   at org.mortbay.jetty.Server.handle(Server.java:324)
   at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
   at
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
   at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
   at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
   at
 org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
   at
 org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
 
 
 Wrapped Exception:
 
 com.xpn.xwiki.XWikiException: Error number 3001 in 3: Cannot load class
 

Re: [xwiki-users] what about task manager application and syntax 2.0

2009-03-22 Thread Vincent Massol
Hi Michael,

On Mar 22, 2009, at 9:12 AM, Michael Beetz wrote:

 Hi all,

 Is there any roadmap to go to syntax 2.0 for the task manager  
 application?

Not planned yet but my guess would be that we'll want to convert the  
Default XAR to the 2.0 syntax within the coming 3-4 months. That said,  
we've worked hard to make 1.0 and 2.0 syntax cohabit nicely together.

  What about migration issues?

We have a converter which you can try simply by changing the syntax in  
wiki edit mode. Let us know if you find any issue with it.

Thanks
-Vincent

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


Re: [xwiki-users] what about task manager application and syntax 2.0

2009-03-22 Thread Michael Beetz
Hi Vincent,

I am recognising that you all are working hard - and successful.  Therefore I 
am waiting without any doubts for that release.

Switching the editor works only in case of having a wysiwyg editor in place.  
What about the comments?  Comments are the main communication track for traks.  
The task application never uses a wysiwyg editor.

By the way:  There is an old issue, please find it below.

Thanks again
mb

==

 I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP.  The
task manager application causes some problems.  Updating the IssueClass once 
(just change for the date fields the display formats) leads to the error below. 
 The visible error:  No Reporter / Assignee is visible within the lists / 
sheets.
 
  
 
 Any ideas?
 
  
 
 Thanks
 
 mb
 
  
 
 org.hibernate.QueryException: expecting ''', found 'EOF' [select 
 prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, 
 com.xpn.xwiki.objects.StringProperty as prop1, 
 com.xpn.xwiki.objects.StringProperty as prop2, 
 com.xpn.xwiki.objects.IntegerProperty as prop where 
 obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and 
 prop1.id.name='first_name' and obj.id=prop2.id.id and 
 prop2.id.name='last_name'  and obj.id=prop.id.id and 
 prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb']

This is caused by a bug in the core. It will be fixed shortly.

--
Sergiu Dumitriu



-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: Sunday, March 22, 2009 9:20 PM
To: XWiki Users
Subject: Re: [xwiki-users] what about task manager application and syntax 2.0

Hi Michael,

On Mar 22, 2009, at 9:12 AM, Michael Beetz wrote:

 Hi all,

 Is there any roadmap to go to syntax 2.0 for the task manager  
 application?

Not planned yet but my guess would be that we'll want to convert the  
Default XAR to the 2.0 syntax within the coming 3-4 months. That said,  
we've worked hard to make 1.0 and 2.0 syntax cohabit nicely together.

  What about migration issues?

We have a converter which you can try simply by changing the syntax in  
wiki edit mode. Let us know if you find any issue with it.

Thanks
-Vincent

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