1 Reply Latest reply on Jan 26, 2007 12:43 PM by pmn92

    problem when deploying many pages

      I got the following traces in server.log when deploying a war file. I 'd pasted here the traces starting from the last HQL request to the ERROR "Transaction is not active".
      Thanks to looking into it.


      2007-01-25 12:32:15,475 DEBUG [org.jboss.portal.core.impl.model.portal.ObjectNode] Creating child of 'Test.Evo.Wiki.Detail' with id 'Test.Evo.Wiki.Detail.UserWindow'
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.SQL] select nextval ('portal_seq')
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.id.SequenceGenerator] Sequence identifier generated: 5090
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.jdbc.ConnectionManager] aggressively releasing JDBC connection
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.event.def.AbstractSaveEventListener] generated identifier: 5090, using strategy: org.hibernate.id.SequenceGenerator
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.event.def.AbstractSaveEventListener] generated identifier: 5090, using strategy: org.hibernate.id.ForeignGenerator
      2007-01-25 12:32:15,475 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] processing flush-time cascades
      2007-01-25 12:32:15,490 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] dirty checking collections
      2007-01-25 12:32:15,506 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51] timed out. status=STATUS_ACTIVE
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.CollectionEntry] Collection dirty: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#5087]
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.CollectionEntry] Collection dirty: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#5089]
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#1], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#1] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#1], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#1] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#1], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#1] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#395], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#395] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#395], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#395] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#395], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#395] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#395], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#395] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#395], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#395] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#2], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#2] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#2], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#2] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#2], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#2] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#2], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#2] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#2], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#2] (uninitialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4367], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4367] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4367], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4367] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4367], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4367] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#4367], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#4367] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#4367], was: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#4367] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#626], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#626] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4368], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4368] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4368], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4368] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4368], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4368] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#627], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#627] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4369], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4369] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4369], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4369] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4369], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4369] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#628], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#628] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4370], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4370] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4370], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4370] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4370], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4370] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4371], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4371] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4371], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4371] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4371], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4371] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#629], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#629] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4372], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4372] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4372], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4372] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4372], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4372] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4373], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4373] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4373], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4373] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4373], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4373] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4374], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4374] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4374], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4374] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4374], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4374] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4375], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4375] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4375], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4375] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4375], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4375] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4376], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4376] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4376], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4376] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4376], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4376] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4377], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4377] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4377], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4377] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4377], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4377] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4378], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4378] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4378], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4378] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4378], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4378] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4379], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4379] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4379], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4379] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4379], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4379] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4380], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4380] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4380], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4380] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4380], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4380] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4381], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4381] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4381], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4381] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4381], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4381] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4382], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4382] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4382], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4382] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4382], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4382] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#630], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#630] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4383], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4383] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4383], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4383] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4383], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4383] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4384], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4384] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4384], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4384] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4384], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4384] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4385], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4385] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4385], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4385] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4385], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4385] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4386], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4386] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4386], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4386] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4386], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4386] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4387], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4387] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4387], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4387] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4387], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4387] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4388], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4388] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4388], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4388] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4388], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4388] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4389], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4389] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4389], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4389] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4389], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4389] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4390], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4390] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4390], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4390] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4390], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4390] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4391], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4391] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4391], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4391] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4391], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4391] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4392], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4392] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4392], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4392] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4392], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4392] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4393], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4393] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4393], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4393] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4393], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4393] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4394], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4394] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4394], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4394] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4394], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4394] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4395], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4395] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4395], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4395] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4395], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4395] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4396], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4396] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4396], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4396] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4396], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4396] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4397], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4397] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4397], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4397] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4397], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4397] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#631], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#631] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4398], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4398] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4398], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4398] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4398], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4398] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4399], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4399] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4399], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4399] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4399], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4399] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#632], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#632] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4400], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4400] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4400], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4400] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4400], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4400] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4401], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4401] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4401], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4401] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4401], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4401] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4402], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4402] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4402], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4402] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4402], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4402] (initialized)
      2007-01-25 12:32:15,506 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4403], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4403] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4403], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4403] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4403], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4403] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4404], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4404] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4404], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4404] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4404], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4404] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4405], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4405] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4405], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4405] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4405], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4405] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4406], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4406] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4406], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4406] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4406], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4406] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4407], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4407] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4407], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4407] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4407], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4407] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4408], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4408] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4408], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4408] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4408], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4408] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4409], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4409] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4409], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4409] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4409], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4409] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4410], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4410] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4410], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4410] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4410], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4410] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#633], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#633] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4411], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4411] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4411], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4411] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4411], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4411] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4412], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4412] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4412], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4412] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4412], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4412] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4413], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4413] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4413], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4413] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4413], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4413] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4414], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4414] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4414], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4414] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4414], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4414] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4415], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4415] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4415], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4415] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4415], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4415] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4416], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4416] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4416], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4416] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4416], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4416] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4417], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4417] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4417], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4417] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4417], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4417] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4418], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4418] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4418], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4418] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4418], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4418] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4419], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4419] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4419], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4419] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4419], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4419] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4420], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4420] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4420], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4420] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4420], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4420] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4421], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4421] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4421], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4421] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4421], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4421] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4422], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4422] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4422], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4422] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4422], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4422] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4423], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4423] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4423], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4423] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4423], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4423] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4424], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4424] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4424], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4424] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4424], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4424] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4425], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4425] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4425], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4425] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4425], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4425] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4426], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4426] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4426], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4426] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4426], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4426] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#634], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#634] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4427], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4427] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4427], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4427] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4427], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4427] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#635], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#635] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4428], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4428] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4428], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4428] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4428], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4428] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4429], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4429] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4429], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4429] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4429], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4429] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4430], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4430] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4430], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4430] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4430], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4430] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4431], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4431] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4431], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4431] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4431], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4431] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4432], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4432] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4432], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4432] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4432], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4432] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4433], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4433] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4433], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4433] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4433], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4433] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4434], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4434] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4434], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4434] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4434], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4434] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4435], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4435] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4435], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4435] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4435], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4435] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4436], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4436] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4436], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4436] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4436], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4436] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4437], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4437] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4437], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4437] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4437], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4437] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4438], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4438] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4438], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4438] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4438], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4438] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4439], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4439] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4439], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4439] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4439], was: [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#4439] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#636], was: [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions#636] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4440], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.children#4440] (initialized)
      2007-01-25 12:32:15,521 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4440], was: [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints#4440] (initialized)
      200


        • 1. Re: problem when deploying many pages TRACE OF ERRORS

          Here is the rest of the traces


          2007-01-26 17:48:09,934 DEBUG [org.hibernate.engine.Collections] Found collection with unloaded owner: [org.jboss.portal.core.impl.model.portal.PortalImpl.modes#4316]
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.engine.Collections] Found collection with unloaded owner: [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates#4316]
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Flushed: 0 insertions, 1 updates, 0 deletions to 1137 objects
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Flushed: 0 (re)creations, 1 updates, 0 removals to 4062 collections
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] listing entities:
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=8164, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#8164, instanceRef=ConfigEvosFilterDetailTaskInstance, declaredProperties=[204, center], listener=null}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7815, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7815, securityConstraints=[], path=Test.Prj.Question.Detail.AuditWindow, name=AuditWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7810, children=[]}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7851, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7851, securityConstraints=[org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint#1075], path=Test.Prj.Project.Search, name=Search, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7850, children=[org.jboss.portal.core.impl.model.portal.ObjectNode#7852, org.jboss.portal.core.impl.model.portal.ObjectNode#7853, org.jboss.portal.core.impl.model.portal.ObjectNode#7854, org.jboss.portal.core.impl.model.portal.ObjectNode#7855, org.jboss.portal.core.impl.model.portal.ObjectNode#7856, org.jboss.portal.core.impl.model.portal.ObjectNode#7857, org.jboss.portal.core.impl.model.portal.ObjectNode#7858]}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=8107, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#8107, securityConstraints=[], path=Test.Cfg.ConfigEvosActor.Search.BrowserWindow, name=BrowserWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#8102, children=[]}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=7790, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#7790, instanceRef=ProjectReferenceDetailAuditInstance, declaredProperties=[208, center], listener=null}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=8052, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#8052, securityConstraints=[], path=Test.Cfg.ConfigEvosEvaluation.HelpConfigEvosEvaluationWindow, name=HelpConfigEvosEvaluationWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#8051, children=[]}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7918, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7918, securityConstraints=[], path=Test.Prj.Avenant.Detail.EventWindow, name=EventWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7909, children=[]}
          2007-01-26 17:48:09,934 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=8198, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#8198, securityConstraints=[], path=Test.Cfg.ConfigEvosTaskNode.Detail.WikiWindow, name=WikiWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#8187, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=8174, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#8174, securityConstraints=[], path=Test.Cfg.ConfigEvosFilter.Detail.ObjectWindow, name=ObjectWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#8162, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=8087, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#8087, instanceRef=ConfigEvosMenuDetailScoringInstance, declaredProperties=[206, center], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7697, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7697, securityConstraints=[], path=Test.Prj.ProgressReport.Detail.BrowserWindow, name=BrowserWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7684, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=7720, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#7720, instanceRef=ProgramDetailWikiInstance, declaredProperties=[205, center], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=8042, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#8042, instanceRef=ConfigEvosViewDetailEnclosureInstance, declaredProperties=[207, center], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint{key=1057, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#7701, actions=[viewrecursive], role=__unchecked__}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=7919, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#7919, instanceRef=AvenantDetailNotificationInstance, declaredProperties=[209, center], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=7874, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#7874, instanceRef=ProjectDetailNavigationInstance, declaredProperties=[0, emptyRenderer, navigation, emptyRenderer, emptyRenderer], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7698, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7698, securityConstraints=[], path=Test.Prj.ProgressReport.Detail.NavigationWindow, name=NavigationWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7684, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7914, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7914, securityConstraints=[], path=Test.Prj.Avenant.Detail.AuditWindow, name=AuditWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7909, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7993, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7993, securityConstraints=[], path=Test.Cfg.ConfigEvosFunction.Detail.DiscussionWindow, name=DiscussionWindow, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7986, children=[]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.ObjectNode{key=7673, object=org.jboss.portal.core.impl.model.portal.PortalObjectImpl#7673, securityConstraints=[org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint#1052], path=Test.Prj, name=Prj, parent=org.jboss.portal.core.impl.model.portal.ObjectNode#7672, children=[org.jboss.portal.core.impl.model.portal.ObjectNode#7724, org.jboss.portal.core.impl.model.portal.ObjectNode#7699, org.jboss.portal.core.impl.model.portal.ObjectNode#7674, org.jboss.portal.core.impl.model.portal.ObjectNode#7725, org.jboss.portal.core.impl.model.portal.ObjectNode#7750, org.jboss.portal.core.impl.model.portal.ObjectNode#7775, org.jboss.portal.core.impl.model.portal.ObjectNode#7825, org.jboss.portal.core.impl.model.portal.ObjectNode#7800, org.jboss.portal.core.impl.model.portal.ObjectNode#7850, org.jboss.portal.core.impl.model.portal.ObjectNode#7875, org.jboss.portal.core.impl.model.portal.ObjectNode#7900]}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] org.jboss.portal.core.impl.model.portal.WindowImpl{key=8144, objectNode=org.jboss.portal.core.impl.model.portal.ObjectNode#8144, instanceRef=MenuDetailDiscussionInstance, declaredProperties=[200, center], listener=null}
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.pretty.Printer] more......
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.engine.ActionQueue] changes must be flushed to space: JBP_OBJECT_NODE
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.cache.EhCache] key: org.jboss.portal.core.impl.model.portal.ObjectNode.children#8202
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [JBP_OBJECT_NODE]
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.cache.EhCache] key: org.jboss.portal.core.impl.model.portal.ObjectNode#8203
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.cache.EhCache] Element for org.jboss.portal.core.impl.model.portal.ObjectNode#8203 is null
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
          2007-01-26 17:48:09,950 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
          2007-01-26 17:48:09,950 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
          2007-01-26 17:48:09,950 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
          2007-01-26 17:48:09,950 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
          2007-01-26 17:48:09,965 DEBUG [org.hibernate.util.JDBCExceptionReporter] Cannot open connection [???]
          org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51]; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51])
           at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
           at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
           at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417)
           at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
           at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:94)
           at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87)
           at org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:218)
           at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2227)
           at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2180)
           at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2450)
           at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:91)
           at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
           at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
           at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)
           at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
           at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:41)
           at org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:962)
           at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1107)
           at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
           at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:756)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.lookupNoCache(PersistentPortalObjectContainer.java:454)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.lookup(PersistentPortalObjectContainer.java:470)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.setConstraints(PersistentPortalObjectContainer.java:409)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.setBindings(PersistentPortalObjectContainer.java:348)
           at org.jboss.portal.core.metadata.PortalObjectMetaData.configure(PortalObjectMetaData.java:167)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:55)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:61)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:61)
           at org.jboss.portal.core.metadata.PortalMetaData.create(PortalMetaData.java:113)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.org$jboss$portal$core$deployment$jboss$ObjectDeployment$doStart$aop(ObjectDeployment.java:220)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment$doStart_7390365741110132881.invokeNext(ObjectDeployment$doStart_7390365741110132881.java)
           at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
           at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:197)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment$doStart_7390365741110132881.invokeNext(ObjectDeployment$doStart_7390365741110132881.java)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.doStart(ObjectDeployment.java)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.start(ObjectDeployment.java:90)
           at org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo$DeploymentContext.start(PortalDeploymentInfo.java:214)
           at org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:243)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy115.deploy(Unknown Source)
           at org.jboss.portal.server.deployment.jboss.ServerDeployer.deploy(ServerDeployer.java:297)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy88.deploy(Unknown Source)
           at org.jboss.portal.server.deployment.WebAppAdapter.deploy(WebAppAdapter.java:54)
           at org.jboss.portal.server.deployment.WebAppIntercepter.handleNotification(WebAppIntercepter.java:134)
           at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
           at $Proxy117.handleNotification(Unknown Source)
           at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
           at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
           at org.jboss.deployment.SubDeployerSupport.emitNotification(SubDeployerSupport.java:340)
           at org.jboss.deployment.SubDeployerSupport.start(SubDeployerSupport.java:308)
           at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:482)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
           at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
           at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
           at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
           at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy93.start(Unknown Source)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
           at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy8.deploy(Unknown Source)
           at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
           at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
           at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
           at $Proxy0.start(Unknown Source)
           at org.jboss.system.ServiceController.start(ServiceController.java:417)
           at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy4.start(Unknown Source)
           at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy5.deploy(Unknown Source)
           at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
           at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
           at org.jboss.Main.boot(Main.java:200)
           at org.jboss.Main$1.run(Main.java:464)
           at java.lang.Thread.run(Thread.java:534)
          Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51]
           at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:290)
           at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:379)
           at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:812)
           at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
           ... 163 more
          2007-01-26 17:48:09,965 WARN [org.hibernate.util.JDBCExceptionReporter] SQL Error: 0, SQLState: null
          2007-01-26 17:48:09,981 ERROR [org.hibernate.util.JDBCExceptionReporter] Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51]; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51])
          2007-01-26 17:48:09,996 ERROR [org.hibernate.event.def.AbstractFlushingEventListener] Could not synchronize database state with session
          org.hibernate.exception.GenericJDBCException: Cannot open connection
           at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
           at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
           at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
           at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
           at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420)
           at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
           at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:94)
           at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87)
           at org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:218)
           at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2227)
           at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2180)
           at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2450)
           at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:91)
           at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
           at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
           at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)
           at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
           at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:41)
           at org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:962)
           at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1107)
           at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
           at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:756)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.lookupNoCache(PersistentPortalObjectContainer.java:454)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.lookup(PersistentPortalObjectContainer.java:470)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.setConstraints(PersistentPortalObjectContainer.java:409)
           at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.setBindings(PersistentPortalObjectContainer.java:348)
           at org.jboss.portal.core.metadata.PortalObjectMetaData.configure(PortalObjectMetaData.java:167)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:55)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:61)
           at org.jboss.portal.core.metadata.PageMetaData.create(PageMetaData.java:61)
           at org.jboss.portal.core.metadata.PortalMetaData.create(PortalMetaData.java:113)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.org$jboss$portal$core$deployment$jboss$ObjectDeployment$doStart$aop(ObjectDeployment.java:220)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment$doStart_7390365741110132881.invokeNext(ObjectDeployment$doStart_7390365741110132881.java)
           at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
           at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:197)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment$doStart_7390365741110132881.invokeNext(ObjectDeployment$doStart_7390365741110132881.java)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.doStart(ObjectDeployment.java)
           at org.jboss.portal.core.deployment.jboss.ObjectDeployment.start(ObjectDeployment.java:90)
           at org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo$DeploymentContext.start(PortalDeploymentInfo.java:214)
           at org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:243)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy115.deploy(Unknown Source)
           at org.jboss.portal.server.deployment.jboss.ServerDeployer.deploy(ServerDeployer.java:297)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy88.deploy(Unknown Source)
           at org.jboss.portal.server.deployment.WebAppAdapter.deploy(WebAppAdapter.java:54)
           at org.jboss.portal.server.deployment.WebAppIntercepter.handleNotification(WebAppIntercepter.java:134)
           at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
           at $Proxy117.handleNotification(Unknown Source)
           at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
           at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
           at org.jboss.deployment.SubDeployerSupport.emitNotification(SubDeployerSupport.java:340)
           at org.jboss.deployment.SubDeployerSupport.start(SubDeployerSupport.java:308)
           at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:482)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
           at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
           at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
           at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
           at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy93.start(Unknown Source)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
           at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy8.deploy(Unknown Source)
           at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
           at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
           at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
           at $Proxy0.start(Unknown Source)
           at org.jboss.system.ServiceController.start(ServiceController.java:417)
           at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy4.start(Unknown Source)
           at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
           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:324)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy5.deploy(Unknown Source)
           at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
           at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
           at org.jboss.Main.boot(Main.java:200)
           at org.jboss.Main$1.run(Main.java:464)
           at java.lang.Thread.run(Thread.java:534)
          Caused by: org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51]; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51])
           at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
           at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
           at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417)
           ... 161 more
          Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=pmn/51, BranchQual=, localId=51]
           at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:290)
           at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:379)
           at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:812)
           at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
           ... 163 more
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.jdbc.ConnectionManager] aggressively releasing JDBC connection
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.jdbc.JDBCContext] TransactionFactory reported no active transaction; Synchronization not registered
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.cache.EhCache] key: org.jboss.portal.core.impl.model.portal.ObjectNode.children#3127
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Invalidating space [JBP_OBJECT_NODE], timestamp: 4791624054706177
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.jdbc.JDBCContext] TransactionFactory reported no active transaction; Synchronization not registered
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.cache.EhCache] key: org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties#3127
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Invalidating space [JBP_PORTAL_OBJECT_PROPS], timestamp: 4791624054706179
          2007-01-26 17:48:11,481 DEBUG [org.hibernate.jdbc.JDBCContext] TransactionFactory reported no active transaction; Synchronization not registered