Hi,
I tried to upgrade xwiki enterprise from version 1.2 rc3 to 1.8.2 and
it was by no means an easy task. The good thing is xwiki is very robust
and I managed to recover most of it except the wiki preference. I would
appreciate if someone could help me get the last piece going.
Note: I have imported xwiki Application Adminstration xar. And when i
select the Panel Wizard icon, i get the following messages from the console
[WARNING] Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getHashMap] in XWiki.XWikiPreferences@21,28
[WARNING] Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getArrayList] in XWiki.XWikiPreferences@23,39
[WARNING] Deprecated usage of getter
[com.xpn.xwiki.api.XWiki.getHashMap] in XWiki.XWikiPreferences@54,29
[WARNING] Deprecated usage of getter
[com.xpn.xwiki.api.XWiki.getHashMap] in XWiki.XWikiPreferences@55,8
[WARNING] Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getURLEncoded] in XWiki.XWikiPreferences@114,120
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in XWiki.XWikiPreferences@6,16
[ERROR] Introspection Error : Ambiguous method invocation print(null)
for class class org.joda.time.format.DateTimeFormatter
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in XWiki.XWikiPreferences@12,11
[WARNING] Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getRecentActions] in XWiki.XWikiPreferences@5,31
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in VMProxyArg : Reference@1,15
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in XWiki.XWikiPreferences@1,6
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in XWiki.XWikiPreferences@3,10
[WARNING] Deprecated usage of getter [com.xpn.xwiki.api.Document.getWeb]
in XWiki.XWikiPreferences@10,20
Any help would be greatly appreciated
Thanks in advance
chung-onn
Hi -
I am trying to make the warning box macro work in 2.0. From the
research I did, it looked like I needed to put it in like this:
{{velocity}}#warning("this needs an update"){{/velocity}}. Then I get
this on render: <div class="warningmessage"><span
class="messagetype">Warning: </span>this needs an update</div>.
I tried {{velocity}}{{xhtml}}#warning("this needs an
update"){{/xhtml}}{{/velocity}} as well, but that failed too - I get an
error box that says "unknown macro: html".
I'm using XWiki Enterprise 1.8.1.18545, installed on my local box.
I'm not a programmer/developer, so I'm a little stuck on the next step
and my investigations so far haven't turned up what I need to do.
I saw also on the footnotes macro page that the comment said that it
didn't work in 2.0, so I'm assuming that needs an update to get it to
work? Or is the comment wrong?
Hate to bother, just looking for a little help.
Kelly Lakas
Project Manager
next wave logistics inc.
28377 davis parkway, suite 607a
warrenville, il 60555
________________________
[office] 847.798.8897
[mobile] 312.307.2079
[web] www.nwlinc.com <http://www.nwlinc.com>
Hello Friends,
I have been asked to connect an external database with XWiki (XWiki will be
used as the application & MySql as the database).
I am using XWiki Enterprise 1.7.14685 :: MySql 5.0.
The external database (let's call it titan) is on the same mysql instance
(port) as XWiki database itself.
The requirement is to fetch user input (in terms of check boxes, radio
buttons & text boxes) from XWiki page and insert it into database.
Also, some degree of read operation from the database is required.
I've been able to read from my external database using the following code
directly in my XWiki page (under XWiki 1.0 syntax):
<%
import groovy.sql.Sql
def sql = Sql.newInstance("jdbc:mysql://localhost:3306/titan", "root",
"test", "com.mysql.jdbc.Driver")
sql.eachRow("select * from user"){
println "${it.user}"
}
%>
Hence, I am confident that an update or insert operation can be performed
with ease too (thanks to the groovy page at
http://groovy.codehaus.org/Database+features).
But I am not familiar with how to retrieve session parameters from the page
context. Could someone please guide me to a resource or a working example of
fetching context variables/parameters. Maybe it is a very simple solution,
but I have very little background in velocity. Any help would be much
appreciated.
Also, any time-frame on the page rating feature which is being discussed
very often now?(what version we could expect to see it?). Also, would page
rating be available for all the documents in an existing wiki (as in
embedded in the velocity templates) or would it be available only for newly
created pages/documents.
Thank you everyone...
I am out of the office until 04/30/2009.
Note: This is an automated response to your message "users Digest, Vol 21,
Issue 55" sent on 4/29/09 3:54:29.
This is the only notification you will receive while this person is away.
hi all
what is the power of XWiki that no one have
1. I see that XWiki is Wiki 2.0 and it is more than media wiki, esp in
integration and modular. but when will forge.xwiki and any idea to
extend?
2. XWiki is look like Confluence competitor, is that right?
--
--
Frans Thamura
Meruvian. Java and Enterprise OSS
Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info
We provide services to migrate your apps to Java (web), in amazing
fast and reliable.
Description: This is for use with software and processes to assist in the
operation of the community and non-profit "Day Worker Center of Mountain
View" described in http://www.dayworkercentermv.org/
I registered as "sergioc" but don't know where to specify the name for the
wiki "dayworkercentermv" which will be used with
dayworkercentermv.myxwiki.org
Thanks,
Sergio Ciccolella
Tried to set up a environment, like that
http://www.mogilowski.net/?p=121
when i try to access xwiki i get the following error
23:59:29,673 [] [TP-Processor3] ERROR [/].[action] -
Servlet.service() for servlet action threw exception
java.lang.IllegalStateException
at
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:433)
at
com.xpn.xwiki.web.XWikiServletResponse.sendRedirect(XWikiServletResponse.java:55)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:142)
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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:548)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Any help appreciated
Thanks
hel.
-----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/tomcat-%2B-apache-%2B-xwiki-%28virtual-host%29-tp27373…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys,
anyone a suggestion what I can do here? I found this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;812935
It actually only relates to IE6 but it occurs here also with IE7. I
found some PHP sites suggestion for developers having the same problem
to set som header options: http://downside.ch/blog/?p=26
Any idea, what can be done in XWiki to solve this? Can you even
reproduce it? I didn't find anything on Jira.
Many Thanx.
Cheers,
Sebastian
Hello XWiki users,
Are XWiki release tags accessible by the community, or just the trunk? I
wanted to checkout 1.8.2 release sources, but can not find tags anywhere in
the http://svn.xwiki.org/svnroot/xwiki/ tree.
Regards,
Stevo.
Morning everyone,
The title of this topic may have surprised you but I'll explain what I mean
by that :-). I'm now working with XE 1.8.2.
In this http://n2.nabble.com/Export-Spaces-td2723943.html post , we can see
an example of an "application" which works in xwiki syntax 1.0 but not in
xwiki syntax 2.0. The thing is, in order to make this "application" work
again, we have to translate it from 2.0 to 1.0. Basically, we can have users
who wants to translate "applications" they programmed in Xwiki syntax 2.0 =>
the result of the translation doesn't work => They've to translate it
manually from 2.0 to 1.0.
Thanks in advance,
Hesediel.
PS : Which pieces of code in this
http://n2.nabble.com/Export-Spaces-td2723943.html application don't work in
xwiki syntax 2.0 ??
--
View this message in context: http://n2.nabble.com/Converter-from-2.0-to-1.0-tp2732053p2732053.html
Sent from the XWiki- Users mailing list archive at Nabble.com.