Hello,

I've configured Nuxeo with LDAP : Nuxeo imports correctly the LDAP users, but 
not the LDAP groups (groups and users in LDAP). I've used the Nuxeo book, but 
the problem still remains. I join you a copy of my ldap-groups-directory.xml 
content and the log at connexion.

Hope you could help me

GREGORY CARLIN 
BECARIO LICENCIADO/MASTER - DIR. SISTEMAS INFORMATICA LEROY MERLIN ES 
SERVICIOS INTERNOS 

============================== 
<?xml version="1.0"?> 
  
<component name="org.nuxeo.ecm.directory.ldap.storage.groups"> 
  <implementation 
    class="org.nuxeo.ecm.directory.ldap.LDAPDirectoryDescriptor" /> 
  <implementation 
    class="org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor" /> 
  <require>org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory</require> 
  
  <!-- the groups LDAP directory for users is required to make this bundle work 
--> 
  <require>org.nuxeo.ecm.directory.ldap.storage.users</require> 
  
  <extension target="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory" 
    point="directories"> 
   
    <directory name="groupDirectory"> 
  
      <!-- Reuse the default server configuration defined for userDirectory --> 
      <server>default</server> 
  
      <schema>group</schema> 
      <idField>groupname</idField> 
  
      <searchBaseDn>ou=ES-LM,o=corp.leroymerlin.com</searchBaseDn> 
      
<searchFilter>(|(objectClass=groupOfUniqueNames)(objectClass=groupOfURLs))</searchFilter>
 
      <searchScope>subtree</searchScope> 
  
      <readOnly>false</readOnly> 
  
      <!-- comment <cache* /> tags to disable the cache --> 
     <!-- cache timeout in seconds --> 
      <cacheTimeout>3600</cacheTimeout> 
  
      <!-- maximum number of cached entries before global invalidation --> 
      <cacheMaxSize>1000</cacheMaxSize> 
  
      <creationBaseDn>ou=groups,dc=example,dc=com</creationBaseDn> 
      <creationClass>top</creationClass> 
      <creationClass>groupOfUniqueNames</creationClass> 
      <rdnAttribute>cn</rdnAttribute> 
  
      <fieldMapping name="groupname">cn</fieldMapping> 
  
      <references> 
  
  
        <!-- LDAP reference resolve DNs embedded in uniqueMember attributes 
  
          If the target directory has no specific filtering policy, it is most 
          of the time not necessary to enable the 'forceDnConsistencyCheck' 
policy. 
  
          Enabling this option will fetch each reference entry to ensure its 
          existence in the target directory. 
        --> 
  
        <ldapReference field="members" directory="userDirectory" 
          forceDnConsistencyCheck="false" 
          staticAttributeId="uniqueMember" 
          dynamicAttributeId="memberURL" /> 
  
        <ldapReference field="subGroups" directory="groupDirectory" 
          forceDnConsistencyCheck="false" 
          staticAttributeId="uniqueMember" 
          dynamicAttributeId="memberURL" /> 
  
        <inverseReference field="parentGroups" 
          directory="groupDirectory" dualReferenceField="subGroups" /> 
  
      </references> 
  
    </directory> 
  
  </extension> 
  
</component> 
============================== 


run.sh: Missing file: /lib/tools.jar 
run.sh: Unexpected results may occur.  Make sure JAVA_HOME points to a   
JDK and not a JRE. 
========================================================================= 

  JBoss Bootstrap Environment 

  JBOSS_HOME: /root/Desktop/Nuxeo 

  JAVA: java 

  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m   
-XX:MaxPermSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000   
-Dsun.rmi.dgc.server.gcInterval=3600000 

  CLASSPATH: /root/Desktop/Nuxeo/bin/run.jar:/lib/tools.jar 

========================================================================= 

10:45:15,045 INFO  [Server] Starting JBoss (MX MicroKernel)... 
10:45:15,045 INFO  [Server] Release ID: JBoss [Zion] 4.0.5.GA (build:   
CVSTag=Branch_4_0 date=200610162339) 
10:45:15,046 INFO  [Server] Home Dir: /home1/nuxeo 
10:45:15,046 INFO  [Server] Home URL: file:/home1/nuxeo/ 
10:45:15,047 INFO  [Server] Patch URL: null 
10:45:15,047 INFO  [Server] Server Name: default 
10:45:15,047 INFO  [Server] Server Home Dir: /home1/nuxeo/server/default 
10:45:15,047 INFO  [Server] Server Home URL: file:/home1/nuxeo/server/default/ 
10:45:15,047 INFO  [Server] Server Log Dir: /home1/nuxeo/server/default/log 
10:45:15,048 INFO  [Server] Server Temp Dir: /home1/nuxeo/server/default/tmp 
10:45:15,048 INFO  [Server] Root Deployment Filename: jboss-service.xml 
10:45:15,243 INFO  [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc. 
10:45:15,243 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM   
1.5.0_11-b03,Sun Microsystems Inc. 
10:45:15,243 INFO  [ServerInfo] OS-System: Linux 2.6.18-53.el5,i386 
10:45:15,446 INFO  [Server] Core system initialized 
10:45:16,839 INFO  [WebService] Using RMI server codebase: http://pdocu1:8083/ 
10:45:16,851 INFO  [Log4jService$URLWatchTimerTask] Configuring from   
URL: resource:log4j.xml 
10:45:23,835 INFO  [SimpleThreadPool] Job execution threads will use   
class loader of thread: main 
10:45:23,850 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 
10:45:23,852 INFO  [RAMJobStore] RAMJobStore initialized. 
10:45:23,852 INFO  [StdSchedulerFactory] Quartz scheduler   
'DefaultQuartzScheduler' initialized from default resource file in   
Quartz package: 'quartz.properties' 
10:45:23,852 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2 
10:45:23,852 INFO  [QuartzScheduler] Scheduler   
DefaultQuartzScheduler_$_NON_CLUSTERED started. 
10:45:33,861 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.EventService 
10:45:33,862 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.remoting.RemotingService 
10:45:33,863 WARN  [ComponentManager] Component was already   
registered:   
service:org.nuxeo.runtime.services.deployment.DeploymentService 
10:45:33,864 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.streaming 
10:45:33,865 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.LoginComponent 
10:45:33,876 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.api.ServiceManagement 
10:45:33,878 WARN  [ComponentManager] Component was already   
registered: service:org.nuxeo.runtime.api.DefaultJBossBindings 
10:45:34,429 ERROR [ComponentManager] Service unknown:   
org.nuxeo.ecm.core.schema.TypeProvider 
(...) 
dlongidclass_, taskactorid_, oldlongvalue_, class_, id_,   
newlongvalue_, newstringidvalue_, parent_, node_, olddoublevalue_,   
newlongidvalue_, date_, newdatevalue_, olddatevalue_,   
swimlaneinstance_, oldstringvalue_, sourcenode_, newstringvalue_,   
leave_, enter_, oldbytearray_, newbytearray_, oldstringidclass_,   
exception_, destinationnode_, oldlongidvalue_, duration_, index_,   
message_, taskinstance_, newstringidclass_, newdoublevalue_,   
variableinstance_, transition_, action_, taskoldactorid_,   
oldstringidvalue_] 
10:45:50,188 INFO  [TableMetadata] foreign keys: [fk_log_destnode,   
fk_log_transition, fk_log_action, fk_log_varinst, fk_log_parent,   
fk_log_sourcenode, fk_log_newbytes, fk_log_node, fk_log_childtoken,   
fk_log_oldbytes, fk_log_swiminst, fk_log_taskinst, fk_log_token] 
10:45:50,188 INFO  [TableMetadata] indexes: [sys_idx_227, sys_idx_217,   
sys_idx_75, sys_idx_73, sys_idx_221, sys_pk_68, sys_idx_213,   
sys_idx_71, sys_idx_219, sys_idx_225, sys_idx_215, sys_idx_69,   
sys_idx_223, sys_idx_229] 
10:45:50,190 INFO  [TableMetadata] table found: PUBLIC.JBPM_MESSAGE 
10:45:50,191 INFO  [TableMetadata] columns: [text_, destination_,   
taskinstance_, token_, node_, exception_, class_, id_,   
transitionname_, issuspended_, action_] 
10:45:50,191 INFO  [TableMetadata] foreign keys: [fk_cmd_taskinst,   
fk_msg_token, fk_cmd_node, fk_cmd_action] 
10:45:50,191 INFO  [TableMetadata] indexes: [sys_idx_235, sys_idx_233,   
sys_idx_78, sys_idx_231, sys_pk_77] 
10:45:50,193 INFO  [TableMetadata] table found: PUBLIC.JBPM_MODULEDEFINITION 
10:45:50,193 INFO  [TableMetadata] columns: [name_, starttask_,   
processdefinition_, class_, id_] 
10:45:50,193 INFO  [TableMetadata] foreign keys: [fk_tskdef_start,   
fk_moddef_procdef] 
10:45:50,193 INFO  [TableMetadata] indexes: [sys_pk_80, sys_idx_239,   
sys_idx_237] 
10:45:50,196 INFO  [TableMetadata] table found: PUBLIC.JBPM_MODULEINSTANCE 
10:45:50,196 INFO  [TableMetadata] columns: [name_, processinstance_,   
taskmgmtdefinition_, class_, id_] 
10:45:50,196 INFO  [TableMetadata] foreign keys: [fk_modinst_prcinst,   
fk_taskmgtinst_tmd] 
10:45:50,196 INFO  [TableMetadata] indexes: [sys_idx_241, sys_idx_82,   
sys_pk_81] 
10:45:50,199 INFO  [TableMetadata] table found: PUBLIC.JBPM_NODE 
10:45:50,199 INFO  [TableMetadata] columns: [nodecollectionindex_,   
superstate_, subprocessdefinition_, isasync_, endtasks_, id_, class_,   
createtasks_, decisiondelegation, name_, processdefinition_, action_,   
decisionexpression_, signal_] 
10:45:50,199 INFO  [TableMetadata] foreign keys: [fk_procst_sbprcdef,   
fk_node_action, fk_node_superstate, fk_node_procdef, fk_decision_deleg] 
10:45:50,199 INFO  [TableMetadata] indexes: [sys_idx_85, sys_idx_243,   
sys_idx_245, sys_idx_89, sys_idx_87, sys_pk_84] 
10:45:50,202 INFO  [TableMetadata] table found: PUBLIC.JBPM_POOLEDACTOR 
10:45:50,202 INFO  [TableMetadata] columns: [actorid_, id_, swimlaneinstance_] 
10:45:50,202 INFO  [TableMetadata] foreign keys: [fk_pooledactor_sli] 
10:45:50,202 INFO  [TableMetadata] indexes: [sys_pk_91, sys_idx_247] 
10:45:50,204 INFO  [TableMetadata] table found: PUBLIC.JBPM_PROCESSDEFINITION 
10:45:50,204 INFO  [TableMetadata] columns: [name_, version_,   
startstate_, id_, isterminationimplicit_] 
10:45:50,205 INFO  [TableMetadata] foreign keys: [fk_procdef_strtsta] 
10:45:50,205 INFO  [TableMetadata] indexes: [sys_idx_93, sys_pk_92] 
10:45:50,207 INFO  [TableMetadata] table found: PUBLIC.JBPM_PROCESSINSTANCE 
10:45:50,207 INFO  [TableMetadata] columns: [start_,   
processdefinition_, end_, version_, roottoken_, id_,   
superprocesstoken_, issuspended_] 
10:45:50,207 INFO  [TableMetadata] foreign keys: [fk_procin_sproctkn,   
fk_procin_procdef, fk_procin_roottkn] 
10:45:50,207 INFO  [TableMetadata] indexes: [sys_idx_96, sys_idx_249,   
sys_idx_251, sys_pk_95] 
10:45:50,210 INFO  [TableMetadata] table found: PUBLIC.JBPM_RUNTIMEACTION 
10:45:50,210 INFO  [TableMetadata] columns: [type_, version_,   
processinstance_, eventtype_, processinstanceindex_, id_, action_,   
graphelement_] 
10:45:50,210 INFO  [TableMetadata] foreign keys: [fk_rtactn_procinst,   
fk_rtactn_action] 
10:45:50,211 INFO  [TableMetadata] indexes: [sys_idx_99, sys_idx_101,   
sys_pk_98] 
10:45:50,213 INFO  [TableMetadata] table found: PUBLIC.JBPM_SWIMLANE 
10:45:50,213 INFO  [TableMetadata] columns: [name_,   
assignmentdelegation_, taskmgmtdefinition_, id_,   
pooledactorsexpression_, actoridexpression_] 
10:45:50,214 INFO  [TableMetadata] foreign keys: [fk_swl_assdel,   
fk_swl_tskmgmtdef] 
10:45:50,214 INFO  [TableMetadata] indexes: [sys_idx_106, sys_idx_104,   
sys_pk_103] 
10:45:50,216 INFO  [TableMetadata] table found: PUBLIC.JBPM_SWIMLANEINSTANCE 
10:45:50,216 INFO  [TableMetadata] columns: [name_, actorid_,   
taskmgmtinstance_, swimlane_, id_] 
10:45:50,216 INFO  [TableMetadata] foreign keys: [fk_swimlaneinst_sl,   
fk_swimlaneinst_tm] 
10:45:50,216 INFO  [TableMetadata] indexes: [sys_idx_109, sys_pk_108,   
sys_idx_111] 
10:45:50,220 INFO  [TableMetadata] table found: PUBLIC.JBPM_TASK 
10:45:50,220 INFO  [TableMetadata] columns: [assignmentdelegation_,   
taskcontroller_, swimlane_, taskmgmtdefinition_, id_, issignalling_,   
actoridexpression_, pooledactorsexpression_, name_, isblocking_,   
processdefinition_, startstate_, duedate_, tasknode_, description_] 
10:45:50,220 INFO  [TableMetadata] foreign keys: [fk_task_startst,   
fk_task_tasknode, fk_task_assdel, fk_task_swimlane, fk_tsk_tskctrl,   
fk_task_taskmgtdef, fk_task_procdef] 
10:45:50,220 INFO  [TableMetadata] indexes: [sys_idx_114, sys_idx_120,   
sys_pk_113, sys_idx_124, sys_idx_122, sys_idx_253, sys_idx_116,   
sys_idx_118] 
10:45:50,223 INFO  [TableMetadata] table found: PUBLIC.JBPM_TASKACTORPOOL 
10:45:50,223 INFO  [TableMetadata] columns: [taskinstance_, pooledactor_] 
10:45:50,223 INFO  [TableMetadata] foreign keys: [fk_tskactpol_plact,   
fk_taskactpl_tski] 
10:45:50,223 INFO  [TableMetadata] indexes: [sys_pk_126, sys_idx_127,   
sys_idx_255] 
10:45:50,226 INFO  [TableMetadata] table found: PUBLIC.JBPM_TASKCONTROLLER 
10:45:50,226 INFO  [TableMetadata] columns: [taskcontrollerdelegation_, id_] 
10:45:50,226 INFO  [TableMetadata] foreign keys: [fk_tskctrl_deleg] 
10:45:50,226 INFO  [TableMetadata] indexes: [sys_idx_130, sys_pk_129] 
10:45:50,229 INFO  [TableMetadata] table found: PUBLIC.JBPM_TASKINSTANCE 
10:45:50,229 INFO  [TableMetadata] columns: [directive_, start_,   
isopen_, token_, actorid_, swimlaninstance_, isrejected_, id_, class_,   
priority_, create_, issignalling_, order_, name_, isblocking_, end_,   
taskmgmtinstance_, task_, duedate_, description_, iscancelled_,   
issuspended_, comment_] 
10:45:50,229 INFO  [TableMetadata] foreign keys: [fk_taskinst_tminst,   
fk_taskinst_token, fk_taskinst_slinst, fk_taskinst_task] 
10:45:50,230 INFO  [TableMetadata] indexes: [sys_idx_257, sys_idx_137,   
sys_idx_135, sys_idx_133, sys_pk_132] 
10:45:50,233 INFO  [TableMetadata] table found: PUBLIC.JBPM_TIMER 
10:45:50,233 INFO  [TableMetadata] columns: [repeat_, token_,   
exception_, id_, name_, taskinstance_, graphelementtype_,   
processinstance_, duedate_, transitionname_, issuspended_, action_,   
graphelement_] 
10:45:50,233 INFO  [TableMetadata] foreign keys: [fk_timer_tskinst,   
fk_timer_action, fk_timer_prinst, fk_timer_token] 
10:45:50,233 INFO  [TableMetadata] indexes: [sys_idx_142, sys_idx_140,   
sys_idx_144, sys_idx_259, sys_pk_139] 
10:45:50,236 INFO  [TableMetadata] table found: PUBLIC.JBPM_TOKEN 
10:45:50,236 INFO  [TableMetadata] columns: [start_, id_,   
isabletoreactivateparent_, subprocessinstance_, nodeenter_, name_,   
nextlogindex_, version_, end_, parent_, processinstance_, node_,   
isterminationimplicit_, issuspended_] 
10:45:50,236 INFO  [TableMetadata] foreign keys: [fk_token_procinst,   
fk_token_subpi, fk_token_parent, fk_token_node] 
10:45:50,236 INFO  [TableMetadata] indexes: [sys_idx_151, sys_idx_147,   
sys_pk_146, sys_idx_153, sys_idx_149] 
10:45:50,239 INFO  [TableMetadata] table found: PUBLIC.JBPM_TOKENVARIABLEMAP 
10:45:50,239 INFO  [TableMetadata] columns: [contextinstance_, token_, id_] 
10:45:50,239 INFO  [TableMetadata] foreign keys: [fk_tkvarmap_ctxt,   
fk_tkvarmap_token] 
10:45:50,240 INFO  [TableMetadata] indexes: [sys_pk_155, sys_idx_156,   
sys_idx_158] 
10:45:50,242 INFO  [TableMetadata] table found: PUBLIC.JBPM_TRANSITION 
10:45:50,242 INFO  [TableMetadata] columns: [name_,   
processdefinition_, to_, fromindex_, id_, from_] 
10:45:50,242 INFO  [TableMetadata] foreign keys: [fk_trans_procdef,   
fk_transition_to, fk_transition_from] 
10:45:50,242 INFO  [TableMetadata] indexes: [sys_idx_161, sys_idx_165,   
sys_pk_160, sys_idx_163] 
10:45:50,245 INFO  [TableMetadata] table found: PUBLIC.JBPM_VARIABLEACCESS 
10:45:50,245 INFO  [TableMetadata] columns: [variablename_, access_,   
taskcontroller_, processstate_, mappedname_, id_, index_, script_] 
10:45:50,245 INFO  [TableMetadata] foreign keys: [fk_varacc_tskctrl,   
fk_varacc_procst, fk_varacc_script] 
10:45:50,245 INFO  [TableMetadata] indexes: [sys_idx_168, sys_idx_172,   
sys_pk_167, sys_idx_170] 
10:45:50,248 INFO  [TableMetadata] table found: PUBLIC.JBPM_VARIABLEINSTANCE 
10:45:50,248 INFO  [TableMetadata] columns: [stringvalue_,   
bytearrayvalue_, stringidclass_, token_, tokenvariablemap_,   
doublevalue_, id_, class_, datevalue_, longvalue_, name_,   
taskinstance_, converter_, processinstance_, longidclass_] 
10:45:50,248 INFO  [TableMetadata] foreign keys: [fk_varinst_tkvarmp,   
fk_byteinst_array, fk_var_tskinst, fk_varinst_prcinst, fk_varinst_tk] 
10:45:50,248 INFO  [TableMetadata] indexes: [sys_idx_175, sys_pk_174,   
sys_idx_177, sys_idx_179, sys_idx_181, sys_idx_183] 
10:45:50,250 INFO  [SchemaUpdate] schema update complete 
10:45:50,268 WARN  [FromElementType] Using non-qualified column   
reference [id -> ([ID_])] 
10:45:50,278 WARN  [FromElementType] Using non-qualified column   
reference [isSuspended -> ([ISSUSPENDED_])] 
10:45:50,279 WARN  [FromElementType] Using non-qualified column   
reference [token -> ([TOKEN_])] 
10:45:50,328 WARN  [FromElementType] Using non-qualified column   
reference [isSuspended -> ([ISSUSPENDED_])] 
10:45:50,328 WARN  [FromElementType] Using non-qualified column   
reference [token -> ([TOKEN_])] 
10:45:50,336 WARN  [FromElementType] Using non-qualified column   
reference [isSuspended -> ([ISSUSPENDED_])] 
10:45:50,336 WARN  [FromElementType] Using non-qualified column   
reference [token -> ([TOKEN_])] 
10:45:50,352 WARN  [FromElementType] Using non-qualified column   
reference [isSuspended -> ([ISSUSPENDED_])] 
10:45:50,352 WARN  [FromElementType] Using non-qualified column   
reference [token -> ([TOKEN_])] 
10:45:50,380 WARN  [FromElementType] Using non-qualified column   
reference [processInstance -> ([PROCESSINSTANCE_])] 
10:45:50,409 WARN  [FromElementType] Using non-qualified column   
reference [token -> ([TOKEN_])] 
10:45:50,854 WARN  [IORelationAdapter] No graph name given for   
relations adapter, no IO will be performed with this adapter 
10:45:50,953 WARN  [JpdlXmlReader] process xml warning: warning: no   
swimlane or assignment specified for task '<task   
name="pending_publishing"/>' 
10:45:52,912 INFO  [QuartzScheduler] Scheduler   
DefaultQuartzScheduler_$_NON_CLUSTERED started. 
10:45:53,489 INFO  [Ejb3Configuration] found EJB3 Entity bean:   
org.nuxeo.ecm.platform.uidgen.ejb.UIDSequenceBean 
10:45:53,492 WARN  [Ejb3Configuration] Persistence provider caller   
does not implements the EJB3 spec correctly.   
PersistenceUnitInfo.getNewTempClassLoader() is null. 
10:45:53,493 INFO  [Configuration] Reading mappings from resource:   
META-INF/orm.xml 
10:45:53,494 INFO  [Ejb3Configuration] [PersistenceUnit:   
NXUIDSequencer] no META-INF/orm.xml found 
10:45:53,496 INFO  [AnnotationBinder] Binding entity from annotated   
class: org.nuxeo.ecm.platform.uidgen.ejb.UIDSequenceBean 
10:45:53,496 INFO  [EntityBinder] Bind entity   
org.nuxeo.ecm.platform.uidgen.ejb.UIDSequenceBean on table UID_SEQUENCE 
10:45:53,508 INFO  [ConnectionProviderFactory] Initializing connection   
provider:   
org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 
10:45:53,508 INFO  [InjectedDataSourceConnectionProvider] Using   
provided datasource 
10:45:53,509 INFO  [SettingsFactory] RDBMS: HSQL Database Engine,   
version: 1.8.0 
10:45:53,509 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine   
Driver, version: 1.8.0 
10:45:53,509 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect 
10:45:53,510 INFO  [TransactionFactoryFactory] Transaction strategy:   
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory 
10:45:53,510 INFO  [TransactionManagerLookupFactory] instantiating   
TransactionManagerLookup:   
org.hibernate.transaction.JBossTransactionManagerLookup 
10:45:53,510 INFO  [TransactionManagerLookupFactory] instantiated   
TransactionManagerLookup 
10:45:53,510 INFO  [SettingsFactory] Automatic flush during   
beforeCompletion(): disabled 
10:45:53,510 INFO  [SettingsFactory] Automatic session close at end of   
transaction: disabled 
10:45:53,510 INFO  [SettingsFactory] JDBC batch size: 15 
10:45:53,510 INFO  [SettingsFactory] JDBC batch updates for versioned   
data: disabled 
10:45:53,510 INFO  [SettingsFactory] Scrollable result sets: enabled 
10:45:53,510 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled 
10:45:53,510 INFO  [SettingsFactory] Connection release mode: auto 
10:45:53,510 INFO  [SettingsFactory] Default batch fetch size: 1 
10:45:53,510 INFO  [SettingsFactory] Generate SQL with comments: disabled 
10:45:53,511 INFO  [SettingsFactory] Order SQL updates by primary key:   
disabled 
10:45:53,511 INFO  [SettingsFactory] Query translator:   
org.hibernate.hql.ast.ASTQueryTranslatorFactory 
10:45:53,511 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory 
10:45:53,511 INFO  [SettingsFactory] Query language substitutions: {} 
10:45:53,511 INFO  [SettingsFactory] JPA-QL strict compliance: enabled 
10:45:53,511 INFO  [SettingsFactory] Second-level cache: enabled 
10:45:53,511 INFO  [SettingsFactory] Query cache: disabled 
10:45:53,511 INFO  [SettingsFactory] Cache provider:   
org.hibernate.cache.HashtableCacheProvider 
10:45:53,511 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled 
10:45:53,511 INFO  [SettingsFactory] Structured second-level cache   
entries: disabled 
10:45:53,511 INFO  [SettingsFactory] Statistics: disabled 
10:45:53,511 INFO  [SettingsFactory] Deleted entity synthetic   
identifier rollback: disabled 
10:45:53,511 INFO  [SettingsFactory] Default entity-mode: pojo 
10:45:53,515 INFO  [SessionFactoryImpl] building session factory 
10:45:53,519 INFO  [SessionFactoryObjectFactory] Not binding factory   
to JNDI, no JNDI name configured 
10:45:53,519 INFO  [SchemaUpdate] Running hbm2ddl schema update 
10:45:53,519 INFO  [SchemaUpdate] fetching database metadata 
10:45:53,519 INFO  [SchemaUpdate] updating schema 
10:45:53,526 INFO  [TableMetadata] table found: PUBLIC.UID_SEQUENCE 
10:45:53,526 INFO  [TableMetadata] columns: [seq_index, seq_key, seq_id] 
10:45:53,526 INFO  [TableMetadata] foreign keys: [] 
10:45:53,526 INFO  [TableMetadata] indexes: [sys_idx_sys_ct_46_48, sys_pk_47] 
10:45:53,526 INFO  [SchemaUpdate] schema update complete 
10:45:53,526 INFO  [NamingHelper] JNDI InitialContext   
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
   
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 
10:45:55,419 WARN  [TypeRegistry] **** Overriding PALETTE: Nuxeo psd colors 
10:45:55,420 WARN  [TypeRegistry] **** Overriding PRESET: black (Nuxeo   
psd colors) 
10:45:55,420 WARN  [TypeRegistry] **** Overriding PRESET: white (Nuxeo   
psd colors) 
10:45:55,420 WARN  [TypeRegistry] **** Overriding PRESET: link (Nuxeo   
psd colors) 
10:45:55,420 WARN  [TypeRegistry] **** Overriding PRESET: link.active   
(Nuxeo psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET:   
corporateYellow (Nuxeo psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET: link.visited   
(Nuxeo psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET: default   
(Nuxeo psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET: medium   
(Nuxeo psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET: light (Nuxeo   
psd colors) 
10:45:55,421 WARN  [TypeRegistry] **** Overriding PRESET: dark.blue   
(Nuxeo psd colors) 
10:45:55,888 INFO  [Ejb3Configuration] found EJB3 Entity bean:   
org.nuxeo.ecm.platform.ec.placeful.ejb.SubscriptionConfig 
10:45:55,889 WARN  [Ejb3Configuration] Persistence provider caller   
does not implements the EJB3 spec correctly.   
PersistenceUnitInfo.getNewTempClassLoader() is null. 
10:45:55,891 INFO  [Configuration] Reading mappings from resource:   
META-INF/orm.xml 
10:45:55,892 INFO  [Ejb3Configuration] [PersistenceUnit:   
nxplacefulservice] no META-INF/orm.xml found 
10:45:55,893 INFO  [AnnotationBinder] Binding entity from annotated   
class: org.nuxeo.ecm.platform.ec.notification.UserSubscription 
10:45:55,893 INFO  [EntityBinder] Bind entity   
org.nuxeo.ecm.platform.ec.notification.UserSubscription on table   
UserSubscription 
10:45:55,894 INFO  [AnnotationBinder] Binding entity from annotated   
class: org.nuxeo.ecm.webapp.theme.negotiation.LocalThemeConfig 
10:45:55,894 INFO  [EntityBinder] Bind entity   
org.nuxeo.ecm.webapp.theme.negotiation.LocalThemeConfig on table   
LocalThemeConfig 
10:45:55,896 INFO  [AnnotationBinder] Binding entity from annotated   
class: org.nuxeo.ecm.platform.ec.placeful.ejb.SubscriptionConfig 
10:45:55,896 INFO  [EntityBinder] Bind entity   
org.nuxeo.ecm.platform.ec.placeful.ejb.SubscriptionConfig on table   
SubscriptionConfig 
10:45:55,909 INFO  [ConnectionProviderFactory] Initializing connection   
provider:   
org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 
10:45:55,910 INFO  [InjectedDataSourceConnectionProvider] Using   
provided datasource 
10:45:55,910 INFO  [SettingsFactory] RDBMS: HSQL Database Engine,   
version: 1.8.0 
10:45:55,910 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine   
Driver, version: 1.8.0 
10:45:55,910 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect 
10:45:55,910 INFO  [TransactionFactoryFactory] Transaction strategy:   
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory 
10:45:55,910 INFO  [TransactionManagerLookupFactory] instantiating   
TransactionManagerLookup:   
org.hibernate.transaction.JBossTransactionManagerLookup 
10:45:55,911 INFO  [TransactionManagerLookupFactory] instantiated   
TransactionManagerLookup 
10:45:55,911 INFO  [SettingsFactory] Automatic flush during   
beforeCompletion(): disabled 
10:45:55,911 INFO  [SettingsFactory] Automatic session close at end of   
transaction: disabled 
10:45:55,911 INFO  [SettingsFactory] JDBC batch size: 15 
10:45:55,911 INFO  [SettingsFactory] JDBC batch updates for versioned   
data: disabled 
10:45:55,911 INFO  [SettingsFactory] Scrollable result sets: enabled 
10:45:55,911 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled 
10:45:55,911 INFO  [SettingsFactory] Connection release mode: auto 
10:45:55,911 INFO  [SettingsFactory] Default batch fetch size: 1 
10:45:55,911 INFO  [SettingsFactory] Generate SQL with comments: disabled 
10:45:55,911 INFO  [SettingsFactory] Order SQL updates by primary key:   
disabled 
10:45:55,911 INFO  [SettingsFactory] Query translator:   
org.hibernate.hql.ast.ASTQueryTranslatorFactory 
10:45:55,911 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory 
10:45:55,911 INFO  [SettingsFactory] Query language substitutions: {} 
10:45:55,911 INFO  [SettingsFactory] JPA-QL strict compliance: enabled 
10:45:55,911 INFO  [SettingsFactory] Second-level cache: enabled 
10:45:55,911 INFO  [SettingsFactory] Query cache: disabled 
10:45:55,911 INFO  [SettingsFactory] Cache provider:   
org.hibernate.cache.HashtableCacheProvider 
10:45:55,911 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled 
10:45:55,911 INFO  [SettingsFactory] Structured second-level cache   
entries: disabled 
10:45:55,911 INFO  [SettingsFactory] Statistics: disabled 
10:45:55,911 INFO  [SettingsFactory] Deleted entity synthetic   
identifier rollback: disabled 
10:45:55,911 INFO  [SettingsFactory] Default entity-mode: pojo 
10:45:55,917 INFO  [SessionFactoryImpl] building session factory 
10:45:55,923 INFO  [SessionFactoryObjectFactory] Not binding factory   
to JNDI, no JNDI name configured 
10:45:55,924 INFO  [SchemaUpdate] Running hbm2ddl schema update 
10:45:55,924 INFO  [SchemaUpdate] fetching database metadata 
10:45:55,924 INFO  [SchemaUpdate] updating schema 
10:45:55,932 INFO  [TableMetadata] table found: PUBLIC.LOCALTHEMECONFIG 
10:45:55,932 INFO  [TableMetadata] columns: [themode, engine, theme,   
page, docid, perspective, id] 
10:45:55,932 INFO  [TableMetadata] foreign keys: [] 
10:45:55,932 INFO  [TableMetadata] indexes: [sys_pk_46] 
10:45:55,933 INFO  [TableMetadata] table found: PUBLIC.SUBSCRIPTIONCONFIG 
10:45:55,933 INFO  [TableMetadata] columns: [event, id] 
10:45:55,933 INFO  [TableMetadata] foreign keys: [] 
10:45:55,933 INFO  [TableMetadata] indexes: [sys_pk_47] 
10:45:55,934 INFO  [TableMetadata] table found: PUBLIC.USERSUBSCRIPTION 
10:45:55,934 INFO  [TableMetadata] columns: [userid, docid, notification, id] 
10:45:55,934 INFO  [TableMetadata] foreign keys: [] 
10:45:55,934 INFO  [TableMetadata] indexes: [sys_pk_48] 
10:45:55,934 INFO  [SchemaUpdate] schema update complete 
10:45:55,935 INFO  [NamingHelper] JNDI InitialContext   
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
   
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 
10:45:56,036 WARN  [JpdlXmlReader] process xml warning: warning: no   
swimlane or assignment specified for task '<task   
name="moderation_pending"/>' 
10:45:56,721 INFO  [ServletContextListener] Welcome to Seam 1.1.5.NX3 
10:45:59,474 WARN  [Component] Component class should be serializable:   
editorImageActions 
10:45:59,490 WARN  [Component] Component class should be serializable:   
treeManager 
10:45:59,519 WARN  [Component] Component class should be serializable:   
contentRootsActions 
10:45:59,543 WARN  [Component] Component class should be serializable:   
documentTemplatesActions 
10:45:59,550 WARN  [Component] Component class should be serializable:   
relationActions 
10:45:59,581 WARN  [Component] Component class should be serializable:   
cacheControlActions 
10:45:59,582 WARN  [Component] Component class should be serializable:   
sortActions 
10:45:59,623 WARN  [Component] Component class should be serializable:   
documentChildrenSearchFarm 
10:45:59,657 WARN  [Component] Component class should be serializable:   
searchColumns 
10:45:59,661 WARN  [Component] Component class should be serializable:   
groupManagerActions 
10:45:59,665 WARN  [Component] Component class should be serializable:   
navigationContext 
10:45:59,674 WARN  [Component] Component class should be serializable:   
chainSelectActions 
10:45:59,709 WARN  [Component] Component class should be serializable:   
versionedActions 
10:45:59,722 WARN  [Component] Component class should be serializable:   
searchResults 
10:45:59,726 WARN  [Component] Component class should be serializable:   
resultsProvidersCache 
10:45:59,729 WARN  [Component] Component class should be serializable:   
serverActions 
10:45:59,732 WARN  [Component] Component class should be serializable:   
massSecurityModifierActions 
10:45:59,734 WARN  [Component] Component class should be serializable:   
securityActions 
10:45:59,739 WARN  [Component] Component class should be serializable:   
documentChildrenFarm 
10:45:59,808 WARN  [Component] Component class should be serializable:   
commentManagerActions 
10:45:59,815 WARN  [Component] Component class should be serializable:   
domainActions 
10:45:59,829 WARN  [Component] Component class should be serializable:   
workspaceActions 
10:45:59,836 WARN  [Component] Component class should be serializable:   
userManagerActions 
10:46:00,038 ERROR [STDERR] 22-feb-2008 10:46:00   
com.sun.faces.config.ConfigureListener contextInitialized 
INFO: Initializing Sun's JavaServer Faces implementation   
(1.2_04-b07-FCS) for context 'null' 
10:46:00,782 ERROR [STDERR] 22-feb-2008 10:46:00   
com.sun.faces.spi.InjectionProviderFactory createInstance 
INFO: JSF1048: PostConstruct/PreDestroy annotations present.    
ManagedBeans methods marked with these annotations will have said   
annotations processed. 
10:46:01,796 WARN  [ExtensionsFilter] Please adjust your web.xml to   
use org.apache.myfaces.webapp.filter.ExtensionsFilter 
10:46:01,912 WARN  [ComponentManager] Component was already   
registered:   
service:org.nuxeo.ecm.platform.notification.facade.PlatformBindings 
10:46:01,996 INFO  [Ejb3Configuration] found EJB3 Entity bean:   
org.nuxeo.ecm.platform.audit.ejb.LogEntryImpl 
10:46:01,997 WARN  [Ejb3Configuration] Persistence provider caller   
does not implements the EJB3 spec correctly.   
PersistenceUnitInfo.getNewTempClassLoader() is null. 
10:46:02,000 INFO  [Configuration] Reading mappings from resource:   
META-INF/orm.xml 
10:46:02,000 INFO  [Ejb3Configuration] [PersistenceUnit: NXAudit] no   
META-INF/orm.xml found 
10:46:02,006 INFO  [AnnotationBinder] Binding entity from annotated   
class: org.nuxeo.ecm.platform.audit.ejb.LogEntryImpl 
10:46:02,006 INFO  [QueryBinder] Binding Named query:   
listLogEntriesFor => from LogEntryImpl log where log.docUUID=:docUUID   
ORDER BY log.eventDate DESC 
10:46:02,006 INFO  [QueryBinder] Binding Named query: allLogEntries =>   
from LogEntryImpl 
10:46:02,006 INFO  [EntityBinder] Bind entity   
org.nuxeo.ecm.platform.audit.ejb.LogEntryImpl on table NXP_LOGS 
10:46:02,022 INFO  [ConnectionProviderFactory] Initializing connection   
provider:   
org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 
10:46:02,022 INFO  [InjectedDataSourceConnectionProvider] Using   
provided datasource 
10:46:02,022 INFO  [SettingsFactory] RDBMS: HSQL Database Engine,   
version: 1.8.0 
10:46:02,022 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine   
Driver, version: 1.8.0 
10:46:02,022 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect 
10:46:02,023 INFO  [TransactionFactoryFactory] Transaction strategy:   
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory 
10:46:02,023 INFO  [TransactionManagerLookupFactory] instantiating   
TransactionManagerLookup:   
org.hibernate.transaction.JBossTransactionManagerLookup 
10:46:02,023 INFO  [TransactionManagerLookupFactory] instantiated   
TransactionManagerLookup 
10:46:02,023 INFO  [SettingsFactory] Automatic flush during   
beforeCompletion(): disabled 
10:46:02,023 INFO  [SettingsFactory] Automatic session close at end of   
transaction: disabled 
10:46:02,023 INFO  [SettingsFactory] JDBC batch size: 15 
10:46:02,023 INFO  [SettingsFactory] JDBC batch updates for versioned   
data: disabled 
10:46:02,023 INFO  [SettingsFactory] Scrollable result sets: enabled 
10:46:02,023 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled 
10:46:02,023 INFO  [SettingsFactory] Connection release mode: auto 
10:46:02,023 INFO  [SettingsFactory] Default batch fetch size: 1 
10:46:02,023 INFO  [SettingsFactory] Generate SQL with comments: disabled 
10:46:02,023 INFO  [SettingsFactory] Order SQL updates by primary key:   
disabled 
10:46:02,023 INFO  [SettingsFactory] Query translator:   
org.hibernate.hql.ast.ASTQueryTranslatorFactory 
10:46:02,023 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory 
10:46:02,023 INFO  [SettingsFactory] Query language substitutions: {} 
10:46:02,023 INFO  [SettingsFactory] JPA-QL strict compliance: enabled 
10:46:02,023 INFO  [SettingsFactory] Second-level cache: enabled 
10:46:02,023 INFO  [SettingsFactory] Query cache: disabled 
10:46:02,023 INFO  [SettingsFactory] Cache provider:   
org.hibernate.cache.HashtableCacheProvider 
10:46:02,023 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled 
10:46:02,023 INFO  [SettingsFactory] Structured second-level cache   
entries: disabled 
10:46:02,023 INFO  [SettingsFactory] Statistics: disabled 
10:46:02,023 INFO  [SettingsFactory] Deleted entity synthetic   
identifier rollback: disabled 
10:46:02,024 INFO  [SettingsFactory] Default entity-mode: pojo 
10:46:02,032 INFO  [SessionFactoryImpl] building session factory 
10:46:02,036 INFO  [SessionFactoryObjectFactory] Not binding factory   
to JNDI, no JNDI name configured 
10:46:02,036 INFO  [SchemaUpdate] Running hbm2ddl schema update 
10:46:02,036 INFO  [SchemaUpdate] fetching database metadata 
10:46:02,037 INFO  [SchemaUpdate] updating schema 
10:46:02,043 INFO  [TableMetadata] table found: PUBLIC.NXP_LOGS 
10:46:02,043 INFO  [TableMetadata] columns: [log_doc_type, log_id,   
log_doc_path, log_event_date, discriminator, log_event_id,   
log_principal_name, log_event_comment, log_event_category,   
log_doc_life_cycle, log_doc_uuid] 
10:46:02,043 INFO  [TableMetadata] foreign keys: [] 
10:46:02,043 INFO  [TableMetadata] indexes: [sys_pk_46] 
10:46:02,043 INFO  [SchemaUpdate] schema update complete 
10:46:02,043 INFO  [NamingHelper] JNDI InitialContext   
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
   
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 
10:46:02,127 WARN  [ServiceManager] Service   
org.nuxeo.ecm.platform.events.api.DocumentMessageProducer already   
registered! 
10:46:02,289 INFO  [Server] JBoss (MX MicroKernel) [4.0.5.GA (build:   
CVSTag=Branch_4_0 date=200610162339)] Started in 47s:238ms
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to