cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS in Alfresco 3.2r

gressho
Champ in-the-making
Champ in-the-making
Hello,

when I installed the new Alfresco version I did it under the impression, it would have better CMIS support. But I'm hitting on problems I thougt were already solved?!

I've a datatype which is a subtype of a folder:

<type name="maSmiley Tongueublisher">
            <title>Verlag/Universitaetsbibliothek</title>
            <parent>cm:folder</parent>
            <properties>
                <property name="maSmiley TongueubName">
                    <title>Name</title>
                    <type>d:text</type>
                    <multiple>false</multiple>
                </property>
                <property name="maSmiley TongueubPlace">
                    <title>Ort</title>
                    <type>d:text</type>
                    <multiple>true</multiple>
                </property>
                <property name="maSmiley TongueubGKDId">
                    <title>GKD</title>
                    <type>d:text</type>
                    <multiple>false</multiple>
                </property>
                <property name="maSmiley TongueubAddress">
                    <title>Adresse</title>
                    <type>d:text</type>
                    <multiple>false</multiple>
                </property>
                <property name="maSmiley TongueubDeleted">
                    <title>Deaktiviert</title>
                    <type>d:text</type>
                    <multiple>false</multiple>
                </property>
            </properties>
         </type>

When I try to create such a folder I get the following exception:

de.wwu.ulb.cmisclient.CmisException: The typeID is not an Object-Type whose baseType is 'Folder': F/ma_publisher                                                                                 
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)                                                                                                                 
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)                                                                                          
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)                                                                                  
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)                                                                                                                       
        at org.jboss.ws.metadata.umdm.FaultMetaData.toServiceException(FaultMetaData.java:383)                                                                                                   
        at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:143)

Best wishes

Werner Gresshoff
1 REPLY 1

unknown-user
Champ on-the-rise
Champ on-the-rise
I just installed this version and I see no WSDLs at all. Where are the wsdl files?