Alfresco Issues
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 10:53 AM
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.
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.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 11:43 AM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 11:52 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 12:23 PM
The WSDL files are in RemoteAPI/source/wsdl
If you are interested in the CMIS webscripts you should try the 3.2r2 version.
If you are interested in the CMIS webscripts you should try the 3.2r2 version.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2009 12:28 PM
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
Thanks
By the way, I tested on XP and got the same error.
So this occurs on XP and WIndows 7
