client PHP CMIS problem

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2014 02:29 AM
I browse alfresco repository from a client PHP with http://chemistry.apache.org/php/phpclient.html and I render it via CMS typo3 without problem (till yesterday).
yesterday une user tell me that if he change some propertyes (name, description) from /share or /alfresco, he doesnt see that changes in the client cmis.
If I delete the folder and I recreate it, the problem disappare for a while.
thare is some cmis caching server side?
what could be happened? in log I doesnt see any errors.
problem happens twice (till now) and is difficult to reproduce.
what can I try?
Thanks in advance,
P.
yesterday une user tell me that if he change some propertyes (name, description) from /share or /alfresco, he doesnt see that changes in the client cmis.
If I delete the folder and I recreate it, the problem disappare for a while.
thare is some cmis caching server side?
what could be happened? in log I doesnt see any errors.
problem happens twice (till now) and is difficult to reproduce.
what can I try?
Thanks in advance,
P.
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2014 02:54 AM
noone?


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 11:47 AM
I'm checking the problem with CMIS workbench but it shows me the 'wrong' data…
i.e. CMIS workbench shows me something in 'name' or in 'description', but share shows me something else in same properties.
and now? : (
I hoped it was a problem on the client side ….
i.e. CMIS workbench shows me something in 'name' or in 'description', but share shows me something else in same properties.
and now? : (
I hoped it was a problem on the client side ….

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 07:31 AM
probably is a language related problem.but how to solve it?
it seems not deterministic..
when I browse via cmis witch language I use?
it seems not deterministic..
when I browse via cmis witch language I use?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2014 05:06 AM
It is a language related problem
- CMIS client takes the metadata in English unless they are empty otherwise take them in Italian (my language).
- The scripts that gets metadata puts the metadata in English (the language of the server)
- Share in the browser shows me the metadata in the language in which I'm displaying if they are not empty , otherwise it makes me see those in English if any.
and now? arghhhhh
- CMIS client takes the metadata in English unless they are empty otherwise take them in Italian (my language).
- The scripts that gets metadata puts the metadata in English (the language of the server)
- Share in the browser shows me the metadata in the language in which I'm displaying if they are not empty , otherwise it makes me see those in English if any.
and now? arghhhhh

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2014 11:14 AM
bypassed the problem starting alfresco with
JAVA_OPTS="-Duser.country=IT -Duser.region=IT -Duser.language=it ecc…."
not so elegant but it works (at least for me that doesnt use multilanguage)
JAVA_OPTS="-Duser.country=IT -Duser.region=IT -Duser.language=it ecc…."
not so elegant but it works (at least for me that doesnt use multilanguage)
