Your 5.3.2 repo config is bound to JBoss (as you can see the factory is
different between JBoss and Tomcat because JCA is not implemented the same
way).
In 5.3.2 was does you default-repository-ds look like ?

Tiry

On 26 November 2010 11:37, Nicolas SARMIR <[email protected]
> wrote:

>  That's the problem: i've nothing on the log file.
> I check the creation date and it's the right date.
>
> Error with the repo db could be possible: i would use my
> default-repository-config.xml from my nuxeo 5.3.2 but it wouldn't work.
> Here are my two default-repository-config.xml files:
> From nuxeo 5.3.2
> <?xml version="1.0"?>
> <component name="default-repository-config">
>   <extension target="org.nuxeo.ecm.core.repository.RepositoryService"
>     point="repository">
>     <repository name="default"
>
> factory="org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory">
>       <repository name="default">
>         <schema>
>           <field type="largetext">note</field>
>           <field type="largetext">webp:content</field>
>           <field type="largetext">webc:welcomeText</field>
>           <field type="largetext">comment:comment</field>
>           <field type="largetext">post</field>
>           <field type="largetext">mail:mail</field>
>         </schema>
>         <indexing>
>           <fulltext analyzer="english">
>             <index name="default">
>               <!-- all props implied -->
>             </index>
>             <index name="title">
>               <field>dc:title</field>
>             </index>
>             <index name="description">
>               <field>dc:description</field>
>             </index>
>           </fulltext>
>         </indexing>
>       </repository>
>     </repository>
>   </extension>
> </component>
>
>
>
> From 5.4.0.1
> <?xml version="1.0"?>
> <component name="default-repository-config">
>   <extension target="org.nuxeo.ecm.core.repository.RepositoryService"
>     point="repository">
>     <repository name="default"
>       factory="org.nuxeo.ecm.core.storage.sql.ra.PoolingRepositoryFactory">
>       <repository name="default">
>         <clustering enabled="false" delay="1000" />
>         <binaryStore path="" />
>         <schema>
>           <field type="largetext">note</field>
>           <field type="largetext">webp:content</field>
>           <field type="largetext">webc:welcomeText</field>
>           <field type="largetext">comment:comment</field>
>           <field type="largetext">post</field>
>           <field type="largetext">mail:mail</field>
>         </schema>
>         <indexing>
>           <fulltext analyzer="english"/>
>         </indexing>
>         <xa-datasource>org.postgresql.xa.PGXADataSource</xa-datasource>
>         <property name="ServerName">localhost</property>
>         <property name="PortNumber">5432</property>
>         <property name="DatabaseName">nuxeo</property>
>         <property name="User">nuxeo</property>
>         <property name="Password">nuxeo</property>
>       </repository>
>     </repository>
>   </extension>
> </component>
>
>
> Thanks for you help.
>
> Regards, Nicolas.
>
>
> On 25.11.2010 18:35, Thierry Delprat wrote:
>
> Do you have anything interesting in the logs ?
> Do you have domain/workspace structure ? If yes, check the creation date.
>
> May be there is something wrong with repo db config and your repo is
> running against the embeded db.
>
> Tiry
> Le 25 nov. 2010 11:35, "Nicolas SARMIR" <[email protected]>
> a écrit :
> > Hi all,
> >
> > I'm experiencing a problem after nuxeo migration from jboss 5.3.2 to
> > tomcat 5.4. I'm using postgresql. Everything look working fine but my
> > documents created before the migration are all unavailable on the
> > interface. There are no error message.
> >
> > Is it a know problem?
> >
> > Thanks and regards, Nicolas.
> > _______________________________________________
> > ECM mailing list
> > [email protected]
> > http://lists.nuxeo.com/mailman/listinfo/ecm
> > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to