cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Issues

unknown-user
Champ on-the-rise
Champ on-the-rise
Where do I open an Alfresco issue?
I see that the JIRA site is for version 2.x

Is there another place  to raise issues?

I do not know if the problem is a WSDL or Visual Studio issue. I suspect that it is both.

When the VS2008 ccreates a proxy class, it creates two instances of the same class.
This causes the compiler to state that a property already exists.

Example.
It says public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; already exists
This is because there are two instances of the class.
partial class Store
Another example says private string userNameField; already exists

This is because two instances of the same class was generated
partial class UserFilter

There must be something in the WSDL that causes svcutil to create two instances

Removing one of the instances causes another error.

Something in the format of the WSDL is not correct.
How can I raise this as an issue to the Alfresco community.

I am consuming the original WSDL and not the CMIS wsdl.

I tried working with the CMIS version and had different problems.  It seems like Alfresco is not making sure that .NET developers can use their WSDL.
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
You raise community JIRA issues in the ALFCOM project.  And you have just raised the issue on the forums.

What would help is if you can narrow down the problem to something specific.  There may indeed be "something" wrong, however someone needs to find out what.  And what version of Alfresco are you using?

unknown-user
Champ on-the-rise
Champ on-the-rise
Thanks
It is Alfresco 3.2r
I ve tried identifying the cause. I even tried looking for the source for the WSDL.
Can you tell me where the WSDL source is located?  I looked in the remote-api project folder of the java project. Maybe I am not looking in the correct location.
I will investigate further. I appreciate your response.
I will also open the case.
I noticed that this problem occurs when loading CMIS WSDL also.

mrogers
Star Contributor
Star Contributor
The WSDL files are in RemoteAPI/source/wsdl

If you are interested in the CMIS webscripts you should try the 3.2r2 version.

unknown-user
Champ on-the-rise
Champ on-the-rise
I am not looking for the wsdl. yes I saw those. I was looking for the actual host web service that the wsdl interfaces with.
Thanks
By the way, I tested on XP and got the same error.
So this occurs on XP and WIndows 7