During recent stress testing for long running activity, my application was receiving NetConnection.Connect.Closed event after 20 minutes. Thinking it was a...
Hi Larry, I suspect IIS considers an application to be "idle" if there are no ASP.NET requests during the timeout interval. Per your description it sounds like...
Hi Mark, In the Chat example, what does IIS consider as the application? WebOrb or Chat itself? Since there are no ASP pages for the Chat, there is no way I...
You should either use IIS as your web server and copy the weborb folder to the IIS webroot. I prefer using a wamp setup(Windows, Apache, Mysql; PHP) its easy...
hello, I just started using the webORB and i am usually using flash cs4, so i didnt find any sample show how can i use AS3 inside flash and connected to the...
New to WebOrb. I am using Flash Builder 4 w/ a MySQL backend. some (newbie) questions: 1. Does WebOrb support server-side push? (The PHP tutorials say that it...
Hi,and thanks for what seems to be a great product. We use Balsamic extensively and I have setup weborb and have successfully published the result of this...
Sorry for n00b questions, but I can't manage to get the subscription works. Question 1: I wrote an AIR app with the subscriber and producer as the example...
Download the ByteArray remoting components: http://code.google.com/p/as3service/downloads/list The create a document class like this: package { import...
Hi Mark, I am a checking out the testdrive.mxml generated by WDMF weborb v3.6.0.3. Whenever the MSSQL 2008 table has a column with "float" data type, I...
I have downloaded the jar file weborb4java302.jar. Please let me know the deploy process for making weborb working with glassFish v3. Thanks for help Mark...
Hi Mark, 1. Go here: http://www.themidnightcoders.com/fileadmin/docs/java/guide/index.htm 2. Select "Deployment" in the treeview 3. Select "Deploying WebORB...
Hi,Mark But the help show how to deploy weborb.war on glassfish. I download a jar file.(weborb4java302.jar),Please let me know how to deploy the jar file on...
I have deployed weborb.war to the glassFish V3. all the Flex samples works fine. But I go to Management --> services I see the Deployed classes list is empty.I...
When you deploy WebORB as a war file, it is possible that the Java container (GlassFish in your case) does not expand the war file and as a result the files...
Hello, Thank you for reporting this problem. We're looking into it and if we can reproduce it will be fixed in WebORB 4 release which we plan to make available...
Hi, Is there any identifier that can correlate AsyncMessage vs the message stored in MSMQ ? I checked the values of clientId, correlationId and messageId from...
Fixed ! I´m using now "tinyint" instead of "bit" ... -- Diego Ponce de León http://www.xleon.net http://www.xinterface.net http://twitter.com/diegoxleon ...
Hi people. For the first time Im using mySQL in a .NET project, and Im having some issues with data conversion with weborb. In ms sql server I used "bit" type...
We have an Adobe Flex client talking to a .NET server using WebORB. Simplifying things, on the .NET side of things we have a struct that wraps a ulong like...
Hi, I've created a java class with some methods. When I upload it in the lib folder of tomcat, an item is appear in the management tab's services. When...
Try to use (.net) http://www.mindscape.co.nz/products/LightSpeed/default.aspx or http://www.entityspaces.net/portal/Default.aspx Da: flashorb@yahoogroups.com...
Hi Mark, Can you give a specific example, or point to an existing example, of how to write the custom PHP server code to support an a query that join tables,...