Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/09/2011, 14:43
Avatar de ARICARRARO
ARICARRARO
 
Fecha de Ingreso: diciembre-2010
Ubicación: México
Mensajes: 227
Antigüedad: 14 años
Puntos: 10
Respuesta: ¿Alguien ha creado una wiki?

Tsmbién ya edite el hibernate-config.xml

Código postgres:
Ver original
  1. <!-- PostgreSQL configuration.
  2.          Uncomment if you want to use PostgreSQL and comment out other database configurations. -->
  3.     <property name="connection.url">jdbc:postgresql:xwiki</property>
  4.     <property name="connection.username">xwiki</property>
  5.     <property name="connection.password">xwiki</property>     <!-- xwiki -->
  6.     <property name="connection.driver_class">org.postgresql.Driver</property>
  7.     <property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
  8.     <property name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
  9.     <property name="connection.pool_size">2</property>
  10.     <property name="statement_cache.size">2</property>
  11.     <mapping resource="xwiki.hbm.xml"/>
  12.     <mapping resource="feeds.hbm.xml"/>
  13.     <mapping resource="activitystream.hbm.xml"/>