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

2008-04-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi!

Paul R. Saxman wrote:
 Hello All,

 I've configured a class and added a text area property in the same 
 manner described in the FAQs tutorial, 

Please, could you post here the link to the tutorial you have followed? 
I would like to reproduce what you are doing. Thanks!

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[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'))
table
#foreach($row in $mydb.executeQuery(
select Name, RNo from student) )
 tr

  td $row.getString(Name) /td
  td $row.getLong(RNo) /td
 /tr
#end
/table


THANks.



.
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, can
any   one help us?

Thanks in advance,

Regards,
Project Trainees.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[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/users


[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 displaying in the browser. I mean its a blank page.
But when I look at my
/var/lib/tomcat5.5/conf/xwiki.log
I have this error.
//--- Start Error
---//
2008-04-10 12:33:06,267 [] [main] ERROR [localhost].[/xwiki]-
action: null
com.octo.captcha.module.CaptchaModuleException: Error during Service Class
initialization
at
com.octo.captcha.module.config.CaptchaModuleConfig.validate(CaptchaModuleConfig.java:196)
at
com.octo.captcha.module.struts.CaptchaServicePlugin.init(CaptchaServicePlugin.java:64)
at
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
at javax.servlet.GenericServlet.init(GenericServlet.java:211)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at
org.apache.catalina.core.StandardService.start(StandardService.java:448)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177)
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
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.image.ColorModel.loadLibraries(ColorModel.java:188)
at java.awt.image.ColorModel.clinit(ColorModel.java:196)
at com.jhlabs.image.WholeImageFilter.init(WholeImageFilter.java)
at com.jhlabs.image.WaterFilter.init(WaterFilter.java)
at
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:503)
at
com.octo.captcha.engine.image.ListImageCaptchaEngine.init(ListImageCaptchaEngine.java:493)
at
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.init(DefaultGimpyEngine.java:494)
at
com.octo.captcha.service.image.DefaultManageableImageCaptchaService.init(DefaultManageableImageCaptchaService.java:32)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at
com.octo.captcha.module.config.CaptchaModuleConfig.validate(CaptchaModuleConfig.java:193)
... 25 more
2008-04-10 12:33:06,279 [] [main] ERROR [localhost].[/xwiki]-
Servlet /xwiki threw load() exception
javax.servlet.UnavailableException
at

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]

?xml version='1.0' encoding='utf-8'?
!DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate 
Configuration DTD//EN
 
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd;
!-- Template for hibernate configuration. processing by maven using 
profiles.
  Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml --
hibernate-configuration
   session-factory

 property name=show_sqlfalse/property
 property name=use_outer_jointrue/property

!--
 property name=dbcp.defaultAutoCommitfalse/property
 property name=dbcp.maxActive50/property
 property name=dbcp.maxIdle5/property
 property name=dbcp.maxWait3/property
 property name=dbcp.whenExhaustedAction1/property
 property name=dbcp.ps.whenExhaustedAction1/property
 property name=dbcp.ps.maxActive20/property
 property name=dbcp.ps.maxWait12/property
 property name=dbcp.ps.maxIdle20/property
--

 !-- Datasource configuration. --
 property name=connection.datasourcejava:jdbc/XWikiDS/property
 property 
name=dialectorg.hibernate.dialect.PostgreSQLDialect/property
 mapping resource=xwiki.hbm.xml/
 mapping resource=feeds.hbm.xml/

   /session-factory
/hibernate-configuration

[/config]

Hope this helps.

Cheers,

Aleks

[EMAIL PROTECTED] wrote:
 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/users
 

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


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 Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse configuration:
file:/C:/xwiki_home/webapps/xwiki/WEB-INF/hibernate.cfg.xml

RequestURI=/xwiki/bin/view/main/webhome

Powered by Jetty://

Can U help?

Thanks.
Regards,
Project trainees.

Aleks wrote:
Salut project trainees,

 I use XWiki 1.3 and changed the hibernate.cfg.xml like this:

 [config]

 ?xml version='1.0' encoding='utf-8'?
 !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
 Configuration DTD//EN

 http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd;
 !-- Template for hibernate configuration. processing by maven using
 profiles.
   Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml --
 hibernate-configuration
session-factory

  property name=show_sqlfalse/property
  property name=use_outer_jointrue/property

 !--
  property name=dbcp.defaultAutoCommitfalse/property
  property name=dbcp.maxActive50/property
  property name=dbcp.maxIdle5/property
  property name=dbcp.maxWait3/property
  property name=dbcp.whenExhaustedAction1/property
  property name=dbcp.ps.whenExhaustedAction1/property
  property name=dbcp.ps.maxActive20/property
  property name=dbcp.ps.maxWait12/property
  property name=dbcp.ps.maxIdle20/property
 --

  !-- Datasource configuration. --
  property name=connection.datasourcejava:jdbc/XWikiDS/property
  property
 name=dialectorg.hibernate.dialect.PostgreSQLDialect/property
  mapping resource=xwiki.hbm.xml/
  mapping resource=feeds.hbm.xml/

/session-factory
 /hibernate-configuration

 [/config]

 Hope this helps.

 Cheers,

 Aleks

 [EMAIL PROTECTED] wrote:
 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/users


 ___
 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


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 jvm is not properly 
installed. Searching a bit on the internet suggests that the 
LD_LIBRARY_PATH variable is not properly set.

Bottom line? Ubuntu sux, try Gentoo :)
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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 login page still remained xwiki.org logo.
 (I set anyone must regist and login befor seeing anything in
 my xwiki).
  
 

-- 
View this message in context: 
http://www.nabble.com/Problems-on-customizing-xwiki---copyright%2C-logo%2C-panel-tp12537769p16608834.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] 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 to point to the right database, and I
now get the following error.

*type* Exception report

*message*

*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*

*exception*

javax.servlet.ServletException: Servlet execution threw an exception

com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)

*root cause*

java.lang.NoSuchMethodError: com.xpn.xwiki.XWiki.isVirtual()Z

com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin.java:97)

com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:147)

com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83)

com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:112)
com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:893)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:821)
com.xpn.xwiki.XWiki.init(XWiki.java:744)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:315)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:512)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)

*note* *The full stack trace of the root cause is available in the Apache
Tomcat/5.5 logs.*

What do I forget ?


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


[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 think is to register new xWiki user when they register in my WebSite, 
and to automatically submit the login form and data when they want to access to 
xwiki.

Can anyone give me a hand? Some Ideas? 

Thanks!
Riccardo Grazioli
[EMAIL PROTECTED]
Web Developer

--


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


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-product-enterprise/web/target to the tomcat webapps.

  I also modified the hibernate.cfg.xml to point to the right database, and I
  now get the following error.

  *type* Exception report

  *message*

  *description* *The server encountered an internal error () that prevented it
  from fulfilling this request.*

  *exception*

  javax.servlet.ServletException: Servlet execution threw an exception
 
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)

  *root cause*

  java.lang.NoSuchMethodError: com.xpn.xwiki.XWiki.isVirtual()Z
 
 com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin.java:97)
 
 com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:147)
 
 com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83)
 
 com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:112)
 com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:893)
 com.xpn.xwiki.XWiki.initXWiki(XWiki.java:821)
 com.xpn.xwiki.XWiki.init(XWiki.java:744)
 com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:315)
 com.xpn.xwiki.XWiki.getXWiki(XWiki.java:512)
 com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
 
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
 
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
 
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)

Seems AspectJ build failed in the xwiki-core jar. I see in other mails
that maven AspectJ plugin does not do his job sometimes. You should
try to rebuild xwiki-core.


  *note* *The full stack trace of the root cause is available in the Apache
  Tomcat/5.5 logs.*

  What do I forget ?


  Fabien
  ___
  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


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 PROTECTED] wrote:
 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 Exception: Error number 3001 in 3: Cannot load class
 com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
 from param xwiki.store.migration.manager.class
 Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
 Wrapped Exception: Could not parse configuration:
 file:/C:/xwiki_home/webapps/xwiki/WEB-INF/hibernate.cfg.xml
 
 RequestURI=/xwiki/bin/view/main/webhome
 
 Powered by Jetty://
 
 Can U help?
 
 Thanks.
 Regards,
 Project trainees.
 
 Aleks wrote:
 Salut project trainees,
 I use XWiki 1.3 and changed the hibernate.cfg.xml like this:

 [config]

 ?xml version='1.0' encoding='utf-8'?
 !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
 Configuration DTD//EN

 http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd;
 !-- Template for hibernate configuration. processing by maven using
 profiles.
   Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml --
 hibernate-configuration
session-factory

  property name=show_sqlfalse/property
  property name=use_outer_jointrue/property

 !--
  property name=dbcp.defaultAutoCommitfalse/property
  property name=dbcp.maxActive50/property
  property name=dbcp.maxIdle5/property
  property name=dbcp.maxWait3/property
  property name=dbcp.whenExhaustedAction1/property
  property name=dbcp.ps.whenExhaustedAction1/property
  property name=dbcp.ps.maxActive20/property
  property name=dbcp.ps.maxWait12/property
  property name=dbcp.ps.maxIdle20/property
 --

  !-- Datasource configuration. --
  property name=connection.datasourcejava:jdbc/XWikiDS/property
  property
 name=dialectorg.hibernate.dialect.PostgreSQLDialect/property
  mapping resource=xwiki.hbm.xml/
  mapping resource=feeds.hbm.xml/

/session-factory
 /hibernate-configuration

 [/config]

 Hope this helps.

 Cheers,

 Aleks

 [EMAIL PROTECTED] wrote:
 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/users

 ___
 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
 

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


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 document in a
XWiki.XWikiGlobalRights object.  It seems like when the group is deleted the
group reference in XWikiGlobalRights object should also be removed.  Can you
verify this?  I'll open a jira issue if you also believe it is a problem.
Thanks
Glenn Everitt
-- 
View this message in context: 
http://www.nabble.com/Only-Admin-Users-can-access-Main-space-tp16421644p16609883.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] 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 PROTECTED] wrote:
 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 jvm is not properly
 installed. Searching a bit on the internet suggests that the
 LD_LIBRARY_PATH variable is not properly set.

 Bottom line? Ubuntu sux, try Gentoo :)
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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 try in an Ubuntu forum, or a
 java forum.

  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
  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 jvm is not properly
  installed. Searching a bit on the internet suggests that the
  LD_LIBRARY_PATH variable is not properly set.
 
  Bottom line? Ubuntu sux, try Gentoo :)
 --
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 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


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.

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


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] 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 
shows the WYSIWYG editor, and I only get a plain HTML textarea.

Thanks again,
Paul S.


[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
 Hi!

 Paul R. Saxman wrote:
   
 Hello All,

 I've configured a class and added a text area property in the same 
 manner described in the FAQs tutorial, 
 

 Please, could you post here the link to the tutorial you have followed? 
 I would like to reproduce what you are doing. Thanks!

 Cheers,

 Ricardo

   

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


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 mailing list archive at Nabble.com.

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


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 XWiki.TagClass
in user object. When you edit this object and remove XWiki.TagClass logging
off stopped. 
Try this and let me know if it helped.

Frantisek


Benjamin Leung-2 wrote:
 
 Hi Thomas,
 
 I do not get randomly logged off when I login in using xwiki's account
 like
 Admin/admin, it only happens when I logon using an LDAP (Active Directory)
 account.  I'm not saying that it's the LDAP authenticator's problem, but
 it
 surely smell a lot like it.
 
 Thank you for your attention,
 
 Ben
 
 On Mon, Apr 7, 2008 at 4:46 AM, Thomas Mortagne
 [EMAIL PROTECTED]
 wrote:
 
 Hi,

 This looks like OSCache problem. As I can see in the code you can have
 this error when OSCache failed to create a new cache and then all that
 try to acces this cache fail, here the XWiki group service. I'm not an
 OSCache expert so I have no idea of what could cause this.

 Maybe someone has an idea...

 On Fri, Apr 4, 2008 at 4:08 PM, Benjamin Leung
 [EMAIL PROTECTED] wrote:
  Hi,
 
   I'm getting randomly logged off when using the LDAP authenticator in
   v1.3.1.  I'm wondering if anyone else is experiencing this.
 
   At the end are the thread dumps I captured in two individual cases and
 a
   snippet of my LDAP configuration.
 
Thanks,
   Benjamin
 
   xwiki.authentication.ldap.UID_attr=sAMAccountName
 
 
 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
   xwiki.authentication.ldap.update_user=0
   xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=CN=Wiki
 Admins
   (omitted the rest)
   xwiki.authentication.ldap.mode_group_sync=always
 
 
   -Thread Dump #1---
 
 
   09:43:53,819 [
   http://bl.local:8080/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist]
   [http-8080-22] ERROR base.Cache  - internal error:
   expected to get a state from key [xwiki:XWiki.bleung]
   09:43:56,334 [
   http://bl.local:8080/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist]
   [http-8080-14] WARN  LDAP.XWikiLDAPAuthServiceImpl   - LDAP
 authentication
   failed.
   java.lang.IllegalStateException: Cannot cancel cache update - current
 state
   (1) is not UPDATE_IN_PROGRESS
at
 
 
 com.opensymphony.oscache.base.EntryUpdateState.cancelUpdate(EntryUpdateState.java:91)
at com.opensymphony.oscache.base.Cache.cancelUpdate(Cache.java:416)
at
 
 
 com.opensymphony.oscache.general.GeneralCacheAdministrator.cancelUpdate(GeneralCacheAdministrator.java:184)
at
 
 
 com.xpn.xwiki.cache.impl.OSCacheCache.cancelUpdate(OSCacheCache.java:126)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl.listGroupsForUser(XWikiGroupServiceImpl.java:163)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl.getAllGroupsNamesForMember(XWikiGroupServiceImpl.java:683)
at
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncGroupsMembership(XWikiLDAPAuthServiceImpl.java:484)
at
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncGroupsMembership(XWikiLDAPAuthServiceImpl.java:450)
at
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:310)
at
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:107)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:194)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:95)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:214)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3297)
at
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:166)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3305)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4249)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:173)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
 
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
 
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
 
 
 

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 [EMAIL PROTECTED] wrote:


 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
 XWiki.TagClass
 in user object. When you edit this object and remove XWiki.TagClass
 logging
 off stopped.
 Try this and let me know if it helped.

 Frantisek


 Benjamin Leung-2 wrote:
 
  Hi Thomas,
 
  I do not get randomly logged off when I login in using xwiki's account
  like
  Admin/admin, it only happens when I logon using an LDAP (Active
 Directory)
  account.  I'm not saying that it's the LDAP authenticator's problem, but
  it
  surely smell a lot like it.
 
  Thank you for your attention,
 
  Ben
 
  On Mon, Apr 7, 2008 at 4:46 AM, Thomas Mortagne
  [EMAIL PROTECTED]
  wrote:
 
  Hi,
 
  This looks like OSCache problem. As I can see in the code you can have
  this error when OSCache failed to create a new cache and then all that
  try to acces this cache fail, here the XWiki group service. I'm not an
  OSCache expert so I have no idea of what could cause this.
 
  Maybe someone has an idea...
 
  On Fri, Apr 4, 2008 at 4:08 PM, Benjamin Leung
  [EMAIL PROTECTED] wrote:
   Hi,
  
I'm getting randomly logged off when using the LDAP authenticator in
v1.3.1.  I'm wondering if anyone else is experiencing this.
  
At the end are the thread dumps I captured in two individual cases
 and
  a
snippet of my LDAP configuration.
  
 Thanks,
Benjamin
  
xwiki.authentication.ldap.UID_attr=sAMAccountName
  
 
 
 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
xwiki.authentication.ldap.update_user=0
  
  xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=CN=Wiki
  Admins
(omitted the rest)
xwiki.authentication.ldap.mode_group_sync=always
  
  
-Thread Dump #1---
  
  
09:43:53,819 [
http://bl.local:8080/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist]
[http-8080-22] ERROR base.Cache  - internal
 error:
expected to get a state from key [xwiki:XWiki.bleung]
09:43:56,334 [
http://bl.local:8080/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist]
[http-8080-14] WARN  LDAP.XWikiLDAPAuthServiceImpl   - LDAP
  authentication
failed.
java.lang.IllegalStateException: Cannot cancel cache update -
 current
  state
(1) is not UPDATE_IN_PROGRESS
 at
  
 
 
 com.opensymphony.oscache.base.EntryUpdateState.cancelUpdate(EntryUpdateState.java:91)
 at com.opensymphony.oscache.base.Cache.cancelUpdate(Cache.java:416)
 at
  
 
 
 com.opensymphony.oscache.general.GeneralCacheAdministrator.cancelUpdate(GeneralCacheAdministrator.java:184)
 at
  
 
 
 com.xpn.xwiki.cache.impl.OSCacheCache.cancelUpdate(OSCacheCache.java:126)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl.listGroupsForUser(XWikiGroupServiceImpl.java:163)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl.getAllGroupsNamesForMember(XWikiGroupServiceImpl.java:683)
 at
  
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncGroupsMembership(XWikiLDAPAuthServiceImpl.java:484)
 at
  
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncGroupsMembership(XWikiLDAPAuthServiceImpl.java:450)
 at
  
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:310)
 at
  
 
 
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:107)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:194)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:95)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:214)
 at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3297)
 at
  
 
 
 com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:166)
 at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3305)
 at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4249)
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:173)
 at
  
 
 
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
 at
  
 
 
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
 at
  

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 text to the
 WatchListMessage and it had no impact on the email notices I got.


I think that's because you edited the page in wiki mode rather than in
object edition mode. Try going to http://server/
xwiki/bin/edit/XWiki/WatchListMessage?editor=object and there you'll find
the template :-)

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


[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 --Add New
user, i will add all credentials and then save, but nothing will happend,
There is simple no user.
Where is the problem?

Thanks!

David
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/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 pass admin , and click on Users --Add New
 user, i will add all credentials and then save, but nothing will happend,
 There is simple no user.
 Where is the problem?
 

This is a known bug in 1.4M1, and it will be fixed soon.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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 inside xwiki is
 ok, but the logo in login page still remained xwiki.org logo.
 (I set anyone must regist and login befor seeing anything in
 my xwiki).
 

Please, could you explicitly set DefaultSkin for XWiki space in Space 
Preferences and see what happens? It worked of my once here, and didn't 
work for other installation. I don't know why. Thanks!

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


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 is still in the XWikiPreferences document in a
 XWiki.XWikiGlobalRights object.  It seems like when the group is deleted the
 group reference in XWikiGlobalRights object should also be removed.  Can you
 verify this?  I'll open a jira issue if you also believe it is a problem.
 Thanks
 Glenn Everitt
   

Confirmed in a XE 1.3.8295 running on Suse Linux 9.0/Tomcat 6.0.10 and 
MySQL 5.0.24a via TCP/IP. Thanks for debugging this!

By the way, have you seen this...

http://www.nabble.com/Admin-rights-td16585830.html

It has been confirmed by [EMAIL PROTECTED]

It is not the same issue, but it seems that there is an object anywhere, 
or several ones, that are conferring this user pseudo admin rights. I 
say pseudo admin because access is rejected to pages/spaces where admin 
rights are required, but he/she is still evaluated as admin. Any idea 
will be welcome! Thanks.

Cheers,

Ricardo


-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[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 (see nothing in xwiki.log or catalina.log) ? Or
i am doing something wrong?

Thanks!

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


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 is still in the XWikiPreferences document in a
 XWiki.XWikiGlobalRights object.  It seems like when the group is deleted the
 group reference in XWikiGlobalRights object should also be removed.  Can you
 verify this?  I'll open a jira issue if you also believe it is a problem.
 Thanks
 Glenn Everitt
   
Confirmed in a XE 1.3.8295 running on Suse Linux 9.0/Tomcat 6.0.10 and 
MySQL 5.0.24a via TCP/IP. Thanks for debugging this!

By the way, have you seen this...

http://www.nabble.com/Admin-rights-td16585830.html

It has been confirmed by [EMAIL PROTECTED]

It is not the same issue, but it seems that there is an object anywhere, 
or several ones, that are conferring this user pseudo admin rights. I 
say pseudo admin because access is rejected to pages/spaces where admin 
rights are required, but he/she is still evaluated as admin. Any idea 
will be welcome! Thanks.

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


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).
 It is some kind of my error (see nothing in xwiki.log or catalina.log) ? Or
 i am doing something wrong?
 
 Thanks!
 
 D.

In the global rights editor, grant register rights to the unregistered 
users.
-- 
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 [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 xwiki-app/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 application container, where you xwiki 
instance is running.

Thanks!

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[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?
Does anyone know how to get attatchments working with the toucan skin?
Thanks in advance.


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


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 to anyone else?
 Does anyone know how to get attatchments working with the toucan skin?


It works fine for me...

Which browser / environment are you using (that will help us try to
reproduce your issue) ?

Guillaume
___
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 [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 xwiki-app/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.properties in classes in XE 1.3 without 
affecting its log functioning?

I remember I've read some document about this, I think written by 
Vincent, but I am not able to find it now. Thanks!

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


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. 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?
  Does anyone know how to get attatchments working with the toucan skin?


 It works fine for me...

 Which browser / environment are you using (that will help us try to
 reproduce your issue) ?

 Guillaume
 ___
 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


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 properties.  Unfortunately, the tutorial 
 shows the WYSIWYG editor, and I only get a plain HTML textarea.

 Thanks again,
 Paul S.
   
I've had no time yet to follow the tutorial but what is the default 
editor you have set for your wiki? Go to Administration  Preferences  
Editing  Default editor to use. Could the plain HTML textarea be just 
the XWiki editor where you see XWiki tagging?

HTH,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
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 xwiki-app/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.properties in classes in XE 1.3 without 
 affecting its log functioning?
 

As I remember, for this you must extract log4j.properties from
lib/xwiki-core-version.jar and put extracted file in classes.  
Than add to log4j.properties additional statements.


 I remember I've read some document about this, I think written by 
 Vincent, but I am not able to find it now. Thanks!
 

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging


 Cheers,
 
 Ricardo
 
 -- 
 Ricardo RodrМguez
 Your EPEC Network ICT Team
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua

___
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 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 xwiki-app/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 application container, where you xwiki 
 instance is running.
 

Yes.  (And if JNDI database reference is not configured -- logging will say 
that)

Other common error -- is try to use one without programming rights.
 

 Thanks!
 
 Ricardo
 
 -- 
 Ricardo RodrМguez
 Your EPEC Network ICT Team
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua

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