Flex Builder 3  new j2ee project using LDS

Hello
I am using Eclipse Europa With flex builder v3 beta 2. My
application server is apache geronimo v2.
When i deploy my ear file into geronimo i recieve an
exception: org.apache.geronimo.common.DeploymentException: Could
not parse TLD file at file in /WEB-INF/lib/flex-bootstrap-jsp.jar.
This is a flex jar. it is caused by caused by
org.apache.xmlbeans.impl.piccolo.io.IllegalCharException: Illegal
XML character: 0x3
Can any one help me . as i have tried to view this file and i
have found no illegal character.
I think this might be an issue with geronimo . but does Flex
support geronimo.
Thnks in advance for any help

I'd love to help because I know how frustrating it is to get
it working. Unfortunately, I run CF locally and IIS as the web
server. However, maybe my settings will spark something that you
can use:
1
2. myFirstFlex
3. C:\Documents and Settings\[useraccount]My
Documents\myFirstFlex
4. Web application/
5. Coldfusion/ColdFusion Remoting
6. Standalone
7. c:\coldfusion8
8. c:\inetpub\wwwroot
9.
http://localhost/
is what works for me

Similar Messages

  • J2EE project using AndroMDA framework

    Hi All,
    Can any one share document or pdf related to j2EE project using AndroMDA framework or the concept behind AndroMDA framework.
    Regards,
    Shiny

    Hi Tobias,
    Thanks for the reply.
    Do you have any idea why maven tool is used to generate ANdroMDA ejb project. Why can't AndromDA alone can be used for the same?
    Regards,
    Shiny

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Flex Builder 3 New Project

    I am trying to get Flex Builder 3 setup but having some
    problems configuring it to communicate with the app server. I had
    this working once but cannot get it back. Flex builder is installed
    on my XP machine and CF is installed on my Redhat 5 box with
    Apache.
    Here are my steps:
    1. Create new flex project
    2. Project Name: myfirstflex.
    3. Project location: N:\myfirstflex (mapped to samba share)
    This is actually /var/www/html/myfirstflex on the RH box.
    4. Application Type: Web Application(runs in Flash Player)
    5. Server Technology: Coldfusion. Use remote access service
    is checked. LCDS is selected at the moment but does not seem to
    matter which one is selected.
    6. Server Location: Standalone
    7. Coldfusion Root Folder: O:\WEB-INF\flex (samba share on RH
    box) This is actually /opt/coldfusion8/wwwroot/WEB-INF/flex.
    8. WebRoot: N:\myfirstflex (same as step 3)
    9. Root URL:
    http://myserver/myfirstflex
    Upon on validation I get " Invalid root. The WEB-INF/flex
    folder must contain either flex-config.xml or services-config.xml."
    Like I said I had this working once but cannot get it back. Does
    anyone see something I am overlooking?

    I'd love to help because I know how frustrating it is to get
    it working. Unfortunately, I run CF locally and IIS as the web
    server. However, maybe my settings will spark something that you
    can use:
    1
    2. myFirstFlex
    3. C:\Documents and Settings\[useraccount]My
    Documents\myFirstFlex
    4. Web application/
    5. Coldfusion/ColdFusion Remoting
    6. Standalone
    7. c:\coldfusion8
    8. c:\inetpub\wwwroot
    9.
    http://localhost/
    is what works for me

  • Flex Builder 3 under Eclipse - project .settings problem

    I've been experiencing some odd problems with a project using FlexBuilder 3 plug-in with Eclipse.
    The first problem I've noticed is that a file under the .settings dir has a red 'x' beside it. The offending
    file is org.eclipse.jst.common.project.facet.core.prefs. I've left the file as is until I understand how it became corrupt.
    The second problem is that .as and .mxml files are no longer being opened in the Flex Builder editor -
    the are being opened in TextPad, which it the default editor outside of Flex Builder. I've tried all of the available
    editors and none of them work under Flex Builder.
    The third problem is that when I try to create a new Flex Builder project from New->Project-> there is no
    option for a FlexBuilder project.
    The Flex Development perspective is visible in the top right hand corner as usual. When I select Open Perspective
    there is no Flex perspective.
    Should I just reinstall the FlexBuilder plugin?
    Thanks!

    Hi Peter,
    It has not been fully tested yet but a few of us are using
    it. If you see any issues in Eclipse 3.3RC4 with FB3 Plugin, please
    file a bug in our new public bug system:
    http://bugs.adobe.com/flex.
    thanks,
    Sharon

  • Flash Builder 4.6 Mobile Project Using Blazeds & Native Extension

    Hi,
    I'm building a Flex Mobile project in FB, that uses BlazeDS to access data through a Spring Project, and also uses an ANE file to access the device's contacts.  I want to debug the application on a device connected with a USB cable, so had to set my root and output folders in Server Settings  using UNC so it can be found from my device thru my wifi network. I also have added the native extension via the Build Path and Packaging tabs.  When I debug from a desktop emulator, things launch OK and the extension correctly tells me it's not supported on the emulator. However, if I debug on the device, FB throws an exception at launch, complaining of a java null pointer exception.  The Eclipse log, in part, looks like this:
    com.adobe.flexbuilder.project.AbstractXMLModel$FileReadException: org.eclipse.core.internal.resources.ResourceException: Resource '/NewOne-debug/NewOne-app.xml' does not exist.
              at com.adobe.flexbuilder.project.air.internal.xml.ApplicationXMLModel.<init>(ApplicationXMLM odel.java:102)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.init(AppXMLCreator.java:91)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.<init>(AppXMLCreator.java:80)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.<init>(AppXMLCreator.java:73)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.getAppXMLCreator (AppXMLFileANEExtensionHandler.java:153)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.retainExtensionI ds(AppXMLFileANEExtensionHandler.java:315)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANECont roller.java:371)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANECont roller.java:338)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AbstractANEPackageHandler.modifyAppXMLforPacka ging(AbstractANEPackageHandler.java:91)
              at com.adobe.flexide.launching.multiplatform.launchhandlers.AbstractMultiPlatformLaunchHandl er.applyNativeExtensionDetails(AbstractMultiPlatformLaunchHandler.java:164)
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.doPackage(ADBLaunchHan dler.java:424)
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.launch(ADBLaunchHandle r.java:250)
              at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatfor mLaunchDelegate.java:191)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:244)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:134)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
              at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
              at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/NewOne-debug/NewOne-app.xml' does not exist.
              at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:320)
              at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:194)
              at org.eclipse.core.internal.resources.File.getContents(File.java:287)
              at org.eclipse.core.internal.resources.File.getContents(File.java:278)
              at com.adobe.flexbuilder.project.air.internal.xml.ApplicationXMLModel.<init>(ApplicationXMLM odel.java:100)
              ... 19 more
    I guess the problem is that when the application tries to run on my device, the extension is not finding the application descriptor file.  Is there anything else I need to do?
    I appreciate any help.
    Jay

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • Can we build a new custom form using self service web applications in 11i?

    I have been using Template.fmb to build new custom forms in Oracle Applications 11i. We wanted to know If we can build new forms using self service web applications to get the web form feel in 11i.
    Please let me know the reason.
    Thanks in advance
    Nel

    I have been using Template.fmb to build new custom forms in Oracle Applications 11i. We wanted to know If we can build new forms using self service web applications to get the web form feel in 11i.
    Please let me know the reason.
    Thanks in advance
    Nel

  • How can I build a new home page using iPhoto 4.0?

    I have a current site on my .MAC account, and am trying to build a second home/photo page for a completly different & audience topic. When I attempt to add, my .MAC does nothing. Even when I attept to add a site by passwod protecting, it does not create a new site to load my photos from iPhoto. HELP!

    Seems like you're in the wrong forum. If the instructions for adding a web page aren't sufficiently clear when you've logged onto your .Mac account, you might try posting your question to the .Mac forum (under "iLife").

  • Flex builder with AS3 project

    Hi,
    I am developing a Flash game using as3, I chose flex Builder with an AS3 project. Now I am thinking that if selecting the project to be a flex project instead of as3 project I would have a lot of flex functionality like a swf loader,preloaders and the popup manager etc. The graphic components would obviously have been made in flash and used through the swc (avoiding the heavy mxml components).
    Need to know what other developers think of this approach.

    You must include in library:
    ${FRAMEWORKS}/locale/{locale}

  • New computer build for video editing, daily use of Premiere Pro, what do you all think ?

    I'm building a new PC for using video editing softwares with because my old one is getting tired. I'd like to know what people think of that configuration. I plan on using this computer with the latest versions of After Effects and Premiere, i'm also beginning to learn Cinema 4D.
    ASUS Sabertooth Z97 MARK2
    Corsair Vengeance 1866 DDR3 RAM (4x8gig)
    Barracuda 2TB (x2)
    Intel Core i7-4790k Haswell Quad Core 4.0Ghz
    EVGA GeForce GTX 780 Ti Dual 3GB w/ EVGA ACX Cooler
    Cooler Master HAF 932 Case.
    Power Supply ? Dunno what's good and durable here, care to help me what to choose ?
    Those things combined are pretty much maxing out my budget so i'm open to changing something for something else if it's worth it and not twice the price of it.
    Thanks !!

    Lots of information at Tweakers Page
    Power supply I would use Cooler Master V850 - 850W Power Supply with Fully Modular Cables and 80 PLUS Gold Certification …
    Or Cooler Master V1000 - 1000W Power Supply with Fully Modular Cables and 80 PLUS Gold Certification … if you plan to add more hard drives in the future

  • Flex builder 3.0.1 check sum

    Today I download flex builder 3.0.1 (FB3_win.exe windows
    version standalone ), when use md5sum check the file, It not same
    as the adobe's page (Windows: 5685090ac5f2a514075e7a7bd7ba1eb0), my
    checksum is (963d2a6fee8f9fc3fd496d1e69de093a FB3_win.exe),and I
    redownload the FB3_win.exe now checksum is
    (9d85401cfb42792278e84403fc565cbf FB3_win.exe).
    now I don't know which one is the correct,anyone can tell me
    the checksum of FB3_win.exe which download from
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    now i searched form google,it sames
    5685090ac5f2a514075e7a7bd7ba1eb0 is flex builder 3.0,not 3.0.1.
    look at
    http://blogs.adobe.com/flex/2008/02/its_on_flex_30_and_adobe_air_1.html
    btw ,i use two download file , this two file both can install
    and not report any error,and i also run and debug two sample
    application ,it seems ok.but now i am confused totally

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Creating your first Flex AIR application in Flex
    Builder:
    If you haven't already done so, download and install Flex
    Builder 3. For more information, see Setting up the Flex 3 SDK.
    Contents
    Link:
    http://livedocs.adobe.com/flex/3/html/FBHelloWord_1.html
    Adobe - Flex 3:
    Try Flex Builder 3 free for 60 days. ... Alert This content
    requires Flash. Download Flash Player now &middot; Get Adobe
    Flash Player
    Link:
    http://www.adobe.com/products/flex/
    Flex 3 - Creating modules in Flex Builder:
    The following steps describe how to create a new module in
    Flex Builder. ... (This can result in smaller download sizes for
    your SWF files.
    Link:
    http://livedocs.adobe.com/flex/3/html/creating_modules_2.html
    Adobe - Flex Builder: Features:
    Flex Builder 3 is now available in Standard and Professional
    editions. ... Flex Builder 3 is a powerful Eclipse based IDE that
    includes editors for MXML,
    Link:
    http://www.adobe.com/products/flex/features/flex_builder/
    Flex 3 - About Flex Builder projects:
    In addition to Flex projects, Flex Builder provides a basic
    project type called ... where AIR developers can publish AIR
    applications for users to download.
    Link:
    http://livedocs.adobe.com/flex/3/html/projects_2.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Flex Builder MRU

    Does anyone know how to clear old projects from Flex Builder
    so that I can use the project name again as well as the MRU?
    Thanks.
    Mark F

    a company of this stature shudnt release incomplete stuff.
    its not that i love visual studio each version has many bugs
    which are never fixed only newer versions released which introduce
    more bugs but one thing is that their ide is currently the best.
    when you think they cant add more usefull stuff they yet add more
    and lot more of it. hats off to those guys for thinking of the
    unthinkable. and these features arnt those which u never use these
    features are those which you use everyday to speed up development.
    i am not saying think of new stuff just steal a lot of it
    from them.
    can you even list more than 30 features than really aid
    development in the builder more than just a generic code editor.
    look at vs.php its the best ide for php and they did the
    smart thing. used a great ide for their own purpose and used it
    well.
    i aint saying eclipse is a bad ide i have never used it
    otherwise but copuled with this it sucks. (same reason i stopped
    using azureus and switched to utorrent)

  • Flex Builder debugger breakpoint  folows wrong lines

    this morning i start seing strange things happening with
    flexbuilder, first it seeme that it was entering code that was
    physically impossible; things like entering "if" clause and then
    immediately entering " else " clause, finally i realized debugger
    was showing lines when in reality it was executing lines that were
    about 2-3 lines above what it was showing with breakpoint , I am
    blaming this to flash player 10 debug version, maybe because its
    still new there is bug ?
    I hate to uninstall it and reinstall version 9, maybe there
    is workaround to fix it.?

    yeah I implied that, I did clean, I did manual clean I did
    every possible option, then I uninstalled f player 10 debug and
    reinstalled f player 9 debug, and while doing that discovered
    another little bug in FB3 that could contribute to this issue ,
    case is following :
    I imported a flex project from my old machine where output
    folder was /a/b/c
    in my new PC output folder is /dev/a/b/c
    so I went in project properties and adjusted output folder to
    point to correct directory /dev/a/b/c but what flexbuilder is doing
    is, it does not update all property files that have this path so
    after you build the project, half of the assets go to new directory
    /dev/a/b/c and half goes to old directory, /a/b/c, whats even
    stranger is that if you close flex builder and reopen it, project
    output folder gets reset back to point to old /a/b/c folder,
    anyways I finally fixed it by manually modifying
    .actionScriptproperties and .project files restarted FB cleaned
    output folder,and then rebuild it, but now I am not sure did these
    steps fix the issue or the flashplayer downgrade, or maybe both?
    because I had to do these steps yesterday as well, and then
    it was building correctly whole afternoon into new output folder,
    but today it started it again, finaly I obliterated the existence
    of /a/b/c path completely.

  • Flex Builder Icon

    Flex Builder 2.0.1 is using the older Macromedia-Style
    spherical icon. Any idea when the new Icon will be used? I notice
    Ted Patrick is already using the new Flex(Fx) icon on his blog.
    I was hoping this update would start using the new branding
    as the Photoshop Beta already is using it's new icon, splash
    screen, etc.

    You have the icon section commented out - try removing the "<!--" and "-->" around the icon section
    Chris Thilgen
    AIR Engineering

  • Flex 4.5:Convert mxml project into IOS project for ipad and iphone

    Hi All,
    I created a mxml project and now i want  to convert the same project in Flex builder 4.5 IOS project for iphone and ipad but its seems the mobile project doesnot support mxml.
    I am using module and moduleloader and in Flex 4.5, they said the use of this is discourage. I didi not get any alternative of them.
    Please help me to convert this application in IOS.
    Thanks,
    Saurabh Shrotriya

    Modules are not supported on iOS due to Apple's App Store terms of service.

Maybe you are looking for