Hello again FYI: I got it to work now. I tried to enable ASP.NET Impersonation in the IIS Authentication settings in the IIS manager and it now works. best...
Hi I am trying to write to a longblob in the database and the datamodel provides me with a ByteArray for this data type in MySQL.. No problem so far, but when...
If you also include the quotes in "windows 7" to only search for the exact string "windows 7" like in google then you get nothing. I suppose that this search...
Hello When I try to run the testdrive application from the generated code in the WDMF samples I get this error: VerifyError: Error #1053: Illegal override of...
Hi Stig, Please see my post here: http://tech.groups.yahoo.com/group/flashorb/message/7330 Btw, I just experienced the same problem with search you described...
Could you check if there are any error messages in the log file? The log file is in the /logs folder of the virtual directory where WebORB is running. Cheers, ...
Hi Brian, I see what's going on now.. This is something we fixed in 3.7. You can download a preliminary build from the following URL. Please note this is not...
Hi Rick, This is quite odd. Could you search your server-side code base to see where the property in question is referenced: "MDStreamVersion" ? Thanks, Mark...
Hi, My understanding is the connection polling is a function of the database driver. ADO.NET should be doing it out of the box, you can configure it as a part...
Hi Matt, You need to compile your .NET code into a class library (.NET assembly - it is simply a DLL). You can do that using Visual Studio. Once you compile,...
Where am I looking for this info? I checked the DataMapper.php file ín services and the create procedure there are no data types on the server side php as far...
Nothing is written in the log file when I click the build button to generate code, and I can't see any errors in the log file. I have all logging options...
Hello again When I try the simple test drive application out of the box, paging does not seem to work. I have entered 15 products in the products table, and...
To get the installer to run I had to rename the msi. Also when I try to bring up the management console it never comes up. I just get the gray flash movie...
Not necessary to compile anything, just put them in App_Code folder in your web site project and it will do the job. works perfectly fine. So you can use VS as...
Hi, I used Microsoft's Expression Blend 3 to recreate your Silverlight to Java example (SL2Java). I have WebOrb installed on my local Tomcat server and it...
I'm using WebOrb PHP for Flex. How I could pass a variable or a arguments array to the class constructor? My class is defined using these lines of codes inside...
Hello, What would be the best way to pass strong-typed .NET dictionaries to Flex using WebORB? Let say I have function on a backend: public Dictionary<int,...
Hi, Mark. We've since switched over to the WebORB Java version (which is the one we'll most likely be using), but the issue seemed to be related to the Mono...
I want a Flex client talking to a Grails backend via WebORB. I am looking for behavior similar to what the Flex Grails plugin allows for BlazeDS. See here:...
Hello, The findBySQL function is great, however it has one major problem. Apart from SELECT queries, the user can easily slip in a DELETE statement. The...
Hi, You can override the findBySQL function in a data mapper generated on the server side. You will see a partial class in the server-side code which is a...
Hi Rick, I just installed and ran the latest WebORB for .NET and could not see the problem you were running into. Did you have any of your assemblies deployed...
Hi, You must be looking at the code generated through the console. You're correct that that's how WebORB represents strongly-typed IDictionary. However, that...
Hi Frank, Do you load the SL client from a web application deployed in IIS? If so, please make sure to put crossdomain.xml into the root of your WebORB...
Hello, I'm using the Flex SDK 4.0 and is taking place the message in question. The message occurs only with selection commands (findAll, findBy, find ...) ...
Hi Mark, I've tried running it through Expression Blend (via F5) which I believes runs a small IIS server> I have put the 2 .XML files in several different...