[xwiki-users] mysql connectivity

2008-04-10 Thread project_trainees
Hi all, We are using XE 1.2.1 and Mysql 5.0, we created a Todo application by following this http://www.theserverside.com/tt/articles/article.tss?l=XWiki and it is possible to add and display data in a filterable table. We have to fetch and insert the inserted data into a Mysql table,

[xwiki-users] to fetch the IP address of the currently logged in user.

2008-04-10 Thread Shruti Modi
Hi I want to fetch the following things for the currently written comments from xwiki: 1. IP address of the comment submitter 2. permanent location of the entry the comment was submitted to 3. URL of the commenter. 4. Key value pair for every http header sent with the request 5. E-mail addres

[xwiki-users] Issue when using foreign database

2008-04-10 Thread project_trainees
Hi, For a local database in mysql, we wrote this code, but neither give any error nor display the details. Where is my fault? #set ($mydb=$xwiki.sql.getDatabase('test')) #foreach($row in $mydb.executeQuery( "select Name, RNo from student") ) $row.getString("Name")

[xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread project_trainees
Hi, "Configure JNDI data store in application container, where you xwiki instance is running." How it should be done ? can any one help? Regards, Project trainees. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/

[xwiki-users] Xwiki not showing it contents.

2008-04-10 Thread ranga.fernando
Hi, I have just installed xwiki in ubuntu 7.10. With sun java 1.6 ( I upgraded it from 1.5 to 1.6) tomcat 5.5 mysql 5 When I try viewing the application in my localhost. http://192.168.1.10:8180/xwiki/ it will redirect to http://192.168.1.10:8180/xwiki/bin/view/Main/WebHome. But nothing is displa

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread Aleksandar Vidakovic
Salut project trainees, I use XWiki 1.3 and changed the hibernate.cfg.xml like this: [config] http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> false true java:jdbc/XWikiDS org.hibernate.dialect.PostgreSQLDialect [/config]

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread project_trainees
Hi, We are using XE 1.2.1 and Mysql 5.0. I configured hibernate.cfg.xml using the given code but it showing an error when pointing the browser to http://localhost:8181/xwiki/bin/view/main/webhome HTTP ERROR: 500 Error number 3 in 0: Could not initialize main XWiki context Wrapped Except

Re: [xwiki-users] Xwiki not showing it contents.

2008-04-10 Thread Sergiu Dumitriu
ranga.fernando wrote: > sun java 1.6 ( I upgraded it from 1.5 to 1.6) > tomcat 5.5 > Caused by: java.lang.UnsatisfiedLinkError: > /usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre/lib/i386/libawt.so: Can't load IA > 32-bit .so on a IA 32-bit platform This is the important error, and it shows that your jv

Re: [xwiki-users] Xwiki not showing it contents.

2008-04-10 Thread Ranga Fernando
Hi Sergiu, Any suggestion how to fix this issue in Ubuntu ? I'm kind a new to Linux and very much appreciate your help on this. BR Ranga On 4/10/08, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote: > > ranga.fernando wrote: > > > sun java 1.6 ( I upgraded it from 1.5 to 1.6) > > tomcat 5.5 > > > Cause

Re: [xwiki-users] Problems on customizing xwiki --copyright, logo, panel

2008-04-10 Thread Mike Oliver
Did you ever solve issue #2? I have that same issue. Ollie RocRen wrote: > > .2. I replace the logo following the instruction on xwiki.org, > attached my logo to /xwiki/bin/view/XWiki/DefaultSkin > and edited objects for my logo. Every logo inside xwiki is > ok, but the logo in

[xwiki-users] new skin example

2008-04-10 Thread riccardo grazioli
Hi Hosam! Thanks, i've done what you said and goes better... I found that modify css properties is not very diffucult, but when I want to change the structure of .vm templates is a little bit complicate ande sometimes I cant do all I want... I think I must go in depth of my velocity ability 'c

[xwiki-users] Pb with last trunk version

2008-04-10 Thread Fabien
Hi, I get all sources from svn repository and compile them. The status at the end of the compilation said that all build where successful. I move the *war file found into the following /xwiki/trunks/xwiki-product-enterprise/web/target to the tomcat webapps. I also modified the hibernate.cfg.xml

[xwiki-users] Can I simulate Registration and Login form?

2008-04-10 Thread riccardo grazioli
Hi, I'd like to link xWiki to a WebSite I'm developing. I've to simulate registration and login-in submission xwiki because access to xwiki is already restricted to registered user of my web application, but I can't easily (and fastly) understand interaction between struts and velocity. What I

Re: [xwiki-users] Unknown entity: com.xpn.xwiki.plugin.activitystream.impl.ActivityEventImpl

2008-04-10 Thread Jerome Velociter
> ic. In the standalone distribution, the hibernate.cfg.xml is updated, but > it's not the case for the war distribution that I am using. (in fact, i've > double checked before I sent my last message! :-) ) Indeed, you are right. I've fixed this (see http://jira.xwiki.org/jira/browse/XWS-59) so th

Re: [xwiki-users] Pb with last trunk version

2008-04-10 Thread Thomas Mortagne
Hi, On Thu, Apr 10, 2008 at 4:48 PM, Fabien <[EMAIL PROTECTED]> wrote: > Hi, > > I get all sources from svn repository and compile them. > > The status at the end of the compilation said that all build where > successful. > > I move the *war file found into the following > /xwiki/trunks/xwiki

Re: [xwiki-users] Configuring JNDI data sourse

2008-04-10 Thread Aleksandar Vidakovic
To use JNDI you have to define a datasource (it seems that you haven't done this). The configuration of a datasource depends on which container you use. In your case (Jetty) go to http://docs.codehaus.org/display/JETTY/JNDI and see section "Configuring DataSources". Cheers, Aleks [EMAIL PROT

Re: [xwiki-users] Only Admin Users can access Main space

2008-04-10 Thread Glenn Everitt
Thanks for the link Ricardo I reviewed that again and it helped me understand the code more clearly. I think I may have found an issue not sure yet if it solves my problem. If I add a group and give is some global rights and then delete the group the group is still in the XWikiPreferences docume

Re: [xwiki-users] Xwiki not showing it contents.

2008-04-10 Thread Sergiu Dumitriu
Ranga Fernando wrote: > Hi Sergiu, > Any suggestion how to fix this issue in Ubuntu ? > I'm kind a new to Linux and very much appreciate your help on this. No idea, as I'm not an Ubuntu user. Better try in an Ubuntu forum, or a java forum. > BR > Ranga > > > On 4/10/08, Sergiu Dumitriu <[EMAIL

Re: [xwiki-users] Xwiki not showing it contents.

2008-04-10 Thread Ranga Fernando
Thx Sergiu. I will try .. BR On 4/10/08, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote: > > Ranga Fernando wrote: > > Hi Sergiu, > > Any suggestion how to fix this issue in Ubuntu ? > > I'm kind a new to Linux and very much appreciate your help on this. > > No idea, as I'm not an Ubuntu user. Better

Re: [xwiki-users] Pb with last trunk version

2008-04-10 Thread Fabien
Thanks Thomas, I will tried that. Is there something specific to do to get AspectJ working ? or in Maven ? Fabien On Thu, Apr 10, 2008 at 5:23 PM, Thomas Mortagne <[EMAIL PROTECTED]> wrote: > Hi, > > On Thu, Apr 10, 2008 at 4:48 PM, Fabien <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I get all

Re: [xwiki-users] Pb with last trunk version

2008-04-10 Thread Thomas Mortagne
On Thu, Apr 10, 2008 at 5:56 PM, Fabien <[EMAIL PROTECTED]> wrote: > Thanks Thomas, I will tried that. > > Is there something specific to do to get AspectJ working ? or in Maven ? As far as I know there is nothing to do, sometime maven don't build AspectJ files. But it's very rare (I never had th

Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Mike Oliver
This works great for a single page, so what about a space? -- View this message in context: http://www.nabble.com/changing-some-layout-details-in-a-single-page-tp16040881p16612682.html Sent from the XWiki- Users mailing list archive at Nabble.com. __

Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Sergiu Dumitriu
Mike Oliver wrote: > This works great for a single page, so what about a space? > Just edit the space preferences. -- Sergiu Dumitriu http://purl.org/net/sergiu/ ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Issue when using foreign database

2008-04-10 Thread rssh
On Thu, 10 Apr 2008 02:25:30 -0700 (PDT), project_trainees wrote > Hi, > > For a local database in mysql, we wrote this code, but neither > give any error nor display the details. Where is my fault? > > #set ($mydb=$xwiki.sql.getDatabase('test')) > > #foreach($row in $mydb.executeQuery( >

Re: [xwiki-users] WYSIWYG Editor for TextArea Class Property

2008-04-10 Thread Paul R. Saxman
Hello Ricardo, Thank you for your response. The tutorial that I followed is at http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial. I didn't follow the process explicitly, but did follow the same procedure described for creating my class properties. Unfortunately, the tutorial sho

Re: [xwiki-users] changing some layout details in a single page

2008-04-10 Thread Mike Oliver
Sergiu Dumitriu-2 wrote: > > Just edit the space preferences. > Of course, I realized just a second or so AFTER hitting submit. Ollie -- View this message in context: http://www.nabble.com/changing-some-layout-details-in-a-single-page-tp16040881p16617836.html Sent from the XWiki- Users mail

Re: [xwiki-users] Random logoff when using LDAP authenticator

2008-04-10 Thread Frantisek Kall
Hi Benjamin, I have the similar problem with logging off AD users. I haven't solution yet, but I found workaround - I am not sure if it help you but you can try it. Problem with logging of starts when user switch to advance editing mode - in user home page. After switch to advance mode is created

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 RC1 Released

2008-04-10 Thread Mike Oliver
vmassol wrote: > > * Added ability to customize the email template for the Watchlist > feature (the email template is located in the XWiki.WatchListMessage > page). > Ok great, how? The current WatchListMessage is blank but the WatchList messages I get every hour are not, I tried add

Re: [xwiki-users] Random logoff when using LDAP authenticator

2008-04-10 Thread Benjamin Leung
That's interesting. Thanks! Yeh.. I figured a work around too. I change the setting of the 'ldap sync group' from 'always' to 'create'. This requires more micro management because I have to update the group membership from within xwiki.. Cheers On Thu, Apr 10, 2008 at 4:59 PM, Frantisek Kall <

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 RC1 Released

2008-04-10 Thread Guillaume Lerouge
Hi Mike, > * Added ability to customize the email template for the Watchlist > > feature (the email template is located in the XWiki.WatchListMessage > > page). > > > Ok great, how? The current WatchListMessage is blank but the WatchList > messages I get every hour are not, I tried adding t

[xwiki-users] adding users do not work

2008-04-10 Thread David Hláčik
Hi i have a xwiki enterprise 1.4milestone1 installed , using tomcat as container mysql as database backend. My xwiki is working great, but adding users is not working at all. I also imported default xar file to have "basic demo" data. When i will log as Admin, with pass admin , and click on Users

Re: [xwiki-users] adding users do not work

2008-04-10 Thread Sergiu Dumitriu
David Hláčik wrote: > Hi i have a xwiki enterprise 1.4milestone1 installed , using tomcat as > container mysql as database backend. > > My xwiki is working great, but adding users is not working at all. > I also imported default xar file to have "basic demo" data. > When i will log as Admin, with

Re: [xwiki-users] Problems on customizing xwiki --copyright, logo, panel

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi! Mike Oliver wrote: > Did you ever solve issue #2? I have that same issue. > > Ollie > > RocRen wrote: > >> .2. I replace the logo following the instruction on xwiki.org, >> attached my logo to /xwiki/bin/view/XWiki/DefaultSkin >> and edited objects for my logo. Every logo i

Re: [xwiki-users] Only Admin Users can access Main space

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Glenn, Glenn Everitt wrote: > Thanks for the link Ricardo I reviewed that again and it helped me understand > the code more clearly. I think I may have found an issue not sure yet if it > solves my problem. If I add a group and give is some global rights and then > delete the group the group

[xwiki-users] clean install xwiki , without default xar add users

2008-04-10 Thread David Hláčik
Hi, i have installed clean xwiki enterprise 1.3.1 using tomcat as container mysql as database, everything working fine. How can i now add users? I can acess administration menu without problem , but adding users just not work (Internet Explorer on Windows Vista SP1). It is some kind of my error (se

Re: [xwiki-users] Only Admin Users can access Main space

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Glenn, Glenn Everitt wrote: > Thanks for the link Ricardo I reviewed that again and it helped me understand > the code more clearly. I think I may have found an issue not sure yet if it > solves my problem. If I add a group and give is some global rights and then > delete the group the group

Re: [xwiki-users] clean install xwiki , without default xar add users

2008-04-10 Thread Sergiu Dumitriu
David Hláčik wrote: > Hi, > i have installed clean xwiki enterprise 1.3.1 using tomcat as container > mysql as database, everything working fine. > How can i now add users? I can acess administration menu without problem , > but adding users just not work (Internet Explorer on Windows Vista SP1). >

Re: [xwiki-users] Issue when using foreign database

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Ruslan, rssh wrote: > 1. check is xwikisql is added as plugin. > 2. Try to enable logging of xwikisql > (i.e. add to /WEB-INF/classes/log4j.properties next string > > log4j.logger.ua.gradsoft.xwikisql=debug > ) > > Please, is not this also a requirement?... *Configure JNDI data store in ap

[xwiki-users] Cant add attachments with toucan skin

2008-04-10 Thread marlon hendred
Hello, i just dled 1.3.1 stable and i try to add an attatchment with the toucan skin but i cant. I click on attatchment and nothing happenens. But if i switch to the albatross skin and click attatchment, the little attatchment window drops down and I can add stuff. Has this happened to anyone else?

Re: [xwiki-users] Cant add attachments with toucan skin

2008-04-10 Thread Guillaume Lerouge
Hi Marlon, > i just dled 1.3.1 stable and i try to add an attatchment with the toucan > skin but i cant. I click on attatchment and nothing happenens. But if i > switch to the albatross skin and click attatchment, the little attatchment > window drops down and I can add stuff. Has this happened t

Re: [xwiki-users] Issue when using foreign database

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
rssh wrote: > 1. check is xwikisql is added as plugin. > 2. Try to enable logging of xwikisql > (i.e. add to /WEB-INF/classes/log4j.properties next string > > log4j.logger.ua.gradsoft.xwikisql=debug > ) > Sorry if this question is too basic or simply stupid... May I create this log4j.propertie

Re: [xwiki-users] Cant add attachments with toucan skin

2008-04-10 Thread marlon hendred
client: OS X 10.5 firefox 3 b5. xwiki is in a tomcat container (v. 5.5.12) and the java version is 1.5 On Thu, Apr 10, 2008 at 3:51 PM, Guillaume Lerouge <[EMAIL PROTECTED]> wrote: > Hi Marlon, > > > > i just dled 1.3.1 stable and i try to add an attatchment with the toucan > > skin but i cant.

Re: [xwiki-users] WYSIWYG Editor for TextArea Class Property

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Paul, Paul R. Saxman wrote: > Hello Ricardo, > > Thank you for your response. The tutorial that I followed is at > http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial. I didn't > follow the process explicitly, but did follow the same procedure > described for creating my class pr

Re: [xwiki-users] Cant add attachments with toucan skin

2008-04-10 Thread Guillaume Lerouge
Weird. client: OS X 10.5 firefox 3 b5. I'm running the very same configuration (I think that's the one that matters since it's probably a layout / css / js issue) on a local XWiki instance and everything's working fine... Do you have Firebug enabled? If you do, do you see a javascript error of a

Re: [xwiki-users] WYSIWYG Editor for TextArea Class Property

2008-04-10 Thread Guillaume Lerouge
There's an additional thing to check : in your own user profile, you can decide which editor you want to use and this setting overwrites any other one you might have made. Have you checked the edition of the class with a "dummy" account as well ? Guillaume _

Re: [xwiki-users] Can I simulate Registration and Login form?

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Riccardo, riccardo grazioli wrote: > Hi, > I'd like to link xWiki to a WebSite I'm developing. > > I've to simulate registration and login-in submission xwiki because access to > xwiki is already restricted to registered user of my web application, but I > can't easily (and fastly) understan

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 RC1 Released

2008-04-10 Thread Mike Oliver
Bingo! Thanks Guillaume Lerouge wrote: > > I think that's because you edited the page in wiki mode rather than in > object edition mode. Try going to http:/// > xwiki/bin/edit/XWiki/WatchListMessage?editor=object and there you'll find > the template :-) > > Guillaume > -- View this message

[xwiki-users] xwiki doc

2008-04-10 Thread David Hláčik
Hi, is there any xwiki documentation off the documetation project on xwiki.org , or book? Thanks D. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Issue when using foreign database

2008-04-10 Thread rssh
On Fri, 11 Apr 2008 01:05:18 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote > rssh wrote: > > 1. check is xwikisql is added as plugin. > > 2. Try to enable logging of xwikisql > > (i.e. add to /WEB-INF/classes/log4j.properties next string > > > > log4j.logger.ua.gradsoft.xwikisql=debu

Re: [xwiki-users] Issue when using foreign database

2008-04-10 Thread rssh
On Fri, 11 Apr 2008 00:46:20 +0200, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote > Hi Ruslan, > > rssh wrote: > > 1. check is xwikisql is added as plugin. > > 2. Try to enable logging of xwikisql > > (i.e. add to /WEB-INF/classes/log4j.properties next string > > > > log4j.logger.ua.gradso

Re: [xwiki-users] WYSIWYG Editor for TextArea Class Property

2008-04-10 Thread Vincent Massol
On Apr 11, 2008, at 1:37 AM, Guillaume Lerouge wrote: > There's an additional thing to check : in your own user profile, you > can > decide which editor you want to use and this setting overwrites any > other > one you might have made. Have you checked the edition of the class > with a > "d

Re: [xwiki-users] xwiki doc

2008-04-10 Thread Vincent Massol
On Apr 11, 2008, at 2:59 AM, David Hláčik wrote: > Hi, is there any xwiki documentation off the documetation project on > xwiki.org , or book? yes -Vincent PS: If you want a longer answer you'll need to ask a longer question :) ___ users mailing list