Yesterday 1 October, adobe has released the new version of Flex Builder. I’ve download the last version from the website of adobe, and what a surprise, it’s impossible to me to set up correctly the Weborb. In theory, when you create a project you need to select Live DataServices, but I cannot select it in the new version if it’s not under J2EE Data Services, and I “suppose” Weborb it’s php. In fact, I have tried all the possible configurations in Flex Builder 3.

Anyone knows something about this stuff?

UPDATED:

HELP 1 (by Jurgen):

You’ll have to set it up as a PHP project and then manually add the -services “//weborb/Weborb/WEB-INF/flex/services-config.xml” to the compiler arguments. Works like a charm.

HELP 2 (by Soknet):

http://www.websector.de/blog/2007/08/08/weborb-for-php-login-example-using-flex-3-and-caingorm-221/

Thanks everybody.

6 Responses to “Flex Builder 3 Beta 2 and Weborb?”

  1. Jurgen Beck Says:

    You’ll have to set it up as a PHP project and then manually add the -services “//weborb/Weborb/WEB-INF/flex/services-config.xml” to the compiler arguments. Works like a charm.

    Cheers,

    Jurgen

  2. Soknet Says:

    I have the same problem…

    I you get it to run, post it here ;-)

  3. Soknet Says:

    Try this tutorial

    http://www.websector.de/blog/2007/08/08/weborb-for-php-login-example-using-flex-3-and-caingorm-221/

    :-)

  4. Javi Says:

    Hey Mates, thanks, I had it working manually adding the compiler arguments, and adding a output folder on the project properties (in the last version of flex builder you don’t need to write anything on this box). I forgot to write the solution, in spite of all, thanks for everybody. I’m going to update the post with your comments to help other lostguys like me!

  5. JJJDDD Says:

    Thanks!!, this help me :D

  6. notepad Says:

    I set it up as a PHP project and then manually add the -services “//weborb/Weborb/WEB-INF/flex/services-config.xml” to the compiler arguments. but get “[FaultEvent fault=[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: 'http://127.0.0.1/weborb/weborb.php'"] messageId=”A0C6EE96-236A-855A-9D81-56C2DD2FA819″ type=”fault” bubbles=false cancelable=true eventPhase=2]

Leave a Reply