Here is my script and I get the same problems, nothing shows up for the data in the grid. Here is my Flex code: <?xml version="1.0" encoding="utf-8"?> ...
4824
Michael Gearhardt
michael.gear...
Sep 23, 2008 7:30 pm
Hello, Just want to make sure that you are positive that there is data in the City table? Thanks, Michael ... [Non-text portions of this message have been...
4825
Michael Gearhardt
michael.gear...
Sep 23, 2008 10:29 pm
Hello, I think to best assist you, it would be helpful to have more of your client code. Can you please supply all of the code that is used in conjunction ...
4826
Michael Gearhardt
michael.gear...
Sep 23, 2008 10:29 pm
Hello Patrick, I think WebORB is great solution for what you are trying to do, however, you will not need Flash Media Server. WebORB is a complete replacement...
4827
naomizn
Sep 24, 2008 3:29 pm
Hi there, I am new to weborb and just downloaded it. I tried to deploy a web project but got the following error: Server reported an error - Access to the path...
4828
Michael Gearhardt
michael.gear...
Sep 24, 2008 3:47 pm
Hello, To get past your error, you will wan to give the ASP.NET Machine Account full control over the web.config file. As for your second question, i am not...
4829
William Rafael de Jes...
billunb
Sep 24, 2008 8:17 pm
Hi there, I´m using the latest version of WebORB Java with Spring and I´m facing a strange behavior. I have a method on my Java Server Class that returns a...
4830
Richard R. Duffy
rduffr
Sep 25, 2008 4:25 pm
Is there any updated information on when a fix for the issue with the AJAX support in webORB for Java will be available?...
4831
rajug007
Sep 25, 2008 4:25 pm
Hi, i successfully implemented an application similar to contact manager example. This has a list of instructors. All CRUD is possible with instructorDAO,...
4832
DannyT
dannytdan
Sep 25, 2008 4:25 pm
Sorry forgot I'd submitted this. We're using the latest version of Weborb but from Mark's response looks like it isn't there yet. As a workaround others might...
4833
Richard R. Duffy
rduffr
Sep 25, 2008 4:25 pm
Any updates on when the there will be a patch for webORB for Java and the final release of 3.0? I am really anxious to get moving with this. Thanks. ... ...
4834
Michael Gearhardt
michael.gear...
Sep 25, 2008 7:37 pm
Hello, Are you referencing services-config.xml or weborb-services-config.xml in your additional compiler arguments? Thanks, michael ... [Non-text portions of...
4835
rajug007
Sep 26, 2008 6:04 am
Hi michael, I am referencing weborb-services-config.xml . I forgot to add it in previous post. I referenced weborb-services-config.xml first and got an error...
4837
William Rafael de Jes...
billunb
Sep 26, 2008 3:34 pm
Hello there! I was facing the exactly the same problem but with the WebORB Java version. My typed collections weren´t beeing converted but only when they were...
4838
William Rafael de Jes...
billunb
Sep 26, 2008 3:34 pm
Okay! I just found a quick solution for the problem! Just changed ArrayCollection to Array on my AS3 class and the mapping just worked! But the question...
4839
netlogiq_sanda
Sep 26, 2008 3:34 pm
Please if anyone figures out where I did wrong let know, as I can't use weborb for 2 different application same time. I have used weborb since now into a...
4840
vladone_2004
Sep 26, 2008 7:39 pm
I want to work with weborb on tomcat server. I no have experience with tomcat and weborb.First of all same adobe air project work just fine with blazeds.When...
4841
tctommm
Sep 26, 2008 8:55 pm
I have very similar problems... any solution to that yet?...
4842
tctommm
Sep 26, 2008 8:55 pm
I discovered the same behaviour. Anything new on that. Would really help to get me going with my current project......
4843
vladone_2004
Sep 26, 2008 10:40 pm
Hi! I see this error in stdout log of tomcat server: [WEBORB ERROR] Unable to set weborb.messaging.v3.jms.JmsServiceHandler as a message service handler due to...
4844
Cardoen Lieven
lieven_cardoen
Sep 29, 2008 3:06 pm
I'm using the setCredentials to authenticate the user on the Remote Object on the Flex side. On .NET side I have custom handlers for...
4845
LupoNero
luponero6767
Sep 29, 2008 3:06 pm
use diagnostics.aspx From: netlogiq_sanda Sent: Friday, September 26, 2008 5:15 PM To: flashorb@yahoogroups.com Subject: [weborb] need help deploy weborb into...
4846
timgerr
Sep 29, 2008 3:07 pm
Hello all, I am going through the examples and I have a few questions for ya if you done mind. I am trying to learn how to update a database record and I am...
4847
graphicsxp44
Sep 29, 2008 3:19 pm
I get the following exception when I call my remote procedure (.net function). The .net function takes one of my class object as parameter and it has a Date...
4848
abys
abhiram_ss
Sep 29, 2008 6:12 pm
Hi, Any information about protection to SQL injections in WebOrb Java? Thanks Abhi...
4849
Justin J. Moses
justinjmoses
Sep 30, 2008 5:22 am
Having had a look, I'm having troubles with serialising objects back into .NET from Flex when they are dynamic. WebORB hangs on submission and the log says: ...
4850
kumbhi
Sep 30, 2008 5:47 am
Hi, We have a Flex web application talking to WebOrb Java on the backend. From the flex side, I make a call to a java class using RemoteObject. On the java...
4851
alexfs1
Sep 30, 2008 4:27 pm
Hello. All the examples in the documentation provided are referring to user applications deployed into WebORB asp.Net IIS app. I want to have debug...
4852
michael.gearhardt
michael.gear...
Sep 30, 2008 4:32 pm
Hello, Here is my recommendation for you. First, open a command prompt. Navigate it to the location of your weborb application. Now execute the following...
4853
erxare
Sep 30, 2008 10:08 pm
Hi, I've got a problem with killing session via RemoteObject logout function. Right now i'm using something like this: Flex side: ...