[xwiki-users] Help with initial xwiki configuration

2007-12-04 Thread Sachn Mittal

Hi,
I downloaded the installed the xwiki war manually.
war: xwiki-web-standard-1.1.2.zip
db: mysql 5.x
tomcat: 5.x
os: windows xp.

all went fine and as a concluding step imported and installed the defautl
xar:
xwiki-enterprise-wiki-1.1.2.zip

After this when I login as Admin and go to preferences page I get the
following message:

Notice

This object is currently locked by XWikiGuest
Click here to force editing
=

I anyway continue by clicking the link and then after I make some
modification and save preferences I get this huge stack trace: (part pasted)
===
Caused by: com.xpn.xwiki.XWikiException: Error number 3003 in 3: Exception
while manipulating the archive for doc 
Wrapped Exception: Parse error at line 1, column 102.  Encountered: Mittal
at
com.xpn.xwiki.doc.XWikiDocumentArchive.setArchive(XWikiDocumentArchive.java:75)
... 53 more


This seems some know issue and xwiki has issued a FixRCS.xar as a fix to
this issue

I imported this file and installed it and followed the steps on the page
imported.

Then I get the following error:
==
com.xpn.xwiki.XWikiException: Error number 3212 in 3: Exception while
loading archive -1,991,671,769 Wrapped Exception: exception setting property
value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for
more info) setter of com.xpn.xwiki.doc.XWikiDocumentArchive.setArchive


Any idea where am I going wrong.
Was my default application right (I had downloaded it from the xwiki.org)
FixRCS.xar was found on the jira site as an attachment, is the version of
this file correct.
I am attaching this for reference.

Thanks
Sachin
http://www.nabble.com/file/p14149713/FixRCS.xar FixRCS.xar 
-- 
View this message in context: 
http://www.nabble.com/Help-with-initial-xwiki-configuration-tf4942816.html#a14149713
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Documentation?

2007-12-19 Thread Sachn Mittal

many of the old links have been broken or moved to other sub wikis.
saying the old xwiki.org has now been moved to enterprise.xwiki.org is not
correct as some of the links have been moved to dev.xwiki.org.

I think on main page of xwiki.org all the sub wikis should be listed
mentioning what each is used for.
each sub wiki should have its own quick links sections on the right.
also I see that in some sub wiki the links on the right pane points to the
another sub wiki.
Like enterprise as links to platform etc ..

I think we need much better organization then we have at present.

Thanks
Sachin


vmassol wrote:
 
 I'm curious to know. Do others have this issue finding documentation  
 too?
 
 Thanks
 -Vincent
 
 On Dec 19, 2007, at 12:11 PM, Thomas Mortagne wrote:
 
 Hi,

 You can find documentation by product using the XWiki Ecosystem  
 panel.

 For example if you search XWiki Enterprise documentation you click on
 XWiki Enterprise that go to
 http://enterprise.xwiki.org/xwiki/bin/view/Main/ where you find a
 Quick Links panel containing documentation.for XE.

 2007/12/19, Esbach, Brandon [EMAIL PROTECTED]:



 Hi all,

 Probably missing the link somewhere, but I can't seem to find any  
 links for
 the documentation on the xwiki.org site?

 Brandon Esbach
 Software Engineer
 Wireless Systems Segment
 Tyco Electronics
 4 Eastgate Road
 Eastgate
 Little Island
 Co. Cork
 Ireland
 Tel: +353-21-4808305
 Email: [EMAIL PROTECTED]
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




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

-- 
View this message in context: 
http://www.nabble.com/Documentation--tp14414869p14420756.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] Comments and attachments in a xwiki page

2008-01-18 Thread Sachn Mittal

Hi,
I see that any page we create in xwiki has a comments and attachment section
attached below the contents.
Is there any way to configure it to not show up.
I can do this by modifying the velocity template, but wanted it as part of
configuration setting.
Another thing I notice is that Comments and attachments section is part of a
panel in the panel application.
So one can always add it to left or right pane, thus it does not make much
sense to have it (by default) below every page.

Lastly I see that in panels application we can configure the left and right
panes. There should also be an option to configure top and bottom so as to
complete a border layout. Thus tomorrow we can move this comments and
attachments section in the bottom (for whatever spaces we need).

Let me know you suggestions on these.

Thanks
Sachin

-- 
View this message in context: 
http://www.nabble.com/Comments-and-attachments-in-a-xwiki-page-tp14949795p14949795.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Comments and attachments in a xwiki page

2008-01-21 Thread Sachn Mittal

yes currently I am modifying the skin.

The extension you have talked about would also work once released.

Thanks
Sachin



vmassol wrote:
 
 

 Thanks for the link.

 I meant was that there is a panel named Shortcuts which has both  
 Comments
 and Attachments section that can be placed either on left or right.  
 If we
 had a bottom layout then we could have placed it there too.
 
 But placing panels in a bottom layout doesn't mean much IMO. Panels  
 are not meant to have a reduced vertical size. I think what you wanted  
 is not Panels in the current sense but extension points in the skin to  
 be able to add/modify content anywhere.
 
 This is the UI extension design we've been discussing for some time on  
 the dev mailing list. It's planned for the future but no hard date has  
 been set.
 
 BTW you could still achieve this right today using some javascript.  
 Exactly like what is done by Greasemonkey
 (http://en.wikipedia.org/wiki/Greasemonkey 
 ). Of course it's even easier to just modify the skin... ;)
 
 Thanks
 -Vincent
 
 

-- 
View this message in context: 
http://www.nabble.com/Comments-and-attachments-in-a-xwiki-page-tp14949795p15003473.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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