The XWiki development team is pleased to announce the release of XWiki
Enterprise1.3 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Second and last milestone of the XWiki Enterprise 1.3 version. Next
version will be a release candidate.
Main changes from 1.3M1:
* Lots of bugs fixed
* New Toucan Skin. Warning: The Toucan skin requires that you have the
Albatross 1.2 or greater version installed and that you have XWiki
Enterprise 1.3M2 or greater installed.
* Complete rewrite of the LDAP authentication support (see XWIKI-1079
for more details). Main changes:
o Support for LDAP groups
o If LDAP authentication fails, XWiki DB authentication takes over
o Improved configuration parameters
* Allow skin document attachments to override/provide templates
* Tightened Wiki Syntax for strikethrough (XWIKI-1207), underline
(XWIKI-1243), italics (XWIKI-1245) and strong (XWIKI-1248).
* Verified XWiki on PostGreSQL 8.3
* Syntax Help Panel now opens the XWiki Syntax help from xwiki.org in
a separate window
+ lots of other changes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M2
Thanks
-The XWiki dev team
Hello,
In my wiki, I granted the rights for the top menu header bar to be showed only to administrators by using #if($hasadmin.....#end) in the menuview.vm file. Now I am faced with extending this right to members of a certain group only in one space rather than the entire wiki. How would this be possible as I already tried setting a new parameter ($entry="entry") and trying to pass it in the menuview folder. This did not work as the header was disappeared the entire time. What would be the best way about going along with this since when you simply grant rights, the menu bar does not appear?
Tim Campbell
Junior, Computer Science Major
Winston-Salem State University NC
I'm browsing http://xwiki.org using Opera 9.01 for Windows XP, and I'm
noticing significant performance problems. Specifically, scrolling the
page is slow and jerky. When I suffix a page with "?skin=albatross" I
no longer notice these problems, and when I view the same page instead
using Firefox (v2.0.0.12) I again do not notice these problems. Any
idea what is going on?
Thanks,
Paul D. Grodt
Hi Jeremie,
The sql query you suggested is cleaner and at least as efficient as the
current one. It was my first option but unfortunately it's not supported
by the newer versions of mysql. I've no idea why..
mysql> select xws_name, sum(xws_page_views) as pageviewcount from
xwikistatsdoc where xws_action='view' and xws_name like '%.%' group by
xws_name order by pageviewscount desc;
ERROR 1054 (42S22): Unknown column 'pageviewscount' in 'order clause'
Anyway, hibernate should be responsible for the correct translation from
hql to a specific sql dialect. A solution would be to use the (idea from
the) above sql but configure the dialect to MySQL5Dialect (in my case). I
have to test this. I'll give you feedback soon.
Best Regards,
Marius.
> To be complete, this same error occurs for all the Statistics panels ...
>
>
> -----Original Message-----
> From: BOUSQUET Jeremie
> Sent: lundi 18 février 2008 15:50
> To: 'XWiki Users'
> Subject: RE: [xwiki-users] MySQL Error "invalid use of group function" in
> Statistics application
>
>
> Hi Marius and thanks,
>
> Your SQL request returns the same error "invalid use of group function" in
> my mysql version ...
>
> BTW I could have it work by explicitly naming the sum, and using it in the
> order by :
>
> select xws_name, sum(xws_page_views) as pageviewcount from xwikistatsdoc
> where
> xws_action='view' and xws_name like '%.%' group by xws_name order by
> pageviewscount desc
>
> I believe it's a difference in behaviour between MySQL 1.4 and 1.5 ... Do
> you want me to create a JIRA issue for this ?
>
> Best Regards,
>
> Jeremie
>
>
>
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of Marius Dumitru Florea
> Sent: lundi 18 février 2008 15:19
> To: users(a)xwiki.org
> Subject: Re: [xwiki-users] MySQL Error "invalid use of group function" in
> Statistics application
>
> Hi Jeremie,
>
> Sorry for the inconvenience. Your tables' description seems fine. I
> attached the description of my tables so you can check it for yourself. I
> think it all resumes to the following SQL query:
>
> select xws_name, sum(xws_page_views) from xwikistatsdoc where
> xws_action='view' and xws_name like '%.%' group by xws_name order by
> sum(xws_page_views) desc
>
> This query is very similar to the one used for retrieving the Most Viewed
> Pages. It works fine under:
>
> mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (x86_64) using readline
> 5.2
>
> It would be great if you could run this query and tell me if it works in
> your case.
>
> Best Regards,
> Marius.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Oh f... !
So simple ;)
Well, solution is now to rename the links and using underscores in the
page-names.
Thanks ;)
> -----Ursprüngliche Nachricht-----
> Von: Vincent Massol [mailto:vincent@massol.net]
> Gesendet: Dienstag, 19. Februar 2008 11:08
> An: XWiki Users
> Betreff: Re: [xwiki-users] Can't use IP as pagename, why?
>
> Hi Florian,
>
> This is because dots are not currently allowed in page names
> since they are separators between space name and page name.
>
> -Vincent
>
> On Feb 19, 2008, at 11:13 AM, Rustedt, Florian wrote:
>
> > Hello List,
> >
> > I wanted to edit a list with IP's and every listed IP is
> backlinked to
> > a page with the IP as name.
> >
> > Wikicode-example (xwiki v1.2.2.7518):
> > Page "Main":
> > * [192.168.1.1]: Blabla
> > * [192.168.1.2]: Blabla
> > * [192.168.1.3]: Blabla
> >
> > Now i look at "Main" and i see following:
> >
> > 168.1.1: Blabla
> > 168.1.2: Blabla
> > 168.1.3: Blabla
> >
> > In HTML:
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/1">168.1.1</a></span>:Blabla</li>
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/2">168.1.2</a></span>:Blabla</li>
> > <li><span class="wikilink"><a
> > href="/xwiki/bin/view/192.168.1/3">168.1.3</a></span>:Blabla</li>
> >
> > The URL behind the links are now:
> > http://localhost:8080/xwiki/bin/view/192.168.1/1
> > http://localhost:8080/xwiki/bin/view/192.168.1/2
> > http://localhost:8080/xwiki/bin/view/192.168.1/3
> >
> > Instead of linking pages, the wiki did add a complete
> webspace called
> > "192.168.1"?? And additionally, the "192." is gone???
> >
> > How do i have to understand this behaviour?
> >
> > Kind regards,
> > Florian
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hello List,
I wanted to edit a list with IP's and every listed IP is backlinked to a
page with the IP as name.
Wikicode-example (xwiki v1.2.2.7518):
Page "Main":
* [192.168.1.1]: Blabla
* [192.168.1.2]: Blabla
* [192.168.1.3]: Blabla
Now i look at "Main" and i see following:
168.1.1: Blabla
168.1.2: Blabla
168.1.3: Blabla
In HTML:
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/1">168.1.1</a></span>:Blabla</li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/2">168.1.2</a></span>:Blabla</li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/192.168.1/3">168.1.3</a></span>:Blabla</li>
The URL behind the links are now:
http://localhost:8080/xwiki/bin/view/192.168.1/1http://localhost:8080/xwiki/bin/view/192.168.1/2http://localhost:8080/xwiki/bin/view/192.168.1/3
Instead of linking pages, the wiki did add a complete webspace called
"192.168.1"?? And additionally, the "192." is gone???
How do i have to understand this behaviour?
Kind regards,
Florian
When attempting to upload a 10.5MB file attachment to a page in XE
1.2-milestone-2.5917, user consistently get the error:
Java Heap Space Out Of Memory Exception !
and the operation fails.
Any suggestions on where to start (default java config?)
--
Jim Dowson
CTO, Global Services, EMC Corporation
Hello,
I was searching for how to activate the display of a panel when in
inline editing (actually when in inline editing of some classes or
when the inline edit actually contains a textarea) but I could not
find it.
The syntax help panel should be displayed there... and I can only see
that this panel can be of type view (so displayed everywhere?) or
edit (so displayed in xwiki or wysiwyg editor?).
thanks in advance
paul
The XWiki development team is pleased to announce the release of XWiki
Eclipse 1.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiEclipse
XEclipse 1.1 introduces several bug fixes and improvements for a nicer
user experience.
Changes from 1.0.1:
* XECLIPSE-70 - Invalid text in delete dialog box
* XECLIPSE-84 - Invalid version displayed when editing a page
* XECLIPSE-87 - Cannot reconnect after disconnecting
* XECLIPSE-89 - Login name with space
* XECLIPSE-23 - Double-clicking on a tree node should open the node
* XECLIPSE-73 - Add edit working set feature
* XECLIPSE-77 - In preview panel, display the current URL and allow
typing any URL
* XECLIPSE-78 - In preview pane, add right click action to open the
current URL in external browser
* XECLIPSE-81 - Let user decide if they want to overwrite the server
version rather than merge it
For more information see the Release notes and instructions at:
http://code.xwiki.org/xwiki/bin/view/Extensions/XEclipseExtension
Thanks
-The XWiki dev team
Hi all,
I need to control what sections of a document are shown on a per user basis.
I know how to do that per group, but I am failing when I try to evaluate
$xwiki.getUser() output.
For instance, this code write TEST whoever the logged user is:
#if ($xwiki.getUser().equals("com.xpn.xwiki.api.User@69be76"))
TEST
#end
Could you please, help me with this issue? Thanks!
Ricardo
--
View this message in context: http://www.nabble.com/controlling-display-on-a-per-user-basis-tp15545530p15…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
what is the general strategy for the syntax of the body of a macro?
of the parameters of a macro?
We see at least that \ldots is passed as ldots to the macro when
inside a body... I suppose this is an effect of the encoders
somewhere and I know how to work-around this but I don't think it's a
good idea... is there a way to say "don't escape content" or "don't
process content" ?
thanks in advance
paul
Hi Jeremie,
Sorry for the inconvenience. Your tables' description seems fine. I
attached the description of my tables so you can check it for yourself. I
think it all resumes to the following SQL query:
select xws_name, sum(xws_page_views) from xwikistatsdoc where
xws_action='view' and xws_name like '%.%' group by xws_name order by
sum(xws_page_views) desc
This query is very similar to the one used for retrieving the Most Viewed
Pages. It works fine under:
mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (x86_64) using readline 5.2
It would be great if you could run this query and tell me if it works in
your case.
Best Regards,
Marius.
Hello,
I just migrated from XWiki 1.1 to 1.2.2. Migration was ok and everything
works fine, except the Statistics application.
It shows unrecorded stats but there are some. There seems to be an error
in an SQL request (miss group by ?), either database was not correctly
migrated, or MySQL version is not compatible ? Of course, stats are
activated in xwiki.cfg.
Here's the error log when trying to display the most viewed pages :
[.../Stats/MostViewedPages] [http-80-Processor18] WARN
util.JDBCExceptionReporter - SQL Error: 1111, SQLState: HY000
[.../Stats/MostViewedPages] [http-80-Processor18] ERROR
util.JDBCExceptionReporter - Invalid use of group function
(2 times)
I use :
mysql Ver 14.7 Distrib 4.1.20, for redhat-linux-gnu (i386) using
readline 4.3
java version "1.5.0_11"
Thanks for help,
Jeremie
Hi, I am using XE 1.1.2 with JDK 1.5 and Tomcat 5.5.20. I have been try
using XE with both Xwiki SQL plugin version 1.0 and 1.1 but there's a error:
java.lang.UnsupportedClassVersionError: Bad version number in .class file
Is Xwiki SQL plugin only used with XE 1.2 and above ?
Hi, when changing from Tomcat 5.5 to Tomcat 6.0, I met a problem when
loading http://localhost:8080/xwiki/bin/view/Main/WebHome
The page is displayed with 3 lines:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
Anyone can tell me how to fix this problem ? Thank in advance.
Hi admins:
Currently Skol is making an appearance a few too many times. At present
there are two immediate concerns:
* Cant get a listing of items above a few seconds load time
* It stopped my import upload halfway - around 1000 out of over
2000 items completed - which means I have to manually check each import
to find which one it failed, correct that import if needed; and redo the
remainder.
Is this intentionally set, or is there a problem at the moment?
Hi all,
Several users have asked me, and me myself find it quite useful, for
this feature and I don't know if it is possible to find any utility
doing this:
Is it possible to search/replace while editing a document with the wiki
editor? Working in WYSIWYG mode, it is at least possible to use the
built in search utility of each browser, but this doesn't work in wiki mode.
Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hello List,
I just had installed tomcat/xwiki.war/xwiki.xar.
I can access the site, connection to mysql is working and mysql get's
changed.
Now the problem:
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!
If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.
In the logs i get nothing more than:
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
What does this mean?
Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.
I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...
PLEASE help, i have no clue why this authentication is not working
correctly.... :(
Kind regards, Florian
I've the same problem of Rustedt Florian.
I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
In the logs i get nothing more than:
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
I try to configure the parameter xwiki.authentication.useip=false
but it doesn't work.
Please help me!
Thanks
Of course, sorry :(
Acutal stable release, so it is 1.2.2
Kind regards, Florian
> -----Ursprüngliche Nachricht-----
> Von: Jerome Velociter [mailto:jerome@xwiki.com]
> Gesendet: Freitag, 15. Februar 2008 13:15
> An: XWiki Users
> Betreff: Released from eSafe SPAM quarantine: Re:
> [xwiki-users] Severe problem, can't login as admin, neither
> as superadmin
>
> Hi Florian,
>
> Can you tell us which version you have installed ?
>
> Jérome.
When I login with superadmin user in the catalina.out file I get:
2008-02-15 16:23:29,174 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.MyFormAuthenticator - User XWiki.superadmin has been logged-in
2008-02-15 16:23:29,374 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
2008-02-15 16:23:29,376 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 1 (max: 50) idle: 1(max: 5)
2008-02-15 16:23:29,378 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 0 (max: 50) idle: 2(max: 5)
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
2008-02-15 16:23:29,480 [http://172.28.2.62/xwiki/bin/view/Main/WebHome] [http-80-Processor25] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
---------- Initial Header -----------
>From : users-bounces(a)xwiki.org
To : "users" users(a)xwiki.org
Cc :
Date : Fri, 15 Feb 2008 15:47:46 +0100
Subject : [xwiki-users] Severe problem in authentication
> I've the same problem of Rustedt Florian.
> I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
> The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
> If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
> In the logs i get nothing more than:
> !remember-me cookie validation hash mismatch!
> !remember-me cookie has been tampered with!
> !remember-me cookie is being deleted!
>
> The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
> I try to configure the parameter xwiki.authentication.useip=false
> but it doesn't work.
>
> Please help me!
>
> Thanks
>
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi all,
I'm trying to copy the rights from a page to another without any success
using this code.
Can someone help me?
Thanks
raffo
#set($targetDoc = $xwiki.getDocument('paginavuota2'))
$targetDoc.getName()
#foreach($obj in $doc.getObjects("XWiki.XWikiGlobalRights"))
#set($levels = "$obj.getProperty('levels').getValue()") ## get the levels
#set($users = $obj.getProperty('users').getValue())
#set($groups = $obj.getProperty('groups').getValue())
#set($allow = $obj.getProperty('allow').getValue())
#set($entry=$targetDoc.newObject("XWiki.XWikiRights"))
$entry.set('groups',$levels)
$entry.set('users',$users)
$entry.set('levels',$groups)
$entry.set('allow',$allow)
#end
#foreach($obj in $doc.getObjects("XWiki.XWikiRights"))
#set($levels = "$obj.getProperty('levels').getValue()") ## get the levels
#set($users = $obj.getProperty('users').getValue())
#set($groups = $obj.getProperty('groups').getValue())
#set($allow = $obj.getProperty('allow').getValue())
#set($entry=$targetDoc.newObject("XWiki.XWikiRights"))
$entry.set('groups',$levels)
$entry.set('users',$users)
$entry.set('levels',$groups)
$entry.set('allow',$allow)
#end
$targetDoc.save()
Hi,
Following a previous thread ([xwiki-users] rendering pages with Groovy
code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server.
Encoding seems to work fine now, but there is still at least an issue here.
When we create/edit an user by using the new AJAX reach Administration
utility, extended characters are not correctly entered/interpreted.
Thus, the only moment we get correctly characters is when entered in
each field. Once we hit the accept button, the right character is showed
as weirds symbols.
iso-8859-1 is also the value in HTTP Meta Information:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Please, what could be our error here?
Thanks!
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi all,
We are facing a weird issue. The following code (provided the right host
name, username and password)...
áéíóú
<%
import groovy.sql.Sql
db = Sql.newInstance("jdbc:mysql://hostname/database", "username",
"password", "com.mysql.jdbc.Driver")
List samplesIA = db.rows('SELECT * FROM saltmines s where es like "I"
and ess like "A" and ids>=1')
%>
Tomáronse un total de <% println "${samplesIA.size()}"%> mostras da
secuencia sedimentaria do perfil P3-6-IA.
Edited by any user but admin with programming rights is rendered as...
http://mire.environmentalchange.net/~webmaster/images/RightCharaters.png
Edited by admin it is rendered this other way...
http://mire.environmentalchange.net/~webmaster/images/WrongCharacters.png
Please, not the question marks and the absence of the number 32.
This happens with any page containing Groovy code in this server, but I
am not able to reproduce the problem in my test environment. Both of
them run 1.3-milestone-1.7186.
Please, do you know why this could happen? Thanks!
Best regards,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Document name is "XWiki.macom_admin1301121402082"
I've seen this happen on our local wiki; the result is that the document
cannot be deleted regardless of what is done to the server.
I really need this doc deleted though :s.
---error text---
Error number 3203 in 3: Exception while deleting document
XWiki.macom_admin1301121402082
Wrapped Exception: Batch update returned unexpected row count from
update: 0 actual row count: 0 expected: 1
com.xpn.xwiki.XWikiException: Error number 3203 in 3: Exception while
deleting document XWiki.macom_admin1301121402082
Wrapped Exception: Batch update returned unexpected row count from
update: 0 actual row count: 0 expected: 1
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiDoc(XWikiHibernateSto
re.java:540)
at
com.xpn.xwiki.store.XWikiCacheStore.deleteXWikiDoc(XWikiCacheStore.java:
185)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3129)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:4741)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:52)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.StaleStateException: Batch update returned unexpected row
count from update: 0 actual row count: 0 expected: 1
at
org.hibernate.jdbc.BatchingBatcher.checkRowCount(BatchingBatcher.java:93
)
at
org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:7
9)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:5
8)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:195
)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java
:91)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java
:86)
at
org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEn
tityPersister.java:2274)
at
org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEn
tityPersister.java:2440)
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:
65)
at
org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:145)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(
AbstractFlushingEventListener.java:296)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEv
entListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at
org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:10
6)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:617)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:591)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiDoc(XWikiHibernateSto
re.java:537)
at
com.xpn.xwiki.store.XWikiCacheStore.deleteXWikiDoc(XWikiCacheStore.java:
185)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3129)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:4741)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:52)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Hi,
I've had a request from one of my users to create a script on our hosted
wiki that will create all the needed wiki content for one of their
lists.
* Problem 1, there is over 2000 xwiki documents to create from
this list
* Problem 2, they're a little anxious to get it going
I've tried using the $xwiki.createDocument in the underneath code (most
likely more saves than necessary).
What seems to be happening is this:
* Does not create a new document, attaches instead to
XWiki.WebHome
* All following changes occur to XWiki.Webhome - including rename.
Origionally had it saving after each change, no difference.
#set($seedForUnique=$xwiki.formatDate($xwiki.currentDate,
"HHmmssddMMyyyy"))
#set($userUnique=$context.user.replace("XWiki.", ""))
#set($generatedUnique="${userUnique}${seedForUnique}")
#set($baseAVLClass='XWiki.AVLEntryClass')
#set($baseSupplierClass='XWiki.VendorClass')
#set($newSupplierPartClass='XWiki.AVLVendorClass')
#set($newDocument=$xwiki.createDocument())
$newDocument.rename($generatedUnique)
$newDocument.setContent('#includeForm("AVL.VendorClassSheet")')
$newDocument.createNewObject('${baseSupplierClass}')
$newDocument.save()
#set($docObj=$newDocument.getObject('${baseSupplierClass}', 0))
$docObj.set('name', 'Samsung')
$docObj.set('email', '')
$newDocument.save()
I would guess I'm not doing a crucial step (or doing that step wrong)?
Better suggestions welcome too :)
On wikimatrix.org I read CamelCase is optional feature in xwiki. How can I
switch it on ?
What I shoud do when I need translate xwiki user interface to Slovak
language ?
Frantisek Kall
Hi,
Thank you for your answer.
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de Sergiu Dumitriu
Envoyé : jeudi 14 février 2008 00:23
À : XWiki Users
Objet : Re: [xwiki-users] Creating a class : hHow to add tye of
properties?
HERICHER Benoit DSIC BUA wrote:
> Hi,
>
> I would like to create a class "Contact" with a property "
> PersonalAddress". As I guess that will have to reuse the concept of
> Address to manage other things , I decide to create first a class
> "Address" and then I would like to assign this type to the property
> "PersonalAddress" of the class "Contact" as one would do in OO Languages
> like Java ; but it doesn't seem possible or did I miss something?
>
> Thank you
>
> Benoît
>
>
Hi,
This is not possible. Classes in XWiki can have fields only of
predefined, simple data types. Usually, the strategy to do what you want
is like this:
1. Create the Address class, also adding an "address type" field.
2. In a document, use one Contact object and several Address objects.
This way you gain even more flexibility. You can either use one Address
object with "type" = "personal" and one with "type" = "work" (or
whatever values you like), or you can accept any number of objects, and
the user can select what type of address he wants, and a button "add
address" allows him to add a new Address object.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello all,
I have edited the fields in XWiki.ArticleClass for the users to enter data into fields rather than the "Content" and "Extract" fields. However, those fields still exist and there is no space for the deletion of the class property. Is there a function in XWiki which allows the deletion of class properties or I must I recreate the entire class/classheet/template and not include those fields. Thank you in advance for your help.
Tim Campbell
Hello,
While upgrading xwiki 0.9 to 1.2, we run accross this problem:
1) we copy db to a new db for upgrade
2) we fix a column according to docs (issuing an alter statement)
3) we start first time xwiki 1.2
4) we get bunch of document upgrade messages
5) we get some warnings about author/date in history
6) we upload and set xwiki skin usnig our old skin (which wasmainly the
old defuat skin with some customized css)
7) we get this error: (how are we supposed to fix it?)
org.apache.velocity.exception.ParseErrorException: Encountered
">Blog<.a><span> | <.span> <a
href=\"......view.Main.KnowledgeBase\",\"view\")\">Knowledge
Base</a><span> | </span> \r\n-->\r\n<a href=\"" at line 3, column 38 of
view.Main
Was expecting one of:
"," ...
")" ...
<WHITESPACE> ...
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:212)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.interpret(XWikiVelocityRenderer.java:60)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:247)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.interpretText(DefaultXWikiRenderingEngine.java:150)
at com.xpn.xwiki.XWiki.parseContent(XWiki.java:1313)
at com.xpn.xwiki.api.XWiki.parseContent(XWiki.java:554)
at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1354)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:607)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1354)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:673)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:362)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:283)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
thanks for suggestions and regards,
David Delbecq
Hi,
I would like to create a class "Contact" with a property " PersonalAddress".
As I guess that will have to reuse the concept of Address to manage other
things , I decide to create first a class "Address" and then I would like to
assign this type to the property "PersonalAddress" of the class "Contact" as
one would do in OO Languages like Java ; but it doesn't seem possible or did
I miss something?
Thank you
Benoît
Hi all,
sometimes when I try to change rights, xwiki doesn't updates all changes.
This problem appends when I have more than one column rights set and I try
to change some allow cells into deny
Regards
Raffo
--
View this message in context: http://www.nabble.com/edit-page-rights-problem-tp15434468p15434468.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys..
Can't seem to find in the api any means to set the subject for a message
being sent using this method - is this not possible?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hi guys,
Been looking to get one of my hosted wiki pages saved (protected calls
inside page), can someone please update?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello,
we are currently running XWiki Version 0.9.840 in our intranet. Due
to regular problems we have with pages history being corrupted, absence
of wysiwig editor, we would like to upgrade our xwiki version. It seems
that the replacement for that xwiki is "xwiki enterprise 1.2.2". We
tried to do that upgrade on a copy database, but we hit that problem
upon accessing:
java.lang.UnsupportedClassVersionError: org/exoplatform/container/PortalContainer (Unsupported major.minor version 49.0)
It seems (http://www.nabble.com/Plexus-version-error-td14888606.html)
that it's linked to the presence of exo components that requires java
1.5. However, since that tomcat run also other applications, upgrade to
1.5 is not an option. What is the latest xwiki that works with 1.4
version and where should i go to download it?
Also, has the authentification mecanism been changed since 0.9? We are
using a custom password checking class
(xwiki.authentication.authclass=be.rmi.intranet.XWikiNISAuthService). Is
that still supported? If no, is container managed authentification
supported?
Thanks
--
David Delbecq
Institut Royal Météorologique
Ext:557
Hi,
I'm using version 1.2.1.7160 and noticed that both the regular and lucene search won't search page titles (I mean the title field, not the first page heading which otherwise gets promoted to the page title). In the lucene source I noticed that title field doesn't get indexed. Why is this missing?
Thanks for information,
pete
The XWiki development team is pleased to announce the release of XWiki
Enterprise1.2.2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release.
Changes from 1.2.1:
Bugs fixed
* XWIKI-2052 - XWikiDocument.equals always returns false if a
document is compared to itself
* XWIKI-2064 - DBListClass and DBTreeListClass are building
invalid SQL statements
* XWIKI-2065 - XWikiHibernateStore.deleteWiki don't works
* XWIKI-2066 - Migrator fails to upgrade sub wiki databases
* XWIKI-2068 - Rights Manager does not clean deleted user/group
in all wikis
* XWIKI-2074 - Database Migration fails when migrating from 1.0
or older directly to 1.2 without going through a 1.1 upgrade
* XWIKI-2076 - "Content is not allowed in prolog" error while
migrating a database to 1.2
* XWIKI-2078 - Missing translation entry for the title of the
Group Admin page
* XWIKI-2079 - Fails to save document after migrating from a 1.0
or before database to 1.2
* XWIKI-2080 - Server hangs while rendering certain pages
* XWIKI-2087 - Attached files that we can't delete or link in the
Wiki pages
* XWIKI-2090 - Attaching images with a name containing special
characters (é & è à ...) generates bugs (image are not displayed)
* XWIKI-2101 - XWiki.clearName strips dots when using ascii
option even if stripDots option is set to false
* XWIKI-2102 - Attachments should not contain non-alphanumeric
characters in the file name
Improvements
* XWIKI-1980 - $doc.displayTooltip should support
internationalized strings
New Features
* XWIKI-2088 - Add a method to retrieve the e-mail address of a
user
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise122
Thanks
-The XWiki dev team
Hi Frantisek,
On Feb 11, 2008, at 10:27 PM, Frantisek Kall wrote:
> > I changed default skin to dodo skin (because its looks the best for
> > me) but there aren't all navigation links when I compare it with
> > albatross skin (Panels - Quick Links, ..).
> > Are all skins fully comparable in functionality?
>
> The panels feature was introduced in Albatross and it's present in
> Finch, Albatross and the upcoming Toucan. It's not in Dodo.
>
> In Dod there was a left menu page (XWiki.Menu from the top of my head)
> and a Toolbar page (XWiki.Toolbar again from the top of my head).
>
> Thanks
> -Vincent
>
> Hi Vincent,
> thanks for quick answer. We plan use xwiki as main intranet server
> for documentation, projects and knowledge sharing. We are testing it
> now. I also tested MoinMoin and I like his simple looking interface.
> Dodo skin looks similar to Moin, but it is probably outdated and not
> fully supported. Do you recommend us to use Dodo or rather Finch (I
> don't like Albatross)?
> When you expect Toucan will be released?
* Dodo is outdated
* Finch is a bit better but not very well supported (only community
support right now and not the xwiki dev team although one committer is
interested in working on it)
* Albatross is fully supported and the most up to date
* Toucan will be released in about a week
Please use the mailing lists (I've cced the user list).
Thanks
-Vincent
Hi everybody,
On the mailing lists, we noticed several people trying to use XWiki in
academic environments, requesting features such as support for
mathematical equations or support for LaTeX.
We took some time to design a product that would be great for writing
scientific papers, identifying some important features, and some "would
be nice to have" features. You can see the current design proposal at
http://dev.xwiki.org/xwiki/bin/view/Design/SPAWN (feel free to send
comment on the mailing list).
Given the fact that this is not a product which can easily be sold, and
that there are other more critical projects to work on for the moment,
the core XWiki developers cannot dedicate much time on it. This is why
we need help from the community. Whoever would like to use this product,
and has the power and knowledge to work on in, please help us.
If you are in an university as a student, you can propose one of the
sub-applications as a project for one of your classes. If you are a
teacher, you can propose some sub-applications as student projects. We
can help with coordination, more detailed description/requirements,
question answering, code review, etc.
Some of the features require mostly programming skills, while others
require more advanced research skills, like the positioned comments in a
dynamic text (adapting some sequence alignment algorithms from
bioinformatics seems the best idea for the moment, but also some fuzzy
systems theory could be applied), or an automatic merge algorithm based
on Operational Transformations, so some publications can come out of
this, too.
If we gather a few volunteers, I'll make the necessary Jira setup and
mark the product as active.
Regards,
The XWiki dev team
Hi everybody,
I'm having trouble with PDF and RTF export. I tested it in both IE and
Firefox browsers und got the same corrupt PDF file.
Firefox generates only one line:
%PDF-1.4 %ª«¬ %PDF-1.4 %ª«¬ ���������������������������������
We are running XWiki Ent.1.2 on Oracle App Server 10.2.0.3.
The problem ist somehow OC4J specific - the similar test on the localhost
(Windows XP, Tomcat) with the same Oracle DB was absolut OK.
xwiki.log shows XML-22900-error, what is rather typical for using the wrong
JDK . I'm sure I have set in OEM the path to JDK 1.5. Could it happen that
the path to JDK would be overwritten for some reason? (We have 1.4, 1.5 and
1.6 JDKs installed on this server) .
We have replaced Hibernate-3.1.3.jar with the version 3.2.5.ga.
Do I need to configure some other files or replace some libraries?
Can the character set be the cause of such behavior? XWiki uses ISO-8859-1,
but our DB works with "Latin 9" - WE8ISO8859P15.
On the other side - I also tried to export the empty page (or with only one
letter A on it) and the result was the same, i.e. I was getting the corrupt
file.
Thanks a lot for any help,
Alla
--
View this message in context: http://www.nabble.com/PDF-and-RTF-Export-under-OC4J-tp15412211p15412211.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Geee OAS sux big time. I dont have any shared lib, but oracle has it's own xml parser in some parent classloader. I'll have to try some dirty tricks with OAS's classloaders to exclude it from classpath or change loading priorities. I'll report result.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Sergiu Dumitriu
Sent: Monday, February 11, 2008 5:20 PM
To: XWiki Users
Subject: Re: [xwiki-users] PDF and RTF Export under OC4J
Martin Vanek wrote:
> We have xwiki 1.2.1 on OracleAS and PDF/RTF export dos not work too, but in
> different way. After clicking on export to PDF, browser only displaying
> blank page.
>
> Exception from xwiki log is
>
> 2008-02-01 14:52:38,452
> [http://sis01:5678/xwiki/bin/export/sis2/WebHome?format=pdf&]
> [RMICallHandler-9] WARN web.XWikiAction - Uncaught
> exception: Error number 0 in 11: Uncaught exception
> Wrapped Exception: loader constraints violated when linking
> org/xml/sax/InputSource class
> com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
> Wrapped Exception: loader constraints violated when linking
> org/xml/sax/InputSource class
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:164)
> 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:743)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> at
> com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
> at
> com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
> at
> com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
> at
> com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
> at
> com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
> at
> com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
> at
> oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
> at
> com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
> at java.lang.Thread.run(Thread.java:595)
>
>
> Wrapped Exception:
>
>
> java.lang.LinkageError: loader constraints violated when linking
> org/xml/sax/InputSource class
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.applyCSS(PdfExportImpl.java:326)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.applyCSS(PdfExportImpl.java:288)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:202)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:220)
> at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:82)
> at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:50)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
> 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:743)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> at
> com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
> at
> com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
> at
> com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
> at
> com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
> at
> com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
> at
> com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
> at
> oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
> at
> com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
> at java.lang.Thread.run(Thread.java:595)
>
Your problem is with the libs provided by the container. There are some
incompatibilities between different XML utilities. What do you have in
the container shared libs directory?
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I changed default skin to dodo skin (because its looks the best for me) but
there aren't all navigation links when I compare it with albatross skin
(Panels - Quick Links, ..).
Are all skins fully comparable in functionality?
Frantisek Kall
The XWiki development team is pleased to announce the release of
XWiki Watch 1.0 Milestone 3.
You can go grab it here :
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiWatch
This release include both bug fixes and new features, among which you can
find :
- Date range filter: you can select the date range (start date and end
date) for the articles displayed in the list.
- Email press review : the same press review you used to view as html or
as pdf can now be sent over through email
- other UI improvements and bugfixes.
You can read the full release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch10M3
And the installation guide :
http://code.xwiki.org/xwiki/bin/view/Applications/WatchApplication
Have fun!
The XWiki Watch development team
After upgrading from 1.1 to 1.3m1 most, but not all, binary attachments
(images, PDFs, Word documents, etc...) are corrupt when I attempt to
download or view them from any links on the main page where they are
attached: the documents download, and they're the right size, but are
unusable (won't open, produce errors in the program trying to read them,
won't display in the browser, etc...).
If I download files from the attachment history page they work correctly.
Similarly, if I re-attach them they work correctly.
Downgrading to 1.2.1 does not affect the problem.
I browsed JIRA for a while looking for any similar issues but didn't see
anything. Does anyone have any insight, or what additional information can I
provide to help isolate the problem?
Vincent: Thanks for suggesting $xwiki.refreshLinks() the other day. That
solved my missing backlinks problem.
Thanks,
--
AW
Hi
I downloaded xwiki war file and changed the hbm.cfg.xml , xwiki.hbm.xml
I am using weblogic portal and oracle9i.
After deploying when i used the following url
http://localhost:7788/xwiki/bin/view/Main/WebHome.
I got the following error
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document
XWiki.XWikiPreferences
Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
Can somebody help me out
--
View this message in context: http://www.nabble.com/Unable-to-deploy-xwiki-with-weblogic-portal---oracle-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys..
I've been using the scheduler with some success for internal application
notifications; but something just cropped up that I can't quite figure
out.
In my wiki app, I'm checking certain status fields in different
documents and sending the url to appropriate people as needed. Was
working fine until recently.
In order to get the url, I'm doing something like
"docObject.getExternalURL('view')"; appropriate which is actually
perfectly picking the right document - but the wrong domain url; so the
link becomes invalid.
Is there a way of specifying the virtual wiki to link to when using
getExternalURL?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello,
I'm having trouble with backlinks after updating to XWiki 1.3m1 from 1.1
(some versions of 1.1 were documented to have broken backlinks, thus the
desire to upgrade).
Links created while I was running XWiki version 1.1 don't appear as
backlinks on the pages those links reference. If I create new links they do
show up as backlinks on the referenced pages.
NOTE: The missing backlinks weren't present in 1.1 either, but I hoped that
updating to 1.3 would make them appear.
Does anyone know if a) this is expected or documented behavior, and b) if
there's any way to coax a very large number of links created in 1.1 in to
appearing as backlinks?
I don't look forward to manually destroying and recreating hundreds of
links...
Thanks,
- AW
Hi all,
Please excuse my relative inexperience with the XWiki platform. What I
am trying to do I thought
would be relatively simple to implement; create a custom HTML form that
executes a custom
struts action that I would define in the struts-config file. I am curious
if anybody has implemented their own custom forms that kick off custom
struts
actions?
Thank you very much!
Chris
Hi
I downloaded xwiki war file and changed the hbm.cfg.xml , xwiki.hbm.xml I am
using weblogic portal and oracle9i.
After deploying when i used the following url
http://localhost:7788/xwiki/bin/view/Main/WebHome.
I got the following error
Error number 3 in 0: Could not initialize main XWiki context Wrapped
Exception: Error number 3202 in 3: Exception while reading document
XWiki.XWikiPreferences Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
Can somebody help me out
--
View this message in context: http://www.nabble.com/unable-to-deploy-xwiki-in-weblogicportal-tp15307542p1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have the following problem with groovy scripts in a panel:
Even an empty groovy-script, but also simple ones like
#panelheader('test')
<%
print "hallo"
%>
#panelfooter()
are only shown as "groovy.lang.MissingPropertyException: No such
property: panel for class: Script1"
after a while (for some time, it works)
Has anybody seen that before and can maybe give advice?
Thanks,
Hans-Peter
Hello.
We have XWiki 1.2.1.7160 running under OAS 10.1.2.0.2 and database Oracle 9.2.0.6 on Linux Centos 4.4
OAS 10.1.2 is only certified with JDK 1.4 but you can change the JDK of a OC4J instance editing $ORACLE_HOME/opmn/conf/opmn.xml configuration file and specify its location in the <java-bin> element in the correct <process-type> section of xwiki OC4J instante.
<process-type id="xwiki_oc4j" module-id="OC4J">
<module-data>
<category id="start-parameters">
<data id="java-bin" value="/myjavalocation/jdk1.5/bin/java"/>
</category>
</module-data>
</process-type>
See http://download.oracle.com/docs/cd/B15904_01/web.1012/b14011/diagnosis.htm#…
We don´t test it in deep, but XWiki starts and we can browse correctly.
On Sep 14, 2007, at 2:41 AM, Matthew Huff wrote:
> Has anyone got any version of Xwiki running under OC4J running on Oracle
> AppServer 10.1.2.2 (Oracle App Server 10gR2)? We can't upgrade to 10.1.3 due to
> limitations of Oracle Portal 10g.
> When I deploy the app under a new OC4J container I get:
> java.lang.UnsupportedClassVersionError:
> org/exoplatform/container/PortalContainer (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native > Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
Un saludo
Hi Ludovic,
I had just missed your prvious post...
Thank you very much : it works fine! You just did a mistyping : the
parameters are -Dhtttp.proxyUser and -Dhttp.proxyPassword
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de Ludovic Dubost
Envoyé : mercredi 6 février 2008 00:05
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
We do read the authentication. Here is our code:
String proxyUser = System.getProperty("http.proxyUser");
if ((proxyUser!=null)&&(!proxyUser.equals(""))) {
String proxyPassword = System.getProperty("http.proxyPassword");
Credentials defaultcreds = new
UsernamePasswordCredentials(proxyUser, proxyPassword);
client.getState().setProxyCredentials(AuthScope.ANY,
defaultcreds);
}
However I told you -Dhttp.proxyPass and it's -Dhttp.proxyPassword
Can you try and tell us what happens ?
Ludovic
HERICHER Benoit DSIC BUA wrote:
>
> I have asked our network manager to make a trace : It seems that the
> proxy authentification is not used by the feed plugin and so the proxy
> doesn't accept to get the data.
>
>
> Benoît
> -----Message d'origine-----
> De : HERICHER Benoit (DSIC BUA)
> Envoyé : mardi 5 février 2008 11:21
> À : XWiki Users
> Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch
>
>
> Hi,
>
> Thank you Anca for your help.
> But it doesn't solve the problem : I don't understand why.
> On the page Watch:Reader, i'm asked for the proxy's authentification
> but no news are read.
> On the page Watch:Webhome, I select a feed for example googlenews :
> I'm then directed on the page Watch:Googlenews where I click on the
> hyperlink "Google News" : that redirects me on news.google.fr with all
> the news correctly listed.
>
> I guess this could be a problem with the proxy's configuration. Any idea?
>
> Thank you
>
> Benoît
>
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
> de ancapaula.luca(a)xwiki.com
> Envoyé : vendredi 1 février 2008 16:38
> À : users(a)xwiki.org
> Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
>
>
> Hi there,
>
> XWiki Watch uses the feed plugin to get the feeds from external sources.
> The feed plugin currently uses the jvm proxy settings so the only thing
> you have to do is to set the java System proxy when starting XWiki. You
> can do that either through:
> -Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
> use the system proxy settings
> or by supplying:
> -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
>
> You can read more about it at
> http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
> http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
>
> Have fun using XWatch,
> Anca
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I have asked our network manager to make a trace : It seems that the proxy
authentification is not used by the feed plugin and so the proxy doesn't
accept to get the data.
Benoît
-----Message d'origine-----
De : HERICHER Benoit (DSIC BUA)
Envoyé : mardi 5 février 2008 11:21
À : XWiki Users
Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
Thank you Anca for your help.
But it doesn't solve the problem : I don't understand why.
On the page Watch:Reader, i'm asked for the proxy's authentification but no
news are read.
On the page Watch:Webhome, I select a feed for example googlenews : I'm then
directed on the page Watch:Googlenews where I click on the hyperlink "Google
News" : that redirects me on news.google.fr with all the news correctly
listed.
I guess this could be a problem with the proxy's configuration. Any idea?
Thank you
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de ancapaula.luca(a)xwiki.com
Envoyé : vendredi 1 février 2008 16:38
À : users(a)xwiki.org
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi there,
XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
Have fun using XWatch,
Anca
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
I am trying to confirm before implementing the wiki that you can moderate pages before they are available.
By this i mean allow users to create pages, but require them to be authorised before they become available on the wiki
Thanks for your help
________________________________________________________________________
More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com
I was wondering why there is no "Forgot Password Button". This is a pain for
admins with a lot of users to have to log in and change a users password
because they forgot it. On top of that the user has to log in and change it
AGAIN (for security purposes). It seems silly that this has not been
implemented yet. Every other webapp out there has this feature standard.
Does anyone know when this is going into a release. Also does anyone know of
an XWiki to MediaWiki conversion tool?
-Marlon
Hi all,
im using this macro to include HTML file into my page
#macro(displayppt $zipname $htmlname)
#set ($url = $xwiki.zipexplorer.getFileLink($doc, "$zipname",
"$htmlname"))
<iframe src="$url" frameborder="0" scrolling="0" width="800"
height="600"></iframe>
#end
It works but when I try to export my page in PDF the generated PDF doesn't
contains the included file and in the console appears something like
Warning: <iframe> escaping malformed URI reference.
the URI
/xwiki/bin/download/Discussione/MasterPlan/Piano%20Principale.zip/Piano
Principale.htm
is traslated in:
file:/C:/workspace%2Dxwiki/apache%2Dtomcat%2D5.5.25/work/Catalina/localhost/xwiki/h5khbL0n/
Discussione.MasterPlan.Piano Principale.zip/Piano Principale.htm
Regards
Raffo
Hi,
Thank you Anca for your help.
But it doesn't solve the problem : I don't understand why.
On the page Watch:Reader, i'm asked for the proxy's authentification but no
news are read.
On the page Watch:Webhome, I select a feed for example googlenews : I'm then
directed on the page Watch:Googlenews where I click on the hyperlink "Google
News" : that redirects me on news.google.fr with all the news correctly
listed.
I guess this could be a problem with the proxy's configuration. Any idea?
Thank you
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de ancapaula.luca(a)xwiki.com
Envoyé : vendredi 1 février 2008 16:38
À : users(a)xwiki.org
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi there,
XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
Have fun using XWatch,
Anca
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi all,
I have some problems trying to exporta as pdf a page.
In the source code there is an image
> <img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
but in the pdf I see also this line
> 8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
and in the console these lines appears
line 29 column 1 - Warning: <img> attribute with missing trailing quote mark
> line 29 column 1 - Warning: <img> escaping malformed URI reference
> line 29 column 1 - Warning: <img> lacks "alt" attribute
Can someone help me??
Thanks
Raffo
Hi all,
I chenged in the file menuview.vm the row:
#submenuitem($doc.getURL("export", "format=pdf&$docvariant") $msg.get("
core.menu.export.pdf"))
in
#submenuitem($doc.getURL("export",
"format=pdf&includechilds=1&$docvariant") $msg.get("core.menu.export.pdf
"))
to include childs pages into PDF export but when I try to execute export in
PDF I get this exception
com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while
exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: null:118:234:
Property id "HInventory" previously used; id values must be unique in
document.
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java
:194)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java
:134)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java
:202)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:225)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
It seems the validator has problems parsing the link in the text created
joining the parent with childs pages.
Thanks
raffo
We are doing Master of computer applications(MCA) programme..and now as
part of our curriculum we are doing a project work in xwiki..
We installed the Xwiki version
xwiki-enterprise-installer-windows-1.2-rc-3 .
So please give clarifications to our problems.
1) How to create new connection with mysql database in xwiki using
velocity and groovy..please provide the code for that ..
ie: We are using the WIKI editor for coding, Is it like so? we
should use any other console?
2) How we can connect velocity and groovy?
ie: Either we should write velocity $ Groovy in same (WIKI)
editor or in separate?
Can you help us....
Hi all,
i checked out whole trunks
under win platform, "import maven project" under./trunks gives weird results
it produces strange directory layout, under ../trunks, and empty eclipse
project (??!)
$ find ../xwiki-web/
../xwiki-web/
../xwiki-web/.classpath
../xwiki-web/.project
../xwiki-web/bin
../xwiki-web/bin/.classpath
../xwiki-web/bin/.project
mvn eclipse:eclipse under each trunks subdir produces good results, when
imported as "java project"
couldn't it be possible to provide better support for maven project import
on eclipse ?
(eclipse=3.3.1.1, M20071023-1652, m2eclipse=0.0.12.20071107-2300)
i'll build xwiki anyway ...
Regards
Hi All,
I know that XWiki Enterprise has the ability to record user views. But does
it have the capability to monitor users (say remote IP Address or logged-in
users) who download stuffs off the website?
If there isn't, can this be a good candidate for Plug-in development (is it
possible)?
Cheers!
--
Eduardo Dela Rosa
The dev guides do a fine job explaining the use of groovy and velocity
code snippets. They also explain how to develop applications and
plugins by creating classes. However they don't do much to explain the
creation of macros; that or I'm failing to find this.
I greatly prefer using macros over copy/paste coding snippets into each
article. I managed to find this lovely article about creating Radeox
macros in xwiki:
http://hritcu.wordpress.com/2007/03/13/xwiki-plugins-tips-and-tricks/
but I'm struggling to find info on creating/adding what I believe are
referred to as Velocity Macros (#macroName(var1, var2...)). I assume
help has been requested on this repeatedly, but I seem to again be
having poor luck in my keyword searches. Looking at trends in macro
submissions, Velocity macros seem to be preferable in most cases, are
they? Does each have strengths and weaknesses?
I'd love to extend the online documentation, but I'm still learning. So
without experience or guidance, much of what I'd write would be little
more than educated guesses.
Thanks,
Paul D. Grodt
Tecore Networks
Hi there,
XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
Have fun using XWatch,
Anca
We are doing Master of computer applications programme..and now as part of
our curriculum we are doing a project work in xwiki..
We installed the Xwiki version
xwiki-enterprise-installer-windows-1.2-rc-3 .
So please give clarifications to our problems.
1) How to create new connection with mysql database in xwiki using
velocity and groovy..please provide the code for that ..
2) How we can connect velocity and groovy?
PLEASE HELP US...............
Thank you Esbach and Guillaume for your answer.
The problem is effectively with external sources and it is not possible, in
our organization, to get something outside the proxy.
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part de
Guillaume Lerouge
Envoyé : vendredi 1 février 2008 11:08
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
We had the problem in a place that filtered internet connexion once, we
suggested that the users put the server that loads feeds for Watch outside
of the proxy perimeter, with a direct access to the internet so that the
loading cool take place fine... Then the DB and the web server can be behind
the proxy provided they can access the loading server... Could this work
here ?
Guillaume
On 01/02/2008, Esbach, Brandon < Esbachb(a)tycoelectronics.com
<mailto:Esbachb@tycoelectronics.com> > wrote:
I don't think that's something that can be solved by changes on xwiki, since
your access to the feed (if I understand you right) is configured with a
proxy.
XWiki feeds out on a local server should work just fine though, provided you
can access the server.
Feeds coming in from external sources when you need a proxy to access the
internet (eg BBC, The Register, etc), is a problem though.
_____
From: users-bounces(a)xwiki.org <mailto:users-bounces@xwiki.org> [mailto:
users-bounces(a)xwiki.org <mailto:users-bounces@xwiki.org> ] On Behalf Of
HERICHER Benoit DSIC BUA
Sent: 01 February 2008 08:04
To: ' users(a)xwiki.org <mailto:users@xwiki.org> '
Subject: [xwiki-users] Idea for improvment of Xwiki Watch
Hi!
I try to use Xwiki Watch, but I can't get the RSS reader working correctly.
If I have well understood the different posts on this mailing list, this is
due to the fact that I'm behind a proxy : is the support of this
configuration planned for a future release of Xwiki Watch?
Thank you
Benoît HERICHER
_______________________________________________
users mailing list
users(a)xwiki.org <mailto:users@xwiki.org>
http://lists.xwiki.org/mailman/listinfo/users
<http://lists.xwiki.org/mailman/listinfo/users>
--
http://wikibc.blogspot.com/ <http://wikibc.blogspot.com/>
Hi!
I try to use Xwiki Watch, but I can't get the RSS reader working correctly.
If I have well understood the different posts on this mailing list, this is
due to the fact that I'm behind a proxy : is the support of this
configuration planned for a future release of Xwiki Watch?
Thank you
Benoît HERICHER
Hi everyone,
If some are you are interesting in testing out the new Toucan skin
(the skin on xwiki.org) on your install you can download a preview here
http://tinyurl.com/yts6gr
Just unzip it in your skins/ directory next to the albatross/ directory.
Please report any issue you have here:
http://jira.xwiki.org/jira/browse/XSTOUCAN-1
Thanks
-Vincent
Good day, community,
Are general velocity tools objects (particullary I'm interestin in MathTool)
accessible from xwiki templates ?
If yes - where names are described ? [standard names, such as 'math' for
math does not work].
P.S. (Curiosly, I can't find initialization of velocity context in code,
but from other side velocity-tools jar is bundled with distribution. )
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Hi,
it's Martin. I don't know why in this strange country is first name written as second in full name, but i think it is some dark ages communistic and bureaucratic superstition or something like that. We even walk on hands, and write with legs! Don't ask how we eat.
Well my former question targets how safe is to use 1.3 milestones for only internal but quite "should be working" deployment. I would like to avoid repairing corrupted referential integrity or thing like that, or making clean db reinstall, but I'd like to use and test 1.3 builds.
nitraM
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Vincent Massol
Sent: Thursday, January 31, 2008 2:29 PM
To: XWiki Users
Subject: Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released
Hi Martin (or is it Vanek?),
On Jan 31, 2008, at 2:24 PM, Vanek Martin wrote:
Hello
Will 1.3 strem have same database schema as 1.2?
For the moment yes it's not planned to change it but even if it's changed we now have an automated migration system in place so that'll be transparent (barring bugs of course ;)) for the end users...
Thanks
-Vincent
-----Original Message-----
From: users-bounces(a)xwiki.org [ mailto:users-bounces@xwiki.org]On Behalf Of Vincent Massol
Sent: Wednesday, January 30, 2008 5:16 PM
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released
The XWiki development team is pleased to announce the release of XWiki Enterprise1.3 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.3 version.
Note that general goals for XWiki Enterprise 1.3 are:
* Bug fixes
* More automated tests
* Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin
* Improve performances (less Javascript files, more optimized CSS, better caching, etc)
Main changes from 1.2.1:
* A good deal of bugs fixed
* Added ability to export pages as HTML in a zip file
* Added ability to export the current page in a XAR
* Removed Finch and Dodo skin from the default distribution. They are now available as separate downloads.
* Better support for Oracle with the upgrade to Hibernate 3.2.5.ga version.
+ lots of other changes, see Platform details and XWiki Enterprise details.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M1 <http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise121>
Thanks
-The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello
Will 1.3 strem have same database schema as 1.2?
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Vincent Massol
Sent: Wednesday, January 30, 2008 5:16 PM
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released
The XWiki development team is pleased to announce the release of XWiki Enterprise1.3 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.3 version.
Note that general goals for XWiki Enterprise 1.3 are:
* Bug fixes
* More automated tests
* Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin
* Improve performances (less Javascript files, more optimized CSS, better caching, etc)
Main changes from 1.2.1:
* A good deal of bugs fixed
* Added ability to export pages as HTML in a zip file
* Added ability to export the current page in a XAR
* Removed Finch and Dodo skin from the default distribution. They are now available as separate downloads.
* Better support for Oracle with the upgrade to Hibernate 3.2.5.ga version.
+ lots of other changes, see Platform details and XWiki Enterprise details.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M1 <http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise121>
Thanks
-The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Enterprise1.3 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.3 version.
Note that general goals for XWiki Enterprise 1.3 are:
* Bug fixes
* More automated tests
* Clean up the Skins, make it easy to create new skins and add
the new xwiki.org skin
* Improve performances (less Javascript files, more optimized
CSS, better caching, etc)
Main changes from 1.2.1:
* A good deal of bugs fixed
* Added ability to export pages as HTML in a zip file
* Added ability to export the current page in a XAR
* Removed Finch and Dodo skin from the default distribution. They
are now available as separate downloads.
* Better support for Oracle with the upgrade to Hibernate
3.2.5.ga version.
+ lots of other changes, see Platform details and XWiki Enterprise
details.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13M1
Thanks
-The XWiki dev team
The XWiki development team is pleased to announce the release of the
XWiki Swizzle Plugin 1.0.
Go grab it at http://code.xwiki.org/xwiki/bin/view/Plugins/SwizzlePlugin
This plugin allows using Swizzle (http://swizzle.codehaus.org) from a
XWiki page. For example this allows to query a JIRA instance and
display all sort of information in a XWiki page about it.
Some usage ideas:
1) List all issues in a given release
2) List all JIRA projects
3) Create a dashboard
4) List most voted on issues
etc
Thanks
-The XWiki dev team
In XWiki there are "edit" links to edit sections. They are only
enabled with Heading 1 and Heading 2. Can this be modified, for
example, how to add this link to Heading 3?
Ar cieņu, Mihails
The XWiki development team is pleased to announce the release of XWiki
Enterprise1.2.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release. The highlight of this release is that it
fixes a bug when creating Users or Groups.
Changes from 1.2:
Bug fixed:
* XWIKI-1880 - Exception in the console when editing groups using
the new UI
* XWIKI-2027 - Lucene plugin filter some pages in the search
result list
* XWIKI-2028 - Can't delete document using Document.delete if
user does not have programming rights
* XWIKI-2029 - When loading a revision of a document the creation
date is incorrectly set as the last modification date
* XWIKI-2034 - Parse error (encountered EOF) while migrating the
database
* XWIKI-2037 - Two versions of commons-logging are put in WEB-INF/
lib
Improvements:
* XWIKI-2036 - Display the date in the logs
* XWIKI-2044 - Modify the database migrator that aligns RCS Diffs
data so that it can be executed even after the migrator that removes
RCS data from the document table has executed
New Features:
* XWIKI-1672 - Add API to delete a given wiki in a multi-wiki setup
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise121
Thanks
-The XWiki dev team
Hi all,
In the page
http://code.xwiki.org/xwiki/bin/view/Snippets/GeneratePdfForChildrenPagesSn…
read:
Since XWiki 1.2 it's possible to export several pages as PDF or RTF, using
> the currently undocumented includechilds=1, includelinks=1 and
> pagebreaks=1 request parameters. See XWIKI-1289 to follow the status on
> this.
I see in the menuview.vm the code
#submenuitem($doc.getURL("export", "format=pdf&$docvariant") $msg.get("
> core.menu.export.pdf"))
to compile the request URL and I find the variable $docvariant set in
xwikivars.vm
> ## Check revision option
> #if ($request.rev)
>
Can someone help me to find where to put includechilds=1 to make it icluded
in the link?
Thanks
Raffo
Hi XWiki users,
You may not be aware of this but we're tracking favorite user issues
in our JIRA instance at http://jira.xwiki.org.
For example favorite issues for the XWiki Platform:
http://tinyurl.com/28yqvv
Favorite issues for XWiki Enterprise:
http://tinyurl.com/yp9oa6
This is one of the input we use to prioritize the work. So if you a
favorite issue that you'd like to see fixed sooner rather than later
please vote!
Thanks
-Vincent on behalf of the XWiki dev team
Hello,
I had some system problems with the server hosting my wiki, now solved, but now the Lucene plugin seems to be in an unstable state.
When first accessing xwiki I get a :
java.io.IOException: Lock obtain timed out: Lock(a)/opt/tomcat/temp/lucene-dcdf99faa0a5827d2037245ccf529558-write.lock
I tried to stop tomcat, remove the index completely from /usr/local/xwiki/lucene, deactivate the Lucene plugin from xwiki.cfg and restart, but it still fails the same way.
I tried to reactivate the Lucene plugin, but still the same error, and the index is not re-created, leading to various "FileNotFoundException" to occur ...
I'm running on linux, with mysql and xwiki 1.1. The .lock file is accessible read/write, as well as the index folder ...
How can I correct my Lucene plugin state ?
Thanks,
Jérémie
Hi all,
I have a problem importing documents from a Xar I exported.
I have 3 Xwiki Installations (devel,test, production), all
installations are 1.2 release.
I tried to export contents from test server to import it into both
Devel and Production Servers.
When I try to import the XAR I exported I get the following error:
No document found in the selected archive
The XAR file (with History) is about 15Mb and this means that it
contains something... :-)
I hope someone can help me!
Thanks,
Loris
Hello,
I'm thinking about introducing XWiki as as general intranet system in
the the company I work for. Currently we have a dozens different tables,
list etc. mostly in Excel, wich are used (or better abused) as shared
task list, inventory list and a lot more. In other words: Quite a mess!
>From the docs, it appears the XWiki platform provides some functionality
for creating such micro application directly in XWiki. Has anybody
actually made any experiences (good or bad) in implementing them in a
small (50 users) enterprise environment?
Thanks,
Stefan
Hello,
I was editing via WISIWIG editor some text, and something bad happend while
saving and now page is not renderable. I've used lots of "special"
characters inside document. like : _ $ { } and characters from czech
alphabet.
Exact error message is:
Error number 4001 in 4: Error while parsing velocity page sis2.Environment
Wrapped Exception: Encountered " ma kazda instance nasledujici
konfiguracirnrn* Cesta OracleAS instance: /oracle/product/10.1.3/OracleAS&"
at line 34, column 49 of sis2.Environment
Was expecting one of:
"}" …
<DOT> ...
Original line I entered was:
Cesta OracleAS instance: /oracle/product/10.1.3/OracleAS_1/j2ee
In xwiki database I've found in XWIKIDOC table stored page and line look
like this
/oracle/product/10.1.3/OracleAS_1/j2ee
I use OracleDB and I've changed encoding to UTF-8.
Look like a bug, while converting or parsing underscore character.
--
View this message in context: http://www.nabble.com/Corrupted-page-store-and-load-tp15136130p15136130.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello XWikiers,
one feature of my beloved OmniWeb browser is that the addressbar
autocompletion can be input with several words.
So a classical search for me is, e.g., "xwiki api" or "xwiki faq",
"i2geo tasklist".
Unfortunately, the first results in all of these are always in
actions such as inline or edit instead of being view. From time to
time, hence, I find I need to login where I only wanted to view.
- Is this a (yet another) feature of OmniWeb alone?
- I wonder others are experiencing such ?
- if it concerns a fair population would it be possible to consider
renaming some the actions?
thanks in advance
paul
Hi,
xwiki.virtual.redirect seems not have effect on my 1.2 installations.
Any called to XWiki server with a domain name not registered as virtual
wiki is answered by the controller, not redirected to
xwiki.virtual.redirect. There is a XWikiServerXwiki document with a
XWiki.XWikiServerClass pointed to the controller database.
Servers have been working fine until I've updated to 1.2.6932.
Has anybody seen this?
Thanks!
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi all,
I included this quite simple Groovy script in a XWiki page:
<% println "Hello World"
list = ["Rod", "James", "Chris"]
list.each { println it }
println "${list.size()}" %>
And I get...
Hello World 3
But nothing about printing list.
The same script works fine in groovyConsole being the output:
Hello World
Rod
James
Chris
3
Please, what am I doing wrong? Must I expect that a script working in
groovyConsole do the same in a XWiki page?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
I this message is an attempt to give every person understanding about what
xwiki is and what it can do for you, whether you are an end user, a business
analyst or an independent developer. If you like this article then probably
this thread can be sticky or used as a starting point to know xwiki. I have
been using xwiki as an independent developer for only couple of months now,
so there may be errors and omissions.
1. What is XWiki?
This is a second generation wiki or an applications wiki. In traditional
wikis like media wiki one uses these to create and share collaborative
content. Xwiki goes one step ahead of that where you can create applications
on top of xwiki platform. These applications can in turn help you create and
share content and this content can be raw content like in other wikis or be
structured content of different types where each having defined set of
attributes and defined interfaces to interact with the content.
Next, what type of applications you can create on xwiki?
You can create a simple Create Read Update Delete (CRUD) application to
maintain and share some structured data to a rich portal based applications
where many such structured objects relate to each other as per the ER
diagram and users can use them using rich interfaces defined in xwiki. It
all depends on how creative you can get.
In the subsequent sections I would explain on how to map structured entities
define interfaces in xwiki.
2. Technology stack behind XWiki?
The application is written using Java and works on any J2EE compliant
application server. For most of the deployments tomcat is the best choice.
The core engine is designed on a Struts framework where for every action
there are respective Java classes responsible to serve that action.
These core classes interact with the database layer using Hibernate, to
store and fetch data.
The front end is written using template engines like Velocity and Groovy.
The application can support number of databases. For a default personal use
one can build the application on java based low memory footprint database -
Hypersonic. For standard deployments over a lan/wan one can use standard
databases likle MySql, Oracle, PostgreSql.
Further application is a meta data driven i.e. apart from the core
schema/data which serves as meta data for further data to be created by
users it has no other schema/data. It can accept any schema or ER which
users would like to store their data into. That is what makes xwiki an ideal
platform to build applications. The developers and users can only
concentrate on specific functionalities of the application and can leave all
the legacy work of storing data to the xwiki platform.
More on this in the next section.
3. How XWiki is presented to us?
The basic deployment of xwiki is to simply unzip the core xwiki war
(xwiki-enterprise-web-x.xx.war) in the tomcat container.
This would create a blank xwiki deployment. This blank deployment would be
no good for most of us unless we just want to create some wiki pages.
This deployment of xwiki is the core platform. Next step is to create
applications on top of it.
The immediate application which we can think of is one that can add/manager
users and spaces and their rights. To make our job easier along with the
xwiki war the xwiki team has also shipped a xar
(xwiki-enterprise-wiki-x.xx.xar) file. A xar file is collection of
applications.
With standard xwiki xar we get the following applications:
1. Main 2. Blog 3. XWiki (has the user and space management modules)
4.Sandbox 5. photo
We may choose to import one or all the applications as per our needs. Thus
after importing we would have xwiki functional. So up till this point xwiki
has served the functionality of what other traditional wikis do. But then
this is just a starting point.
I hope up till now following is clear:
We add applications to xwiki to add functionality.
Xwiki team has provided with some default applications to get us started
with basic wiki tasks.
In next section I would explain more about application.
4. Understanding applications in XWiki
If you happen to look at the source if xar files these are nothing but
collection of xml files.
These xml files contain set of XWiki classes and its attributes and their
relationships.
You can also create classes in xwiki which would map to the entities of your
applications and relate them as per your business needs. Once you are done
you can export the page or space and you would have your application ready
(Mostly application are packaged as a space. Say panels application is under
a panels space.). Then this application can be imported to any xwiki
deployment.
More on this can be found under DevGuide and Applications section on xwiki
platform on xwiki.org
XWiki team have themselves created many applications few gets shipped with
standard xar file (as described above), few are part of core platform and
can be downloaded and imported from xwiki.org or can also be built directly
from the source (if you like me are in habit of building xwiki always from
source).
One can import and study them to know how to create simple to complex
applications.
I would touch on applications once again in the end.
5. Understanding User Interface in XWiki
The user interfaces are defined under skins. The skin can be found under
webapps/xwiki/skins directory. Default and most supported skin is albatross.
A skin is a set of velocity templates, javascript and css files. You can do
many things with the UI:
1. Say you like to change the presentation of objects of particular class
you define in some application. Then this can be done by altering the
velocity code in the template of the class.
2. Say you like to change the overall look and feel of the application. Then
the place would be to start altering the velocity templates/js files/css
files under the albatross skin. Once you have done and tested the needed
changes the same skin can be renamed to the bird of your choice.
More on skins can be found under the AdminGuide on XWiki Platform on
xwiki.org.
Before I move forward I would like to explain how UI of xwiki is rendered.
Whenever any xwiki action is requested it calls set of velocity pages (.vm
files) responsible for generating and rendering the UI content for that
action. A velocity page may further include other velocity page, and this
way a hierarchy of pages is established. Each vm page can access some of
the core objects of xwiki. More on these objects can be again found in the
DevGuide.
Thus vm page would access these objects, fetch the relevant content and
display them as they are to be rendered on the browser.
So you can see that this gives one lot of flexibility on the UI side. I can
do many things, change-rearrange the hierarchy, remove the pages whose
content I don't want, re arrange the content in a page.
I can even add the js files of my favorite ajax toolkits and now I have the
same content generated by vm templates rendered by my ajax widgets thus
giving a whole new look.
As mentioned above that these vm files access core xwiki objects. You can
also make them access your own objects. This can be done by defining plugins
which takes xwiki to even a further level. More on this in next section.
Last point I would like to mention is that in order to modify and alter the
skins vm files we have to know that what are the vm files and in what order
they are called on each user action. I don't have a document answer to this,
but since I build xwiki from source and am able to add breakpoints to find
the same information. Perhaps this could be done by some log settings.
6. Extending XWiki and wrap up
I hope by now following is clear:
1. Xwiki presents us with core platform.
2. It can be extended by adding applications.
3. The look and feel can be altered to a great extent by modifying vm files.
4. It can be further extended by adding plugins which introduces objects in
xwiki engine.
5. To help us xwiki has created and supports some applications and plugins
as part of their source.
If you happen to checkout the source of xwiki you would notice that it has
been arranged pretty intuitively. It has the following top level structure
(important ones):
1. xwiki-platform-applications
- the set of applications xwiki built
2. xwiki-platform-core
- the core platform
3. xwiki-platform-plugins
- the set of plugins xwiki built
4. xwiki-platform-web
- the standard UI which contains skins and velocity templates
5. xwiki-product-curriki
- their curriki product, which is built on core platform.
- this would further have its own set of plugins, applications and
skins.
6. xwiki-product-enterprise
- the core xwiki product something to start with for standard xwiki
deployments
7. xwiki-product-enterprise-manager
- the enterprise manager product
8. xwiki-product-watch
- their watch product, which is built on core platform.
- this would further have its own applications and skins.
Idea of presenting this structure here is that if you want to build rich
applications on xwiki and package them as product on top of xwiki platform,
these would give you some insight. While building the product you can choose
from the set of applications and plugins already built by xwiki team which
are part of core or part of specific product. You can also start with skin
you like and modify as you want.
note: this section is specially for developers who want to create products
and would like to choose xwiki as the platform. Knowledge of technology
stack used in xwiki is advisable and also try to build xwiki from source, to
give you greater flexibility and control.
Lastly I would touch on plugin section of which my knowledge is only
theoretical has I am yet to create a plugin. You can find information on
plugin architecture on xwiki DevGuide section CreatingPlugins. You would
need plugin to do some custom task that can be called via action from a
velocity page. Say I have to create a workflow for my class. Upon state
change some custom process needs to be invoked (like send of email), I can
do that in my plugin and when user changes the state then I invoke the
plugin from my vm file.
Thanks
Sachin
--
View this message in context: http://www.nabble.com/XWiki---A-brief-overview-tp15116968p15116968.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello again,
Thanks a lot for the reply to my request Vincent.
I am further encouraged to start using XWiki because of such good
participation from all.
Since, I have just started looking at it, I am also concerned about the
issues llike how is XWiki different from MediaWiki.
Why should one choose to use XWiki if there exists a wiki that has been
around for a while- like the mediawiki.
No offense meant. I know that this is a second generation wiki and is
possibly the best among all of its kind, but, I am just trying to justify
myself for choosing XWiki over others :)
Thanks
Hi All,
I was able to run latest xwiki version on all oracle stack (db and oc4j as
application server). Good! :)
Just two questions, maybe for all platform:
1) http://mywiki/xwiki/xmlrpc returns 405 http error.
Any hints?
2) I can see there is a portlet.xml file in order to renderer xwiki as a
portlet. But, web.xml file is not provided with the right info for this
feature. Any hints?
Thanks a lot,
emiliano
Hi,
Here is my java version (sun jdk): 1.6.0_02
Here is the way I've installed xwiki:
#java -jar wiki-enterprise-installer-generic-1.2.jar
Everything work fine.
Here is what I have when I start xwiki enterprise:
**********************************
Starting Jetty on port 8080 ...
Logs are in the /opt/XWiki Enterprise/xwiki.log file
14:51:11.272 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36484621
14:51:11.189 INFO [main] org.mortbay.util.FileResource.<clinit>(FileResource.java:60) >09> Checking Resource aliases
14:51:11.341 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >10> Schema validation may not be supported
14:51:11.623 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
14:51:11.637 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59e00
14:51:11.638 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
14:51:11.641 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
14:51:11.643 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@36657f01
14:51:11.711 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@36657d81
14:51:11.713 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
14:51:11.740 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >14> Schema validation may not be supported
14:51:12.534 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@36525e81
14:51:14.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
14:51:14.008 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
14:51:14.011 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/opt/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
14:51:14.410 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
14:51:15.497 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
14:51:15.501 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
14:51:15.502 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@36657d81
*****************************************
Nothing happen when I try to go to http://localhost:8080/xwiki/bin/view/Main/WebHome:
HERE is an extract of the begining xwiki.log file:
*****************************************
# more /opt/XWiki\ Enterprise/xwiki.log
14:54:30,482 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazyInitializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
at java.lang.Class.initializeClass(libgcj.so.8rh)
at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at java.lang.Class.initializeClass(libgcj.so.8rh)
at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
at org.hibernate.tuple.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:131)
at org.hibernate.tuple.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
at org.hibernate.tuple.EntityMetamodel.<init>(EntityMetamodel.java:257)
at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:412)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.<init>(JoinedSubclassEntityPersist
er.java:90)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:216)
*******************************************
Any idea?
thank you
FD
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Hello,
a good practice is to import the markup-intensive pages from "shared
pages" which, typically, make their internationalization, using
property-bundles.
Now, however, these imported pages should be multilingual.
Thus far, they seem not to be so because the usage of msg.get('xx')
seems to pull from the english phrases.
- any way to "set the language" before including ?
- any way to state that such a page is "language neutral" ? (as it
should be)
thanks
paul