Hi,
Anyone tried these?
-- adjust the time on event calendar, so that the shaded 'today' matches local time?
-- modify the upper right corner of the s5-xwiki presentation to show local logo?
Thanks.
Wei-hsing
I am *very* new to xwiki. I am trying to install it on a server which
already has a postgres
install. In order to start, I would therefore prefer something full java
i.e. with hsqldb. Is there
an existing archive *ready* to use with this kind of setting ? Or does
somebody can point me to
the modification I should do for this to work based on the standard war
file.
Thanks
PS: I am running tomcat 5.0.28
PS2: I remember that such a version was available in the past - but
can't find it now.
--
Guillaume ALLEON
http://guillaume.alleon.free.fr/
I'm getting the following exception. Any suggestion what I should be looking
at:
2006-06-02 15:43:23 StandardWrapperValve[action]: Servlet.service() for
servlet
action threw exception
java.lang.NoSuchMethodError:
org.apache.commons.dbcp.BasicDataSourceFactory.crea
teDataSource(Ljava/util/Properties;)Ljavax/sql/DataSource;
at com.xpn.xwiki.store.DBCPConnectionProvider.configure
(DBCPConnectionPr
ovider.java:174)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvi
der(ConnectionProviderFactory.java:80)
at org.hibernate.cfg.SettingsFactory.createConnectionProvider
(SettingsFa
ctory.java:349)
at org.hibernate.cfg.SettingsFactory.buildSettings(
SettingsFactory.java:
58)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java
:1509
)
at org.hibernate.cfg.Configuration.buildSessionFactory(
Configuration.jav
...
Thanks
Duke
Hi,
Relevant Stats:
Fedora Core 4 / JBoss 4.0.4 / XWiki 0.9.840 / MySQL
5.0
I want to be able to introduce a new tag - like {table}, but
with a different style. {table style="foo"} as an extension would be good.
I found things like TableMacro, TableBuilder, as starting points but could
not find Table.java (which they use).
So, two questions
1) Am I on the right track with the TableBuilder and Table classes?
2) Is there docs on how to include a new macro (via a plugin,
perhaps?)
-Adrian
Adrian Hall
Sr. Product Line Manager
Technology Partnerships
ahall(a)mirapoint.com
Ph: (408) 667-4977
MSN: ahall(a)mirapoint.com
Skype: adrianhall
Tom Stone
Network Administrator
Hi,
Thanks for all your help I successfully moved my XWiki installation from my PC to A Windows 2003 server.
I used Brandon's instructions which included installing all of the sever software, downloading the war file and then putting this in the webapps folder.
At this point I restored the database - then created a user and gave it full rights to the database.
This got me up and running.
Cheers
Tom
Hi all, thanks for the constant updates and info.
I'm trying to view the xwikiattachment_content table rows and columns in
the windows command line but I don't get any meaningful results. The
MySql command is select * from xwikiattachment_content. I get a series
of several dotted lines followed by endless characters and the computer
starts beeping endlessly until I have to close the command line
interface. I'm doing a project on xwiki and I need to document the
contents of each table. What can I do?