Mail Archive Home | exoplatform List | August 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
hello Patrice
I'm trying to store into a DB some information about user's activity (which portlet he visit, if he leave comment...).
I take the idea to modify that file in http://wiki.exoplatform.org/xwiki/bin/view/Products+Tech+Overview/org+exoplatform+services+portletcontainer+monitor+PortletContainerMonitor but I think that exo stores the info into DB simply setting the parameter below into that file:
<property name="hibernate.show_sql" value="false"/>
<property name="hibernate.cglib.use_reflection_optimizer" value="true"/>
<property name="hibernate.connection.url" value="jdbc:hsqldb:mem:temp/data/portal"/>
<property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver"/>
<property name="hibernate.connection.autocommit" value="true"/>
<property name="hibernate.connection.username" value="sa"/>
<property name="hibernate.connection.password" value=""/>
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
<property name="hibernate.c3p0.min_size" value="5"/>
<property name="hibernate.c3p0.max_size" value="20"/>
<property name="hibernate.c3p0.timeout" value="1800"/>
<property name="hibernate.c3p0.max_statements" value="50"/>
where I'm making a mistake?
Date: Fri, 22 Aug 2008 12:43:59 +0200Subject: [exoplatform] Re: Re: collect user activityHello Pierluigi,
It is not clear what you are trying to do. I though you wanted to configure eXo datasources to be mysql instead of the hsql that comes out-of the box ?
Where did you take that idea to modify exo.pc.component.plugins.pc-XX.jar ? I don't see any reason why you would need to do that.
--
Patrice Lamarque
eXo Platform SAS
On Fri, Aug 22, 2008 at 12:29, Pierluigi Perrucci <anarchix85@xxxxxxxxxxx> wrote:hello Patrice
I modified the file conf/configuration.xml in exo.pc.component.plugins.pc-XX.jar : I set the hibernate driver, the username, the password (just like the webapps/portal/WEB-INF/conf/database/database-configuration.xml file). but there is no new information into the DB.
perhaps I have to write some code to write into DB (using exo.pc.component.plugins.pc-XX.jar)?
thank you
Pierluigi Perrucci
Date: Thu, 21 Aug 2008 01:30:32 +0200
From: patrice.lamarque@xxxxxxxxxxxxxxx
To: anarchix85@xxxxxxxxxxx
CC: exoplatform@xxxxxxx
Subject: [exoplatform] Re: collect user activityHello Pierluigi,
You can use the PortletContainerMonitor service to get low level portlet runtime data.
However, there is not yet any facility to collect 'human' activities such as leaving comments.
Additionally, you may learn about database configuration in eXo here : http://wiki.exoplatform.org/xwiki/bin/view/Portal/Database+Configuration
--
Patrice Lamarque
eXo Platform SAS
On Mon, Aug 11, 2008 at 12:44, Pierluigi Perrucci <anarchix85@xxxxxxxxxxx> wrote:hiI am developing a web portal using exo portal (exo-eXoUltimateProduct-r23239-tomcat.zip) and i like to know if there is something to store in a db the user's activity (i.e. which portlet he visit, if he add a comment etc.).
I'd like to know which .xml file I have to set to store ALL data into a mysql db (now, i store only users, groups, membership and something about jbpm).
i thought to use a WS to collect all the information and store them into a DB; it's the right way?
thanks
È gratis! SkyDrive: 5GB di spazio on line per tutti i tuoi files!
--
You receive this message as a subscriber of the exoplatform@xxxxxxx mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxx
For general help: mailto:sympa@xxxxxxx?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Carica subito le tue foto! Metti on-line le foto delle tue vacanze! C'è Spaces!
Carica subito le tue foto! Metti on-line le foto delle tue vacanze! C'è Spaces!
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.