JDeveloper 10.1.2.0(build 1811): DataAction problem in struts-config

I've created several data pages (with JHeadstart). With data of one of those pages I must do some calculation and then display the results in another page. I create an DataAction in which I dropped the method that does the calculation. JDeveloper created an UIModel.xml for the DataAction but I had to set the values of the parameters in struts (property inspector). No java file involved. Then I created the Forwards to and from my DataAction. Everything worked nice. So I saved the struts-config.xml and checked it in into PVCS Version Manager. The next day I took all the files of my project from VM and run JHS again. Strut-config is not overwritten, but updated; it looked OK. However when I tested the flow from the first page to the other, the method is not executed but the second page is displayed.
If I drop the method again in the data action (and set all parameters and the resultlocation to the proper values) everything is working again. It can't be that this again dropping of a method is the way we should work with struts containing data actions!
The[b] problem is not that the data action has changed into an icon of a datapage with a yellow exclamation mark icon (Re: 10.1.2 Struts Bug? in fact nothing is changed at all. The problem is that the method is not executed.
The dataAction in the struts_config source - as it was before I checked it in into VM and after checking out:
<action path="/invokeCalcDownTree" className="oracle.adf.controller.struts.actions.DataActionMapping" type="oracle.adf.controller.struts.actions.DataAction" name="DataForm">
<set-property property="modelReference" value="invokeCalcDownTreeUIModel"/>
<set-property property="methodName" value="invokeCalcDownTreeUIModel.calculateDownstreamTree"/>
<set-property property="resultLocation" value="${sessionScope.currentDownTraceId}"/>
<set-property property="numParams" value="6"/>
<set-property property="paramNames[0]" value="${data.TT_DownstreamUIModel.TT_DownstreamId}"/>
<set-property property="paramNames[1]" value="${data.TT_DownstreamUIModel.TT_DownstreamProductiepartij}"/>
<set-property property="paramNames[2]" value="J"/>
<set-property property="paramNames[3]" value="1"/>
<set-property property="paramNames[4]" value="RO"/>
<set-property property="paramNames[5]" value="-1"/>
<forward name="success" path="/StartTT_DownTree.do"/>
</action>
Kind regards,
Josée Vervaart
ICT Solutions, Deventer

The problem was not Version Manager itself but working with Version Manager:
our policy is only check-in those which are not generate by JHS and those which are customized in JDeveloper (not anymore generated) i.e. check-in the business components, view objects, application structure and a few UNIX's and UIModel-files etc.
I had to do the first modification in the struts-config: adding a DataAction.
I checked in the UIX's and UIModel-files of the calling and called page, the UIModel of the DataAction, the struts-config.xml, and later on also the StrutsPageFlow.oxd_struts and modelers.map. Today we saw that the databindings.cpx file must be checked in too.

Similar Messages

  • JDeveloper 10.1.2.0.0 (build 1811) Bug?!?

    Hi
    I'm facing the strangest thing. I have a piece of code that insert a new row in table, this code in JDeveloper 9052 works fine (inserts one row) but when I migrated to JDeveloper 10.1.2, the same code insert two rows instead of only one row!!!
    How can this be? the code is as follows:
    row2Insert = perfisVO.createRow();
    row2Insert.setAttribute("Nome", sPerfilNome);
    row2Insert.setAttribute("PerfilWorkflow", sPerfilWF);
    perfisVO.insertRow( row2Insert );
    getTransaction().commit();
    when I call the commit method, I go to the table and I see two identical rows instead of just one.
    Thanks in advanced

    Vitor,
    I tried to reproduce your problem in 10.1.2 Build 1811 with a simple DeptView with a test program that looks like:
    package test;
    import oracle.jbo.ApplicationModule;
    import oracle.jbo.Row;
    import oracle.jbo.ViewObject;
    import oracle.jbo.client.Configuration;
    import oracle.jbo.domain.Number;
    public class Class1  {
      public static void main(String[] args) {
        String        amDef = "test.TestModule";
        String        config = "TestModuleLocal";
        ApplicationModule am =
        Configuration.createRootApplicationModule(amDef,config);
        ViewObject vo = am.findViewObject("DeptView1");
        Row r = vo.createRow();
        vo.insertRow(r);
        r.setAttribute("Deptno", new Number(99));
        r.setAttribute("Dname","NewOne");
        am.getTransaction().commit();
        Configuration.releaseRootApplicationModule(am,true);
    }And I only see a single row added to my DEPT table after running this, both in 9.0.5.2 and 10.1.2.
    Can you clarify how your testcase is different? If you have a reproducible simple test case, I'd recommend opening a TAR with worldwide support so they can investigate to see what the cause might be.

  • JDeveloper IDE Crashing using double click on DataAction in struts-diagram.

    Hello,
    Has anyone had this problem with Jdeveloper10g?
    We have a workspace for an application that has grown fairly large. The
    problem happens when we try to drag a DataAction from the Component Palette
    onto the struts-diagram when in the the JDeveloper10g IDE and then
    double click the icon to create a data action. We get this message:
    An Error has occurred in the Java VM
    An operation has failed because an error has occurred in the Java VM. The current
    activity may fail and the system may have been left in an unstable state. The following
    is a stack trace.
    java.lang.StackOverflowError
    If further errors occur, you should restart the application.
    If the error was an OutOfMemoryError, try closing some components, such as some
    diagrams, or increase the Java heap size.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle
    support, giving the information in this message.
    The Version of JDeveloper we are using is: 10.1.2.1.0 Build 1913 but we also had the
    same problem using this same workspace in Build 1811. If we try a different workspace
    there is no problem and we don't see the issue. Neither do we see the problem if we drag
    either a DataPage or a plain Action from the Component Palette and the double click
    either of those to create a Jsp page or an action.
    We have spent hours using diffing software recursively on the workspace directories trying
    to determine what may have gone wrong. We have eliminated a great deal from the problem
    workspace including deleting everything from the struts-diagram (In a copy of the ws of course).
    We really can't afford to rebuild the workspace from scratch and this problem causes us a
    significant headache. It seems like a serious bug in JDeveloper itself.
    Any help would be appreciated.
    Thanks,

    Problem Solved! This condition is caused by a circular dependency set up when the view was checked as a depndency for the model. We had a small class in the view that was being used in the model so the model was made dependant on the view and this causes an infinite loop condition of some sort when double clicking on a newly dropped in DataAction as described below.

  • JDeveloper Preview Download-jdevstudio1111.zip (Build 4796) Error

    PeaZip/gwrap Error ---
    Extracting zip file -- JDeveloper Preview Download-jdevstudio1111.zip (Build 4796)
    gwrap Failes to create win32 control, error: 0.
    Press Ok to ignore and risk data corruption.
    Press Cancel to kill the Test All program.

    User,
    Wow - never heard of PeaZip before today. Looks like PeaZip is choking.
    I used ALZip (free software) and it works fine.
    John

  • Jdeveloper 11.1.1.1.0 and build in WLS problem

    Hello,
    I couldn't find thread about my problem so I made a new one.
    First:
    I've installed 10g XE DB, WebLogic Server, SOA Suite and JDeveloper 11g.
    I want to create simple JSF page and run it through build in JDev WLS Server, but i get this error:
    *** Using port 7101 ***
    "C:\Documents and Settings\Holmes\Dane aplikacji\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    System could not find path.
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\jdeveloper\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\wlserver_10.3\server\lib\xqrl.jar
    PATH=C:\Oracle\Oracle_10g_XE\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Executive Software\DiskeeperLite\
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing)
    C:\PROGRA~1\Java\JDK16~1.0_1\bin\java -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\wlserver_10.3\server\lib\weblogic.policy -da -Dplatform.home=C:\Oracle\MIDDLE~1\wlserver_10.3 -Dwls.home=C:\Oracle\MIDDLE~1\wlserver_10.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\wlserver_10.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\Holmes\DANEAP~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1 -Doracle.home=C:\Oracle\MIDDLE~1\jdeveloper -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\jdeveloper\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\DOCUME~1\Holmes\DANEAP~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\jdeveloper\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\jdeveloper\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server. Program will exit.
    Exception in thread "main" Process exited.
    Any clues how to resolve this problem?
    Best regards,
    MK

    Hi,
    This looks like a problem with your PATH / CLASSPATH variables... In the startup log you can see that your own JDK is being used to start up the WLS. Normally, this should be the JDK that was installed with JDeveloper / the integrated WLS:
    "starting weblogic with Java version:
    C:\PROGRA~1\Java\JDK16~1.0_1\bin\java -Xms256m -Xmx512m ..."
    This should be:
    "*C:\Oracle\MIDDLE~1\JDK160*~1\bin\java -Xms..."
    Also, your PATH variable was not correctly set during startup, there are no entries for the WLS middleware.
    Could you check the following scripts, for incorrect references:
    C:\Documents and Settings\Holmes\Dane aplikacji\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
    C:\Oracle\MIDDLE~1\wlserver_10.3\common\bin\commEnv.cmd
    A solution might be to close JDev, rename the folder "C:\Documents and Settings\Holmes\Dane aplikacji\JDeveloper\system11.1.1.1.33.54.07" to for example "C:\Documents and Settings\Holmes\Dane aplikacji\JDeveloper\system11.1.1.1.33.54.07.BAK" and restart JDev. This way your JDev settings will be reset. If this does not help, there is a problem with the startWebLogic.cmd script, or your PATH/CLASSPATH variables in Windows.
    Another possibility that comes into mind: you mentioned that you have a weblogic server with SOA suite installed, and JDeveloper. In the installation of JDeveloper, you are asked to use an existing WL Home or create a new one. Did you create a new one or reuse your separate WLS installation? This should be a new WL Home, as this is the integrated WLS used for testing in JDev... Maybe that is what went wrong.
    Hope this helps...

  • Flash Builder 4 trace problem.....

    Flash Builder 4 trace problem.....
    Hi,
    I got the trace-classical problem:
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.display::Sprite$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.display::MovieClip$cinit ()
    267 AVMINF: MTHD PreloaderDisplay$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD mx.managers::SystemManager$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.utils::Dictionary$cinit ()
    267 AVMINF: MTHD flash.utils::Dictionary ()
    267 AVMINF: MTHD flash.utils::Dictionary/init ()
    79 AVMINF: MTHD flash.display::Loader/get contentLoaderInfo ()
    379 AVMINF: MTHD flash.events::EventDispatcher/addEventListener ()
    379 AVMINF: MTHD flash.display::Loader/loadBytes ()
    380 AVMINF: MTHD flash.display::Loader/_buildLoaderContext ()
    380 AVMINF: MTHD flash.display::Loader/_getJPEGLoaderContextdeblockingfilter ()
    380 AVMINF: MTHD flash.display::Loader/_loadBytes ()
    More information:
    *I did read many answer already about the mm.cfg file, but I don't have that file, i don't even got firefox...
    *That is happens only when i am using flash player 10.2 + (IT DOES NOT HAPPENS WITH FLASH PLAYER 10.1 - )
    Please help,
    Thanks for advance.
    Esteban

    No.
    Working only with Flash Builder 4 to compile, but you can switch the flash player versions anyway.
    And when my flash version is up to 10.1 the trace console commes crazy, and brokes the debbug session.
    But never mind, i did kill the OS already in order to keep working.

  • Flex/cold fusion wizard & Visual Query builder has a problem

    has anybody tried the cold fusion / flex application wizard in flex 3?
    to get there follow these menu choices:
    file     new     other     cold fusion wizards     coldfusion / flex application wizard
    I previously installed cf8 and the rds query viewer works fine.
    i simply choose from the following menus:
    window     other views...     Cold Fusion     RDS dataview
    i was initially prompted for the rds password which i entered.
    in the RDS Dataview, I can see the tables, columns, and data for all my existing datasources.
    Unfortunately, when I use the COld Fusion/Flex application wizard,
    I get to the page layout and design screen, add a page with the name artists, choose page type master,  and click the Edit master page button.
    Nothing happens when I click the Edit Master Page button.  I followed the cf/flex tutorial exactly but there is no query builder.
    I dont know if this is related but in the RDS query viewer, the Visual Query BUilder doesn't work.
    I think this may be the problem (the visual query builder has a problem)
    Unfortunately, how do I fix this problem

    already found the answer
    flex has to be run as administrator if using WIndows Vista
    simply shut down flex, right click the startup icon, choose run as administrator, and the visual query builder runs fine.
    Dont know why this occurs because you are always prompted for the rds password.
    anyway, problem solved.
    http://forums.adobe.com/message/228385#228385

  • Problem on struts using jdeveloper 10.1.2

    hi
    Iam completly new to jdeveloper
    Iam using jdev 10.1.2 for my simple struts application
    I have
    action class -- LoginAction
    form bean -- login (using DynaActionForm)
    login.jsp to enter username
    success.jsp for welcom msg
    failure.jsp --- in this i use one submit btn when i press this it will go to login.jsp for relogin
    <form action="/login.jsp">....
    the problem is
    In LoginAction
    String password=(String)((DynaActionForm)form).get("password");
    // String pwd =request.getParameter("username");
    if(password.equalsIgnoreCase("oracle"))
    return mapping.findForward("success");
    else
    return mapping.findForward("failure");
    iam import all the class for the respective reff variables.
    But it will indicate err underline(blue) under text which are in bold saying msgs as
    --method get(java.lang.string) not found in org.apache.struts.action.DynaActionform
    the samething for remaining two showing on ActionMapping
    plese tell me where is the problem
    running on Embedded OC4J SERVER
    error message is
    http://hostname:8988/hello_struts1-ViewController-context-root/login.do
    07/07/19 17:12:31 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    Jul 19, 2007 5:12:32 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class java.lang.NullPointerException
    thanks

    Well if you are just starting with JDeveloper - why are you starting with an old version?
    You should start with 10.1.3 it has hundreds of new features over 10.1.2.
    I created a struts action in 10.1.3 copied your code into it and compiled without any problems.

  • Upgrade from 10.1.2 build 1811 to 10.1.2.1 build 1913

    I was having some build issues in 10.1.2 and downloaded 10.1.2.1 this morning. According to the instructions I could find, I created a new directory (OraBPELPM_2) and extracted all files into it. I started the application using C:\OraBPELPM_2\jdev\gin\jdevw.exe. The first time it came up it asked about migrating from another version. I pointed it to the appropriate 10.1.2 directory, answered "yes" to all options and brought up the IDE. When I double click on the bpel file in the "Applications - Navigator" pane I get the source code, but no graphical representation. When I right click on the project I do not see a "deploy" option.
    Are there steps I missed? Is there a document that describes the exact steps required for someone who is new to the applicaiton?
    Thanks!

    Hi,
    I think that is is hard to ewxplain why it happened as you describe it. If it was reproducable, one would be able to talk about a defect, but since it isn't I thik you will have to live with it. If ever it can be reproduced, let us know.
    Oracle JDeveloper 10.1.3 comes with a lot of new functionality and coding features. Once production you wont want to go back to 10.1.2 after trying 10.1.3
    Frank

  • JDeveloper, ADF, Maven & IDE-Independent Builds

    In the course of evaluating the possibility of using ADF for an upcoming project, I'm seeking clarification regarding the role that JDeveloper plays in ADF-based projects. My understanding is that JDev provides helpful application templates and design-time features, but that neither build nor deployment processes depend upon it. Is this actually the case?
    TIA,
    Eric Adamson
    Lansing, Michigan

    JDeveloper provides a visual development environment for ADF, but you can use ADF without JDeveloper as well.
    http://www.oracle.com/technology/products/jdev/howtos/10g/adfalone/using_adf_without_jdev.html
    JDeveloper makes it very easy to also build and package ADF applications, but again you can use other tools to do that such as Ant and Maven.
    For example in JDeveloper you can create an ADF application and then choose to create Ant Build from project and you'll get an Ant build file that will be able to compile your project with all the libraries already defined there.

  • Jdeveloper(9.0.5.2 build 1618 )connect standalone OC4J server error

    Using Jdeveloper(Version: 9.0.5.2 build 1618 )connect to standalone OC4J server(Version:pdk_oc4j_extended 9.0.4.0.0 download from OTN) , test success , but connect occur following errors :
    java.lang.NullPointerException     at
    oracle.jdevimpl.cm.dt.ConnectionController$ConnectionExpander.selectConnection(ConnectionController.java:547)
    at
    oracle.jdevimpl.cm.dt.ConnectionController$ConnectionExpander.access$1000071(ConnectionController.java:514)
    at
    oracle.jdevimpl.cm.dt.ConnectionController.runNewConnectionDialog(ConnectionController.java:508)     
    at oracle.jdevimpl.cm.dt.ConnectionController.runNewConnectionDialog(ConnectionController.java:484)     
    at oracle.jdevimpl.cm.dt.NewAppServerConnectionWizard.invoke(NewAppServerConnectionWizard.java:71)     
    at oracle.ide.WizardManager.invokeWizard(WizardManager.java:484)     at
    oracle.ide.WizardManager$1.run(WizardManager.java:538)     at
    java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)     at
    java.awt.EventQueue.dispatchEvent(EventQueue.java:454)     at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)     at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)     at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)     at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)     at
    java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    No anyone knows?

  • JDev 10g build 1811 Bug

    I follow viewlet whitch provided from oracle ADF.
    But I cann't make Business Components Diagram with this Error. My OS is Window XP and I use JDev full version.
    java.lang.NoClassDefFoundError: oracle.bm.uml.metamodel.MMModelElement
         at oracle.bm.addinUtil.ModelWizard.buildAndTestUrl(ModelWizard.java:272)
         at oracle.bm.addinUtil.ModelWizard.invoke(ModelWizard.java:458)
         at oracle.ide.WizardManager.invokeWizard(WizardManager.java:484)
         at oracle.ide.WizardManager$1.run(WizardManager.java:538)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi Larry,
    Thanks a lot for bringing to our notice. I will test it and report it to appropriate team, so that it gets fixed.
    Regards,
    Vijay Venkataraman

  • Widget creation on Flex builder and related problems - need some help

    Hi all.
    I am trying to create a widget like application and it seems
    I have made a mistake. As you know, desktop widgets are like small
    stickers, they do not appear on taskbar and can be hidden or
    docked.
    The problem is that I created an AIR application using Flex
    Builder 3 Beta and now I cannot find how to make that application
    behave like custom-shaped window. My app appears on Windows taskbar
    and I don't want it. When I drag the window (which is a custom
    shape) it shows that nasty dragging rectangle around it.
    As far as I found out (and tried it) I need to use cod like:
    var initOptions:NativeWindowInitOptions = new
    NativeWindowInitOptions();
    initOptions.systemChrome = NativeWindowSystemChrome.NONE;
    initOptions.type = NativeWindowType.UTILITY;
    to hide my window from the taskbar. But it seems I cannot use
    such a code for class mx:Application. Or can I (would be grateful
    for some idea)?
    The main question is:
    if I want to migrate my app to that NativeWindow based
    solution - then NativeWindow is not an mx class and I cannot find
    how I will use Flex Builder Design mode to arrange my GUI elements.
    Is it somehow possible to wrap my mx:Application inside
    NativeWindow and do not have to migrate the design from mxml files
    to pure ActionScript?
    The second issue - if I want to use some kind of subforms -
    like widget settings window - when I move that window with the
    mouse, it is being clipped to the region of my Application. Does
    that again mean that I need to use NativeWindow for creating such a
    "Widget settings" dialog window?
    Thanks for any ideas (and especially for useful links and
    examples :-) )

    Hi all.
    I am trying to create a widget like application and it seems
    I have made a mistake. As you know, desktop widgets are like small
    stickers, they do not appear on taskbar and can be hidden or
    docked.
    The problem is that I created an AIR application using Flex
    Builder 3 Beta and now I cannot find how to make that application
    behave like custom-shaped window. My app appears on Windows taskbar
    and I don't want it. When I drag the window (which is a custom
    shape) it shows that nasty dragging rectangle around it.
    As far as I found out (and tried it) I need to use cod like:
    var initOptions:NativeWindowInitOptions = new
    NativeWindowInitOptions();
    initOptions.systemChrome = NativeWindowSystemChrome.NONE;
    initOptions.type = NativeWindowType.UTILITY;
    to hide my window from the taskbar. But it seems I cannot use
    such a code for class mx:Application. Or can I (would be grateful
    for some idea)?
    The main question is:
    if I want to migrate my app to that NativeWindow based
    solution - then NativeWindow is not an mx class and I cannot find
    how I will use Flex Builder Design mode to arrange my GUI elements.
    Is it somehow possible to wrap my mx:Application inside
    NativeWindow and do not have to migrate the design from mxml files
    to pure ActionScript?
    The second issue - if I want to use some kind of subforms -
    like widget settings window - when I move that window with the
    mouse, it is being clipped to the region of my Application. Does
    that again mean that I need to use NativeWindow for creating such a
    "Widget settings" dialog window?
    Thanks for any ideas (and especially for useful links and
    examples :-) )

  • FLASH BUILDER 4.7 PROBLEM PLEASE HELP

    Hello,
    So i just ordered the adobe creative cloud service today and downloaded the adobe application manager, installed Flash Builder 4.7 and then preceded to create a flash game.  It had tons of errors with my code so i then just did the simple HelloWorld program and it ran fine.  But as soon as i tried to type in more complex code like (import flash.display.Loader) it has a yellow triangle by this statement of code saying that (import flash.display.Loader is not used locally).  I have had this problem with the rest of my code also.  Please help!!!  I have already tried to contact adobe technical services but they said they couldn't help me because I had the creative cloud.  I am in desperate need of help!!!!!!!!!!!
    Thanks,
    DarkRue97

    Flash Builder 4.7 is warning about unused imports largely to help you clean up your code. These warnings may also be useful if you have made a typo in the qualified name. An unused import, however, should not stop you from building your application.
    If you're building a Flex application, then you should use a Flex project. Flex projects use the Flex SDK 4.6 already included in Flash Builder 4.7. Unless you're trying to customize or update the SDK for a specific reason, you shouldn't need to add a new Flex SDK if you're just starting out to explore developing a Flex application.
    Once you start writing more complicated applications or games that take advantage of the latest AIR features, you can update the Flex SDK with a later version of AIR by applying the updated AIR SDK overlay for Flex zip distribution manually. I would wait until you're more familiar with Flash Builder 4.7 and Flex projects before trying to upgrade an SDK. The following like describes the process:
    http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    If you're doing pure-ActionScript development, you can use an ActionScript project. These projects use the new compiler, ASC 2.0. In such a project, you cannot use Flex concepts, like MXML or CSS. Some Flex-specific metadata extensions in AS3 are also not supported. Just pure-AS3.

  • JDeveloper 10.1.3.2  , Portlet + Liferay Portal problem with JSR168 portlet

    When i create a portlet using JDeveloper 10.1.3.2 or 9.0 + portlet extension when i deploy it to Liferay Portal all versions and when i add the portlet somewhere the portal console prints me infinitive stacktrace... and the portlet never viewed
    i think the problem is somewhere in the dispatching dont know ..
    any ideas ?

    Hi,
    if you connet to OTN via a proy server, make sure this is configured in the JDeveloper preferences for browser and proxy settings. The username and password is your OTN account
    Frank

Maybe you are looking for