Jdev - query Tester does not work

Jdev Version: 11.1.1.7.1

The query VO on my Jdev Tester does not work. More importantly on my your Expert mode, when I add a new column to SQL, the attributes do not automatically get added to the VO. Only clue I have is the bottom of the stack trace that is thrown when I click on "Query Builder" (other buttons as Test donot throw any error and no success message):

java.lang.NullPointerException

at oracle.javatools.db.jdbc.JdbcDDLDatabase.registerBuilders(JdbcDDLDatabase.java:453)

to oracle.javatools.db.AbstractDatabase. < init > (AbstractDatabase.java:85)

to oracle.javatools.db.ddl.DDLDatabase. < init > (DDLDatabase.java:50)

to oracle.javatools.db.jdbc.JdbcDDLDatabase. < init > (JdbcDDLDatabase.java:74)

at oracle.javatools.db.jdbc.JdbcDatabaseFactory.createDatabaseImpl(JdbcDatabaseFactory.java:35)

at oracle.javatools.db.DatabaseFactory.createDatabaseImpl(DatabaseFactory.java:241)

at oracle.javatools.db.DatabaseFactory.createStandaloneDatabase(DatabaseFactory.java:344)

at oracle.javatools.db.DatabaseFactory.findOrCreateDatabase(DatabaseFactory.java:326)

at oracle.jbo.dt.jdevx.ui.view.XVOQueryBuilder.createDatabase(XVOQueryBuilder.java:273)

at oracle.jbo.dt.jdevx.ui.view.XVOQueryBuilder.invokeQueryBuilder(XVOQueryBuilder.java:56)

at oracle.jbo.dt.jdevx.ui.JdxMenuManager.invokeQueryBuilder(JdxMenuManager.java:1615)

at oracle.jbo.dt.ui.view.VOClausePanel.queryBuilderAction(VOClausePanel.java:2440)

at oracle.jbo.dt.ui.view.VOClausePanel.actionPerformed(VOClausePanel.java:1390)

at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)

in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)

at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)

at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)

at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)

at java.awt.Component.processMouseEvent(Component.java:6289)

at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)

at java.awt.Component.processEvent(Component.java:6054)

at java.awt.Container.processEvent(Container.java:2041)

at java.awt.Component.dispatchEventImpl(Component.java:4652)

at java.awt.Container.dispatchEventImpl(Container.java:2099)

at java.awt.Component.dispatchEvent(Component.java:4482)

at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)

at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)

at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)

at java.awt.Container.dispatchEventImpl(Container.java:2085)

at java.awt.Window.dispatchEventImpl(Window.java:2478)

at java.awt.Component.dispatchEvent(Component.java:4482)

at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)

to java.awt.EventQueue.access$ 000 (EventQueue.java:85)

in java.awt.EventQueue$ 1.run(EventQueue.java:603)

in java.awt.EventQueue$ 1.run(EventQueue.java:601)

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

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)

in java.awt.EventQueue$ 2.run(EventQueue.java:617)

in java.awt.EventQueue$ 2.run(EventQueue.java:615)

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

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)

at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)

at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)

at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)

in java.awt.Dialog$ 1.run(Dialog.java:1046)

in java.awt.Dialog$ 3.run(Dialog.java:1098)

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

at java.awt.Dialog.show(Dialog.java:1096)

at java.awt.Component.show(Component.java:1585)

at java.awt.Component.setVisible(Component.java:1537)

at java.awt.Window.setVisible(Window.java:842)

at java.awt.Dialog.setVisible(Dialog.java:986)

at oracle.jbo.ui.main.JboDialog.setVisible(JboDialog.java:130)

to oracle.jbo.ui.wizard.JboWizard$ MddWizardDialog.setVisible (JboWizard.java:2558)

at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)

at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)

at oracle.jbo.ui.main.JboDialog.showDialog(JboDialog.java:108)

to oracle.jbo.ui.wizard.JboWizard$ MddWizardDialog.showDialog (JboWizard.java:2494)

at oracle.jbo.ui.wizard.JboWizard.createMddWizard(JboWizard.java:550)

at oracle.jbo.ui.wizard.JboWizard.setVisible(JboWizard.java:353)

at oracle.jbo.ui.wizard.JboWizard.showDialog(JboWizard.java:331)

at oracle.jbo.dt.jdevx.ui.editors.view.VoeSqlPage.showEditSqlDialog(VoeSqlPage.java:625)

at oracle.jbo.dt.jdevx.ui.editors.view.VoeSqlPage.invokeEditSqlDialog(VoeSqlPage.java:592)

at oracle.jbo.dt.jdevx.ui.editors.view.VoeSqlPage.performAction(VoeSqlPage.java:935)

at oracle.jbo.dt.ui.main.controls.DtcAction.actionPerformed(DtcAction.java:47)

at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)

in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)

at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)

at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)

at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)

at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)

at java.awt.Component.processMouseEvent(Component.java:6289)

at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)

at java.awt.Component.processEvent(Component.java:6054)

at java.awt.Container.processEvent(Container.java:2041)

at java.awt.Component.dispatchEventImpl(Component.java:4652)

at java.awt.Container.dispatchEventImpl(Container.java:2099)

at java.awt.Component.dispatchEvent(Component.java:4482)

at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)

at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)

at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)

at java.awt.Container.dispatchEventImpl(Container.java:2085)

at java.awt.Window.dispatchEventImpl(Window.java:2478)

at java.awt.Component.dispatchEvent(Component.java:4482)

at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)

to java.awt.EventQueue.access$ 000 (EventQueue.java:85)

in java.awt.EventQueue$ 1.run(EventQueue.java:603)

in java.awt.EventQueue$ 1.run(EventQueue.java:601)

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

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)

in java.awt.EventQueue$ 2.run(EventQueue.java:617)

in java.awt.EventQueue$ 2.run(EventQueue.java:615)

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

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)

at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)

at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Any idea on what could be the problem?

The question seems to be to the JDBC data source that we define in the configuration Module of the Application screen. We have a JNDI to data source, and somehow at design time, the your do not work with it. Currently, I change that to a local data source, the tester of VO, requeteur all work fine.

Tags: Java

Similar Questions

  • Visual Query Builder does not work

    I use the ColdFusion Flex Builder 3 (3.0.1.205647) extensions, and I can't use the Visual Query Builder. This is a new installation for ColdFusion8. I have configured RDS, I even test the connection successfully.

    I can use the RDS DataView and see the databases, click cfartgallery, for example and see the facility 'art' content of the table. No problem. Then I click the button of "Visual Query Builder", and nothing happens. The query designer does not appear.

    It's not a big problem until I have try running the CF/Ajax application wizard and edit the page master is supposed to open query... Builder even problem. Same here, it will not open. So I can't change anything or use the wizards at all. I get no error message, it just does nothing when I click on the button.

    Does anyone else have this problem? Is there a setting I'm missing or need to set up after a new installation in the CF administrator?

    Using vista?

    Click Flex and then click on run as administrator

    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com

    "adimauro" wrote in message
    News:g8pt2n$JH1$1@forums. Macromedia.com...
    > I use the ColdFusion Flex Builder 3 (3.0.1.205647), and
    > I
    > cannot use the Visual Query Builder. This is a new installation for ColdFusion8. I have
    > have
    > RDS set up, I even test the connection successfully.
    >
    > I can use the RDS DataView and see the databases, click cfartgallery,.
    > for
    > contents of the example table and the exhibition 'art '. No problem. Then I click on the
    > "Visual Query Builder" button and nothing happens. The query designer is
    > not
    > show.
    >
    > It's not a big deal, until I have try running the CF/Ajax application wizard, and
    > edition
    > the master page is supposed to open the Query Builder... same problem.
    > Even
    > here it does not open. So I can't change anything or use the wizards at all. I have
    > don't get any what error message, it just does nothing when I click on the
    > button.
    >
    > Someone else has this problem? Is there a setting I am missing or have
    > to
    > set up after a new installation in the CF administrator?
    >

  • How to trigger a MouseEvent to TLF, my test does not work

    Hello

    I met a problem when using the earphone of TLF,

    Inside the TextFlow, I have several paragraphs.

    What I want to accomplish is to raise an event, such as ROLL_OVER, ROLL_OUT event mouse, when my mouse is on one of the paragraphs.

    I used to experiment some time, but never seem to work, just the examples below

    _textFlow.addEventListener (FlowElementMouseEvent.ROLL_OUT, onMouseHandler);

    _textFlow.addEventListener (FlowElementMouseEvent.ROLL_OVER, onMouseHandler);

    that does not work.         I need the answer of the event, so I can handle the paragraph

    onMouseHandler(e:FlowElementMouseEvent):void private function

    {

    trace ("onMouseHandler" + e.type);

    var para: ParagraphElement = e.flowElement.getParagraph ();

    trace (para.textLength);

    }

    Thanks in advance!

    You will need to call getEventMirror on each child of the element ParagraphElement and I have the returned EventDisplatcher adds a MOUSE_OVER listener.  getEventMirror is currently in the namespace tlf_internal.

    Hope that helps,

    Richard

  • WITH query Clause does not work in Oracle reports.

    Hi gurus,

    I use a query WITH clause and want to create a report by using the same query.

    But when I am trying to build a report, request gives error like "WITH clause table or view does not exist.

    But the same query works perfectly in line of sql.

    Does support the Oracle WITH clause query reports?

    Please suggest.


    Thank you
    Onkar

    I met a similar problem before and worked around it by moving the query to a pipeline function in the database as described in the unexpected CLAUSE causes ORA-00942 in Report Builder

    I hope this helps.

  • update my .ipa in DPS App Builder for the test does not work

    Hello

    I create my .ipa file in DPS App Builder for the test on my iPad, before I have to publish on the app store. No problem. I have tested and seen a few changes to make. I made the changes on my folio, updated in the generator of folio of indesign (in the cloud). Then I go back to DPS App Builder and rebuild a file .ipa from 'Manage' and 'Edit', download and test my certifates, windows seems to work ok. Then I created the new .ipa file (after deletion of the one on my desktop and iTunes) but when I sync it back on my iPad is not up-to-date. It is always the first version of my folio without changes.

    I tried to create a new application from the beginning, but the serial number unique edition no longer works. So my only solution is to update my folio, right? But what is the right way to do it? Am I missing something? I found no answer in the guide step by step on this issue.

    Or is it possible to completely delete the first version in DPS App Builder to recreate it without losing my serial number unique edition I have has not itself present Apple yet?

    I have something to do in the Folio Producer?

    Thanks for your help.

    Julien.

    Single edition series is a use of time, so change is not possible your end directly in case you want to use the same serial number. In this case, you must contact the technical support of DPS, who can get an approval on a serial number reset after reviewing the need.

    In this case, I'll take this offline with you regarding the forum post # http://forums.adobe.com/message/5597607.

  • Film of test does not work after upgrade to 5.5

    I could create a file with the parameters of the ios and test it on my pc by choosing check/Test/Test movie or by pressing Ctrl + enter in Flash 5.0. Opens in a new window. Now, I have updated Flash 5.5, and when I do the above, nothing happens. In a tutorial, I could see the Professor test its ios to download on his mac, so it seems like it should work. Anyone who can give me some advice?

    Apparently default keyboard shortcuts has changed in CS5, who inherited the CS5.5

    For example, "publish SWF" used to be SHIFT + F12, but now he has still to shift + Alt + F12.

    This one, though, in my view, remained the same.  The choice of menu to access is a little buried today: control-> test-> Test movie.

    And in the preview player, in there, Ctrl-enter is then bound to 'Simulate Download', which is what you see in the Panel change the shortcuts that the conflict if you try to change something of another "Ctrl + Enter".

    Maybe you could try to go to the keyboard shortcuts and change the shortcut for "Test Movie orders on Menu"-> view-> simulate download to something else, so it is not a conflict?

    ----

    That being said, Ctrl-Enter works reliably for me in CS5.5... But don't have any other things! See my post on the symbols of police being imported from a shared library of TIME...

    LEO

  • Query that does not work inside the function

    So I have this movement script that I copied from Cs6 as «Copying the movement in AS3» It works fine until I tried to control it with a function of mouse event. So what don't understand me? It works very well outside the function but not at all backwards.


    Import fl.motion.AnimatorFactory;

    Import fl.motion.MotionBase;

    Import fl.motion.Motion;

    flash.filters import. *;

    to import flash.geom.Point;

    var __motion_NewBall_7: MotionBase;

    theButton.addEventListener (MouseEvent.CLICK, on_press1);

    function on_press1(event: MouseEvent): void {}

    If (__motion_NewBall_7 == null) {}

    __motion_NewBall_7 = new Motion();

    __motion_NewBall_7.duration = 60;

    __motion_NewBall_7.addPropertyArray ("x", [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,-4.02143,-8.04286,-12.0603,-16.0857,-20.1071,-24.1246,-28.15,-35.6987,-43.2474,-50.7885,-58.3447,-65.8934,-73.4346,-80.9832,-88.5395,-96.0882,-103.637,-111.186,-118.727,-126.283,-133.824,-141.38,-148.929,-156.478,-164.026,-171.575,-179.124,-186.672,-194.221,-201.77,-209.311,-216.867,-224.416,-231.957,-239.506,-247.062,-254.611,-262.152,-269.708,-277.257,-284.805 -292.346 ([, - 299.903, - 307.451,-315]);

    __motion_NewBall_7.addPropertyArray ("y", [0, 9.41071, 18.8214, 28.2227, 37.6429, 47.0536, 56.4549, 65.875, 75.2857, 84.6964, 94.1071, 103.518, 112.919, 122.339, 131.75, 124.157, 116.564, 108.979, 101.379, 93.7857, 86.2004, 78.6, 84.0237, 89.4474, 94.8656, 100.295, 105.718, 111.137, 116.56, 121.989, 127.413, 132.837, 138.261, 143.679, 149.108, 154.526, 159.955, 165.379, 170.803, 176.226, 181.65, 187.074, 192.497, 197.921, 203.345, 208.763, 214.192, 219.616, 225.034, 230.458, 235.887, 241.311, 246.729, 252.158, 257.582, 263.005 268.424]) 273.853, 279.276, 284,7]);

    __motion_NewBall_7.addPropertyArray ("scaleX", [1.000000]);

    __motion_NewBall_7.addPropertyArray ("scaleY", [1.000000]);

    __motion_NewBall_7.addPropertyArray ("Scewx", [0]);

    __motion_NewBall_7.addPropertyArray ("transformations", [0]);

    __motion_NewBall_7.addPropertyArray ("rotationConcat", [0]);

    __motion_NewBall_7.addPropertyArray ("blendMode", "normal");

    __motion_NewBall_7.addPropertyArray ("cacheAsBitmap", [false]);

    __motion_NewBall_7.addPropertyArray ("opaqueBackground", [null]);

    __motion_NewBall_7.addPropertyArray ('visible', [true]);

    var __animFactory_NewBall_7: AnimatorFactory = new AnimatorFactory (__motion_NewBall_7);

    __animFactory_NewBall_7.transformationPoint = new Point (0.500000, 0.500000);

    __animFactory_NewBall_7.addTarget (myClip, 0);

    }

    }

    use:

    Import fl.motion.AnimatorFactory;

    Import fl.motion.MotionBase;

    Import fl.motion.Motion;

    flash.filters import. *;

    to import flash.geom.Point;

    theButton.addEventListener (MouseEvent.CLICK, on_press1);

    var __motion_NewBall_7: MotionBase;

    var __animFactory_NewBall_7: AnimatorFactory; //<-just the="" declaration="" was="" to="" be="" moved. ="" not="" the="">

    function on_press1(event: MouseEvent): void {}

    If (__motion_NewBall_7 == null) {}

    __motion_NewBall_7 = new Motion();

    __motion_NewBall_7.duration = 60;

    __motion_NewBall_7.addPropertyArray ("x", [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,-4.02143,-8.04286,-12.0603,-16.0857,-20.1071,-24.1246,-28.15,-35.6987,-43.2474,-50.7885,-58.3447,-65.8934,-73.4346,-80.9832,-88.5395,-96.0882,-103.637,-111.186,-118.727,-126.283,-133.824,-141.38,-148.929,-156.478,-164.026,-171.575,-179.124,-186.672,-194.221,-201.77,-209.311,-216.867,-224.416,-231.957,-239.506,-247.062,-254.611,-262.152,-269.708,-277.257,-284.805 -292.346 ([, - 299.903, - 307.451,-315]);

    __motion_NewBall_7.addPropertyArray ("y", [0, 9.41071, 18.8214, 28.2227, 37.6429, 47.0536, 56.4549, 65.875, 75.2857, 84.6964, 94.1071, 103.518, 112.919, 122.339, 131.75, 124.157, 116.564, 108.979, 101.379, 93.7857, 86.2004, 78.6, 84.0237, 89.4474, 94.8656, 100.295, 105.718, 111.137, 116.56, 121.989, 127.413, 132.837, 138.261, 143.679, 149.108, 154.526, 159.955, 165.379, 170.803, 176.226, 181.65, 187.074, 192.497, 197.921, 203.345, 208.763, 214.192, 219.616, 225.034, 230.458, 235.887, 241.311, 246.729, 252.158, 257.582, 263.005 268.424]) 273.853, 279.276, 284,7]);

    __motion_NewBall_7.addPropertyArray ("scaleX", [1.000000]);

    __motion_NewBall_7.addPropertyArray ("scaleY", [1.000000]);

    __motion_NewBall_7.addPropertyArray ("Scewx", [0]);

    __motion_NewBall_7.addPropertyArray ("transformations", [0]);

    __motion_NewBall_7.addPropertyArray ("rotationConcat", [0]);

    __motion_NewBall_7.addPropertyArray ("blendMode", "normal");

    __motion_NewBall_7.addPropertyArray ("cacheAsBitmap", [false]);

    __motion_NewBall_7.addPropertyArray ("opaqueBackground", [null]);

    __motion_NewBall_7.addPropertyArray ('visible', [true]);

    __animFactory_NewBall_7 = new AnimatorFactory (__motion_NewBall_7); Set after the motion, _motion_NewBall_7 exists

    __animFactory_NewBall_7.transformationPoint = new Point (0.500000, 0.500000);

    __animFactory_NewBall_7.addTarget (myClip, 1);

    }

    }

  • HTTPS Post does not work in the OFA Page

    Hi all

    I created a Page of the OFA, by clicking on button I do next.

    //--------------------------------------------------------
    private static String contactService(String xmlInputString) throws Exception {}
    String outputStr = null;
    OutputStream outputStream = null;
    try {}

    URL url = new URL ("https://wwwcie.ups.com/ups.app/xml/ShipConfirm");

    HttpURLConnection connection = () (HttpURLConnection) url.openConnection;
    System.out.println ("Customer connection established with" + url.toString ());
    Configure the HTTP POST parameters
    connection.setDoOutput (true);
    connection.setDoInput (true);
    connection.setUseCaches (false);

    outputStream = connection.getOutputStream ();
    outputStream.write (xmlInputString.getBytes ());
    outputStream.flush ();
    outputStream.close ();
    System.out.println ("Http status =" + connection.getResponseCode () + "" + connection.getResponseMessage ());

    outputStr = readURLConnection (connection);
    System.out.println ("Response..." + outputStr);
    } catch (Exception e) {}
    System.out.println ("error sending data to the server..." + e.getMessage ());
    throw e;
    } {Finally
    If (outputStream! = null) {}
    outputStream.close ();
    outputStream = null;
    }
    }
    Return outputStr;
    }

    //----------------------------------------------------
    public static String readURLConnection (URLConnection uc) throws Exception {}
    StringBuffer buffer = new StringBuffer();
    BufferedReader reader = null;
    try {}
    reader = new BufferedReader (new InputStreamReader (uc.getInputStream ()));
    Letter int = 0;
    reader.readLine ();
    While ((letter = reader.read ())! = - 1) {}
    Letter from buffer. Append ((Char));
    }
    Reader.Close ();
    } catch (Exception e) {}
    System.out.println ("could not read from URL:" + try ());
    throw e;
    } {Finally
    If (reader! = null) {}
    Reader.Close ();
    Reader = null;
    }
    }
    Return buffer.toString ();
    }

    Now, when I run this JDEVELOPER local it works fine, but when when depolyed on the server, then when I click the button then page gets hanged and it does nothing.
    Is there any setting I should do in APPS environment. or anyone had done the same. any help will be appreciated.

    Thank you
    Vijay chraibi

    Hello

    If your code works fine in JDev and it does not work on the instance, then you can trigger SR with Oracle for Ptoduct JDeveloper.

    Kind regards
    Out Sharma

  • DVT:exportPivotTableData does not work in JDev 12.1.2

    Hi all

    I tried to get the export from a PivotTable data to work using the dvt:exportPivotTableData tag. This isn't. in my application I get a 404 in a Google Chrome browser and an error dialog box in IE10 when I press the button in the following source code snippet:

    [code]

    < af:button text = "Export Pivot" id = "b1" >

    < dvt:exportPivotTableData filename = "FeatureScores.xls" type = "excelHTML"

    title = "Function Support Scores" exportedId = "pt2" / >

    < / af:button >

    < dvt:pivotTable id = "pt2" value = "#{bindings." ProductFeatureScoreROView1.pivotTableModel}.

    var = 'cellData"varStatus ="cellStatus"splitMode ="enabled ".

    sizing Summary = "#{viewcontrollerBundle.VENDOR_FEATURE_SCORES}" = "auto" "

    statusBarRendered = "true" styleClass = "AFStretchWidth" >

    ...

    < / dvt:pivotTable >

    [/ code]

    I downloaded the component rich ADF WAR (Version 12.1.1, or whatever the latest version is) and installed in the JDev IDE to test the example in the sample. However, the dvt:exportPivotTableData does not work in the demo of the sample either. I don't get an error message on the sample, the page just refreshes and no data is exported.

    Any ideas?

    Best regards

    Nigel

    Change the attribute to false partialSubmit button and it should work fine

  • Query does not work on my iPad (was: media query question)

    I am a site for mobile/tablet/Office of coding and while my office and the iphone respond to the CSS, my ipad does not work. The changes that I do take the tablet in dreamweaver, but when they go live the ipad does not. Of course, my media query must be incorrect, but I can't understand the question. Any help is very appreciated.

    http://gbetza.mydomain.com/WebService2/test/KathrynFee/2014/profile.html

    Thank you.

    Yes.  It is inevitable because smart phones are getting bigger while tablets are smaller & more.  He's always going to be some crossover.   Think of it this way, when a Tablet is behaving as a mobile device, he takes over the mobile network.  When the shelf behaves more like a desktop computer, you need the layout of office.

    Similarly, a great smartphone in landscape mode is likely to resemble the layout of your tablet.

    See the FluidGrid example below:

    http://ALT-Web.com/FluidGrid/Fluid2.html

    Office = 4-col layout

    Tablet = 2-col layout

    Mobile = 1-col layout

    For purposes of illustration, I added a thick border of gold at the disposal of the Tablet only.

    / * Tablet Layout: 481px to 768px. Inherits the styles of: Mobile layout. */

    @media only screen and (min-width: 481px) and (max-width: 768px) {}

    .gridContainer {width: 92%; border: 16px solid gold}

    }

    Nancy O.

  • Query with a subquery should return a value but does not work

    When I run this SQL, it does not return value:

    SELECT vfn.cat
    OF vfn, valid_fishery vf vps_fishery_ner
    WHERE vfn.plan = vf.plan
    AND vfn.cat = vf.cat
    AND vf.permit_year = 2010
    AND vf.moratorium_fishery 't ='
    AND vfn.vp_num = 211652
    AND vfn.ap_year = 2010
    AND vfn.plan = 'MUL '.
    AND vfn.date_issued = (SELECT MAX (date_issued)
    OF vps_fishery_ner
    WHERE vp_num = 211652
    AND ap_year = 2010);

    To test, I remove the subquery and run it separately:
    SELECT MAX (date_issued)
    OF vps_fishery_ner
    WHERE vp_num = 211652
    AND ap_year = 2010;

    Returns 2 April 10

    Then I paste the date into the original query (using her TRUNCATES the function, of course, since I'm only part DDMMYY hardcode the date):

    SELECT vfn.cat
    OF vfn, valid_fishery vf vps_fishery_ner
    WHERE vfn.plan = vf.plan
    AND vfn.cat = vf.cat
    AND vf.permit_year = 2010
    AND vf.moratorium_fishery 't ='
    AND vfn.vp_num = 211652
    AND vfn.ap_year = 2010
    AND vfn.plan = 'MUL '.
    AND TRUNC (date_issued) = TO_DATE('02-APR-10');

    And returns the required value, "A".

    So why the complete query with a subquery does not work, if the value returned by the subquery is valid and works when you just pasted in there?
    Thank you.

    Hello

    Maybe you should include this in the subquery as well?

    AND vfn.plan = 'MUL'
    
  • February 25, 2015, after agreeing the Firefox Hello does not work dwhelper. All proposed tests without success.

    I was download Firefox Hello a couple of days. dwhelper no longer works. I tested the extensions. As I only have two, dwhelper and add-on, it was easy to do.

    I use a lot dwhelper. I use online videos from many sources for my physics and astronomy, teaching needs.

    It is a problem with many video sites, not just YouTube.

    I deleted dwhelper and reinstalled. Firefox started and stopped. Rebooted my macbook pro as well.

    Program seems to be working and including window specifying the location to place the download file.

    Hello from Firefox is not a separate download - its share of Firefox itself. There is no direct interaction between your navigation and the morning of Firefox.

    It is more likely that Firefox updated to the latest version, and something in the change means that dwhelper does not work as well. I suggest you ask on the support site of the developer of the extension http://www.downloadhelper.net/documentation.php

    According to support threads this thread, there is also a beta version available that could solve your problem.

    Unfortunately its hard for us using extensions, they are developed by third parties.

  • Test Panel does not work with the PXI-6541/6542/6551 in PXI-1002

    Ripping my hair out trying to get the Test Panel can work with system as described below:

    1002-PXI chassis with controller PXI-8176.  In the three places available (from left to right) PXI-6551, PXI-6542 and PXI-6541.  They come in NIMAX, they self test, reset and to calibrate.  But when I try to open a Test Panel, I get an error as follows:

    nidmfpan.exe - Application error

    The application failed to initialize properly (0xc0000142). Click OK to close the application.

    I uninstalled, re-installed, modified and repaired everything NIDAQMX (15.0.1) 15.0 HSDIO, NI-VISA (15.0.1), etc.

    Original symptom is that when I pressed the button on the test Panel, nothing would happen.  Then, the next symptom is that MAX has said MFC90.dll (not found) and MSVCP90.dll (not found) and MSVCR90. DLL (not found).

    I can not find help topics or the forum messages that cover this.  Very annoying.

    Hi fully,

    Sorry to hear that!  Nidmfpan.exe is the process that opens MAX test panels and MFC90.dll is a Windows wrapper.  Combinations of driver reinstall or copy other MFC90.dll files in System32 are unlikely to solve the problem.

    You are on XP?  Try to navigate to C:\Windows\System32 and rename the nidmfpan.exe.manifest to nidmfpan.exe.manifest.back and after close/reopen MAX file and try to open a test Panel.  Is it effective?

    Note that the file you want to rename is nidmfpan.exe.manifest and NOT nidmfpan.exe.

    If not immediately successful, close and reopen the MAX and try the test panels a few times more.  If after several attempts it still does not work and the correct manifest file has been changed, it can point to a deeper problem of Windows that requires a reformatting of the OS.

    Really that's hope!

    P.S. you might get more visibility to a problem as it is in the sections "PXI" or "Digital i/o.  VXI and VME are not widely used these days, so this section of the forums is probably not too much traffic.

  • 4 quadrant TRIAC test circuit does not work

    Hello

    Attached, you will find a test for a TRIAC circuit. U1 must be set between 0 to 2, 7V (so the Ug voltage is between 0 and 0.85V). The goal is to know when the TRIAC gets to work. By changing the polarity U1 and U2, you could do this in all 4 quadrants.

    I tried, but the circuit does not work.

    Normally it should work fo a TIC226, but it is not in the database of Multisim.

    So I changed it with the TRIAC MAC228-A6.

    Could someone find the error, or give me a test circuit (4 quadrants) work for a TRIAC?

    Kind regards

    Daniel

    Hello Daniel,.

    I was able to check your code again and we will first check your schema without additional resistance.

    You can do the following things?

    -Provide a reason for your schema. (instead of the common '-'-side of your sources)

    -Provide a discharge capacity for both of your sources of tension (especially one variable)

    Is it possible that one of the lamps is missing in the schema in your first post?

  • Diagnostic test Exchange fails with 'Quest remote command does not work.

    I configured vFoglight and monitoring Exchange in a lab. When I run the diganostics Exchage test I get error "Quest romoting command does not work. I made sure that the agent's account "RUN as Service" applied.  Any ideas as to what may be causing this?

    Hello

    We look at your environment. Please open a case of pension.

    Sincerely

Maybe you are looking for