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

Similar Messages

  • Flex builder plugin for Eclipse

    Hi,
    I downloaded flash builder and tried some examples. flash builder is comercial one.
    For that reason i am trying to configure flex builder  as a eclipse plugin.
    Flex builder for eclipse plugin is open source/ it is also comercial?
    Please share me the knowledge for successful confiuration of Flexbuilder with Eclipse.
    Thanks in Advance.

    Hi,
    Please go through these links.
    1) http://www.darronschall.com/weblog/2005/08/setting-up-eclipse-for-flex.cfm
    2) http://www.seanhsmith.com/2010/03/29/flex-for-free-setting-up-the-flex-4-sdk-with-eclipse- ide/
    3) http://livedocs.adobe.com/flex/3/html/help.html?content=overview_4.html
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • Getting started with Flex Builder, BlazeDS and Eclipse

    Hi,
    I'm a java developer looking at RIA for the first time. I'm really excited about BlazeDS and object remoting, but I can't get a working dev environment together. I'm assuming I should use Flex Builder for the client code, Eclipse Europa for the java webapp code, and deploy from both IDEs into the BlazeDS-equipped turnkey-Tomcat. I haven't found a tutorial explaining how to deploy a new webapp with this setup.
    The turnkey-Tomcat sample app works fine. Trouble starts when I try to create  a new project in Flex Builder. I don't understand the 'debug' deployment that Flex Builder does. Why are there 2 versions of my app, the regular and the debug versions? What is exactly the project structure that I'm supposed to have in Tomcat?
    The specific error I encounter when trying to deploy a new Flex project is this:
    [MessagingError message='Destination 'productService' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']
    I do have a default channel configured for my environment in services-config:
    And I do have a valid destination configured in remoting-config (I'm mostly interested in object remoting):
                test.ProductService
    Here's the client code:
    What am I doing wrong? Where can I get help on these specific topics? Also, does anyone have an Ant build file that would automate this sort of deployment?
    Thanks!

    Hi Peter,<br />I don't have problems passing JavaBeans to Flex. For collections, I used DataGrid, it displayed my collection seamlessly, except I don't get column headers, just a column index number. For receiving a single JavaBean, I had a little more trouble, until I tried to display it with a DataGrid: it displayed a single row that represented my data, with each java property name used as a column header, and object attributes were displayed as 'object'. These 2 experiences led me to these conclusions:<br />- for the collection, Flex converted each element into an ordered list of attributes<br />- for the single bean, Flex converted it into a hierarchy of Maps of attributes<br /><br />I didn't create a Flex value object. Flex is doing it automatically,very much like in JavaScript/JSON: dynamic objects.<br /><br />Here's the remote object markup:<br /><br /><!-- We target the remote Java object through BlazeDS gateway: --><br />     <mx:RemoteObject id="myRemoteObject" destination="productService" <br />                          fault="Alert.show(event.fault.faultString, 'Error');"><br />          <mx:method name="getProductsCount" result="setProductsCount(event)"><br />               <mx:arguments><br />                    <arg1>{productSC}</arg1><br />               </mx:arguments><br />          </mx:method><br />          <mx:method name="getProducts"><br />          <!-- search params are wrapped in a model, ProductSC (will be converted to a Map on <br />                the server side by BlazeDS): --><br />               <mx:arguments><br />                    <arg1>{productSC}</arg1><br />                    <!-- This works because we declared these to be Bindable: --><br />                    <arg2>{pager.pageSize}</arg2><br />                    <arg3>{pager.currentPage}</arg3><br />               </mx:arguments><br />          </mx:method><br />          <mx:method name="getProduct" result="goToView()"><br />          <!--<mx:method name="getProduct">--><br />               <mx:arguments><br />                    <arg1>{selectedRecordId}</arg1><br />               </mx:arguments><br />          </mx:method><br />     </mx:RemoteObject><br /><br />And here's the dataGrid that displays the bean collection:<br /><br /><mx:DataGrid id="myDataGrid" <br />                               dataProvider="{myRemoteObject.getProducts.lastResult}" <br />                               change="selectRecord();"<br />                               width="100%" height="100%" ><br />               </mx:DataGrid><br /><br />Let me know how it goes, I'd be glad to assist if I can.<br />Miguel

  • Flex Builder 2 corrupting Eclipse 3.2.1

    Flex Builder 2 has some issues with Eclipse 3.2.1. I was
    working with the trial version, so maybe the full version does not
    exhibit these same problems, but if that is the case, then it is
    disappointing that adobe is trying to support two separate products
    instead of trying to resolve issues.
    The largest issue with the Flex Builder 2 plugin for eclipse
    is that if you have a flex project in the same workspace as other
    projects (like dynamic Java projects) the flex builder 2 will try
    to incorporate those projects in to the flex project when you do a
    build or a clean only on that specific flex project. As a result,
    eclipse consumes enormous amounts of memory that even with 2 gigs
    allocated to the heap, it runs in to out of memory exceptions
    frequently and the stability of eclipse has degraded significantly
    since I installed this product! The flex projects that I had loaded
    were some of the examples dealing with SpringGraph so I would not
    consider them as being large or complex. When there is a build
    occuring on just a Flex Project, it SHOULD HAVE NO BUSINESS even
    scanning other non-related projects regardless as to if they are in
    the same workspace!!!
    I am not too impressed with flex's interface with eclipse on
    the memory, the instability it introduced to eclipse, or how
    SpringGraph handles large graphs, so I did not pursue getting a
    license for future development. I also felt that the asking price
    for the Flex Builder 2 is steep for what you get and its maturity
    level. As such, when the license expired, Adobe had the nerve to
    disable core functionality within Eclipse!!! For example, it would
    not allow a CSS document to be opened in the CSS Editor! It
    Hijacked the basic Eclipse functionality!!!
    I am very disappointed in how the Flex Builder 2 plugin for
    Eclipse does not play friendly!
    But at least it does allow itself to be disabled. I am
    grateful for at least that level of accepted behavior.

    Cluebcke, thanks for the reply!
    I am using a compaq nx7010 laptop with 2 gigs ram, 60 gig hd,
    eclipse is set to utilize a minimum of 512 megs and a maximum of
    1540 megs for the heap space. Virtual memory is set to a max of
    4092 megs. Fairly generous I would assume. I doubt it was a
    configuration issue, but hey, I’m open to learning and the
    best lessons are through mistakes! ;-)
    Sorry, I was being a bit sarcastic when I mentioned that
    perhaps the issues were related to the free trial version knowingly
    perfectly well that in fact there is no difference between the two
    products. But I guess I was also conceding a possible out for Flex
    too. Hmm...
    To clarify my comment about aggressively compiling against
    other projects:
    1) I had about 4 demos loaded in to a workspace (269 files,
    82 folders, and 7.2 megs including my 1 test project as mentioned
    in item 4)
    2) I had about 7 large Java projects loaded in to the same
    workspace
    3) Total workspace size was about 22,000+ files and 1600+
    megs, give or take a fair number either way.
    4) I was making changes to a simple flex project based upon
    a SpringGraph demo
    5) I choose to manually build only the small flex project I
    was working on so as to replace all the generated files. NOTE:
    Might have been a clean, but only on that one flex project and NOT
    the whole work space. It takes too long to rebuild all of my other
    Java projects so that option has been unchecked for quite a while.
    6) What I saw in the Eclipse progress window was a list of
    files within my flex project getting reconstructed, and then it
    started to scan through the other projects too. All of their names
    and resources were flashed within that window.
    7) When finished with the build of the ONE flex project, the
    Java heap was basically gone. Starting a TomCat server would cause
    an out of memory exception. Recall I have allocated 1.5 gigs for
    the heap.
    8) Checking the other Java projects and Flex projects, the
    timestamps on the objects did not reflect that they were just
    rebuilt. They were untouched. Proof that I did not perform a build
    or a clean over the whole workspace.
    I agree with you whole heartedly that unless I explicitly
    select “build all” or “clean all” it should
    not touch other projects in anyway. But it did.
    As far as the issue with the CSS editor, I understand and
    accept your point. Perhaps as a friendly suggestion, when the trial
    expires, the plugin should uninstall itself. This may be very
    doable, and still have the functionality of a reminder and
    reactivation upon registration if Flex Builder actually had a
    second plugin called something like "FlexBuilder Registration"
    which would "intercept" attempts to edit and utilize the
    FlexBuilder only functionality so an informative message could be
    displayed. The benefit would be that normal functionality for
    non-flex resources such as CSS would return to normal.
    Anyway, as I stated before, I was not too impressed with
    performance of large graphs. What I consider to be large would be
    on the magnitude of 20,000 to 100,000+. It would need to display
    just about all nodes, or at lease an abstract relationship of those
    nodes rolled up to a higher level. I realize that SpringGraph is
    not ideal for those situations to begin with, but I was exploring
    the idea of writing other plugins to deal with other graphing
    formats.
    I guess to be fair to Flex in general, I should probably ask
    a general question of how well does Flex deal with large data sets
    that need to be resident and the manipulations of those data sets?
    Thanks for your time,
    Scott Tabar

  • 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

  • Getting the Flex Builder Plugin for Eclipse

    I may be a dope, but I can't tell you how long it took me to
    find the download for the Flex Builder plugin for an existing
    install of Eclipse. If you're looking for the plugin, go to the
    last line of the FlexBuilder standalone download page--and then, in
    the last line, you will see a link buried in the line--click on
    that, and you will get the download. Adobe, this is really, really
    stupid way to organize your downloads.

    Ha, I'm not alone ;)
    Thanks for pointing it out. It might seem obvious once you
    notice the link, but I totally missed it.
    The Adobe flex builder rips off numerous useful features that
    eclipse offers, such as the ability to search all files, and it is
    very inconvenient.

  • 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

  • Unable to download Flex Builder 3.0.2 Professional Eclipse Plug-in Trial

    Since yesterday I am unable to download the Flex Builder plugin for eclipse, having tried all the combinations of Language/OS available for this product, browsers and two different PCs at my home.
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse
    Using the link above the case is always the same no matter what browser/computer. After the "Download" button is pressed the website "freezes" for about 30 seconds, then it refreshes and soon an email message arrives with the title
    "Helpful links and resources for your Flex Builder 3 Professional Trial".
    Furthermore when I visit a link provided in the email Getting Started - Flex 3 Getting Started - Adobe Learning Resources, all the hyperlinks such as Watch, Full Tutorial, Download Project, PHP and Java will simply redirect me to the very same page (i.e. the one provided in this sentence).
    I'd appreciate any help given on this matter, thanks.

    Moving this discussion to the Flex Builder plug-in forum.

  • Problem with Flex Builder 3

    Hey Experts,
    I tried creating Flex Library Project in Flex Builder 3. No issues so far. Everything works fine. When the day ends, I close Flex Builder (without closing the project as it restores them during next launch). I had to close it...I can't keep the system running. Global warming you know...Next day when I launched Flex Builder, I could see my project there. However, when I open Project Properties dialog box, I get some errors while trying to open Flex Library Build Path or Flex Library Compiler pages. The error says "The currently displayed page contains invalid values."
    C'mon man you gotta be kidding me. Yesterday you didn't say anything. What's the matter with you today. By the way, I didn't change anything in properties. How could I? I am unable to open it...
    Does anyone understands Flex Builder's logic here?

    Mate the first thing I tried was this...
    If you want to see the problem, try crating a Flex Library Project in Flex Builder 3. Create couple of classes and close Flex Builder without closing the project. Re-launch Flex Builder and try to open Project -> Properties -> Flex Build Path or Project -> Properties -> Flex Compiler. You should be able to see the problem.

  • Building Tomcat source under Eclipse

    Hallo, all
    I want to study tomcat code and build Tomcat source under Eclipse IDE (Windows, JDK 142). I have readed the Guide on Tomcat web http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html
    and downloaded the build.xml and try to run ant, ant will download needed package&#65292; i got the same error all the time, seemed that i do not have a CVS client? Who can give me some idea about building tamcat under eclipse, thanx!!!
    checkout:
    [echo] If the checkout fails, run `cvs -d :pserver:[email protected]:/home/cvspublic login` and try again. Th
    password for the anonymous CVS access is `anoncvs`
    [cvs] Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/home/cvspublic -q -z3 checkout -P j
    karta-tomcat-5 error=2
    [cvs] Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/home/cvspublic -q -z3 checkout -P j
    karta-tomcat-catalina error=2
    [cvs] Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/home/cvspublic -q -z3 checkout -P j
    karta-tomcat-jasper error=2
    [cvs] Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/home/cvspublic -q -z3 checkout -P j
    karta-tomcat-connectors error=2
    [cvs] Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/home/cvspublic -q -z3 checkout -P j
    karta-servletapi-5 error=2

    Go: Right Click on My Computer (on your desktop) -> Properties -> Advanced -> Environment Variables
    You should have JAVA_HOME set to something like C:\j2sdk1.4.1_05 and CATALINA_HOME set to something like C:\jakarta-tomcat-4.1.27. You don't need to set a classpath.

  • License not present.  With the trial version only limited replays are allowed -- Flex builder 4.5 Premium eclipse plugin with SDK 3.5

    Hi ,
    We are using Flex SDK 3.5 and using eclipse to build the war in order to make it automation compatible , Right now we tried with Premium version of Flex Builder 4.5 eclipse plugging to build and make application automation capable. But we are facing issues in terms of license , After deploying the automation compatible build we are getting error message "License not present.  With the trial version only limited replays are allowed".
    Previously we are using Flex Builder 4.0 and everything was working fine .
    Is Flex Builder 4.5 doesn't support SDK 3.5 ?
    Please help .
    Thanks in advance
    Thanks and Regards
    Sunil Kumar

    with trial version (FB basic) you can record/replay only 30
    script lines. You need to buy FB pro license to remove this
    restriction

  • 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}

  • Extending Flex Builder - eclipse plugin

    I'm trying to find out more about writing Eclipse Plugins
    that extend Flex Builder.
    I've taken a look at the 'Adobe Flex Builder 3 Extensibility'
    section of the Flex Builder help files and didn't find them that
    helpful.
    For example, at the moment I'm trying to get my new Eclipse
    command to call the adt binary file in the user's chosen default
    Flex SDK. So some immediate questions arise:
    1) Which Flex or Eclipse class contains the filesystem
    reference to the user's default Flex sdk so that I can call 'adt'
    with user entered parameters?
    2) Are there any tutorials or resources on extending Flex
    Builder with custom Eclipse plugins apart from the limited Adobe
    documentation?

    Jason,
    Yes you still need to purchase - you can install the product
    as a full install, or as an eclipse plug in. Trying the 30 day
    trial for getting your feet wet is the only option currently. Take
    advantage of free training from total training:
    http://www.totaltraining.com/Store/online_adobe_login.aspx
    Cheers,
    David

  • Flex Builder 3.0 Licence purchase request

    We have installed flex builder 3.0 (trail version) as part of the FLEX development and design mode working fine. The problem is not able to buy  license for this specific version 3.0. When clicks on Purchase button under Manage Flex Builder License thows the error page "Sorry, this page is not available". Please advise if there is any other option to buy flex builder 3.0 license.
    The reason that we are going to flex builder 3.0 is due to design mode works only fine in this version. We have installed Flex Builder 4.5 and above versions , design mode not working properly which is really big challenge to deal with Flex code. Please advise us to fix the design issue with flex builder 4.5+ versions.

    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.

  • Jazz and Flex Builder 3

    (I've also posted this in the forums over at
    jazz.net)
    I'm trying to get Flex Builder 3 to work with Rational
    TeamCentral (the beta client for the Rational Jazz system). Jazz is
    an IBM Rational project to build a scalable, extensible team
    collaboration platform for integrating work across the phases of
    the development lifecycle. Alas, I'm running into some problems
    under Windows. I'm doing all this with TeamCentral Beta2a, BTW.
    My first approach was to unzip the Beta2a client on my
    Windows laptop and install the Flex Builder 3 plugins. In this
    configuration I was able to get Jazz to work, but whenever I try to
    build anything using Flex I get what looks like a Xerces versioning
    problem. Here's a part of the exception I get whenever Flex tries
    to build anything in this configuration:
    ENTRY com.adobe.flexbuilder.project 4 43 2008-03-02
    09:31:11.062
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.IllegalAccessError:
    org.apache.xerces.util.XMLAttributesImpl$Attribute
    at java.lang.ClassLoader.defineClassImpl(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:228)
    at
    java.security.SecureClassLoader.defineClass(SecureClassLoader.java:148)
    at
    java.net.URLClassLoader.defineClass(URLClassLoader.java:557)
    at
    java.net.URLClassLoader.access$400(URLClassLoader.java:120)
    at
    java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:962)
    at
    java.security.AccessController.doPrivileged(AccessController.java:275)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:488)
    at
    com.adobe.flexbuilder.project.sdks.FlexClassLoader.findClass(Unknown
    Source)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:607)
    at
    com.adobe.flexbuilder.project.sdks.FlexClassLoader.loadClass(Unknown
    Source)
    My next attempt was to use my Macbook and install the
    TeamCentral client with the Flex Builder 3 plugins (same
    configuration that I had just tried on Windows). This worked
    perfectly - both Jazz and Flex were very happy, and I could be
    productive here. Unfortunately, most of my team members are Windows
    developers, so this is not a viable solution for them.
    Now back to Windows. I installed the Flex Builder 3
    standalone eclipse instance and noticed that it uses Sun JDK 1.5,
    so I wondered if the JDK was the culprit. I replaced the JDK to use
    the IBM 1.5 JDK (same as TeamCentral Beta2a). The standalone Flex
    Builder 3 worked.
    My next experiment was to use the Sun 1.5 JDK on TeamCentral
    with the Flex Builder plugins. The performance seemed very
    sluggish, but Flex seemed happy. Jazz was a different matter. I
    could connect to a repository and connect to a project area, but I
    couldn't do anything after that. I couldn't see any workspaces that
    I had, nor could I look at streams, work items, etc.
    I'm out of things to try at this point. My ideal solution
    would be to figure out how to resolve the Xerces incompatibility,
    but I'm open to any other ideas that people might have. We've
    discussed the idea of having separate Jazz and Flex instances
    running to get the Jazz features, but running both Eclipse
    instances is quite expensive resource-wise, so an integrated
    solution is the best.
    Thanks in advance!
    Tom Frauenhofer, [email protected]
    Senior Software Engineer, IBM Research

    No ads please, blocked.

Maybe you are looking for

  • Exchange rate type for version - error message GP541 during confirmation

    Hi FICO Experts, I bumped into a problem during confirmation in CO15. (I would like to get the SFG by mvt 101 and consume the raw material by 261). The error messase I get is: Maintain the exchange rate type for version 000 in 2009 Message no. GP541

  • Problem with complete task via email

    Hello, I have problem with complete task via email. I found this blog very useful (http://blogs.adobe.com/ADEP/2010/11/how-to-complete-a-task-via-email-using-reply-to-comple te.html), but... I set up everything as it's written in blog mentioned above

  • In need of a Seamless Pattern expert

    When I'm creating patterns I can see thin lines showing the bounding box...is this going to print?  If so how do I get rid of those lines to make the art seamless??

  • Forms and Reports in PLM

    Hi Gurus, Kindly provide the list of important transcations for creating reports related to 1) DMS  2)ECM 3)CAD Integration. Thanks, Paddy

  • Social feeds app...

    I have integrated BBM, Facebook, and Twitter to Social Feeds. I love the app, but really don't like how I get updates every 5 minutes from FB and twitter (not an avid BBM user). Aside from that, I also get updates from the twitter and facebook apps t