Flash Builder 4.5 - Flex (source code automatically changed after existing project import)

Hi all!
Til yesterday, i was using FB v4.0 and it was perfectly working.
But now I'm under 4.5 and i have problem when importing my existing projects.
Now let me introduce the matter:
The entire project solution is located on my Desktop.
So, to import this, i go in FB in File>Import Project
Then i select "Project Repository" option and "Browse" button, then select the project on Desktop...
So.... import complete and SEEM TO BE successful
Unfortunately, from the IDE, when i double click on each source files, the code inside is not the expected one.
In fact, it looks as an older version of my code.
Then, i exit totally FB4.5...
... and open my source files with a simple text editor, i can see that the original code (before import) has been changed by FB4.5...
So, why???
for example, this original code:
* This is a generated class and is not intended for modification.  To customize behavior
* of this service wrapper you may modify the generated sub-class of this class - WS_rq_login.as.
package services.ws_rq_login
import com.adobe.fiber.core.model_internal;
import com.adobe.fiber.services.wrapper.WebServiceWrapper;
import com.adobe.serializers.utility.TypeUtility;
import mx.rpc.AbstractOperation;
import mx.rpc.AsyncToken;
import mx.rpc.soap.mxml.Operation;
import mx.rpc.soap.mxml.WebService;
[ExcludeClass]
internal class _Super_WS_rq_login extends com.adobe.fiber.services.wrapper.WebServiceWrapper
    // Constructor
    public function _Super_WS_rq_login()
        // initialize service control
        _serviceControl = new mx.rpc.soap.mxml.WebService();
        var operations:Object = new Object();
        var operation:mx.rpc.soap.mxml.Operation;
        operation = new mx.rpc.soap.mxml.Operation(null, "WS_rq_login");
         operation.resultType = Object;
        operations["WS_rq_login"] = operation;
        _serviceControl.operations = operations;
        try
            _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
        catch (e: Error)
        { /* Flex 3.4 and earlier does not support the convertResultHandler functionality. */ }
        preInitializeService();
        model_internal::initialize();
    //init initialization routine here, child class to override
    protected function preInitializeService():void
        _serviceControl.service = "A_WebService";
        _serviceControl.port = "A_WebServicePort";
        wsdl = Config.LIEN_WS_RQ_LOGIN+"/4dwsdl";
        model_internal::loadWSDLIfNecessary();
      * This method is a generated wrapper used to call the 'WS_rq_login' operation. It returns an mx.rpc.AsyncToken whose
      * result property will be populated with the result of the operation when the server response is received.
      * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
      * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
      * @see mx.rpc.AsyncToken
      * @see mx.rpc.CallResponder
      * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
    public function WS_rq_login(e_login:String, e_password:String, e_keyCode:String, e_forceRegenKey:Boolean) : mx.rpc.AsyncToken
        model_internal::loadWSDLIfNecessary();
        var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("WS_rq_login");
          var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(e_login,e_password,e_keyCode,e_forceRegenKey) ;
        return _internal_token;
becomes this:
* This is a generated class and is not intended for modification.  To customize behavior
* of this service wrapper you may modify the generated sub-class of this class - WS_rq_login.as.
package services.ws_rq_login
import com.adobe.fiber.core.model_internal;
import com.adobe.fiber.services.wrapper.WebServiceWrapper;
import com.adobe.serializers.utility.TypeUtility;
import mx.rpc.AbstractOperation;
import mx.rpc.AsyncToken;
import mx.rpc.soap.mxml.Operation;
import mx.rpc.soap.mxml.WebService;
[ExcludeClass]
internal class _Super_WS_rq_login extends com.adobe.fiber.services.wrapper.WebServiceWrapper
    // Constructor
    public function _Super_WS_rq_login()
        // initialize service control
        _serviceControl = new mx.rpc.soap.mxml.WebService();
        var operations:Object = new Object();
        var operation:mx.rpc.soap.mxml.Operation;
        operation = new mx.rpc.soap.mxml.Operation(null, "WS_rq_login");
         operation.resultType = Object;
        operations["WS_rq_login"] = operation;
        _serviceControl.operations = operations;
        try
            _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
        catch (e: Error)
        { /* Flex 3.4 and earlier does not support the convertResultHandler functionality. */ }
        preInitializeService();
        model_internal::initialize();
    //init initialization routine here, child class to override
    protected function preInitializeService():void
        _serviceControl.service = "A_WebService";
        _serviceControl.port = "A_WebServicePort";
          wsdl = "http://ids.ice/4dwsdl";
        model_internal::loadWSDLIfNecessary();
      * This method is a generated wrapper used to call the 'WS_rq_login' operation. It returns an mx.rpc.AsyncToken whose
      * result property will be populated with the result of the operation when the server response is received.
      * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
      * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
      * @see mx.rpc.AsyncToken
      * @see mx.rpc.CallResponder
      * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
    public function WS_rq_login(e_login:String, e_password:String, e_keyCode:String, e_forceRegenKey:Boolean) : mx.rpc.AsyncToken
        model_internal::loadWSDLIfNecessary();
        var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("WS_rq_login");
          var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(e_login,e_password,e_keyCode,e_forceRegenKey) ;
        return _internal_token;
Thanks for your help
Jonathan

Well well,
I got some news about this problem....
Look like Flash Builder uses a ".FML" file to reference URL of all WebServices used in the project.
When replacements occurs, the updated values seem coming from this.

Similar Messages

  • Are Flash Builder 4 and Flex 4 the same ?

    Hi Everyone,
    1. Are Flash Builder 4 and Flex 4 the same ?
    2. Are Flash Builder 4 and Flash CS4 the same ?
    Thanks,
    May

    Grizzzzzzzzzz wrote:
    AFAIK
    1. Are Flash Builder 4 and Flex 4 the same ?
    Yes, flash builder 4 was the name given to what is effectively flex 4.
    This answer is, essentially wrong.
    Flex 4 is a Software Development Kit (SDK) that includes a compiler, a user interface framework, and a few other items.
    Flash Builder 4 is an IDE that can be used to develop Flex applications.  Flash Builder 4 can also be used to code ActionScript w/o any dependencies to the Flex Framework.
    Grizzzzzzzzzz wrote: 2. Are Flash Builder 4 and Flash CS4 the same ?
    No, Creative suite 4 is a software library consisting of many different programs
    This answer is much more correct; but for additional clarification:
    Flash Builder 4 is an IDE that programmers can use to develop applications for the Flash Platform.
    Flash Professional CS4 is an IDE that Designers can use to create time-line based animations for the Flash Platform.
    One is geared for designers; and another for programmers.  In theory they can be used to reach the same end point although I wouldn't want to do application programming in Flash Professional; nor would I Want to do design stuff in Flash Builder.

  • Flash Builder 4b2 or Flex Builder 3

    Starting a new project to rewrite a beefy Flex 1.5 application. Should I start with Flash Builder 4b2 or Flex Builder 3? Storyboards will be complete next week and I expect to reach end of job by February of 2010. Some customization of components will be required, but am hoping that current libraries are more rich than the 1.5 libraries (lots of customizations).
    Thanks for your thoughts/recommendations.
    Nick

    The first thing you need to consider is your time frame, its a very close call as to whether or not you should avoid the risk of how stable FB4 will be by the time your project is supposed to be in the testing stage (by stable, i mean more as in are there still pending changes to the ide/sdk that could break your code in a major way). I think that by xmas it may be reasonable to say the ide/sdk won't be prone to many big changes(fingers crossed).
    So within your time frame 4-5 month timeframe FB4 is starting to look like the right choice.
    The Next thing to consider is which Flashplayer do you wish to target 9+ / 10+ . FB4 allows you to write your app using either the flex 3.4 sdk or the flex4.0 sdk. 
    The 3.4 SDK would be used if you are not ready to target flashplayer 10 and the plus side is that the 3.4 sdk won't be going through as heavy a change schedule as 4.0 sdk, the down side is you don't get to use all the new shiny bits of flex.
    The 4.0 SDK is not yet fully stable and has issues that could see your code breaking once the fixes are applied, with 4.0 you need to target flashplayer 10 but unless you work with digital media agencies who tend to be on the rotting edge of technology this isn't a real problem. So all the possible issues with the 4.0 SDK are also the pluses, latest flashplayer support, lots of new shiny bits which slowly but surely will be more feature rich than the old SDK.
    So if you are confident and are prepared to add abuffer into the project timeline to cope with possibility of code changes required to cope with SDK/IDE updates using Flex 4 is the right choice.
    OK thats my 2 cents worth
    David

  • Flash Builder 4 with Flex SDK 4.0 for Intel App Up

    There is some misinformation on Intel AppUp and the Melrose FAQ about being able to publish with Flash Builder 4.
    Intel App Up Program Submission
    According to http://appdeveloper.intel.com/en-us/article/adobe-air-packaging-guide-atom-developer-progr am-submissions
    "AIR app must be built using Flex Builder 3 with Flex SDK 3.5a.  Currently Flex Builder 4 with Flex SDK 4 is not supported."
    Melrose FAQ
    According to http://learn.adobe.com/wiki/display/melrose/Melrose+Developer+FAQ
    "Q: Are there system requirements for enabling try and buy in AIR apps using Melrose?
    A: You must have Adobe Flex Builder 3 or greater and Adobe AIR 1.5.3 or greater."
    Is the Intel App Up statement correct?  If it is, could I get an explanation why?  I've been waiting for the last 3 months waiting for the Melrose SDK to deploy to Intel App Up and now I can't even submit my application.
    Thanks.

    The current version of Melrose supports Flex 3.5 SDK for AIR applications running on AIR 1.5.3 runtime or higher. You can use Adobe Flex Builder 3 with Flex 3.5 SDK or Adobe Flash Builder 4 with Flex 3.5 SDK.
    Support for Flex 4.1 SDK for AIR applications running on AIR 2.0 runtime should be available within a few weeks. Please note that we will not be able to support Flex 4.0 SDK because of certain technical challenges.

  • Flash builder 4 and flex 3 sdk - co-existence?

    Can I install Flash Builder 4 Premium on the same XP machine with Flex 3 SDK without conflicts?
    Thanks.

    Yes.
    Perhaps you meant to ask about Flash Builder 4 and Flex Builder 3 co-existing?  If so, then yes, you can also have Flash Builder 4 and Flex Builder 3 on the same machine without any conflicts; although I would not recommend installing them in the same eclipse instance.
    You can also have as many Flex SDKs installed on your machine at a time and have Flex Builder 3 or Flash Builder 4 setup to use all the SDKs.   Although, I don't thikn it is possible to use use more than one SDK as part of a single project.  it'd be impractical, if not impossible.
    I think that covers all bases.

  • Managing Flex source code: alternatives to NWDI?

    Experts, can you please share with me your experiences with source code management tools for your Adobe Flex applications? Our development team has handed off a very nice application to the maintenance group, but unfortunately no forethought into version control and team editing.
    NWDI is fine if we just want to zip up a project and store it in a central repository, but we really want a good tool that we can manage individuals tasks, merge changes and work concurrently in a save environment.
    Any ideas?

    Hi,
    We are using SubVersion Repository for version management of Flex projects. Its really good and easy to use.
    You can install Subversion repository.
    And then You can download plugin for Subversion for Flex Builder, install and start using it.
    Alternatively, you can use Perforce also. From few people who are using NWDI, we got to know its better to use Perforce than NWDI. AS NWDI uses component based projects.
    Hope this helps!
    Best Regards,
    Srilatha

  • Flash Builder 4 and Flex Mobile

    I've started a Udemy course on Building Mobile Projects in Flash, and late last year I bought CS5 Master Suite with Flash Builder 4. Now I'm halfway through the course and was instructed to open a "New Mobile Project" in Flex, and didn't have this option.
    After a bit of research it became clear I need Flash Builder 4.6. The course didn't specify this, which is extremely annoying, seeing as I've coughed up a not insubstantial amount of money for the software. Can anyone tell me what my options are here? I'm reluctant to part with more cash just to upgrade to yet another version of Flash Builder.

    Hi,
    You can still build apps with the AIR sdk using the command-line. One thing you lose by not upgrading to FB 4.6 is the new mobile framework in Flex, along with easier build/debug options. In my opinion it really is beneficial to upgrade. You will find it much simpler to test your apps and deploy them for iOS, Android, and BlackBerry.
    Again, you can do everything with the free AIR sdk, including the new AIR 3.1 features like captive runtime, etc, it just won't be integrated into Flash Builder 4. Ant scripts are another way to automate the build process, and FB 4 has a streamlined Ant integration.
    iBrent

  • Building Android application with Flash Builder 4 and flex 4.1

    Hi,
    Currently I am building an application for Android using Flash Builder 4. Previously, when my coding utilized the spark component of TextInput, it works perfectly in the Android device, but recently I found that using the spark component of TextInput won't be able to access the virtual keyboard in Android, but the mx component  of TextInput is working fine. Spark components are not compatible with Air for Android under flex 4.1? Please advice.Thank you.
    Regards

    The spark TextInput is not optimized for mobile in Flex 4.0/4.1.  See this thread for more information: http://stackoverflow.com/questions/4600550/missing-on-screen-keyboard-for-flash-flex-web-a pplication-on-android/4735544#4735544

  • Flash Builder 4 standalone on win7 64bit is broken after update

    Today Adobe Updater promted that there are updates for Adobe Flash Builder 4 and Photoshop CS5. The update downloaded and installed without any errors and Photoshop is still working fine for me. But when I open Flash Builder I get a bunch of error messages and can't use Flash Builder any more. Here are screenshots of what the errors looks like:
    Sadly not only the Flash Builder perspective is affected but all other perspectives (SVN, Debugging, Profiling) are throwing errors too.
    These are the steps I tried to fix these errors - without success:
    - switching back to my personal workspace (after the update another workspace was selected)
    - opening Flash Builder with the "-clean" parameter (this worked for me several times when plugins didn't want to install properly)
    - opening Flash Builder with administration rights
    - checking inside Flash Builder for any updates
    None of these steps worked for me and I don't know how to fix this problem. Has anyone experienced the same errors after the 4.0.1.-update or are there any infos I missed?
    Any help would be appreciated!
    Miracula

    @pinnamur:
    here is the log you requested. I am not allowed to attach text files, so here is the content:
    *** Date: Friday, July 2, 2010 9:42:59 AM Germany Time
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=com.adobe.flexbuilder.standalone.FlexBuilderApplication
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\FlashBuilder.exe
    -name
    FlashBuilder
    --launcher.library
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
    -startup
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    -nl
    en_US
    -vm
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin\client\jvm.dll
    eclipse.home.location=file:/C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/
    eclipse.launcher=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\FlashBuilder.exe
    [email protected]/../p2/
    eclipse.p2.profile=profile
    eclipse.product=com.adobe.flexbuilder.standalone.product
    eclipse.startTime=1278056489353
    eclipse.vm=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin\client\jvm.dll
    eclipse.vmargs=-Xms256m
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:PermSize=64m
    -Djava.net.preferIPv4Stack=true
    -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=dropins
    -Djava.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    java.class.version=50.0
    java.endorsed.dirs=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\endorsed
    java.ext.dirs=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre
    java.io.tmpdir=C:\Users\Tine\AppData\Local\Temp\
    java.library.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin/client;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPow erShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Windows\Microsoft.NET\Framework\v2.0.50727;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\DivX Shared\;C:\Program Files\TortoiseSVN\bin
    java.net.preferIPv4Stack=true
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_16-b01
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_16
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=14.2-b01
    line.separator=
    org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed=false
    org.eclipse.equinox.p2.reconciler.dropins.directory=dropins
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurat or/bundles.info
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2 ,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Windows7
    org.osgi.framework.os.version=6.1.0
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,jav ax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp, javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap ,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,jav ax.management,javax.management.loading,javax.management.modelmbean,javax.management.monito r,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.manag ement.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.e vent,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.at tribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.r mi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.k erberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled ,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swi ng.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html ,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax .tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.anno tation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml .crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream. events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml. ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg .CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage ,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming. NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.Dyn amicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.I OP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.Port ableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org. omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.Portabl eServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPa ckage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w 3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.d om.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.x ml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.5.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=x86
    os.name=Windows 7
    os.version=6.1
    osgi.arch=x86
    osgi.bundles=reference:file:org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar,reference:file: org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar@1:start,reference:file:org.eclipse.equinox .simpleconfigurator_1.0.101.R35x_v20090807-1100.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=C:\Users\Tine\.eclipse\com.adobe.flexbuilder.standalone.product_4.0.1_108 4004438\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/C:/Users/Tine/.eclipse/com.adobe.flexbuilder.standalone.prod uct_4.0.1_1084004438/configuration/
    osgi.framework=file:/c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
    osgi.framework.extensions=reference:file:org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.5.1.R35x_v20090827
    osgi.frameworkClassPath=., file:c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar
    osgi.install.area=file:/C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/
    osgi.instance.area=file:/D:/flashBuilder_workspace/
    osgi.instance.area.default=file:/C:/Users/Tine/Adobe Flash Builder 4/
    osgi.logfile=D:\flashBuilder_workspace\.metadata\.log
    osgi.manifest.cache=C:\Users\Tine\.eclipse\com.adobe.flexbuilder.standalone.product_4.0.1_ 1084004438\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.nl.user=en_US
    osgi.os=win32
    osgi.sharedConfiguration.area=file:/c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/configuration/
    osgi.splashPath=platform:/base/plugins/com.adobe.flexbuilder.standalone
    osgi.syspath=c:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins
    osgi.tracefile=D:\flashBuilder_workspace\.metadata\trace.log
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\resources.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\rt.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\jsse.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\jce.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\charsets.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\classes
    sun.boot.library.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=
    user.country=DE
    user.dir=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4
    user.home=C:\Users\Tine
    user.language=de
    user.name=Tine
    user.timezone=Europe/Berlin
    user.variant=
    *** Features:
    com.adobe.flexbuilder.feature.standalone (4.0.1.277662) "Adobe Flash Builder Standalone"
    com.adobe.flexbuilder.feature.standalone.nl1 (4.0.1.277662) "Adobe Flash Builder Standalone"
    com.collabnet.subversion.merge.feature (2.1.0) "CollabNet Subversion Merge Client"
    com.sun.jna (3.2.3) "JNA Library Plug-in"
    org.eclipse.cvs (1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16) "Eclipse CVS Client"
    org.eclipse.datatools.connectivity.feature (1.7.2.v200909251450-7B7OANEn1Xi4gycmhPC6njFVDz0q) "Data Tools Platform Connectivity Plug-in"
    org.eclipse.datatools.connectivity.oda.designer.feature (1.7.2.v200909251450-7E7C7BDZRDIVDUKiEaXU) "DTP ODA Designer UI Framework Plug-in"
    org.eclipse.datatools.connectivity.oda.feature (1.7.2.v200909251450-7H797BCcNBHBBHMWDbRK) "DTP Open Data Access"
    org.eclipse.datatools.doc.user (1.7.2.v200909251450-47C08w95ENAK6AFDFK7) "Data Tool Platform User Documentation"
    org.eclipse.datatools.enablement.apache.derby.feature (1.7.2.v200909251450-7768dBmKDLfMjHuIFJW7SBI) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.feature (1.7.2.v200909251450-7J8i7UBWwSLRWdU50unZvFu_Pz0t) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.hsqldb.feature (1.7.2.v200909251450-67B2AqGBJVKbGuH3GP7SBI) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ibm.feature (1.7.2.v200909251450-7F47HFC7sRTNSjXAYIRR) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ingres.feature (1.7.2.v200909251450-540AkF77g7VBLBPH7) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.jdbc.feature (1.7.2.v200909251450-4-29oB55W5P7G6RAH) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.jdt.feature (1.7.2.v200909251450-2-07w311A1A351453) "Data Tools Platform Connectivity JDT Extension Plug-in"
    org.eclipse.datatools.enablement.msft.feature (1.7.2.v200909251450-542AkF78Y7SBU9UAB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.mysql.feature (1.7.2.v200909251450-546AkF78Y7R9PAX87) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.oda.designer.feature (1.7.2.v200909251450-3328s7353356I4F53) "Eclipse Data Tools Platform XML ODA Designer"
    org.eclipse.datatools.enablement.oda.feature (1.7.2.v200909251450-7A7T78DZRDFuD_KmFcNp) "Eclipse Data Tools Platform XML ODA Runtime Driver"
    org.eclipse.datatools.enablement.oracle.feature (1.7.2.v200909251450-548aAkF77g7XAO9aBB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.postgresql.feature (1.7.2.v200909251450-542AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sap.feature (1.7.2.v200909251450-540AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sqlite.feature (1.7.2.v200909251450-541AkF79P7N8NAQ97) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sybase.feature (1.7.2.v200909251450-7E45F9NiNWvOOXxPdVT) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.modelbase.feature (1.7.2.v200909251450-77-5CcNBCtCcCQJYZl) "Eclipse Data Tools Platform SQLModel Plug-in"
    org.eclipse.datatools.sqldevtools.ddlgen.feature (1.7.2.v200909251450-7A-1F7RZHKFIwMhStRm) "Eclipse Data Tools Platform FE UI Plug-in"
    org.eclipse.datatools.sqldevtools.feature (1.7.2.v200909251450-7N7q7GFDr_mX5M8JAs38u8wWDRWU) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
    org.eclipse.datatools.sqldevtools.parsers.feature (1.7.2.v200909251450-602BgJ99q9_9OGXFJ) "Eclipse Data Tools Platform SQL Parser Plugin"
    org.eclipse.draw2d (3.5.2.v20100111-1352-4417w311A223702A19) "Graphical Editing Framework Draw2d"
    org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools"
    org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation"
    org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator"
    org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI"
    org.eclipse.emf.codegen.ui (2.4.0.v200906151043) "EMF Code Generation UI"
    org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common"
    org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI"
    org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter"
    org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding"
    org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding"
    org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore"
    org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit"
    org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor"
    org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit"
    org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI"
    org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping"
    org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping"
    org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor"
    org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI"
    org.eclipse.gef (3.5.2.v20100111-1352-777928194B66D5D476C33B2A) "Graphical Editing Framework GEF"
    org.eclipse.help (1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD) "Help System Base"
    org.eclipse.jdt (3.5.2.r352_v20100108-7r88FEwFI0WTuoBl0iaG0tyhfZH6) "Eclipse Java Development Tools"
    org.eclipse.jpt.eclipselink.feature (2.2.2.v200911250220-65A9AkF77g8OFL7BB7) "Dali Java Persistence Tools - EclipseLink Support"
    org.eclipse.jpt.feature (2.2.2.v200911250220-7L7OAPFBBoPS0TBgXV1je) "Dali Java Persistence Tools"
    org.eclipse.jst.enterprise_ui.feature (3.1.1.v200908101600-7_7EGrjFQRwRb4P511ebObS5XZhq) "Eclipse Java EE Developer Tools"
    org.eclipse.jst.ws.axis2tools.feature (1.1.0.v200905242110-78-FBpDZRDE6FdPdLYYe) "Axis2 Tools"
    org.eclipse.pde (3.5.2.R35x_v20100119-7Z7_FA2FDX-aXQYWqYDBz-z0qufo) "PDE"
    org.eclipse.platform (3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7) "Eclipse Platform"
    org.eclipse.rcp (3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6) "Eclipse RCP"
    org.eclipse.wst.jsdt.feature (1.1.2.v200908101420-77-FGDCcNBDjBXMoBbFb) "JavaScript Developer Tools "
    org.eclipse.wst.web_ui.feature (3.1.1.v200908120400-7R77FStEVw2z07WtDz-OZrhL5C-3) "Eclipse Web Developer Tools"
    org.eclipse.wst.xml_ui.feature (3.1.1.v200907161031-7H6FMbDxtkMs9OeLGF98LRhdPKeo) "Eclipse XML Editors and Tools"
    org.eclipse.wst.xsl.feature (1.0.2.v200908271520-7R7T8sFIhIehWg454rq_U1) "Eclipse XSL Developer Tools"
    org.tigris.subversion.clientadapter.feature (1.6.12) "Subversion Client Adapter"
    org.tigris.subversion.clientadapter.javahl.feature (1.6.12) "Subversion JavaHL"
    org.tigris.subversion.clientadapter.svnkit.feature (1.6.12) "SVNKit Client Adapter"
    org.tigris.subversion.subclipse (1.6.12) "SVN Team Provider Core"
    org.tmatesoft.svnkit (1.3.3.6648) "SVNKit Library Plug-in"
    *** Plug-in Registry:
    ActionscriptInfoCollector (0.7.4) "ActionscriptInfoCollector Plug-in" [Starting]
    com.adobe.coldfusion.rds.client (1.0.272885) "RDS Core and Database Client Plug-in" [Starting]
    com.adobe.coldfusion.rds.client.nl1 (1.0.1.v20100112266797) "Nl1 Fragment" [Resolved]
    com.adobe.flash.codemodel.core (4.0.1.277662) "Adobe Flash CodeModel Core" [Active]
    com.adobe.flash.codemodel.osgi (4.0.1.277662) "Code Model OSGI Support" [Active]
    com.adobe.flash.profiler (4.0.1.277662) "Adobe Flash Profiler" [Active]
    com.adobe.flash.profiler.nl1 (4.0.1.277662) "Adobe Flash Profiler Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.ajaxbridge (4.0.1.277662) "Adobe Flash Builder Ajaxbridge" [Active]
    com.adobe.flexbuilder.ajaxbridge.nl1 (4.0.1.277662) "Adobe Flash Builder Ajaxbridge Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.as.editor (4.0.1.277662) "Adobe Flash Builder ActionScript Editor" [Active]
    com.adobe.flexbuilder.as.editor.nl1 (4.0.1.277662) "Adobe Flash Builder ActionScript Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.axis2 (4.0.1.277662) "Adobe Flash Builder AXIS 2" [Starting]
    com.adobe.flexbuilder.axis2.nl1 (4.0.1.277662) "Adobe Flash Builder AXIS 2 Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.codemodel (4.0.1.277662) "Adobe Flex IDE CodeModel" [Resolved]
    com.adobe.flexbuilder.codemodel.nl1 (4.0.1.277662) "Adobe Flash Builder CodeModel Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.crimson (4.0.1.277662) "Adobe Flash Builder Crimson" [Resolved]
    com.adobe.flexbuilder.crimson.nl1 (4.0.1.277662) "Adobe Flash Builder Crimson Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.css.editor (4.0.1.277662) "Adobe Flash Builder CSS Editor" [Starting]
    com.adobe.flexbuilder.css.editor.nl1 (4.0.1.277662) "Adobe Flash Builder CSS Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.DCDService (4.0.1.277662) "Adobe Flash Builder DCDService" [Starting]
    com.adobe.flexbuilder.DCDService.nl1 (4.0.1.277662) "Adobe Flash Builder DCDService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.dcrad (4.0.1.277662) "Adobe Flash Builder Data Centric RAD" [Active]
    com.adobe.flexbuilder.dcrad.derived (4.0.1.277662) "Adobe Flash Builder Data Centric RAD Derived Sources" [Starting]
    com.adobe.flexbuilder.dcrad.nl1 (4.0.1.277662) "Adobe Flash Builder DCRAD Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.debug (4.0.1.277662) "Adobe Flash Builder Debug Model" [Active]
    com.adobe.flexbuilder.debug.e33 (4.0.1.277662) "Adobe Flash Builder Debug Fragment for Eclipse 3.3" [Resolved]
    com.adobe.flexbuilder.debug.nl1 (4.0.1.277662) "Adobe Flash Builder Debug Model Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.debug.ui (4.0.1.277662) "Adobe Flash Builder Debug UI" [Active]
    com.adobe.flexbuilder.debug.ui.actions (4.0.1.277662) "Adobe Flash Builder Debug UI Actions Fragment" [Resolved]
    com.adobe.flexbuilder.debug.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Debug Model UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.designview (4.0.1.277662) "Adobe Flash Builder Designview" [Starting]
    com.adobe.flexbuilder.designview.nl1 (4.0.1.277662) "Adobe Flash Builder Designview Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.editorcore (4.0.1.277662) "Adobe Flash Builder Editor Core" [Active]
    com.adobe.flexbuilder.editorcore.nl1 (4.0.1.277662) "Adobe Flash Builder Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.editors.derived (4.0.1.277662) "Adobe Flash Builder Editors Derived" [Active]
    com.adobe.flexbuilder.editors.derived.nl1 (4.0.1.277662) "Adobe Flash Builder Editors Derived Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.exportimport (4.0.1.277662) "Adobe Flash Builder Exportimport" [Active]
    com.adobe.flexbuilder.exportimport.nl1 (4.0.1.277662) "Adobe Flash Builder Exportimport Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.flashbridge (4.0.1.277662) "Flash IDE Plug-in" [Active]
    com.adobe.flexbuilder.flashbridge.nl1 (4.0.1.277662) "Flash IDE Plug-in Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.flex (4.0.1.277662) "Adobe Flash Builder Flex SDKs" [Resolved]
    com.adobe.flexbuilder.flexunit (4.0.1.277662) "Adobe Flash Builder FlexUnit UI" [Active]
    com.adobe.flexbuilder.flexunit.derived (4.0.1.277662) "Adobe Flash Builder FlexUnit Derived" [Starting]
    com.adobe.flexbuilder.flexunit.nl1 (4.0.1.277662) "Adobe Flash Builder FlexUnit Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.help (4.0.1.277662) "Adobe Flash Builder Help" [Starting]
    com.adobe.flexbuilder.help.nl1 (4.0.1.277662) "Adobe Flash Builder Help - Localized" [Resolved]
    com.adobe.flexbuilder.importartwork (4.0.1.277662) "Adobe Flash Builder Import Artwork" [Active]
    com.adobe.flexbuilder.importartwork.nl1 (4.0.1.277662) "Adobe Flash Builder Import Artwork Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.json (4.0.1.277662) "Adobe Flash Builder JSON" [Starting]
    com.adobe.flexbuilder.launching.ui (4.0.1.277662) "Adobe Flash Builder Launching UI" [Active]
    com.adobe.flexbuilder.launching.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Launching UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.monitors.network (4.0.1.277662) "Adobe Flash Builder Network Monitor" [Starting]
    com.adobe.flexbuilder.monitors.network.nl1 (4.0.1.277662) "Adobe Flash Builder Network Monitor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.multisdk (4.0.1.277662) "Adobe Flash Builder Multi-SDK" [Active]
    com.adobe.flexbuilder.mxml.editor (4.0.1.277662) "Adobe Flash Builder MXML Editor" [Active]
    com.adobe.flexbuilder.mxml.editor.nl1 (4.0.1.277662) "Adobe Flash Builder MXML Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.mxmlmodel (4.0.1.277662) "Adobe Flash Builder MXML Model" [Active]
    com.adobe.flexbuilder.project (4.0.1.277662) "Adobe Flash Builder Project" [Active]
    com.adobe.flexbuilder.project.e35 (1.0.0.201001080934) "Adobe Flash Builder Project for Eclipse 3.5" [Resolved]
    com.adobe.flexbuilder.project.nl1 (4.0.1.277662) "Adobe Flash Builder Project Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.project.ui (4.0.1.277662) "Adobe Flash Builder Project UI" [Active]
    com.adobe.flexbuilder.project.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Project UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.BlazeDSService (4.0.1.277662) "Adobe Flash Builder BlazeDSService" [Starting]
    com.adobe.flexbuilder.services.CFService (4.0.1.277662) "Adobe Flash Builder CFService" [Starting]
    com.adobe.flexbuilder.services.CFService.nl1 (4.0.1.277662) "Adobe Flash Builder CFService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.HTTPService (4.0.1.277662) "Adobe Flash Builder HTTPService" [Starting]
    com.adobe.flexbuilder.services.HTTPService.nl1 (4.0.1.277662) "Adobe Flash Builder HTTPService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.J2EEService (4.0.1.277662) "Adobe Flash Builder J2EEService" [Starting]
    com.adobe.flexbuilder.services.J2EEService.nl1 (4.0.1.277662) "Adobe Flash Builder J2EEService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.LCDSService (4.0.1.277662) "Adobe Flash Builder LCDSService" [Starting]
    com.adobe.flexbuilder.services.PHPService (4.0.1.277662) "Adobe Flash Builder PHPService" [Starting]
    com.adobe.flexbuilder.services.PHPService.nl1 (4.0.1.277662) "Adobe Flash Builder PHPService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.StaticContentService (4.0.1.277662) "Adobe Flash Builder StaticContentService" [Starting]
    com.adobe.flexbuilder.services.StaticContentService.nl1 (4.0.1.277662) "Adobe Flash Builder StaticContentService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.WEBService (4.0.1.277662) "Adobe Flash Builder WEBService" [Starting]
    com.adobe.flexbuilder.services.WEBService.derived (4.0.1.277662) "Adobe Flash Builder WEBService Derived Sources" [Starting]
    com.adobe.flexbuilder.services.WEBService.nl1 (4.0.1.277662) "Adobe Flash Builder WEBService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.standalone (4.0.1.277662) "Adobe Flash Builder Standalone" [Active]
    com.adobe.flexbuilder.standalone.nl1 (4.0.1.277662) "Adobe Flash Builder Standalone Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.tengine (4.0.1.277662) "Adobe Flash Builder Tengine" [Starting]
    com.adobe.flexbuilder.tengine.nl1 (4.0.1.277662) "Adobe Flash Builder Tengine Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.ui (4.0.1.277662) "Adobe Flash Builder Global UI" [Active]
    com.adobe.flexbuilder.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Global UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.utils.osnative (4.0.1.277662) "Adobe Flash Builder OS Native Utils" [Active]
    com.adobe.flexbuilder.utils.osnative.win (4.0.1.277662) "Adobe Flash Builder OS Native Utils Windows Fragment" [Resolved]
    com.adobe.flexide.amt (4.0.1.277662) "Adobe Flash Builder AMT" [Active]
    com.adobe.flexide.as.core (4.0.1.277662) "Adobe Flash Builder ActionScript Core" [Active]
    com.adobe.flexide.as.core.nl1 (4.0.1.277662) "Adobe Flash Builder ActionScript Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.communityhelp (4.0.1.277662) "CommunityHelp Plug-in" [Starting]
    com.adobe.flexide.communityhelp.nl1 (4.0.1.277662) "Adobe Common CommunityHelp Nl1 Fragment" [Resolved]
    com.adobe.flexide.css.core (4.0.1.277662) "Adobe Flash Builder CSS Editor Core" [Active]
    com.adobe.flexide.css.core.nl1 (4.0.1.277662) "Adobe Flash Builder CSS Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.designitems (4.0.1.277662) "Adobe Flash Builder DesignItems" [Starting]
    com.adobe.flexide.editorcore (4.0.1.277662) "Adobe Flash Builder Editor Core" [Active]
    com.adobe.flexide.editorcore.nl1 (4.0.1.277662) "Adobe Flash Builder Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.embeddedplayer (4.0.1.277662) "Adobe Flash Builder Embedded Flash Player" [Starting]
    com.adobe.flexide.exportimport (4.0.1.277662) "Exportimport" [Starting]
    com.adobe.flexide.exportimport.nl1 (4.0.1.277662) "Export Import Nl1 Fragment" [Resolved]
    com.adobe.flexide.externaleditors (4.0.1.277662) "Adobe Flash Builder External Editors" [Active]
    com.adobe.flexide.externaleditors.nl1 (4.0.1.277662) "Adobe Flash Builder External Editors Nl1 Fragment" [Resolved]
    com.adobe.flexide.fonts (4.0.1.277662) "Fonts" [Starting]
    com.adobe.flexide.launching (4.0.1.277662) "Adobe Flash Builder Launching" [Active]
    com.adobe.flexide.launching.nl1 (4.0.1.277662) "Adobe Flash Builder Launching Nl1 Fragment" [Resolved]
    com.adobe.flexide.multisdk.nl1 (4.0.1.277662) "Adobe Flash Builder Multi-SDK Nl1 Fragment" [Resolved]
    com.adobe.flexide.mxml.core (4.0.1.277662) "Adobe Flash Builder MXML Core" [Active]
    com.adobe.flexide.mxml.core.nl1 (4.0.1.277662) "Adobe Flash Builder MXML Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.nativelibs (4.0.1.277662) "Adobe Flash Builder Native Libraries" [Active]
    com.adobe.flexide.playerview (4.0.1.277662) "Adobe Flash Builder Playerview" [Starting]
    com.adobe.flexide.refactoring.core (4.0.1.277662) "Adobe Flash Builder Refactoring Core" [Starting]
    com.adobe.flexide.refactoring.core.nl1 (4.0.1.277662) "Adobe Flash Builder Refactoring Core Nl1 Fragment" [Resolved]
    com.adobe.model.core (1.0.2.v20100315273147) "Adobe Data Model Core Wrapper" [Active]
    com.collabnet.subversion.merge (2.1.0) "CollabNet Subversion Merge Client" [Starting]
    com.crispico.flexbridge (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Flexbridge" [Resolved]
    com.crispico.flower.mp (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Core" [Resolved]
    com.crispico.flower.mp.dependencies.internal (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Internal Dependencies" [Active]
    com.crispico.flower.mp.eclipse (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Eclipse" [Active]
    com.crispico.flower.mp.eclipse.compare.base (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Compare Base" [Starting]
    com.crispico.flower.mp.eclipse.compare.codesync (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Compare CodeSync" [Starting]
    com.crispico.flower.mp.eclipse.uml4as (1.0.0.M0_2010-06-11) "Flower Modeling Platform - UML4AS" [Active]
    com.crispico.flower.mp.metamodel.classmetamodel (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Class Metamodel" [Resolved]
    com.crispico.flower.mp.metamodel.codesync (1.0.0.M0_2010-06-11) "Flower Modeling Platform - CodeSync Metamodel" [Active]
    com.crispico.flower.mp.metamodel.codesyncas (1.0.0.M0_2010-06-11) "Flower Modeling Platform - CodeSync AS Metamodel" [Active]
    com.crispico.flower.mp.metamodelset.uml4asfile (1.0.0.M0_2010-06-11) "Flower Modeling Platform - UML4AS File Metamodel Set" [Resolved]
    com.crispico.flower.mp.propertieseditor (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Properties Editor" [Starting]
    com.ibm.icu (4.0.1.v20090822) "International Components for Unicode for Java (ICU4J)" [Active]
    com.idefactory.enterprisehelp (1.0.8.beta) "Enterprise IDE Help" [Starting]
    com.idefactory.fxsdk (1.0.1) "Enterprise IDE Fx Sdk" [Active]
    com.idefactory.rhino (1.0.0) "Enterprise IDE Rhino" [Starting]
    com.jcraft.jsch (0.1.41.v200903070017) "JSch" [Resolved]
    com.sun.jna (3.2.3) "JNA Library Plug-in" [Starting]
    FlexASDocGenCommand (0.7.4) "FlexASDocGenCommand Plug-in" [Starting]
    FlexPrettyPrintCommand (0.7.4) "FlexPrettyPrintCommand Plug-in" [Active]
    java_cup.runtime (0.10.0.v200803061811) "Java Cup" [Resolved]
    javax.activation (1.1.0.v200906290531) "Apache Geronimo Activation Plug-in" [Resolved]
    javax.mail (1.4.0.v200905040518) "Javax Mail Plug-in" [Resolved]
    javax.servlet (2.5.0.v200806031605) "Servlet API Bundle" [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved]
    javax.wsdl (1.5.1.v200806030408) "WSDL4J" [Resolved]
    javax.xml (1.3.4.v200902170245) "JAXP XML" [Resolved]
    javax.xml.rpc (1.1.0.v200905122109) "JAX-RPC" [Resolved]
    javax.xml.soap (1.2.0.v200905122109) "SAAJ" [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) "SourceForge LPG" [Resolved]
    org.apache.ant (1.7.1.v20090120-1145) "Apache Ant" [Resolved]
    org.apache.axis (1.4.0.v200905122109) "Apache Web Services" [Resolved]
    org.apache.bcel (5.2.0.v200803061811) "Apache BCEL" [Resolved]
    org.apache.commons.codec (1.3.0.v20080530-1600) "Apache Commons Codec Plug-in" [Resolved]
    org.apache.commons.collections (3.2.0.v200803061811) "Apache Commons Collections" [Resolved]
    org.apache.commons.discovery (0.2.0.v200905122109) "Jakarta-Commons Discovery" [Resolved]
    org.apache.commons.el (1.0.0.v200806031608) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
    org.apache.commons.httpclient (3.1.0.v20080605-1935) "Apache Commons Httpclient" [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) "Apache Commons JXPath" [Resolved]
    org.apache.commons.lang (2.4.0.v20081016-1030) "Apache Jakarta Commons Lang" [Resolved]
    org.apache.commons.lang (2.1.0.v200803061811) "Apache Jakarta Commons Lang" [Resolved]
    org.apache.commons.logging (1.0.4.v200904062259) "Apache Commons Logging Plug-in" [Resolved]
    org.apache.jasper (5.5.17.v200903231320) "Apache Jasper 2 Plug-in" [Resolved]
    org.apache.log4j (1.2.13.v200903072027) "Apache Jakarta log4j Plug-in" [Resolved]
    org.apache.lucene (1.9.1.v20080530-1600) "Apache Lucene" [Resolved]
    org.apache.lucene.analysis (1.9.1.v20080530-1600) "Apache Lucene Analysis" [Resolved]
    org.apache.oro (2.0.8.v200903061218) "Apache Jakarta ORO" [Resolved]
    org.apache.velocity (1.5.0.v200905192330) "Apache Velocity Plug-in" [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) "WSIL4J" [Resolved]
    org.apache.xalan (2.7.1.v200905122109) "Xalan-Java" [Resolved]
    org.apache.xerces (2.9.0.v200909240008) "Apache Xerces-J" [Resolved]
    org.apache.xml.resolver (1.2.0.v200902170519) "Apache XmlResolver" [Resolved]
    org.apache.xml.serializer (2.7.1.v200902170519) "Apache XML Commons Serializer" [Resolved]
    org.eclipse.ant.core (3.2.100.v20090817_r351) "Ant Build Tool Core" [Starting]
    org.eclipse.ant.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.ant.ui (3.4.2.v20091204_r352) "Ant UI" [Starting]
    org.eclipse.compare (3.5.0.I20090514-0808) "Compare Support" [Starting]
    org.eclipse.compare.core (3.5.0.I20090430-0408) "Core Compare Support" [Starting]
    org.eclipse.compare.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.compare.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.compare.win32 (1.0.0.I20090430-0408) "Compare Support for Word" [Starting]
    org.eclipse.compare.win32.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.boot (3.1.100.v20080218) "Core Boot" [Starting]
    org.eclipse.core.boot.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.commands (3.5.0.I20090525-2000) "Commands" [Resolved]
    org.eclipse.core.commands.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.contenttype (3.4.1.R35x_v20090826-0451) "Eclipse Content Mechanism" [Active]
    org.eclipse.core.contenttype.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.databinding.beans (1.2.0.I20090525-2000) "JFace Data Binding for JavaBeans" [Resolved]
    org.eclipse.core.databinding.beans.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding.observable (1.2.0.M20090902-0800) "JFace Data Binding Observables" [Active]
    org.eclipse.core.databinding.property (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.expressions (3.4.100.v20090429-1800) "Expression Language" [Active]
    org.eclipse.core.expressions.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filebuffers (3.5.0.v20090526-2000) "File Buffers" [Active]
    org.eclipse.core.filebuffers.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filesystem (1.2.0.v20090507) "Core File Systems" [Active]
    org.eclipse.core.filesystem.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filesystem.win32.x86 (1.1.0.v20080604-1400) "Core File System for Windows" [Resolved]
    org.eclipse.core.jobs (3.4.100.v20090429-1800) "Eclipse Jobs Mechanism" [Active]
    org.eclipse.core.jobs.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.net (1.2.1.r35x_20090812-1200) "Internet Connection Management" [Active]
    org.eclipse.core.net.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.net.win32.x86 (1.0.0.I20080909) "Proxy for Windows" [Resolved]
    org.eclipse.core.resources (3.5.1.R35x_v20090826-0451) "Core Resource Management" [Active]
    org.eclipse.core.resources.compatibility (3.4.0.v20090505) "Core Resource Management Compatibility Fragment" [Resolved]
    org.eclipse.core.resources.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.resources.win32.x86 (3.5.0.v20081020) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.5.0.v20090525) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.2.0.v20090413) "Core Runtime Plug-in Compatibility" [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.100.v20090413) "Authorization Compatibility Plug-in" [Active]
    org.eclipse.core.runtime.compatibility.auth.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.runtime.compatibility.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.runtime.compatibility.registry (3.2.200.v20090429-1800) "Eclipse Registry Compatibility Fragment" [Resolved]
    org.eclipse.core.runtime.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.variables (3.2.200.v20090521) "Core Variables" [Starting]
    org.eclipse.core.variables.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.cvs (1.0.300.v200909170800) "Eclipse CVS Client" [Starting]
    org.eclipse.datatools.connectivity (1.1.3.v201001230803) "Data Tools Platform Connectivity Plug-in" [Starting]
    org.eclipse.datatools.connectivity.apache.derby (1.0.100.v200906020900) "Eclipse Data Tools Platform Derby Plug-in" [Starting]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v200906161815) "Eclipse Data Tools Platform Apache Derby Database Definition" [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Apache Derby UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.0.v200906020553) "DTP Connection Profiles Storage File Editor Plug-in" [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547) "Eclipse Data Tools Platform Generic DB Connectivity Plug-in" [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Generic DB UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200906161815) "Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda (3.2.2.v201001270833) "DTP Open Data Access" [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.2.v201001261113) "DTP ODA Consumer Helper Component Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.2.2.v201001210350) "DTP ODA Design Session Model" [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.2.v201001210350) "DTP ODA Designer UI Framework Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201001131420) "Eclipse Data Tools Platform Flat File ODA Runtime Driver" [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.1.v201001131420) "Eclipse Data Tools Platform Flat File ODA Designer" [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.2.v201001210350) "DTP ODA Connection Profile Framework Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.0.v200906020553) "DTP ODA New Plug-in Template Wizard" [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.1.1.v201001180200) "Eclipse Data Tools Platform SQM Core Plug-in" [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.1.100.v200910270525) "Eclipse Data Tools Platform SQM UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v200910270503) "Eclipse Data Tools Platform Server UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.ui (1.1.5.v201001190218) "Data Tools Platform Connectivity UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.3.v201001270323) "Eclipse Data Tools Platform Data Source Explorer Plug-in" [Starting]
    org.eclipse.datatools.doc.user (1.7.0.20090521092446) "Data Tool Platform User Documentation" [Starting]
    org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) "Eclipse Data Tools Platform Enablement" [Starting]
    org.eclipse.datatools.enablement.hsqldb (1.0.0.v200906020900) "Eclipse Data Tools Platform HSQLDB Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v200906161800) "DB2 UDB iSeries Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.3.v200906161800) "Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.3.v200906161800) "DB2 UDB Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.0.v200906020900) "Eclipse Data Tools Platform Informix Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.3.v200906161800) "Eclipse Data Tools Platform Informix Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Informix UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) "Ingres DTP Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres.dbdefinition (1.0.0.v200906161800) "Ingres DTP Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres.ui (1.0.0.v200906111150) "Ingres DTP UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.jdt.classpath (1.0.1.v200909240342) "Data Tools Platform Connectivity JDT Extension Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201001180222) "Eclipse Data Tools Platform Microsoft SQL Server Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform SQL Server Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.ui (1.0.1.v200908130512) "Eclipse Data Tools Platform Microsoft SQL Server UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql (1.0.2.v201002041110) "Eclipse Data Tools Platform MySQL Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql.dbdefinition (1.0.4.v200906161800) "Eclipse Data Tools Platform MySQL Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform MySQL UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.oda.ws (1.2.2.v201001131420) "Eclipse Data Tools Platform Web Services ODA Runtime Driver" [Starting]
    org.eclipse.datatools.enablement.oda.ws.ui (1.2.2.v201001260400) "Eclipse Data Tools Platform Web Services ODA Designer" [Starting]
    org.eclipse.datatools.enablement.oda.xml (1.2.1.v201001151620) "Eclipse Data Tools Platform XML ODA Runtime Driver" [Starting]
    org.eclipse.datatools.enablement.oda.xml.ui (1.2.1.v201001191820) "Eclipse Data Tools Platform XML ODA Designer" [Starting]
    org.eclipse.datatools.enablement.oracle (1.0.0.v200908130544) "Eclipse Data Tools Platform Oracle Plug-in" [Starting]
    org.eclipse.datatools.enablement.oracle.dbdefinition (1.0.100.v200906161800) "Eclipse Data Tools Platform Oracle Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.oracle.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Oracle UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.postgresql (1.0.1.v200906020900) "PostgreSQL Connection Profile and Driver Template Plug-in" [Starting]
    org.eclipse.datatools.enablement.postgresql.dbdefinition (1.0.1.v200906161800) "PostgreSQL DB Definition" [Starting]
    org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200906020900) "PostgreSQL Connection Profile and Driver Template UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200906020900) "Eclipse Data Tools Platform MaxDB Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform MaxDB Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform MaxDB UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite (1.0.0.v201002041110) "Eclipse Data Tools Platform SQLite Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite.dbdefinition (1.0.1.v201002041110) "Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform SQLite UI Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase (1.0.1.v200906020900) "High-level Sybase Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.asa (1.0.1.v200906020900) "Sybase ASA Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASA Database Definition" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.models (1.0.0.v200906020900) "Sybase ASA SQL Model" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples (2.5.0.200810071) "Sybase ASA Schema Object Editor" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.ui (1.0.1.v200906111150) "Sybase ASA Connection Profile UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase (1.0.1.v200906020900) "JDBC/Sybase ASE Connection Profile Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASE Database Definition" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.models (1.0.1.v200906020900) "Sybase ASE Model Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.ui (1.0.1.v200906020900) "ASE Enablement UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.models (1.0.0.v200906020900) "Sybase Model Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ui (1.0.0.v200906090458) "Sybase UI Plug-in" [Starting]
    org.eclipse.datatools.help (1.5.0.v200906020553) "Data Tools Platform Help Utilities" [Resolved]
    org.eclipse.datatools.modelbase.dbdefinition (1.0.1.v200906022249) "Eclipse Data Tools Platform DBDefinition Model" [Starting]
    org.eclipse.datatools.modelbase.derby (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby Model Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql (1.0.3.v200912150851) "Eclipse Data Tools Platform SQLModel Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql.edit (1.0.0.v200906022249) "Eclipse Data Tools Platform SQLModel Edit Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql.query (1.0.2.v201002020730) "Eclipse Data Tools Platform SQL Query Model Plugin" [Starting]
    org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v200906022249) "SQL Query Edit Support Plugin" [Starting]
    org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.v200906022249) "Eclipse Data Tools Platform SQL XML Query Model Plugin" [Starting]
    org.eclipse.datatools.oda.cshelp (1.1.1.v200907031118) "DTP ODA Context-sensitive Help" [Starting]
    org.eclipse.datatools.sqltools.common.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.data.core (1.1.0.v200910161545) "Data Core Plugin" [Starting]
    org.eclipse.datatools.sqltools.data.ui (1.1.2.v200912080845) "Data UI Plugin" [Starting]
    org.eclipse.datatools.sqltools.db.derby (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby SQL Tools Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.derby.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby SQL Tools UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.generic (1.0.0.v200906020900) "Eclipse Data Tools Platform SQL Tools Generic Database Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.generic.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform SQL Tools Generic Database UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.ddlgen.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform FE UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.debugger.core (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Debugger Framework" [Starting]
    org.eclipse.datatools.sqltools.debugger.core.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Debugger UI Framework" [Starting]
    org.eclipse.datatools.sqltools.editor.core (1.0.0.v201001150815) "Eclipse Data Tools Platform SQL Editor Core Plug-in" [Starting]
    org.eclipse.datatools.sqltools.editor.core.ui (1.0.0.v201001150815) "Eclipse Data Tools Platform SQL Editor Core UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql (1.0.1.v200906022302) "Eclipse Data Tools Platform SQL Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200906030654) "Eclipse Data Tools Platform Lexer Plug-in" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.query (1.0.1.v200906022302) "Eclipse Data Tools Platform SQL Query Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL XML Query Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.plan (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Execution Plan View Plug-in" [Starting]
    org.eclipse.datatools.sqltools.result (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Results View Plug-ins" [Starting]
    org.eclipse.datatools.sqltools.result.ui (1.0.2.v201002011830) "Eclipse Data Tools Platform SQL Results View UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.routineeditor (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in" [Starting]
    org.eclipse.datatools.sqltools.routineeditor.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Routine Editor UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor (1.1.0.v200906022302) "Schema Object Editor Plug-in" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui (1.1.0.200810071) "Schema Object Editor Framework" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages (1.1.0.200810071) "Schema Object Editor Pages Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sql (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Core Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sql.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Core UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sqlbuilder (1.0.0.v201001200600) "SQL Builder" [Starting]
    org.eclipse.datatools.sqltools.sqleditor (1.0.1.v200912241345) "Eclipse Data Tools Platform SQL Editor" [Starting]
    org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.v200906022302) "Eclipse Data Tools Platform Sqlscrapbook Plug-in" [Starting]
    org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.v200906022302) "Eclipse Data Tools Platform Table Data Editor Plug-in" [Starting]
    org.eclipse.debug.core (3.5.0.v20090526-1600) "Debug Core" [Active]
    org.eclipse.debug.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.debug.ui (3.5.1.v20090811_r351) "Debug UI" [Active]
    org.eclipse.debug.ui.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.draw2d (3.5.2.v20091126-1908) "Graphical Editing Framework Draw2d" [Starting]
    org.eclipse.ecf (3.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Active]
    org.eclipse.ecf.filetransfer (3.0.0.v20090831-1906) "ECF Filetransfer API" [Active]
    org.eclipse.ecf.identity (3.0.0.v20090831-1906) "ECF Identity API" [Active]
    org.eclipse.ecf.provider.filetransfer (3.0.1.v20090831-1906) "ECF Filetransfer Provider" [Active]
    org.eclipse.ecf.provider.filetransfer.httpclient (3.0.1.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Active]
    org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Resolved]
    org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20090831-1906) "ECF Filetransfer Provider" [Resolved]
    org.eclipse.ecf.ssl (1.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Resolved]
    org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools" [Starting]
    org.eclipse.emf.ant (2.4.0.v200906151043) "EMF Ant Tasks" [Starting]
    org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation" [Starting]
    org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator" [Starting]
    org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI" [Starting]
    org.eclipse.emf.codegen.ui (2.5.0.v200906151043) "EMF Code Generation UI" [Starting]
    org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common" [Active]
    org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI" [Starting]
    org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter" [Starting]
    org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding" [Starting]
    org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding" [Starting]
    org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore" [Active]
    org.eclipse.emf.ecore.change (2.5.0.v200906151043) "EMF Change Model" [Starting]
    org.eclipse.emf.ecore.change.edit (2.5.0.v200906151043) "EMF Change Edit" [Starting]
    org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit" [Starting]
    org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor" [Starting]
    org.eclipse.emf.ecore.xmi (2.5.0.v200906151043) "EMF XML/XMI Persistence" [Starting]
    org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit" [Starting]
    org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI" [Starting]
    org.eclipse.emf.exporter (2.5.0.v200906151043) "EMF Model Exporter" [Starting]
    org.eclipse.emf.importer (2.5.0.v200906151043) "EMF Model Importer" [Starting]
    org.eclipse.emf.importer.ecore (2.4.0.v200906151043) "EMF Ecore Importer" [Starting]
    org.eclipse.emf.importer.java (2.5.0.v200906151043) "EMF Annotated Java Importer" [Starting]
    org.eclipse.emf.importer.rose (2.5.0.v200906151043) "EMF Rose Importer" [Starting]
    org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping" [Starting]
    org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping" [Starting]
    org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ecore2ecore (2.5.0.v200906151043) "EMF Ecore to Ecore Mapping" [Starting]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200906151043) "EMF Ecore to Ecore Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ecore2xml (2.5.0.v200906151043) "EMF Ecore to XML Mapping" [Starting]
    org.eclipse.emf.mapping.ecore2xml.ui (2.5.0.v200906151043) "EMF Ecore to XML Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI" [Starting]
    org.eclipse.equinox.app (1.2.0.v20090520-1800) "Equinox Application Container" [Active]
    org.eclipse.equinox.common (3.5.1.R35x_v20090807-1100) "Common Eclipse Runtime" [Active]
    org.eclipse.equinox.common.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.concurrent (1.0.1.R35x_v20100209) "Equinox Concurrent API" [Starting]
    org.eclipse.equinox.ds (1.1.1.R35x_v20090806) "Declarative Services" [Active]
    org.eclipse.equinox.ds.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.frameworkadmin (1.0.100.v20090520-1905) "Equinox Framework Admin" [Active]
    org.eclipse.equinox.frameworkadmin.equinox (1.0.100.v20090520-1905) "Equinox Framework Admin for Equinox" [Active]
    org.eclipse.equinox.http.jetty (2.0.0.v20090520-1800) "Jetty Http Service" [Starting]
    org.eclipse.equinox.http.registry (1.0.200.v20090520-1800) "Http Service Registry Extensions" [Resolved]
    org.eclipse.equinox.http.registry.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.http.servlet (1.0.200.v20090520-1800) "Http Services Servlet" [Starting]
    org.eclipse.equinox.http.servlet.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.jsp.jasper (1.0.200.v20090520-1800) "Jasper Jsp Support Bundle" [Starting]
    org.eclipse.equinox.jsp.jasper.registry (1.0.100.v20090520-1800) "Jasper Jsp Registry Support Plug-in" [Starting]
    org.eclipse.equinox.launcher (1.0.201.R35x_v20090715) "Equinox Launcher" [Resolved]
    org.eclipse.equinox.launcher.win32.win32.x86 (1.0.200.v20090519) "Equinox Launcher Win32 X86 Fragment" [Resolved]
    org.eclipse.equinox.p2.artifact.repository (1.0.101.R35x_v20090721) "Equinox Provisioning Artifact Repository Support" [Active]
    org.eclipse.equinox.p2.artifact.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.console (1.0.100.v20090520-1905) "Equinox Provisioning Console" [Starting]
    org.eclipse.equinox.p2.console.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.core (1.0.101.R35x_v20090819) "Equinox Provisioning Core" [Active]
    org.eclipse.equinox.p2.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.director (1.0.100.v20090520-1905) "Equinox Provisioning Director" [Active]
    org.eclipse.equinox.p2.director.app (1.0.100.v20090521-1912) "Equinox Provisioning Director Application" [Starting]
    org.eclipse.equinox.p2.director.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.directorywatcher (1.0.100.v20090525) "Equinox Provisioning Directory Watcher" [Active]
    org.eclipse.equinox.p2.engine (1.0.101.R35x_v20090825) "Equinox Provisioning Engine" [Active]
    org.eclipse.equinox.p2.engine.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.exemplarysetup (1.0.100.v20090520-1905) "Equinox Provisioning Exemplary Setup" [Active]
    org.eclipse.equinox.p2.exemplarysetup.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.extensionlocation (1.0.100.v20090520-1905) "Extension Location Repository Support" [Active]
    org.eclipse.equinox.p2.extensionlocation.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.garbagecollector (1.0.100.v20090520-1905) "Provisioning Garbage Collector" [Active]
    org.eclipse.equinox.p2.garbagecollector.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.jarprocessor (1.0.100.v20090520-1905) "Equinox Provisioning JAR Processor" [Resolved]
    org.eclipse.equinox.p2.jarprocessor.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata (1.0.100.v20090525) "Equinox Provisioning Metadata" [Active]
    org.eclipse.equinox.p2.metadata.generator (1.0.100.v20090520-1905) "Equinox Provisioning Metadata Generator" [Starting]
    org.eclipse.equinox.p2.metadata.generator.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata.repository (1.0.101.R35x_v20090812) "Equinox Provisioning Metadata Repository" [Active]
    org.eclipse.equinox.p2.metadata.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.publisher (1.0.0.v20090527-1812) "Equinox Provisioning Publisher" [Active]
    org.eclipse.equinox.p2.publisher.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.reconciler.dropins (1.0.100.v20090520-1905) "Dropin Reconciler Plug-in" [Active]
    org.eclipse.equinox.p2.reconciler.dropins.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.repository (1.0.1.v20090901-1041) "Equinox Provisioning Repository" [Active]
    org.eclipse.equinox.p2.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.repository.tools (1.0.1.R35x_v20090806) "Equinox p2 repository tools." [Starting]
    org.eclipse.equinox.p2.repository.tools.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.touchpoint.eclipse (1.0.101.R35x_20090820-1821) "Equinox Provisioning Eclipse Touchpoint" [Active]
    org.eclipse.equinox.p2.touchpoint.eclipse.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.touchpoint.natives (1.0.101.R35x_v20090806) "Equinox Provisioning Native Touchpoint" [Starting]
    org.eclipse.equinox.p2.touchpoint.natives.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui (1.0.101.R35x_v20090819) "Equinox Provisioning UI Support" [Active]
    org.eclipse.equinox.p2.ui.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui.sdk (1.0.100.v20090520-1905) "Equinox Provisioning Platform Update Support" [Active]
    org.eclipse.equinox.p2.ui.sdk.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20090520-1905) "Equinox Provisioning Platform Automatic Update Support" [Active]
    org.eclipse.equinox.p2.ui.sdk.scheduler.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.updatechecker (1.1.0.v20090520-1905) "Equinox Provisioning Update Checker"

  • Source file not accessible after Move project

    After moving a project, one of the source code files cannot be opened. The message:
    Resource '/Culinaria/src/SearchMenu.mxml' does not exist.
    But it does exist - it's residing in the src directory as it always has and is visible in the package explorer. Double clicking to open it provokes the error. The other files in the project can be opened normally.
    As said, this problem has surfaced after a Move of the project.
    The problem goes away and then comes back after shutting down Flash Developer and starting it up again.
    Also, I cannot view one of the source modules in Design mode - I just get an empty gray screen. Again not the case for every file but just one and it persists after shutting down and restarting Flash Developer. It happens to be the main application file  and it shows up on the tab as a simple text file when opened in source mode. Here is the first line:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:ns1="*"
                    width="1500" height="1134.0151"
                    backgroundImage="../image/SilvesterTischDeko.jpg" backgroundAlpha="0.85"  creationComplete="initCollections();"
                    layout="absolute">

    Hi Amy,
    yes I did Clean the project and a new .swf file is generated (dtLastMod at time of Clean). I can open the module (it's the main application) in source mode but the IDE does not offer the Source/Design buttons and the file icon on the tab is that of a simple text file.
    Somehow the Flash Dev. doesn't realize that it is mxml file representing the application even though the header line (see above) is unmistakable.

  • I am graduating in May, will my monthly payments automatically change after that or will I get a full year at the student discounted price? or do i have to pay for the full year up front for the discount?

    I am graduating in May, but want to pay monthly will my payments automatically change when I graduate or should I pay for the full year up front for the discount?

    Hi there
    You will get a full year at the student price.
    Thanks
    Bev

  • Flash Builder 4.5 Auto-Gen Code For PHP Data Service Produces Errors

    Hello
    I'm currently running a fresh install of MAMP on my Mac and when I start a new flex project, add a php data service that pulls from a mysql database I have. Everything works fine until I try to compile. The error I'm getting is 'uid' being the primary key which is a bigint(20). The file _Super_Users.as (auto-gen based on the user table below) reports 2 errors: [Managed] requires uid to be of type 'String'. (same error on 2 lines of code) Now the MySQL table wants it to be a int, the auto gen code seems to want it to be an int as well but for some reason its putting in these requires for String on the getter and setters for 'uid'. The is before I even add any of my own code, just auto-gen then compile.
         * data/source property getters
    [Bindable(event="propertyChange")]
        public function get uid() : int /*error line*/
            return _internal_uid;
         * data/source property setters
        public function set uid(value:int) : void /*error line*/
            var oldValue:int = _internal_uid;
            if (oldValue !== value)
                _internal_uid = value;
    This is what my database looks when I export it:
    CREATE TABLE `users` (
      `uid` bigint(20) unsigned NOT NULL,
      `name` varchar(150) NOT NULL,
      `first_name` varchar(50) NOT NULL,
      `middle_name` varchar(50) NOT NULL,
      `last_name` varchar(50) NOT NULL,
      `gender` tinyint(1) NOT NULL,
      `locale` varchar(5) NOT NULL,
      `link` varchar(255) NOT NULL,
      `username` varchar(50) NOT NULL,
      `email` varchar(255) NOT NULL,
      `picture` varchar(255) NOT NULL,
      `friends` text NOT NULL,
      `created` datetime NOT NULL,
      `updated` datetime NOT NULL,
      PRIMARY KEY (`uid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    It's empty right now...
    Apache 2.0.64
    MySQL 5.5.9
    PHP 5.2.17 & 5.3.5
    APC 3.1.7
    eAccelerator 0.9.6.1
    XCache 1.2.2 & 1.3.1
    phpMyAdmin 3.3.9.2
    Zend Optimizer 3.3.9
    SQLiteManager 1.2.4
    Freetype 2.4.4
    t1lib 5.1.2
    curl 7.21.3
    jpeg 8c
    libpng-1.5.0
    gd 2.0.34
    libxml 2.7.6
    libxslt 1.1.26
    gettext 0.18.1.1
    libidn 1.17
    iconv 1.13
    mcrypt 2.5.8
    YAZ 4.0.1 & PHP/YAZ 1.0.14
    I tried to give as much info as possible, if you need more let me know...

    I discovered my problem was uid seems to be a built in global or something and was filling in that data field with a bunch of letters and number, like the device id. Because of the letters flex was throwing a fit. So if you're using Facebook API in flex be sure to not go with uid for the user id, which is was facebook api calls it.

  • Flash builder 4.6 flex for mobile with mysql php and json

    I am trying to create an app that get data from online mysql server via php service and displays the data in a list
    I have been looking all over the internet but had no success in finding a working tutorial and i am frustrated
    can anyone help or direct me to a working tutorial please ?

    Watch the Online Video Course Flex 4.5 and PHP: Creating Data-Driven Applications

  • Design to integrate new code without changing the existing code

    I have a timer class which will measure the time taken for the method to execute. I want to integrate this to my present code base. basically the timer class just starts the time at the start of the method and once the method completes it subtract the final time from the start time to give me total time spent in this method. I was wondering if there's a way by which i can integrate my timer without actually changing my methods.I have to start the timer when the method is going to execute and end the timer once it has finished executing. Any design pattern you think could help me?

    javanewbie80 wrote:
    I was wondering if there's a way by which i can integrate my timer without actually changing my methods.I have to start the timer when the method is going to execute and end the timer once it has finished executing. Any design pattern you think could help me?Those are contradictory and exclusive.
    A design pattern represents an idiom, generalized from several specific examples, of commond coding practices.
    Thus if you use it is is code.
    So the question has nothing to do with a design pattern.
    As for the other part of the question, as suggested AOP or generally code injection.
    You might note as well that there are already commercial applications and probably non-commercial as well that exist to time application run time and the method level.

  • Object automatically changed after file transport

    Hi Friends,
    I have transported  a mapping object from quality to production. In quality the target structure occurance is set to 1..1 to generate one idoc.
    After transport into production the occurance of the target structure in mapping has changed to 1..unbounded(instead of 1..1) automatically.
    I wonder how it happened.I have even cross checked the transport id of quality object and production object which is exacly the same.
    Please help with the possible reason!!!
    Regards,
    Suresh.

    Hi
    Seems to version conflict , are u able to see extra tab "Conflict"
    u can see list of Objects which have a version conflict.
    Actual habit is transporting from QA --> PROD
    but was it followed , i think there might be a change made in Prod envi , before transporting to Prod from QA.
    Rgds
    srini

Maybe you are looking for

  • ICal Uses Obsolete Email Address for Reminders

    Hey Everybody, I transferred all my data from my old mac to my new laptop. In doing so, I got a new email address and iCal won't stop sending reminders to my old email address. I know it's doing this because I get mailer-daemon messages back about it

  • Need help with email sync utilizing gmail...

    I have the new curve 8520 and I use google sync for calendar and contacts. My question is regarding my emails syncing though. When I delete my email from my phone, it deletes from gmail, which is what I want. However, when I delete email on my my com

  • Regarding Form

    Hi Experts, I'm trying to take print the form with out preview in a local printer how to do and I given as no-preview = 'X' no preview is working but printing is not coming what are the Prerequites that I have to follow looking for the Great help

  • Migo - BATCH NO. COULD NOT BE DETERMINED error

    In transaction MIGO, while entering the product receipt details, user is getting error message, BATCH NO. COULD NOT BE DETERMINED. Earlier this job was done by different USER. Now he has left and all the roles are assigned to different user. But when

  • What does deauthorization actually do?

    I need to deauthorize iTunes on some old computers that I no longer own. It seems like the only way to do this is to deauthorize my iTunes account on all devices and start from scratch. But what exactly does that do? Will my music be there when I aut