Hi all,
We are currently trying to understand how the portlet is working, we have successfully installed cmdbuild-portlet with liferay 6.1.2.
But it seems that in some cases it's not working as it should.
Although it's working fine with classes such as Building, Cluster (reading cards, new card and modifuing) , it throws an error with others.
[org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for {http://soap.services.cmdbuild.org}PrivateService#{http://soap.services.cmdbuild.org}getClassSchema has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"domainName"). Expected elements are <{}metadata>,<{}visibility>,<{}classorder>,<{}defaultValue>,<{}precision>,<{}length>,<{}idClass>,<{}index>,<{}description>,<{}scale>,<{}fieldmode>,<{}lookupType>,<{}type>,<{}referencedClassName>,<{}inherited>,<{}unique>,<{}notnull>,<{}referencedIdClass>,<{}name>,<{}baseDSP>,<{}idDomain>
My first guess is that when the class is a destination for a domain the error happens (since it doesn't with classes without domain or is only an origin)
I'm wondering if this is an installation issue or a bug
Thanks