Using CFCS during development

Right now I am part of a team that is a basis for a single Flex application framework. When the framework is complete, less programmers experience will real screens for the application using the standard components and architecture, we did. We want to encapsulate the framework in a .swc so that developers are not tempted to change the source or otherwise meddle with the frame (this is our business). I did a .swc and registered it with a project just to see how it will go (all using Flex Builder) but I'm very distraught to see that there is no code the classes contained in the .swc tips. I can still access and use, and compile an example application with them, but FlexBuilder does not recognize them as he did when he was just raw source code. I read the docs and they are strongly curved towards the RSL preaching - but we do NOT use RSL. What I am doing wrong? There must be a way to save the .swc instead of the source code (.as and .mxml) in Flex Builder, right?

Y at - it tutorials dealing specifically with Flex Builder?

OK, for some reason any I got it to work better now by moving don't not the .swc file file "/ bin" to the library project. The components all show up and etc. Don't know what I should do when I try to send the file real .swc to the development team. Where should they put, etc.? I would have thought that the physical location of the .swc should be the folder root application... but I guess this is not matter?

Tags: Flex

Similar Questions

  • Versions of the FMV between BlackBerry during development

    I've developed an application for a while now, and it must be deployed on a few different versions of Blackberry 9550, 8100 and 8520.

    The 9550 is version 5.0.0.535 and I can test the code quite happily using JRE 5.0.0. The 8100 is version 4.5.0.180 and I can test it with the help of Blackberry JRE 4.5.0.

    However there is no JRE Blackberry for 8520, which is 4.6.1.314, which JRE should I use during development and it will all work after deployment.

    I get this error when the project packing, the simulator of loads and the application seems to work very well. The error occurs if I load the project with the 8520 (5.0.0.535) simulator that came in the Simulator or with the 8520 (4.6.1.314) Simulator package I downloaded separately.

    java.lang.NullPointerException
    at net.rim.ejde.A.J.M.getVMVersion(RIMEIDE:3110)
    to net.rim.ejde.A.I.L$ _B.A(RIMEIDE:3114)
    to net.rim.ejde.A.I.L$ _B.compare(RIMEIDE:2031)
    at java.util.Arrays.mergeSort (unknown Source)
    at java.util.Arrays.sort (unknown Source)
    at java.util.Collections.sort (unknown Source)
    at net.rim.ejde.A.P.H.A(RIMEIDE:2680)
    at net.rim.ejde.A.P.H.A(RIMEIDE:712)
    at net.rim.ejde.A.D.E.H(RIMEIDE:2408)
    at net.rim.ejde.A.D.E.D(RIMEIDE:1779)
    at net.rim.ejde.A.D.E.B(RIMEIDE:2955)
    at net.rim.ejde.A.D.A.run(RIMEIDE:3171)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
    at net.rim.ejde.A.D.C.runInWorkspace(RIMEIDE:3462)

    If I try to run a clean on the Simulator I get this error

    java.lang.NullPointerException
    at net.rim.ejde.A.I.L.B(RIMEIDE:2746)
    at net.rim.ejde.A.K.B.C.A(RIMEIDE:3466)
    at net.rim.ejde.A.K.B.C.A(RIMEIDE:3002)
    at net.rim.ejde.A.K.B.C.createTreeViewer(RIMEIDE:3583)
    at net.rim.ejde.A.K.B.C.createDialogArea(RIMEIDE:2162)
    at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:760)
    at org.eclipse.jface.window.Window.create(Window.java:431)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
    at org.eclipse.ui.dialogs.SelectionStatusDialog.create(SelectionStatusDialog.java:153)
    at org.eclipse.jface.window.Window.open(Window.java:790)
    at net.rim.ejde.A.B.F.execute(RIMEIDE:127)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)

    All ideas, he may not actually be causing me a problem now, but I think he's going to snowball

    You prefer to do it this way:

  • to access the .properties during development on Linux

    I have a program that normally runs as a package of .jar. There are several files of property, and everything works well, regardless of the OS.

    During development I sometimes run the main class directly. The properties files in the current directory. Everything still work correctly in Windows.

    However, under Ubuntu Linux, the file properties are not. It is configured to print a message to the console, and is an example of message:
    loadProperties(): cannot access cnd_ntc.properties
    it seems to search for the properties at the level of the root directory structure. What is the way of cross-platform to access the property files that will work within a .jar file and without?

    File names are added with a "/" (for example "/ CNDfilelist.properties"), which I thought was the appropriate way to do so.

    For reference, here's the method I use to open all the .properties files:
        // encapsulate opening of a properties file.  returns null if problem
        public static Properties loadProperties(String file)
        {
            String me = new String("loadProperties(): ");
            if (file == null) {
                System.out.println(me + "null filename");
                return(null);
            }
    
            Properties p = new Properties();
            InputStream fis;
    
            fis = NTC.class.getResourceAsStream(file);
            if (fis == null) {
                System.out.println(me + "cannot access " + file);
                return(null);
            }
    
            try {
                p.load(fis);
            } catch (IOException e) {
                System.out.println(me + "cannot load " + file);
                try {
                    fis.close();
                } catch (IOException e2) { /* what the heck you gonna do? */ }
                return(null);
            }
            try {
                fis.close();
            } catch (IOException e) { /* what the heck you gonna do? */ }
    
            return(p);
        }
    -Rich

    You have a CLASSPATH environment variable in Linux? If Yes, what is it?

  • How to stop an infinite loop due to a guest user placed during development without close LabView?

    How to stop an infinite loop due to a guest user placed during development without close LabView?

    Thank you!

    Hi chuck72352,

    Press on "Ctrl +." and keep pressing OK on the MsgBox. There will be a point when the program terminates.

    Mike

  • How to change the password of a schema by using Oracle SQL Developer

    Hi need to change the password of a schema by using Oracle SQL Developer, how can I do?

    or maybe http://www.thatjeffsmith.com/archive/2012/11/resetting-your-oracle-user-password-with-sql-developer/

  • ADF Mobile: ERROR: no suitable Java found. In order to properly use the Android Developer

    Hi all

    I use version 11.1.2.4.0 jdev to create mobile applications ADF.

    I followed this tutorial

    Oracle JDeveloper 11 g tutorials

    problem is when I try to deploy the application to the emulator as defined in the above tutorial following error occurred.

    [14: 00:46] deployment failed due to one or more errors returned by "C:\Documents and Settings\JK1309\My Documents\Downloads\adt-bundle-windows-x86-20140321\sdk\build-tools\android-4.4.2\dx.bat".

    What follows is a summary of the returned error:

    ERROR: No suitable Java is found. In order to properly use the Android Developer

    Thank you

    Manish

    Thanks for answer and Billett shay.

    Sorry for the late reply.

    problem is solved.

    I just need to set the java class path using environment variables.

  • All trying to deploy Linux VM model using PowerCLI, during customization in error that "do not provide dns when you create NIC mapping for customization with type 'Linux" ".

    All trying to deploy Linux VM model using PowerCLI, during customization in error that "do not provide dns when you create NIC mapping for customization with type 'Linux" ".

    See my response on the other thread where you posted the same question.

  • Using Lr test, I managed to copy photos in the Catalogue and in development. Now, I want to use the photo developed/published as master and delete the original. So using the "modified" as the new source version. What is the process to do this?

    Using Lr test, I managed to copy photos in the Catalogue and in development. Now, I want to use the photo developed/published as master and delete the original. So using the "modified" as the new source version. What is the process to do this?

    This is to manually remove the master files. But are you sure you want to do this? Especially if these files are raw files? If you do, you throw a lot of precious image data. Remember that the main files are completely intact and in their original state at any time. The catalog stores all the changes that you make. But if you really want to delete your master files, you need just to delete them individually or as a group.

  • Receive reminders of server API during development

    During development on a local computer, you have a way to simulate responses of the AUTHORITY that the servers of LCCs send as reminders for notifications of low COST airlines?

    Currently, I have to push all of my updates on a staging server to make it easy to receive reminders.

    Yes, you should be able to run the LocalConnection server in SDK

    Browser and call "registerHook' against it.

  • using jdeveloper to develop jsp/servlet

    Hello

    I'm trying to use jdeveloper to develop jsp/servlet
    But on my jdeveloper 11, do not seem any project jsp/servlet, why?
    any addon?

    Note: I have install in basic installation and java edition

    Thank you!
    Francis SZE

    Servlet + JSP are part of J2EE, and you must have the studio edition.

    When you create the application, the second screen of the wizard allows you to specify the technologies. You can also double click on the project and click on the category 'Technology extended' to do the same.

    John

  • I need to install the Oracle client until I can use Oracle SQL Developer?

    Hi all

    I used to use the PL/SQL Developer to connect to the Oracle server, and before it can work, I have to install Oracle on my PC client.

    So I wonder to know if I use Oracle SQL Developer, what I have to do the same thing? If not, why?

    Thank you very much.

    Hello Serge,

    you don't need a client. Developer SQL uses JDBC to connect.

    Concerning
    Marcus

  • I'm ready to get Firefox because on several occasions, Notepad opens whenever I have to shoot anything and at no time have I ever used the Web Developer tool

    Have used Firefox for many years on several computers. On the Home Office whenever you need to CAP a letter, notebook open instead. Every time!

    It is only on this one computer, none of the others.

    I completely uninstalled, cleaned and purged Firefox from this computer several times. I ran several virus checks. I did reset the Firefox multiple on several times.

    Yesterday, I uninstalled completely the slightest bribe related to Firefox I could find on the system, made a clean to get rid of the hidden files and duplicate system, and with what I was hoping it was a clean system, reinstalled the latest version of FF, same problem.

    WHY Notepad comes up whenever I hit the Shift key?

    Somehow the developer tools and notebook always see and in the end, the problems start again.

    Hello Mark,
    I can understand your frustration with this problem - especially after you run on this issue after you have reset your computer too.

    Can you please check if Notepad is in place, if you turn off the devtools.scratchpad.enabled parameter by setting the value to false. You can do so by following the instructions in the Mozillazine on changing the configuration of Mozilla editing about: Config

    Thank you

  • We need developer paid account Test app to deploy during development

    I am new to iOS development and want to get more information before proceeding

    I know that we can test iOS App using the Simulator, but again, it has its own limits coming from services sites etc..

    Can I test my application deployment on real device without having paid the developer account.

    I went through this article, but the author expected to have paid developer account.

    ough.html http://seventhsoulmountain.blogspot.no/2013/09/iOS-code-Sign-in-Complete-walkthr

    Or should I make a configuration more or to allow to deploy. ?

    I tried to go through the configuration of Xcode, but I don't see a Provisioning profile... It appears only after we paid account with apple?

    Thank you

    Sainaba

    The latest Xcode allows you to test for free.

  • Using PHP to develop stand-alone applications

    Hello, is it possible to use my existing PHP skills to develop a stand-alone application for the PlayBook? (offline)

    There is a product called Adobe ' Flash Builder for PHP ", but after having waded through tutorials, I'm not sure if this is the right product. Tutorials mainly speak on the development of a web application that allows the connection to the server live, which is not what I want.

    No, PHP is a language server side, not for applications on the client side. If you know PHP you know probably HTML5/JS too, then WebWorks would probably be the best place to start. If you want to go on the road to Flash/AIR, you will need Flash Builder 4.6 (standard or premium will do) or Flash Professional CS5.5.

  • Project of OSB of the error using Ant Script development

    Hi all

    I encounter the error while trying to build an eclipse workspace .jar file using the following ant script.

    The project even when built in Eclipse directly, rests and a .jar file is generated.

    Kindly help me to resolve the issue.

    Error:

    ! SESSION-2014-06-16 09:23:50.085-

    eclipse.buildId = M20110909-1335

    Java.version = 1.6.0_29

    Java.Vendor Sun Microsystems Inc. =.

    BootLoader constants: OS = win32, ARCH = x 86, WS = win32, NL = en_US

    Framework arguments:-application - configProject com.bea.alsb.core.ConfigExport POC - configJarC:/Users/bradhakr/desktop/OSB CMT/Working-OSB_CMT/CommonNotificationService1.jar configSubProjects - CommonNotificationService - true includeDependencies

    Command line arguments:-dataC:/Users/bradhakr/workspace-application - configProject com.bea.alsb.core.ConfigExport POC - configJarC:/Users/bradhakr/desktop/OSB CMT/Working-OSB_CMT/CommonNotificationService1.jar configSubProjects - CommonNotificationService - true includeDependencies

    ! ENTRY org.eclipse.osgi 4 0 09:23:52.238 2014-06-16

    ! MESSAGE an error has occurred in automatically activate com.bea.alsb.core bundle (933).

    ! BATTERY 0

    org.osgi.framework.BundleException: Exception in com.bea.alsb.core.AlsbCore.start () from bundle com.bea.alsb.core.

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

    Caused by: java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

    at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

    at com.bea.alsb.core.AlsbCore.start (unknown Source)

    to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

    ... 34 more

    Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 39 more

    First exception:

    java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

    at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

    at com.bea.alsb.core.AlsbCore.start (unknown Source)

    to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

    Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 39 more

    ! ENTRY org.eclipse.osgi 4 0 09:23:53.174 2014-06-16

    ! Application error MESSAGE

    ! BATTERY 1

    org.eclipse.core.runtime.CoreException: com.bea.alsb.core plugin failed to load class com.bea.alsb.core.internal.repositories.ConfigExportApplication.

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)

    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

    Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$ TerminatingClassNotFoundException: an error occurred when turned on automatically com.bea.alsb.core bundle (933).

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:122)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

    ... 16 more

    Caused by: org.osgi.framework.BundleException: Exception in com.bea.alsb.core.AlsbCore.start () from bundle com.bea.alsb.core.

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

    ... 28 more

    Caused by: java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

    at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

    at com.bea.alsb.core.AlsbCore.start (unknown Source)

    to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

    ... 34 more

    Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 39 more

    Ant script to export Eclipse workspace:

    < target name = "exportFromWorkspace" >

    <!-remove failonerror = "false" includeemptydirs = "true" dir = "${metadata.dir}" /-->

    "< java dir="C:/Oracle/MiddlewareOSB_11118/oepe_11.1.1.8.0.

    jar="C:/Oracle/MiddlewareOSB_11118/oepe_11.1.1.8.0/plugins/org. Eclipse.Equinox.launcher_1.2.0.v20110502.jar ".

    fork = "true" failonerror = "true" maxmemory = "768 m" >

    < jvmarg line = "-XX:MaxPermSize = 256 m" / >

    < arg line = "-data C:/users/bradhakr/workspace" / >

    < arg line = "-application com.bea.alsb.core.ConfigExport"/ > "

    < arg line = "-configProject POC" / >

    < arg line = "-configJar CMT/Working-OSB_CMT/CommonNotificationService1.jar"/ C:/users/bradhakr/Desktop/OSB > "

    < arg line = "-configSubProjects CommonNotificationService" / >

    < arg line = "-includeDependencies true" / >

    < sysproperty key = "weblogic.home" value ="${weblogic.home}" / > "

    < sysproperty key = "osb.home" value ="${osb.home}" / > "

    < sysproperty key = "osgi.bundlefile.limit" value = "500" / > "

    < sysproperty key = "harvester.home" value="${osb.home}/harvester"/ > "

    < sysproperty key = "osgi.nl" value = "en_US" / > "

    < sysproperty key = "sun.lang.ClassLoader.allowArraySyntax" value = "true" / > "

    < / java >

    < / target >

    Certainly a classpath problem, but troubleshooting builds ant in OSB is a MAJOR EFFING PAIN!

    I can only show you an example of the ant target that works for me, maybe you will spot the difference: http://genericparallel.com/2014/01/out-of-memory-errors-during-the-osb-build/

    Vlad

    http://genericparallel.com

Maybe you are looking for

  • Safari's crazy

    It's hard to explain but safari went all recently Tigertailz, I can't enter the search field more and when I reload a bookmark, the text appears twice; Once on the left and the other in the Center as if the justification is falsification. noticed thi

  • HOW TO CREATE NETWORK SERVER AND A LINK TO ALL CLIENT PC

    HI, can someone help me?. I just bought a small company of Internet Café of my friend, but the existing server is not link to all PCs customer due to the incomplete server installation of the former owner of the cybercafe. Therefore, I would much app

  • driver for video controller

    Driver for video controller download

  • stupid focus problem

    public ActiveScreen() { _searchh = Bitmap.getBitmapResource("search-h.png"); _searchn = Bitmap.getBitmapResource("search-n.png"); _search = new BitmapField(_searchn,NON_FOCUSABLE) { protected void onUnfocus() { setBitmap(_searchn); } protected void o

  • Details of the massive removal of blackBerry Smartphones

    Received on the warranty replacement unit and can not find a function that will erase all personal data in a mass deletion. Resolved - the option appears only on the menu button, not on the screen.  Thank you Milton.