Re: [Mono-list] webHttpBinding WebInvoke POST issue

2011-06-13 Thread Atsushi Eno
didn't have done yet. I'll investigate that issue too. Atsushi Eno (2011/06/13 18:00), Nadeem Backus wrote: Hi Atsushi, I found an example that exhibits the same problem in mono, its taken from: http://blogs.msdn.com/b/carlosfigueira/archive/2008/04/17/wcf-raw-programming-model-receiving

Re: [Mono-list] WCF Exception

2011-06-12 Thread Atsushi Eno
Hi, Without the actual code for client and server I cannot tell if your code is correct and what is the problem for sure, if any. If it is you who are trying to actually add WS-Addressing headers, then it really won't work since WSAddressing is really None for BasicHttpBinding. Atsushi Eno

Re: [Mono-list] WCF get Client address

2011-06-03 Thread Atsushi Eno
bindings, which can be easily contributed by anyone IMO. Atsushi Eno (2011/06/03 2:28), wuffus wrote: I guess you are aware that there are newer versions of mono available? WCF support seems to have improved a lot since then. -- View this message in context: http://mono.1490590.n4

Re: [Mono-list] https with webHttpBinding?

2011-06-02 Thread Atsushi Eno
I haven't tried it, but since HttpsTransportBindingElement internally uses HttpListener for non-ASP.NET hosting, httpcfg would do the trick for you. Atsushi Eno I do not quite understand what I am doing. The ServiceHost needs to know the private key of the certificate, in order

Re: [Mono-list] WCF under mono 2.10

2011-06-01 Thread Atsushi Eno
Our WCF supports asp.net-based service hosting or standalone hosting such as in console. Not sure if asp.net-based stuff works very well (it cannot be unit tested). Atsushi Eno Hi all, I'm evaluating web-services under mono 2.10 and evaluating: * ServiceStack * OpenRasta

Re: [Mono-list] https with webHttpBinding?

2011-05-31 Thread Atsushi Eno
/WebHttpBinding.cs Atsushi Eno (2011/05/31 18:34), wuffus wrote: Hello, I am trying to make a self-hosted wcf service for a Silverlight client. I have managed to get https working with basicHttpBinding. But it does not work with webHttpBinding under mono. (Error message: Requested listen uri scheme

Re: [Mono-list] https with webHttpBinding?

2011-05-31 Thread Atsushi Eno
now ;) Atsushi Eno (2011/05/31 20:00), wuffus wrote: Thank you, I am getting closer to a solution. I found out that I need to set up the webHttpBinding in code, instead of in the config file. -- View this message in context: http://mono.1490590.n4.nabble.com/https-with-webHttpBinding

Re: [Mono-list] ADO.NET/WCF Data Services under Mono

2011-05-29 Thread Atsushi Eno
something that is really implemented and verified like this. Atsushi Eno ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ADO.NET/WCF Data Services under Mono

2011-05-29 Thread Atsushi Eno
Hello, Was there any bug reports on WCF from you? If not, why don't you file them? Atsushi Eno (2011/05/29 0:24), Abe Gillespie wrote: I'm usually able to get most things I need working under Mono given enough time to toil. However I *just* went through the exercise of trying to get WCF

Re: [Mono-list] ADO.NET/WCF Data Services under Mono

2011-05-29 Thread Atsushi Eno
Hello, Was there any bug reports on WCF from you? If not, why don't you file them? Atsushi Eno (2011/05/29 0:24), Abe Gillespie wrote: I'm usually able to get most things I need working under Mono given enough time to toil. However I *just* went through the exercise of trying to get WCF

Re: [Mono-dev] Mono NUnit test upgrade task force

2011-05-25 Thread Atsushi Eno
://mono.1490590.n4.nabble.com/incomplete-nunit26-migration-patch-td3430831.html The situation has not been changed since that email (sadly... ;) Atsushi Eno Hi, I'd like to see Monodevelop to integrate NUnit 2.5, but I was told (on monodevelop irc channel) that a requirement

Re: [Mono-dev] Mono NUnit test upgrade task force

2011-05-25 Thread Atsushi Eno
://mono.1490590.n4.nabble.com/incomplete-nunit26-migration-patch-td3430831.html The situation has not been changed since that email (sadly... ;) Atsushi Eno Hi, I'd like to see Monodevelop to integrate NUnit 2.5, but I was told (on monodevelop irc channel) that a requirement

Re: [Mono-dev] Mono NUnit test upgrade task force

2011-05-25 Thread Atsushi Eno
://mono.1490590.n4.nabble.com/incomplete-nunit26-migration-patch-td3430831.html The situation has not been changed since that email (sadly... ;) Atsushi Eno Hi, I'd like to see Monodevelop to integrate NUnit 2.5, but I was told (on monodevelop irc channel) that a requirement

Re: [Mono-dev] Mono NUnit test upgrade task force

2011-05-25 Thread Atsushi Eno
://mono.1490590.n4.nabble.com/incomplete-nunit26-migration-patch-td3430831.html The situation has not been changed since that email (sadly... ;) Atsushi Eno Hi, I'd like to see Monodevelop to integrate NUnit 2.5, but I was told (on monodevelop irc channel) that a requirement

Re: [Mono-list] cant find op_Inequality

2011-05-22 Thread Atsushi Eno
, I'm not sure). Atsushi Eno Hi, I've just built myself a mono and moonlight from github and built gtk-sharp and have started getting this: Missing method System.Type::op_Inequality(Type,Type) in assembly /usr/local/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/local/lib/mono/gac

Re: [Mono-list] WCF service configuration

2011-05-22 Thread Atsushi Eno
. While system.serviceModel section should be recognized, 2.6 has poor configuration support anyways, so you might want to jump to 2.10. Atsushi Eno Hi, I'm trying to do a WCF webservice. Unfortunately, it seems, that mono does not support configuring the webservice within an app.config file

Re: [Mono-dev] XmlException : DocumentType cannot be imported.

2011-05-18 Thread Atsushi Eno
Hello, importNode() on DocumentType is invalid in DOM Level 2 Core specification[*1], that's why it had been rejected. It can be now imported in git (master and mono-2-10). [*1] http://www.w3.org/TR/DOM-Level-2-Core/core.html#i-Document Atsushi Eno (2011/05/18 21:05), Vincent DARON wrote

Re: [Mono-dev] MessageHeader.GetUntypedHeader throw exception

2011-04-21 Thread Atsushi Eno
It's just a bug, so please file one on https://bugzilla.novell.com. Atsushi Eno (2011/04/21 18:26), Cocai wrote: In a simple service like [ServiceContract] public interface IMyService { [OperationContract] void Request(Message msg); } if is added

Re: [Mono-list] Mono 3.0

2011-04-19 Thread Atsushi Eno
been working on these months. Atsushi Eno (2011/04/19 13:15), jmalcolm wrote: The roadmap for Mono 3.0 lists the following as the major features: - New Generational GC becomes the default - IKVM Reflection or Cecil powered C# compiler - SGen: Precise stack scanning - New profiler - Tuned

Re: [Mono-list] WCF KnownTypes in Mono 2.10 / MonoTouch 4.0

2011-04-15 Thread Atsushi Eno
Exactly, KnownTypeAttribute support also lacks MethodName support. I didn't fix it at a time as the method lookup seems different and I need another couple of experiment to implement is as expected. Stay tuned :) Atsushi Eno (2011/04/14 20:09), thenextman wrote: Thank you Atsushi

Re: [Mono-list] WCF KnownTypes in Mono 2.10 / MonoTouch 4.0

2011-04-15 Thread Atsushi Eno
It is fixed in git master and mono-2-10 branch too. To my understanding, next MT releases will contain those fixes. Atsushi Eno (2011/04/15 15:08), Atsushi Eno wrote: Exactly, KnownTypeAttribute support also lacks MethodName support. I didn't fix it at a time as the method lookup seems

Re: [Mono-dev] String.Compare bug

2011-04-14 Thread Atsushi Eno
of CompareInfo. Atsushi Eno (2011/04/14 16:02), Nicklas Overgaard wrote: Hi, It's now filed as bug #687444 /Nicklas On Wed, 2011-04-13 at 17:56 -0300, Rodrigo Kumpera wrote: Please file a bug report so this bug isn't forgotten. On Wed, Apr 13, 2011 at 3:52 PM, Nicklas Overgaardnick

Re: [Mono-dev] how to fix TextWriterTraceListener disposal problem

2011-04-14 Thread Atsushi Eno
Hey, (2011/04/15 6:31), Jonathan Pryor wrote: On Apr 13, 2011, at 4:06 AM, Atsushi Eno wrote: Do you have any ideas how to solve this problem? Is it actually a problem? :-) Sadly yes... it blocks us from creating useful WCF diagnostic xml logs. The reason I ask is that I vaguely recall

Re: [Mono-dev] how to fix TextWriterTraceListener disposal problem

2011-04-14 Thread Atsushi Eno
Ah, nm, there actually wasn't any wrapper element to single log entry. I thought they were wrapped by an element for each running process. So, Flush() would mostly work. That does not solve custom trace listener, but I don't care :P Atsushi Eno (2011/04/15 12:36), Atsushi Eno wrote: Hey

Re: [Mono-list] WCF KnownTypes in Mono 2.10 / MonoTouch 4.0

2011-04-14 Thread Atsushi Eno
Hi, It turned out the method lookup in ServiceKnownTypeAttribute was implemented way different from what .NET exactly expects (which is not documented). I did a couple of experiment and fixed our code in git. https://github.com/mono/mono/commit/77758013 Atsushi Eno (2011/04/13 10:10

[Mono-dev] how to fix TextWriterTraceListener disposal problem

2011-04-13 Thread Atsushi Eno
wrapper for the TraceListener, which was wrong too as the stream could be already GC-ed). Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] (incomplete) nunit26 migration patch

2011-04-06 Thread Atsushi Eno
as NotDotNet, make run-test-ondotnet now passes in corlib (with tons of failures...) I posted my results to monobin: http://monobin.com/__m20041c31 Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-dev] Fix contract description for contracts with deep inheritance hierarchy

2011-03-25 Thread Atsushi Eno
Thanks for the patch. I have locally applied it to not forget it, and will examine and commit if it does not regress. (As I posted earlier WCF work is suspended until build gets fixed.) Atsushi Eno (2011/03/25 18:46), Peter Gerbrandt wrote: Hello everyone, ContractDescriptionGeneratior

[Mono-dev] WCF work has been stopped due to some reflection regression

2011-03-24 Thread Atsushi Eno
I have almost explained in the subject, but any WCF effort has been stopped for weeks due to repeating regressions in base stack. Current one is related to some assembly loader issue I reported to the team earlier on 18th. So please don't expect any bugfixes until it gets fixed. Atsushi Eno

Re: [Mono-dev] Faster

2011-03-24 Thread Atsushi Eno
Agreed, though the suggestion may still work if the type has op_Equality() overload. Atsushi Eno (2011/03/25 1:31), Stifu wrote: From my experience, null checks are really, really cheap, to the point I've had troubles measuring any difference between code paths with and without null checks

Re: [Mono-list] DataContractJsonSerializer Gives Different Results Depending OS

2011-03-22 Thread Atsushi Eno
Please rather file a bug on bugzilla so that it don't flow away thanks. Atsushi Eno (2011/03/21 1:33), fletcham wrote: I have written a small client - server application which passes JSON messages back and forth. The computer with the server application is running Windows 7 and the client

[Mono-dev] threadpool win32 breakage, getting worse

2011-03-15 Thread Atsushi Eno
of `InterlockedExchange' from incompatible pointer type make[3]: *** [libmonoruntime_la-threadpool.lo] Error 1 make[3]: Leaving directory `/home/atsushi/svn/mono/mono/metadata' Now WCF is not hackable state again. Atsushi Eno ___ Mono-devel-list mailing list

Re: [Mono-list] Serialization of custom key in Dictionary

2011-03-15 Thread Atsushi Eno
As I posted to mono-devel-list, WCF for my hacking environment is broken in our git so I don' think I can fix or investigate anything, but even it gets working, I can't give any answer without the actual reproducible code... Atsushi Eno (2011/03/15 23:34), JensAernouts wrote: When I try

Re: [Mono-dev] Named Pipes in Mono

2011-03-13 Thread Atsushi Eno
This Windows-specific API is not implemented (note that there are some *not working* code). Atsushi Eno (2011/03/11 8:08), Ondrej wrote: Hello, I am trying to port my .Net application to Mono 2.6.4. The problem I am facing is, that I am not able to send data via the named pipe by using

Re: [Mono-dev] Use DCS OperationBehavior to create serializers in WCF

2011-03-13 Thread Atsushi Eno
Hi Peter, Thanks again for the patch. I fixed a bit for moonlight build (you can also assure that by running configure --with-moonlight=yes on topdir and make PROFILE=moonlight_raw at mcs/class/System.ServiceModel) and pushed it into git master and 2-10 branch. Atsushi Eno (2011/03/11 20:49

Re: [Mono-dev] gtkhtml-sharp

2011-03-10 Thread Atsushi Eno
Isn't it now part of gnome-desktop-sharp? Atsushi Eno (2011/03/10 7:09), Paul Johnson wrote: Hi, Not sure why, but gtkhtml-sharp seems to be missing from gtk-sharp-2.12.10 Has it been moved elsewhere or is there a missed dependency somewhere that the config file is not picking up

Re: [Mono-dev] XmlBinaryDictionaryReader support for value type QNameIndex in attributes

2011-03-08 Thread Atsushi Eno
Thanks for the nice patch :) I have checked it in git (with some minor fixes). Atsushi Eno (2011/03/08 17:55), Peter Gerbrandt wrote: Hello, .NET WCF occasionally transmits value type QNameIndex (0xBC) in attribute nodes. I've created a small patch to support this. The unit tests

Re: [Mono-list] XmlWriter with XmlWriterSettings break Dictionary de-serialization

2011-03-07 Thread Atsushi Eno
Indeed, thanks for the report. I just fixed the issue in git. Atsushi Eno (2011/03/08 14:06), Uli Hertlein wrote: Hi guys, I am serializing a DictionaryGuid,SomeClass to an XML file using DataContractSerializer and XmlWriter. When using 'XmlWriterSettings() { Indent=true

Re: [Mono-dev] Symmetric contracts in WCF

2011-03-06 Thread Atsushi Eno
Thanks for the nice patch :) I have checked it in master and 2.10 branch with cosmetic code formatting fixes. Atsushi Eno (2011/03/04 19:17), Peter Gerbrandt wrote: Hello, I want to use the same interface as service contract and as callback contract. Currently this is not supported by mono

Re: [Mono-dev] Mono 2.8.2 - WCF netTcpBinding System.NotImplementedException: UpgradeRequetRecord

2011-03-01 Thread Atsushi Eno
Your client is likely .NET and tries to use transport security feature. Turn it off. Note that MoMA is not helpful for WCF very often because it is impossible to examine *.config files and which features those config sections require. Atsushi Eno (2011/03/01 12:58), Compy234 wrote: Hey guys

Re: [Mono-dev] WCF breakage and Windows build breakage

2011-03-01 Thread Atsushi Eno
/threadpool.c Gonzalo is working on it. Atsushi Eno (2011/02/25 11:32), Atsushi Eno wrote: I forgot a couple of notes: - It should affect only on master, as the verifier fix is only in there. - A quick remedy would be to temporarily revert the verifier fix, if fixing Windows build is not very

Re: [Mono-dev] WCF and TransportCredentialOnly

2011-02-17 Thread Atsushi Eno
Hello, I don't think you really read my message. Atsushi Eno (2011/02/17 0:36), rjhdakota wrote: I am having what I believe is the same problem. You say basic authentication is working, any examples? Our project needs the ability to authorize a connection, and currently we cannot. Here

Re: [Mono-list] WCF - ServiceSecurityContext

2011-02-17 Thread Atsushi Eno
All what I know is that it worked for monotouch. https://bugzilla.novell.com/show_bug.cgi?id=605795 Atsushi Eno (2011/02/17 0:54), augustwest wrote: Thank you Atsushi. I can't seem to find any good samples or information that demonstrates what is required in mono to make the basic

Re: [Mono-list] WCF - ServiceSecurityContext

2011-02-17 Thread Atsushi Eno
ServiceAuthorizationManager stuff is out of scope of our implementation. Atsushi Eno (2011/02/17 12:33), Atsushi Eno wrote: All what I know is that it worked for monotouch. https://bugzilla.novell.com/show_bug.cgi?id=605795 Atsushi Eno (2011/02/17 0:54), augustwest wrote: Thank you Atsushi

Re: [Mono-dev] WCF and TransportCredentialOnly

2011-02-15 Thread Atsushi Eno
This is not for general mono users list but for those who hack mono itself. Check mono-list instead and you'll find very similar question there (unless you are the same person who posted that in fact). Atsushi Eno (2011/02/16 5:07), rjhdakota wrote: I am working on a WCF service in MONO

Re: [Mono-list] WCF on Mono 2.8.2

2011-02-15 Thread Atsushi Eno
-refactoring-story.html A general remedy for this kind of conflict in ServiceMetadataBehavior was to avoid using conflicting endpoint URL. I don't know if it will work for you though. Anyways WCF hack is a moving target and things and you had better try 2.10s. Atsushi Eno (2011/02/15 18:08), Tymek

Re: [Mono-list] WCF - ServiceSecurityContext

2011-02-15 Thread Atsushi Eno
Yes it is normal. Basic authentication is known to work, but ServiceSecurityContext is not implemented. Atsushi Eno (2011/02/16 3:30), augustwest wrote: I have successfully implemented a very simple self-hosted WCF service using BasicHttpBinding however I am unable to validate the basic

Re: [Mono-dev] csproj files for Mono's class libraries.

2011-02-14 Thread Atsushi Eno
could be created like this: ls ../../build/common/*.cs */*.cs | grep -v *-check.cs Foo.dll.sources cd Test; ls */*.cs ../Foo_test.dll.sources; cd .. Atsushi Eno (2011/02/13 12:11), Miguel de Icaza wrote: Hello guys, I have resumed my work on creating visual studio project files

Re: [Mono-dev] csproj files for Mono's class libraries.

2011-02-14 Thread Atsushi Eno
possible to not be based on nunit adding but rather include a standalone test runner project (executable) that includes all nunit stuff. Atsushi Eno (2011/02/14 18:52), Atsushi Eno wrote: The newer system should be as convenient as dll.sources model. Without as easy step as to add just one line

[Mono-dev] build failure on processing NpgsqlState.resx

2011-02-02 Thread Atsushi Eno
=40host_id=8). Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] Using both System.Xaml and WindowsBase

2011-01-31 Thread Atsushi Eno
They are just extraneous. I'll wrap those System.Windows.Markup types with #if !NET_4_0 in WindowsBase. Atsushi Eno (2011/01/31 8:02), Miguel de Icaza wrote: I have project that uses both System.Xaml for XAML serialization and WindowsBase for System.IO.Packaging. The problem is that when I

Re: [Mono-list] WCF NetPeerTcpBinding

2011-01-31 Thread Atsushi Eno
custom peer service worked). Atsushi Eno (2011/01/23 2:33), technomage1972 wrote: Has anyone managed to get the NetPeerTcpBinding stuff working under mono 2.8? using code like the following NetPeerTcpBinding n2p2 = new NetPeerTcpBinding(); n2p2.Security.Mode = SecurityMode.None; EndpointAddress

Re: [Mono-dev] Broken Linq to XSD managed provider in .Net 4.

2011-01-20 Thread Atsushi Eno
marked. And I won't remove those attributes when there are reasons. Why don't you just *run* it and see if it works or not instead? Atsushi Eno (2011/01/20 22:30), Bob PS Watson wrote: Hi, I tested the xml.schema.linq which is the managed provider for Linq to XSD, has a 3.5 profile dependency

Re: [Mono-dev] Broken Linq to XSD managed provider in .Net 4.

2011-01-19 Thread Atsushi Eno
Hi, To get your patches ready, this page would be a good starter. http://mono-project.com/Contributing I'm not sure what you meant on XmlSchemaType.BaseXmlSchemaType, but those 3 members are implemented AFAIK. Atsushi Eno (2011/01/20 3:05), Bob Watson wrote: Hello, I’m developing

Re: [Mono-dev] WCF in Mono 2.6.7

2011-01-16 Thread Atsushi Eno
You might want to read this: http://nirajrules.wordpress.com/2009/08/03/mtom-vs-streaming-vs-compression-%E2%80%93-large-attachments-over-wcf/ Atsushi Eno (2011/01/15 22:19), Joel Caner wrote: Thank you for your reply. Can you tell me if there is another way to send large data/file then?..can

Re: [Mono-dev] WCF in Mono 2.6.7

2011-01-15 Thread Atsushi Eno
Not sure where the actual error occurs without stack trace, but 2.6 is too old for WCF to try anyways. And Mtom is almost untested so it will cause any kind of problem (never expected that there are actually people who use it). Atsushi Eno (2011/01/14 23:37), joelcaner wrote: I am having

Re: [Mono-dev] WCF: InstanceContextMode.PerSession

2011-01-11 Thread Atsushi Eno
Ah, thanks, forgot about that ReleaseInstanceMode property ;-) Atsushi Eno (2011/01/11 19:17), Adar Wesley wrote: Hi, I was reading this thread and just by chance was reading up on WCF Services Session instantiation and release today. I thought the following links might be useful to clear

Re: [Mono-dev] WCF: InstanceContextMode.PerSession

2011-01-10 Thread Atsushi Eno
starters. Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] WCF: InstanceContextMode.PerSession

2011-01-10 Thread Atsushi Eno
Hi again, To my understanding, a session (ISession) is usually member of ISessionChannel types, its lifecycle is bound to the channel, and we indeed have such implementation in TcpDuplexSessionChannel. If we got to know .NET behaviors we'll do the same in WCF ;) Atsushi Eno (2011/01/10 0:03

Re: [Mono-dev] svcutil - assemblyPath support

2011-01-04 Thread Atsushi Eno
Thanks, your patch is applied in git master. Atsushi Eno (2011/01/03 2:41), Michel Foucault wrote: Hi, I'm trying to use svcutils (mono 2.8.1). Since it fails with metadataUrl I've try assemblyPath method. It doesn't work either I've modified the code of mcs/tools/svcutil/Driver.cs

Re: [Mono-list] Using Castle.ActiveRecord with WCF.

2011-01-01 Thread Atsushi Eno
stuff). Atsushi Eno (2011/01/01 10:54), hickscorp wrote: Hello :) i'm very new to the list, and Mono in general, so let's make the presentations. i'm Pierre, a french developer living in California, mostly specialized in C / C++ / Obj-C. i recently accepted to help on a .NET project

Re: [Mono-dev] WCF: netTcpBinding

2010-12-21 Thread Atsushi Eno
an answer. Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] WCF

2010-12-21 Thread Atsushi Eno
WCF assemblies (i.e. git master), but I'm not sure if the newer svcutil code works fine with 2.8 WCF assemblies. I'm thinking to replace the old code in MD when Mono 2.10 is getting out. Anyways, give it a try! (it is possible at least ;-) Atsushi Eno (2010/12/22 5:14), Steve Gentile wrote

Re: [Mono-dev] DateTime Serialization

2010-12-18 Thread Atsushi Eno
visit bug #660424 tomorrow. Atsushi Eno (2010/12/19 4:19), CodeSlinger wrote: Just a thought - if using WCF, the client and server could be in different zones so why would you want anything other than UTC time to be passed around in the first place which is always what should be stored and only

Re: [Mono-dev] Olive Status

2010-12-13 Thread Atsushi Eno
The mono-olive mailing list was shut down to migrate to here (I posted about that as the last message there), so you are welcome here in the right place now to discuss WF or Messaging :) Atsushi Eno (2010/12/14 11:52), Travis Smith wrote: Miguel- I figured contributing to an area I work

Re: [Mono-dev] Olive Status

2010-12-13 Thread Atsushi Eno
hacking as an alternative effort. Atsushi Eno (2010/12/14 12:07), Travis Smith wrote: http://mono-project.com/Workflow could use to be updated on the location of the mailing list then. What's the status of these sections? Are there portions that need love that I could look at digging

Re: [Mono-dev] Fwd: Problem with WCF and IEnumerable as return type

2010-12-07 Thread Atsushi Eno
Please file a bug (C# is much better). Atsushi Eno (2010/12/07 16:14), Chakotey STME wrote: This problem still exists. Does anyone have an idea? -- Forwarded message -- From: Chakotey STMEchakoteys...@gmail.com Date: 2010/11/30 Subject: Problem with WCF and IEnumerable

Re: [Mono-dev] Validate xml file with schema file

2010-11-29 Thread Atsushi Eno
. Atsushi Eno (2010/11/29 18:55), Chakotey STME wrote: Hi, I have a problem with this code under mono 2.6: Dim xsdMarkup As XDocument = XDocument.Load(/home/stefan/xml/PluginConfigSchema.xsd) Dim schemas As XmlSchemaSet = New XmlSchemaSet() schemas.Add

Re: [Mono-dev] Validate xml file with schema file

2010-11-29 Thread Atsushi Eno
from moma. Atsushi Eno (2010/11/29 19:17), Atsushi Eno wrote: You can't use moma report result to assume it *must* work if it does not report anything. It is explicitly stated on the first page when you ran moma: http://www.mono-project.com/Using_MoMA_Guide It won't report things

Re: [Mono-dev] Validate xml file with schema file

2010-11-29 Thread Atsushi Eno
Ahh, ok. No worries then. BTW I mistyped: XDocument.Validate() is *now* implemented in git master ;) Atsushi Eno (2010/11/30 0:23), Chakotey STME wrote: Thats correct. The Mono analyzer says that it won't work. Sorry. Maybe I checked note the correct project with the mono analyzer

Re: [Mono-list] anyone tried mono on freebsd?

2010-11-29 Thread Atsushi Eno
Sometimes (or maybe on the daily basis) Makoto builds mono on freebsd and he gives build (error) reports from time to time. (I'm CCing him.) Atsushi Eno (2010/11/29 21:39), Foo wrote: Hi all, I know Linux is best supported. But in the spirit of Mono, I'm hoping the takeup for FreeBSD

Re: [Mono-dev] WCF REST POST POCO, and null value

2010-11-25 Thread Atsushi Eno
to the SayHi (not SayHi2) and hence blah isn't involved, so, is it really what you intended? Code: Shared library: http://pastebin.com/WSfiaj63 Server: http://pastebin.com/veJ9JubX Client: http://pastebin.com/jniuHsiz Can you please file a bug on bugzilla and attach them? Thanks, Atsushi Eno

Re: [Mono-dev] WCF and parallel client-execution

2010-11-22 Thread Atsushi Eno
I can't give a definite answer, but at least the throttling limitation will go away ;-) Atsushi Eno (2010/11/22 15:41), Chakotey STME wrote: hello, thanks for your answer. That's correct. I am using mono 2.6 If I change to mono 2.8 - will die clients run parallel? chakoteystme 2010/11

Re: [Mono-dev] WCF and parallel client-execution

2010-11-21 Thread Atsushi Eno
clients run in parallel. Atsushi Eno (2010/11/21 8:10), Chakotey STME wrote: Hello, I have a problem with WCF. I have a service: ServiceBehavior(ConcurrencyMode:=ServiceModel.ConcurrencyMode.Multiple, InstanceContextMode:=InstanceContextMode.Single) _ Public Class HelloService Implements

Re: [Mono-list] NotImplemented error creating WCF ServiceHost

2010-11-17 Thread Atsushi Eno
(2010/11/17 10:06), BrianDonegan wrote: So, you are saying that ServiceHost is not implimented? No. I commented on configuration stuff, so I don't repeat it here. Atsushi Eno ServiceHost selfHost = new ServiceHost(typeof([WebServiceClass]); I see lots of examples using it, yet even when

Re: [Mono-list] NotImplemented error creating WCF ServiceHost

2010-11-16 Thread Atsushi Eno
or you give up using configuration. It is also likely you are using unsupported feature anyways. Atsushi Eno (2010/11/17 2:23), BrianDonegan wrote: I am converting our current Windows WCF web service to mono. When I try to instantiate our ServiceHost object... ServiceHost selfHost = new

Re: [Mono-list] Controlling WCF Soap serialization in 2.8 - bug?

2010-11-02 Thread Atsushi Eno
to investigate, I'd like to ask for a bug report with isolated small repro schema and code, and wait for that. For the one from the original post, XmlSerializerFormatAttribute won't work (not implemented this minor stuff yet) and hence XmlElementAttribute won't work either. Atsushi Eno On 2010/11/01

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Atsushi Eno
of them are linked to the same objects so they don't consume more memory. You won't be able to see that if you're just looking at VS debugger though. Atsushi Eno On 2010/10/26 10:24, Panop Suvaphrom wrote: Hi, I have used the Commons.Xml.Relaxng.dll in VS2010. I also think

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Atsushi Eno
profiler and tell the result. I cannot run the profiler tool which you gave the link. My guess is that the profiling tool itself dives into the target code and thus consumes more memory than the target code itself consumes, but I cannot confirm that. Atsushi Eno On 2010/10/26 12:15, Panop

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-23 Thread Atsushi Eno
Atsushi Eno On 2010/10/22 15:38, Panop Suvaphrom wrote: Hi, I am not sure if this is the right place to ask. Now I have project to develop and validate RNC file that I have read from http://www.xs4all.nl/~wrb/Articles/Article_XML_RelaxNG_01.htm http://www.xs4all.nl

Re: [Mono-dev] WCF in Mono 2.8 ( What all mono supports and what not)

2010-10-21 Thread Atsushi Eno
Hello, Check out: http://go-mono.com/status/ System.ServiceModel Atsushi Eno would be able to give you a more detailed answer. srinin wrote: Can any one help me in whether mono supports following bindings, - WSHttpBinding Practically no, as we have only limited set of WS

Re: [Mono-dev] Fwd: [Mono-patches] [mono/mono] [3 commits] 894b26fe: Warnings cleanup

2010-10-16 Thread Atsushi Eno
work. I don't think asking to not make such changes much later when I am actually faced problems is better though. Atsushi Eno On 2010/10/16 23:51, Miguel de Icaza wrote: Hello, Can you please don't randomly make cosmetic code changes that does not only prevent active hacking

Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-15 Thread Atsushi Eno
for the patch :) Atsushi Eno On 2010/10/13 23:34, Frank Wilhelm wrote: Hello, thank you for your review. I tried to use the style of the existing code but I guess I missed some spaces. The problem with your modifications is that it defeats the purpose of my patch. In .NET I can host

Re: [Mono-dev] Mono and WCF support

2010-10-13 Thread Atsushi Eno
of the core Mono. mentions, historically it used to be in different module (olive). Atsushi Eno On 2010/10/09 3:27, Chakotey STME wrote: Hi mailing list, I have a question about the wcf support in mono. at http://www.mono-project.com/Roadmap I get the information that in mono 2.6

Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-12 Thread Atsushi Eno
. (As a cosmetic excuse, WebMessageBodyStyle.Bare was new in 3.5 SP1 AFAIR, so it was left ignorant in our implementation from 3.5 era.) Atsushi Eno On 2010/10/09 18:27, Frank Wilhelm wrote: Hello Mono devs, I tried running my web service on Mono and ran into several issues. I use the WebHttpBinding

Re: [Mono-dev] WCF: Contracts with Interface hierarchy

2010-10-08 Thread Atsushi Eno
This should be fixed now in git master. Atsushi Eno On 2010/09/29 15:37, Atsushi Eno wrote: Hi Karsten, Thanks for nice bug analysis. On building System.ServiceModel on MonoDevelop, you can just open Makefile to treat it as a class lib project (valid only in our mcs classes

Re: [Mono-dev] Mono and WCF support

2010-10-08 Thread Atsushi Eno
As the immediately next sentense to Nowadays WCF is part of the core Mono. mentions, historically it used to be in different module (olive). Atsushi Eno On 2010/10/09 3:27, Chakotey STME wrote: Hi mailing list, I have a question about the wcf support in mono. at http://www.mono

Re: [Mono-dev] WCF: Contracts with Interface hierarchy

2010-09-29 Thread Atsushi Eno
and I'd rather remove it unless the Mainsoft guys object. We welcome your patch and/or bug report. I'll visit the issue once I have finished ongoing work. Atsushi Eno On 2010/09/26 19:20, KarstenF wrote: Hi, I'm new to Mono and new to this list so let's hope my post doesn't contain too many

Re: [Mono-list] WCF service on mono

2010-09-24 Thread Atsushi Eno
by removing serviceMetadata(Behavior) and serviceDebug(Behavior) from the service. Atsushi Eno On 2010/09/22 17:41, Nadeem Backus wrote: My hostfile already contains references to localhost, currently it points to 127.0.0.1. Using localhost or 127.0.0.1 in the configuration file both return bad

Re: [Mono-list] Text to Speech using Mono

2010-09-20 Thread Atsushi Eno
I assume you are not going to implement Text to Speech but rather interested in using TTS. Thus no, we don't have any TTS implementation. There is no Windows Speech API on Linux or any other platforms than windows. Atsushi Eno On 2010/09/18 20:27, optimus_prime wrote: Hi! I am developing

Re: [Mono-list] Text to Speech using Mono

2010-09-20 Thread Atsushi Eno
In that context, flite is better (which is C-based, embed-friendly implementation). I used to be interested in TTS, until I noticed things like vocal synthesis in English (compared to Japanese) will cost me a lot of time to investigate :/ Atsushi Eno On 2010/09/21 1:03, Christopher David

Re: [Mono-dev] Mono 3.0 Roadmap: IKVM-powered C# compiler

2010-09-19 Thread Atsushi Eno
It is about IKVM Reflection, not about Java at all. Atsushi Eno On 2010/09/19 22:57, Brad Jones wrote: Hi, Can someone explain/elaborate on what “IKVM-powered C# compiler” this means? How will this benefit Java apps etc.? Cheers, Brad

[Mono-dev] merge web.config regression to 2.8

2010-09-17 Thread Atsushi Eno
Hi Andrew, We need this patch to get WCF on ASP.NET (xsp4) working as we used to do. (web.config was somehow updated to exclude .svc handler at some stage, which was wrong.) Atsushi Eno diff --git a/data/net_4_0/web.config b/data/net_4_0/web.config index db1c2b8..2a7dfd2 100644 --- a/data

[Mono-winforms-list] kill deprecated InstallTrackingHandler on OSX Dnd

2010-09-06 Thread Atsushi Eno
a feature is not good but it should be done for everything else. Attached such a (simple) workaround. Feel free to apply, or in case no one cares, I'll do it. Atsushi Eno diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Dnd.cs b/mcs/class/Managed.Windows.Forms

Re: [Mono-dev] Possible Bug in Mono?

2010-09-06 Thread Atsushi Eno
. You can avoid such a problem by avoiding non-ASCII characters in your source code. In this case, use ¥u0083 instead of raw POUND SIGN. Atsushi Eno (10/09/06 18:10), anidotnet wrote: I have the following functions to get the Unicode representation of a string

Re: [Mono-dev] Possible Bug in Mono?

2010-09-06 Thread Atsushi Eno
Windows machine now), but adding -codepage:utf8 to additional options line on the Compiler node on the Build menu tree would work. (-codepage option is common to .NET csc.exe) Atsushi Eno (10/09/06 21:38), anidotnet wrote: Atsushi Eno-2 wrote: (In general, avoid using such ambiguous

Re: [Mono-dev] how to get MonoDroid download password?

2010-09-06 Thread Atsushi Eno
). Atsushi Eno (10/09/06 23:59), Barry Song wrote: Hi All, According to http://monodroid.net/Installation, we can download the MonoDroid for Visual Studio 2010 Plugin at http://go-mono.com/monodroid-download. But I wonder how to get a password for the download. Can anyone tell me? Thanks Barry

Re: [Mono-dev] Serialization problem in WCF

2010-08-30 Thread Atsushi Eno
(the branching was done earlier last week). In current plan, 2.8.2 will include it (as it will be branched from git head), but I can't say the release plan is stable yet. Atsushi Eno On 2010/08/29 22:55, SuperCiccio wrote: Thanks for your attention. Are there any workaround? Or, when will a version

Re: [Mono-dev] Serialization problem in WCF

2010-08-27 Thread Atsushi Eno
Thanks, looks like there's indeed some problem even in the latest git head. I'll try some fixes. Atsushi Eno On 2010年08月25日 01:02, SuperCiccio wrote: Complete code example attached. Try running mono MyApp.Server.exe ina prompt and MyApp.Client.exe or mono http://mono.1490590.n4.nabble.com

Re: [Mono-dev] Serialization problem in WCF

2010-08-27 Thread Atsushi Eno
This is now fixed in git head. Atsushi Eno On 2010/08/27 21:10, Atsushi Eno wrote: Thanks, looks like there's indeed some problem even in the latest git head. I'll try some fixes. Atsushi Eno On 2010年08月25日 01:02, SuperCiccio wrote: Complete code example attached. Try running mono

<    1   2   3   4   5   6   7   8   9   10   >