Hi Jamie, RTMPT configuration issues we typically handle though our HelpDesk (Enterprise subscription is required). It is important to make sure weborb.aspx is...
5489
Mark Piller
mpiller
Jan 7, 2009 11:24 pm
WebORB logging API is available in the Weborb.Util.Logging namespace. To log a message you can do the following: Weborb.Util.Logging.Log.log( loggingCategory,...
5488
Mark Piller
mpiller
Jan 7, 2009 11:14 pm
Could you describe the problem you're having? Does the management console come up? What does the diagnostics page report: ...
5487
parkerjames13579
parkerjames1...
Jan 7, 2009 11:12 pm
I believe you would have to change the port used by one instance of WebOrb. If you try to use the same port for each instance, the second instance will not...
5486
Mark Piller
mpiller
Jan 7, 2009 11:12 pm
Hi Tyrese, The pattern I recommend is the same implemented by all the popular frameworks - MVC (http://martinfowler.com/eaaCatalog/modelViewController.html)....
5485
Mark Piller
mpiller
Jan 7, 2009 9:59 pm
Hi Michael, This is odd. Could you please email your dll to me so I can try it on my box (mark@...)? Thanks, Mark ... directory ... the...
5484
mnhmnhunter
Jan 7, 2009 9:25 pm
Hello, I am trying to use the code generator to generate a call to a simple api. c# code: namespace test.Examples { public class DataBinding { public String...
5483
Tyrese
yoi2hot4ya
Jan 7, 2009 9:00 pm
No... i don't think so. I just changed the variable name in the result method for my own clarity. Thanks for the tip! ... operator ... evaluate to ... "Nate...
5482
Tyrese
yoi2hot4ya
Jan 7, 2009 8:51 pm
Hi is there any problems with running two instance of WebORB? I have the default Inetpub.../weborb30 and I have my own virtual one running. I am having...
5481
sankohm99
Jan 7, 2009 8:51 pm
Thanks Michael, Will wait for more information. The operating system/IDE I tested console app on is Win Server 2003/VS 2008 if helpful. ... swf ... handler ......
5480
Tyrese
yoi2hot4ya
Jan 7, 2009 8:51 pm
Hi. Can you post your code on how to do this? I think I will need to do this also in my application. Thanks....
5479
Nate Beck
nate3746
Jan 7, 2009 5:24 pm
Could it possibly be because you were casting the wrong variable? Here you are casting event.result. ViewModelLocator.getInstance().tickerInfo = event.result...
5478
Mark Piller
mpiller
Jan 7, 2009 5:04 pm
Is there a stack trace for the exception in the log file? Thanks, Mark ... weborb ... inferior ... on...
5477
cph031246
Jan 7, 2009 4:44 pm
I have a Flex3's application that use s Datagrid with a SQL server express 2008 table that was running ok until I update Flex3 and weborb to the last versions....
5476
Tyrese
yoi2hot4ya
Jan 7, 2009 2:16 am
Mark, Honored to have you reply! Is there another design pattern that you recommend as an alternative? I have been trying to figure out the other approaches by...
5475
Kathleen
mcoderkat
Jan 7, 2009 2:15 am
We're so excited to tell you that you can now provide an easy way for employees in either your organization or your customers' organizations to capture Rich...
5474
Tyrese
yoi2hot4ya
Jan 7, 2009 1:01 am
That's right! Ok... so I am not instantiating the class. The funny thing is... I tried casting using the "as TickerInfo" but that did not work for some...
5473
Nate Beck
nate3746
Jan 7, 2009 12:07 am
You're not passing data.result into the TickerInfo constructor. The only way to call the constructor of a class is by using the "new" keyword. var...
5472
Mark Piller
mpiller
Jan 6, 2009 10:17 pm
I am glad you figured it out. I am not a big fan of cairngorm and do not know it that well. However, I know a lot of people are using it, so if you post any...
5471
Mark Piller
mpiller
Jan 6, 2009 10:02 pm
Hello, You're correct, this is indeed a bug. I am pasting the correct XSLT code below. We will issue a patch (3.0.1) for this bug and a few others this week: ...
5470
Tyrese
yoi2hot4ya
Jan 6, 2009 9:48 pm
YES!!! Figured it out. I am so happy. Just wanted to share if there are any other beginners that may have the same problem. This is what I did. I can't...
5469
El Palmero De La Palma
quierovolver...
Jan 6, 2009 4:28 pm
Edit the xslt template...
5468
Tyrese
yoi2hot4ya
Jan 6, 2009 12:57 pm
Happy New Year! Man… this Flex is beating me up. I am trying to follow Cairngorm. I am just trying to get the WebORB StockQuoteService to work in...
5467
parkerjames13579
parkerjames1...
Jan 6, 2009 12:57 pm
I have been trying to get RTMPT working for the last couple days with no success. I have read all the posts I could find on it and I still can't solve the...
5466
El Palmero De La Palma
quierovolver...
Jan 6, 2009 12:57 pm
Hi we have a problem with the codegen in WebORB 3.0 Beta 3- 07.22.08. The problem is in the method doLoad( ResultSet dataReader ): The codegen for an example...
5465
michael.gearhardt
michael.gear...
Jan 5, 2009 5:18 pm
Hello, We are looking into this issue and will post back when we have more information. Thanks, Michael...
5464
sankohm99
Jan 5, 2009 10:01 am
Hello Michael, Thanks for responding. If I run the console application (which is in the same project solution as a weborb website hosted on IIS) I do not see...
5463
roberto guerra
guerra41
Jan 2, 2009 2:55 pm
Yes, you only need to create a site project in your solution with the proper references to the dlls (server side code) where you set the breakpoints, run the...
5462
earturorosas
Jan 2, 2009 2:55 pm
have an object that is called customer and within this I have an object that is called bill, and I have a client cliente.getFactura () classes java and are...
5461
Stuart Holcombe
stuart_holcombe
Jan 1, 2009 6:26 pm
I found this link http://blog.petermolgaard.com/2008/07/26/debugging-weborb-from-visual-studio/ which might be useful. /SHH...