Perspective chart in Jdeveloper 3.1

Hi,
I hope someone can help me to fix a problem.
I tried to use a perspective chart control in Jdeveloper 3.1 in one of my application.
I used this chart control in an application to display a graph. But when I
run this applicaiton in JDeveloper, it showed NULL exception
But when I run it with java runtime, no exception occurred.
Also I tried many ways in order to show X/Y Axis title but failed...
I hope someone can help me to overcome this. This is urgent for me.
Thanks for any help,
Raymond
Here is the errors showed in JDeveloper when I run the application
Error in CalcPaint of Chart. Exception = java.lang.NullPointerException
java.lang.NullPointerException
java.lang.Object sun.java2d.loops.RasterOutputManager.fillPolygon(sun.java2d.SunGraphics2D, int[], int[], int, java.lang.Object)
void sun.awt.image.BufferedImageGraphics2D.fillPolygon(sun.java2d.SunGraphics2D, int[], int[], int)
void sun.java2d.SunGraphics2D.fillPolygon(int[], int[], int)
void tdg.draw.FillColorObj.fillPolygon(java.awt.Graphics, java.awt.Component, int[], int[], int)
void tdg.draw.FillObj.fillPolygon(java.awt.Graphics, java.awt.Component, java.awt.Polygon)
void tdg.draw.BlackBoxObj.paint(java.awt.Graphics, java.awt.Polygon)
void tdg.draw.DetPolygon.paintIt(java.awt.Graphics, tdg.VC)
void tdg.draw.DetObj.paint(java.awt.Graphics, tdg.VC)
void tdg.draw.Detectiv.paint(java.awt.Graphics, tdg.VC)
void tdg.Perspective.paintObjects(java.awt.Graphics)
java.lang.Exception tdg.Perspective.doPainting(java.awt.Graphics)
void tdg.Perspective.startPaint()
void tdg.Perspective._paint(java.awt.Graphics)
void tdg.Perspective.paintComponent(java.awt.Graphics)
void javax.swing.JComponent.paint(java.awt.Graphics)
void tdg.Perspective.paint(java.awt.Graphics)
void javax.swing.JComponent.paintWithBuffer(javax.swing.JComponent, java.awt.Graphics, java.awt.Rectangle, java.awt.Image)
void javax.swing.JComponent._paintImmediately(int, int, int, int)
void javax.swing.JComponent.paintImmediately(int, int, int, int)
void javax.swing.RepaintManager.paintDirtyRegions()
void javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run()
void javax.swing.SystemEventQueueUtilities.processRunnableEvent(javax.swing.SystemEventQueueUtilities$RunnableEvent)
void javax.swing.SystemEventQueueUtilities.access$0(javax.swing.SystemEventQueueUtilities$RunnableEvent)
void javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(java.awt.AWTEvent)
void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
boolean java.awt.EventDispatchThread.pumpOneEvent()
void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
void java.awt.EventDispatchThread.run()
null

Raymond,
as you might have guessed by now,
this is an initialization problem.
As you can see, when the component is
being forced to paint and something
in it's initialization is not ready
for prime time.
You may also want to consider visiting
the perspective chart control home
page to see if you can find some samples.
-John

Similar Messages

  • Servlets & Charts

    Hi!
    I'd like use Perspective chart in servlet (as GIF generator). Everything works fine in JDeveloper (WTG), but in my main web server (Netscape Enterprise 4.1) I get error message about invalid operation with swing's UpdateUI. Any help???
    Tomek

    I handled this a wile ago (several years now) using 2D graphics to create a GIF which was served back to the web browser via a servlet. It wasn't a spectacular package but it worked pretty well and fairly quick. The one HUGE problem I had was during deployment. I had developed this on an NT Workstation (WebLogic I believe) and deployed to a headless Solaris Server. Because the server didn't have a graphics card, it was unable to peform the 2D graphics. I'm not sure if this is still the case. Because I was only doing bar charts, I ended up setting the width of a colored GIF file which ended up representing a bar. Kind of a hack but it worked remarkably well.

  • Can Forms call ADF (JSP) applications of Jdeveloper?

    Hallo all, i created a JSP application to show Master-Detail page, Guages,Pivottable. Gantt charts in Jdeveloper using the ADF BC. I want to create a button in Forms that will call these application without dependency on Jdeveloper.Pls can anyone advice me step by step on the possibility. I tried useing the web.show_document package in Forms. it only works if the jdeveloper embedded server is running. But i dont want to have any dependency to jdeveloper at all.
    Is there any suggestions to doing this. pls help!!

    no chance.
    Forms is running in an Oracle Container 4 Java in the middle-tier. This Forms Service communicate via HTTP with the generic java applet locally in your browser. They communicate with some meta-data to show you the forms application in your browser. Your form runs in the application server.
    You can communicate via web.show_document with other URL's, but you cannot integrate them into forms.
    Here is a good example how you can interact from forms to ADF (thx 2 Wilfred)
    http://www.oratransplant.nl/2008/02/11/integrate-oracle-forms-and-jsfadf-faces-with-drag-and-drop/
    have fun
    Gerd

  • Chart Possibilites with JDeveloper

    Hi,
    I want to develop an application that draws charts with these properties.
    1 - Dynamic, soft real time update of data on the charts.
    2 - X axis, almost always with respect to time, lowest level of granularity usually in minutes.
    3 - Possible to Zoom out to, say 2 weeks of data, which shows reasonable graph, of say values plotted in days, and Zoom in to graph of an hour show a reasonable graph, of say in minutes. (In other words, for 2 week graph, we don't want all the minutes plotted within the 2 weeks)
    How much effort is involved in developing such an application?
    null

    Deployed how?
    Have you looked at the Chart tab in the toolbar ( Perspective ). Will that get you started in the right direction?
    I'd also suggest looking at other third party utility packages according to your need.
    For example, we use Oracle Reports/Graphics to generate html pages for a website. These can be shown from JDeveloper. ( Either static, or dynamically via a Reports 6i server under iAS ).
    This task can be quite trivial... or quite complex ( from an infrastructure standpoint ). The more complex, the more powerful solution you'll have for solving a lot more tasks than just generating charts. The more trivial... the more you'll have a spot solution that'll meet an immediate need.
    Good Luck.

  • Perspective's chart and Applets

    I build a very simple applet with JDeveloper 2.0 and I inserted a
    chart in it. The applet runs if launched inside JDeveloper but if
    I try to call it from within an html page loaded in a browser I
    get the message (Navigator 4.5 Java Console) "Verifier error
    myApplet.jbinit()V: Cannot find class tdg/Perspective". My html
    page contains this tag: "<APPLET CODE=myApplet ARCHIVE="name.jar"
    WIDTH=400 HEIGHT=300>" where the "name.jar" file contains all the
    files in "LW_pfjbean.jar" plus "myApplet.class" file.
    Could someone help me?
    null

    Hello JDeveloper team,
    I followed your suggestion, (I have also recompiled
    "myApplet.java" from the Dos prompt with javac) but nothing
    changed, in the Java Console appears:
    #Verifier error myApplet.jbinit()V: Cannot find class
    tdg/PerspectiveBase
    JDeveloper team (guest) wrote:
    : Hi
    : create the name.jar with only the myApplet.class and edit the
    : ARCHIVE parameter as ARCHIVE= name.jar , LW_pfjbean.jar .
    : Make sure the LW_pfjbean.jar is on the webserver (the same
    : directory as name.jar).
    : regards
    : Silvio Ciccarone (guest) wrote:
    : : I build a very simple applet with JDeveloper 2.0 and I
    inserted
    : a
    : : chart in it. The applet runs if launched inside JDeveloper
    but
    : if
    : : I try to call it from within an html page loaded in a browser
    I
    : : get the message (Navigator 4.5 Java Console) "Verifier error
    : : myApplet.jbinit()V: Cannot find class tdg/Perspective". My
    html
    : : page contains this tag: "<APPLET CODE=myApplet
    : ARCHIVE="name.jar"
    : : WIDTH=400 HEIGHT=300>" where the "name.jar" file contains all
    : the
    : : files in "LW_pfjbean.jar" plus "myApplet.class" file.
    : : Could someone help me?
    null

  • Chart & Graph Tools in jdeveloper 11

    Dear all
    i am trying to find chart & Graph Tools in jdeveloper 11 but i cant find them ?
    is there any configuration needed to be able to work with it ?
    Many Thanks.

    Are you talking about ADF Faces Graphs?
    You need to add the ADF Faces Data Visualization components to your project.
    There is a tutorial for using them linked from the ADF Faces page on OTN.

  • Are there Any Charting solutions that works with JDeveloper/ADF?

    Are there any Charting solutions ( e.g. barchart, piecharts, etc) that works with JDeveloper / ADF ?

    This question came up here once before. I think the conclusion is: No, not with vanilla ADF. However, if you're interested, the thread did mention some other library you might want to try.
    Good luck,
    Brian

  • Perspective bean rendering in IE 5

    I used the Perspective Bean comming with the Oracle JDeveloper and it really gives fascinating results without much work. However when I add this bean to an applet, this applet is never shown in the IE 5.0 to 5.5 although I can noramlly see it in the applet viewer and the Netscape Navigator versions 4.76 and 6.0.
    What i used to test is the ListenAndRotate example given in the JDeveloper's help and on the www.threedgraphics.com web site.
    What's wrong with IE when it comes to this bean added to my applet?
    Do u have any work around guys? Please tell me and thanks in advance.

    Well..
    I can run the example chart from the threedgraphics web site. And I can run any other chart from any other place.
    I will download the java plugin and try again, but the idea is: When I move my mouse to the area of the chart, IE gives me a message of "Applet started" in the console mesaage area!!
    By the way.. I tried IE up to version 5.5 and it failed!
    I'll send the same message to threedgraphics too.
    Thanks a lot.
    null

  • Oracle form 6.0, how to do 3D chart, calender,mouser over changing....

    oracle form 6.0, how to do 3D chart, calender,mouser over changing....in we form, like microsoft style.
    Or it's better use 9i or 10g jdeveloper? or other tchnology?

    The cpu resources are only limited once the cpu's are 100% utilized. It is highly unlikely that dom0 will try to use 100% of a cpu, let alone all cpus. Only when there are no idle physical cpus would you run into issues.
    You may want to try reducing the number of vcpus in the windows guest. I have seen reports from users claiming that having more vcpus in a windows guest causes it to run slower.

  • PL/SQL development with JDeveloper

    We are using Toad and JDeveloper to maintain our legacy IS that count thousands of PL/SQL code object (Packages, Package Bodies, Triggers).
    I'm using JDeveloper and SQL Developer in the perspective to verify if it is possible and effective to use only Oracle tools in the project.
    I like to work with JDeveloper to edit pl/sql code and i like to have my code in database offline object maintained into subversion.
    I'm able to compile these sources in my different platform (development system, test alpha, test beta and final testing instance directly from JDeveloper.
    That's fine except JDeveloper didn't return a compile status or a list of compile errrors like in SqlDeveloper. So I need to use SqlDeveloper in parallel of JDeveloper.
    This is the beginning of my problems.
    SqlDeveloper may have some editor open with source code into I updated into JDeveloper (depends on the change to do, some changes a done in SqlDeveloper to correct some errors and the code is refreshed from the instance into JDeveloper, and more important changes are done in JDeveloper and compiled (loaded) in the instance) and loaded (compiled) into my instance.
    When the packages tree is already displayed in SqlDeveloper, the status of the package (valid, invalid) didn't change immediately. That is normal because SqlDeveloper don't know i change it from JDeveloper. I think it check it when i click on the package or the body node. The problem is that the code is not reloaded into the editor if it is opened and i you recompile your package without refreshing all the packages list you will recompile the older version and search sometimes a long time why your package didn't compile after the changes you done in JDeveloper (mainly after 6pm and a day of developing and compiling ) !!!!
    The only reason to use both JDeveloper and SqlDeveloper in this phase is the fact that JDeveloper didn't return compile status and a compile error list.
    With theses features I will no more use SqlDeveloper for such developing purposes (still using it to debug, obtain object definition, customize database object for some physical properties, etc) and avoid those bad manipulations.

    micwic --
    I logged bug6508875 for this.
    One suggestion in the meantime until we can get compile errors directed to the log window for offline objects...
    You can open the Database Navigator to point to the same db connection. After generating the offline PL/SQL to the db, refresh the connection in the DB navigator. You will see any invalid objects flagged with an error icon. Then you can right-click on the PL/SQL with the error, and "Make" it. This will display the errors in the log window, similar to SQL Developer.
    -- Brian

  • Error when using Project Gantt Chart in Production Weblogic Server 10.3.5

    Dear All,
    I have an application utilizing <dvt:projectGantt> Project Gantt Chart. I have tested it in intergrated weblogic server and it is working correctly but when I deploy it in Production Weblogic server, error occurred with NullPointerException on the ViewObjImpl -- class not found exception. I have look into each library used in the ADF runtime on the production server, all the library used are installed and deploy to each server target.
    Below is the log:
    [2012-07-31T15:16:53.004+08:00] [ifms_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [host: ifmsbi01] [nwaddr: 10.23.60.85] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 74ddce286346267c:-69fcf19:138d71e59c7:-8000-00000000000026ca,0] [APP: IFMSGanttChart] ADF: Adding the following JSF error message: oracle/jbo/server/ViewObjectImpl[[
    java.lang.NoClassDefFoundError: oracle/jbo/server/ViewObjectImpl
         at oracle.jbo.server.ViewDefImpl.getBaseComponentClass(ViewDefImpl.java:2472)
         at oracle.jbo.server.RemotableCompDef.loadFromXML(RemotableCompDef.java:145)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3996)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3789)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3737)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:552)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:1133)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:592)
    I really am in need of assistance on these matter. I have read several article on the web about clearing cache on weblogic server, bundling the required ADF library with application and not mixing JDeveloper version with Weblogic server version, but it still not working in production weblogic.
    Best Regards
    Faizul
    Edited by: 951976 on Aug 10, 2012 12:15 AM

    Dear Arun,
    The WLS server is the same for (integrated WLS and Production) . For JRF template I'm sure it is the same. I have deploy another application that used BC, and it work fine in production.
    Regards
    Faizul

  • Error in JDeveloper 11.1.1.6

    I am getting the following error while opening a BPEL Component in JDeveloper 11.1.1.6.
    Error below:
    Uncaught exception
    java.lang.NoClassDefFoundError: oracle/tip/tools/ide/bpel/v1/plugins/plugins/monitor/xbean/model/Counter
    j.lang.Class.getDeclaredMethods0(Native Method)
    j.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    j.lang.Class.getDeclaredMethod(Class.java:1935)
    j.a.Component.isCoalesceEventsOverriden(Component.java:5974)
    j.a.Component.access$500(Component.java:170)
    j.a.Component$3.run(Component.java:5928)
    j.a.Component$3.run(Component.java:5926)
    j.security.AccessController.doPrivileged(Native Method)
    j.a.Component.checkCoalescing(Component.java:5925)
    j.a.Component.<init>(Component.java:5894)
    j.a.Container.<init>(Container.java:251)
    jx.s.JComponent.<init>(JComponent.java:570)
    jx.s.JPanel.<init>(JPanel.java:65)
    jx.s.JPanel.<init>(JPanel.java:92)
    jx.s.JPanel.<init>(JPanel.java:100)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorStructurePane.<init>(MonitorStructurePane.java:123)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspectiveEditor.getStructure(MonitorPerspectiveEditor.java:245)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspective.getStructure(MonitorPerspective.java:178)
    o.tip.tools.ide.bpel.v1.designer.addin.structure.StructurePane.initialize(StructurePane.java:53)
    o.tip.tools.ide.bpel.v1.designer.addin.view.JDevBPELEditor.initialize(JDevBPELEditor.java:70)
    o.tip.tools.ide.bpel.v1.designer.addin.view.BPELDesignerGUI.getComponent(BPELDesignerGUI.java:166)
    o.bali.xml.gui.jdev.StandardXmlVisualEditor.handleXmlContextChange(StandardXmlVisualEditor.java:70)
    o.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:254)
    o.ii.editor.EditorState.createEditor(EditorState.java:161)
    o.ii.editor.EditorState.getOrCreateEditor(EditorState.java:95)
    o.ii.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
    o.ii.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
    o.ii.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
    o.ii.editor.TabGroup.addTabGroupState(TabGroup.java:379)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
    o.ii.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:164)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:127)
    o.i.editor.EditorManager.openDefaultEditorInFrame(EditorManager.java:202)
    o.tip.tools.ide.bpel.v1.plugins.plugins.soa.plugin.SCAComponentBPELImpl.displayComponentEditor(SCAComponentBPELImpl.java:175)
    o.tip.tools.ide.bpel.v2.plugins.plugins.soa.plugin.SCAComponentBPEL.displayComponentEditor(SCAComponentBPEL.java:77)
    o.tip.tools.ide.fabric.gui.diagram.DiagramComponent.handleDoubleClick(DiagramComponent.java:747)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.processDoubleClick(DiagramMouseHandler.java:337)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.handleActivatedMouseEvent(DiagramMouseHandler.java:109)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.mousePressed(DiagramMouseHandler.java:95)
    ilog.views.IlvManagerViewInteractor.processMouseEvent()
    ilog.views.IlvManagerViewInteractor.processEvent()
    ilog.views.IlvManagerView.processEvent()
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4235)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by:
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.tip.tools.ide.bpel.v1.plugins.plugins.monitor.xbean.model.Counter
         Dependent class: java.awt.Component
         Loader: jre.bootstrap:1.6.0_24
         Code-Source: unknown
         Configuration: jre bootstrap
    The missing class is not available from any code-source or loader in the system.
    o.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2190)
    o.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1733)
    o.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
    o.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
    j.security.AccessController.doPrivileged(Native Method)
    o.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1692)
    o.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    j.lang.Class.getDeclaredMethods0(Native Method)
    j.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    j.lang.Class.getDeclaredMethod(Class.java:1935)
    j.a.Component.isCoalesceEventsOverriden(Component.java:5974)
    j.a.Component.access$500(Component.java:170)
    j.a.Component$3.run(Component.java:5928)
    j.a.Component$3.run(Component.java:5926)
    j.security.AccessController.doPrivileged(Native Method)
    j.a.Component.checkCoalescing(Component.java:5925)
    j.a.Component.<init>(Component.java:5894)
    j.a.Container.<init>(Container.java:251)
    jx.s.JComponent.<init>(JComponent.java:570)
    jx.s.JPanel.<init>(JPanel.java:65)
    jx.s.JPanel.<init>(JPanel.java:92)
    jx.s.JPanel.<init>(JPanel.java:100)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorStructurePane.<init>(MonitorStructurePane.java:123)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspectiveEditor.getStructure(MonitorPerspectiveEditor.java:245)
    o.tip.tools.ide.bpel.v1.plugins.plugins.monitor.plugin.perspective.MonitorPerspective.getStructure(MonitorPerspective.java:178)
    o.tip.tools.ide.bpel.v1.designer.addin.structure.StructurePane.initialize(StructurePane.java:53)
    o.tip.tools.ide.bpel.v1.designer.addin.view.JDevBPELEditor.initialize(JDevBPELEditor.java:70)
    o.tip.tools.ide.bpel.v1.designer.addin.view.BPELDesignerGUI.getComponent(BPELDesignerGUI.java:166)
    o.bali.xml.gui.jdev.StandardXmlVisualEditor.handleXmlContextChange(StandardXmlVisualEditor.java:70)
    o.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:254)
    o.ii.editor.EditorState.createEditor(EditorState.java:161)
    o.ii.editor.EditorState.getOrCreateEditor(EditorState.java:95)
    o.ii.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
    o.ii.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
    o.ii.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
    o.ii.editor.TabGroup.addTabGroupState(TabGroup.java:379)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
    o.ii.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
    o.ii.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:164)
    o.i.editor.EditorUtil.openDefaultEditorInFrame(EditorUtil.java:127)
    o.i.editor.EditorManager.openDefaultEditorInFrame(EditorManager.java:202)
    o.tip.tools.ide.bpel.v1.plugins.plugins.soa.plugin.SCAComponentBPELImpl.displayComponentEditor(SCAComponentBPELImpl.java:175)
    o.tip.tools.ide.bpel.v2.plugins.plugins.soa.plugin.SCAComponentBPEL.displayComponentEditor(SCAComponentBPEL.java:77)
    o.tip.tools.ide.fabric.gui.diagram.DiagramComponent.handleDoubleClick(DiagramComponent.java:747)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.processDoubleClick(DiagramMouseHandler.java:337)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.handleActivatedMouseEvent(DiagramMouseHandler.java:109)
    o.tip.tools.ide.fabric.gui.events.DiagramMouseHandler.mousePressed(DiagramMouseHandler.java:95)
    ilog.views.IlvManagerViewInteractor.processMouseEvent()
    ilog.views.IlvManagerViewInteractor.processEvent()
    ilog.views.IlvManagerView.processEvent()
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4235)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Can anyone please help if he/she has got similar error ?

    I have added all the libraries relevant to BPEL in my classpath. Also I have installed all the extensions.
    Another point to note is I dont get any error when I use BPEL 2.0 while creating a BPEL project.
    I get this error only if I use BPEL 1.1 as my standards.
    Thanks for trying to help me out.

  • Open xml relationship target is NULL when inserting chart into a mapped rich text content control in Word 2013

    Hi,
    I have a word document with a rich text content control that is mapped to a CustomXml. You can download an example here
    http://1drv.ms/1raxoUr
    I have looked into the specification ISO/IEC 29500-1:2012 and i understand that the attribute Target for the element Relationship can be set to NULL at times(Empty header and footer in the specification).
    Now, i have stumbled on Target being NULL also when inserting a diagram into a word document. For example:
    <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject"
    Target="NULL" TargetMode="External" xmlns="http://schemas.openxmlformats.org/package/2006/relationships" />
    Why is Target="NULL" and how should i interpret that Target is null?
    Br,
    /Peter
    Peter

    Hello Peter,
    The relationship in question is associated with the externalData element (ISO/IEC 29500-1:2012 §21.2.2.63). For the other two charts in this document, the corresponding relationships are of the other allowable form:
      <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/package" Target="../embeddings/Microsoft_Excel_Worksheet1.xlsx"/>  <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/package" Target="../embeddings/Microsoft_Excel_Worksheet2.xlsx"/>
    For charts 1 and 3 in your document, the data can be edited via the Chart Tools ribbon control. The option to edit data is not available for chart 2. The data used to create chart 2 is the same default spreadsheet data used for chart 1, and in fact the spreadsheet
    references are still present in the file format, despite there being no apparent link to a spreadsheet for chart 2.
    Thus, it appears that Target="NULL" in this context means that the chart is not associated with an external data source. The specification doesn't have much to say about the semantics of the Target attribute (ISO/IEC 29500-2:2012 §9.3.2.2) beyond
    the fact that it be a valid xsd:anyURI, which the string "NULL" is.
    It looks like there is some unexpected interaction between the chart and the content control. I don't think the file format is the issue. You will probably need to pursue that behavior from the product perspective via a support incident, if that behavior
    is unexpected. If you still have questions about what is seen in the file format, please let me know.
    Best regards,
    Matt Weber | Microsoft Open Specifications Team

  • Chart Builder with JSF

    Hi guys I have this task: I need to display a chart for certain data.
    For start I took one of the sample that came with the Chart Builder API, it draws the chart as a JPG image and stores it somewhere. Now I did the following:
    1- Create a jspx page using the faces-config page.
    2- Write the code that builds the chart and stores it in the application module implementation class.
    3- This method returns the path where the image was stored.
    4- Expose the method.
    5- Drop the return value of the method (the return value is the path where the image was stored) on the jspx page as an outputText.
    6- Create a invokeAction binding to invoke the method when the page loads: refresh = prepare model, condition = ${!adfFacesContext.postback}.
    7- Drop an image component and set the path to the return value of the method: Src = #{bindings.createContractsChart1.inputValue}
    Now when executing I have the following problems:
    1- the method is executing twice (maybe because I droped the return value on the page, and I also made a invoke action)
    2- the picture is not displayed, now I know that the picture is created, and the path is displayed in the outputText.
    3- Now I don't know if you have the answer to this, I need to set the path where the image will be saved, in the sample they do the following:
    File file = new File(".", filename);
    and I get the following path:
    C:\JDeveloper\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\.\contractsChart.jpg
    Now I want to save the picture in something like this:
    C:\JDeveloper\jdev\mywork\AdraApp\ViewController\public_html\images
    but without the "C:\JDeveloper\jdev\mywork\" part because I don't know when the application will be deployed where it'll be deployed.
    Thank you in advance for your reply. maybe if you don't have answers to my questions you can propose a better approach.

    Ashraf
    This appears to b e a bug and will be addressed
    Thanks
    The Oracle Reports team

  • Pdf generated through API's does not display pie chart

    I'm using BIP 10.1.3.4, running on Oracle Linux 5 connecting to a 11g database.
    I developed an RTF using the word template builder and included a pie chart. Previewing from within Word works fine, running the report directly from BIP works fine. I then used the API's to generate the pdf programmatically to have more control.
    I use RTFProcessor to convert my RTF into a XSL, DataProcessor to generate the xml data and FOProcessor to generate the final PDF. This works fine running from local JDeveloper, connecting through to the remote database.
    I've now loaded the java class with the API's into the database, and as per http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T517850.htm#T520954, loaded up the following jar's
    xdocore.jar - the core BI Publisher library
    aolj.jar - although this is an Oracle E-Business Suite library, it is required for standalone implementations as well
    i18nAPI_v3.jar - the i18n library used for localization functions
    xdoparser.jar - the scalable XML parser and XSLT 2.0 engine
    xmlparserv2-904.jar - the main XML parser/XSLT engine
    bipres.jar - a charting library
    bicmn.jar - a charting library
    jewt4.jar - a charting support library
    share.jar - a charting support library
    collections.jar - you only need this if you are working with the delivery APIs or bursting engine.
    The report works fine, all data tabels are shown but the pie chart is missing. I originally got the jar files from the TemplateBuilder/jlib directory. I also tried using the jar files from the BIP/xmlpserver\WEB-INF\lib directory as well. Problem remains - everything works fine except for the lack of the pie chart !
    Any help would be greatly appreciated :)
    Cheers,
    Brent

    bump .... anyone had similar problems ?

Maybe you are looking for

  • XServe cooling options

    I have an XServe G5 sitting in a half-height cabinet with doors front and back. There are a couple of other tower servers sitting on the floor, but plenty of empty space inside. My XServe, though, is getting excessively toasty - the fans are always v

  • Dreamweaver flash text

    I tried to manually edit the code with wmode transparency settings, but it's still not working. I'm using the Dreamweaver CS3 Flash Text tool to create vector clean text and would like background to be transparent

  • Cloning tool doesn't work...

    I can't get my clone tool to work on Photoshop CS5. Never had a problem in the older versions. Is there something different about how it works in this one?

  • How to customize junk mail filter?

    Is there a way to filter all mail coming from a particular email address? I am daily bombarded by multiple annoying messages from the same address, and mark them junk mail manually. However, Mail does not learn it and new messages keep on coming. It

  • Keynotes crashes when importing presentations to ipad. What can I do to avoid this?

    Hi When trying to import/export keynotes presentations from mac to ipad Keynotes will crash. I have tried using itunes, idisk og even via e-mail. The original presentation is made in Powerpoint and then redone in Keynotes. What do I do wrong? Best re