I have a view link between 2 views that refuses to show up on a diagram

i can create the view link from the "new-adf companant-view link" menu (right click mouse). if i start from scratch i CAN'T create the view link using the component palette. i get the error Message
BME-99004: A Java runtime exception has occurred.
Cause
This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
java.lang.ArrayIndexOutOfBoundsException: 0
     at oracle.bm.uml.validation.AssociationValidation.validateAssociationEnds(AssociationValidation.java:315)
     at oracle.bm.uml.validation.AssociationValidation.validate(AssociationValidation.java:108)
     at oracle.jbo.dt.modeler.validation.BC4JAssociationValidation.validate(BC4JAssociationValidation.java:35)
     at oracle.bm.data.validation.ValidationEngine.validate(ValidationEngine.java:201)
     at oracle.bm.data.cacheimpl.TransactionImpl.validate(TransactionImpl.java:1713)
     at oracle.bm.data.cacheimpl.ProjectCacheImpl.closeTransaction(ProjectCacheImpl.java:5055)
     at oracle.bm.common.registry.CRNWayEdge.createEdge(CRNWayEdge.java:208)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.doCreateEdge(CreateRegisteredShapeTracker.java:537)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mav$doCreateEdge(CreateRegisteredShapeTracker.java:111)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker$6.performAction(CreateRegisteredShapeTracker.java:336)
     at oracle.bm.diagrammer.LockMonitor.performLockedAction(LockMonitor.java:64)
     at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(BaseDiagram.java:2437)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.processEvent(CreateRegisteredShapeTracker.java:279)
     at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:403)
     at oracle.bm.diagrammer.track.TrackerStack.pop(TrackerStack.java:198)
     at oracle.bm.diagrammer.track.TrackerStack.safePop(TrackerStack.java:320)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mousePressed(CreateRegisteredShapeTracker.java:1022)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mousePressed(CreateRegisteredShapeTracker.java:819)
     at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker.java:191)
     at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.processEvent(CreateRegisteredShapeTracker.java:230)
     at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:389)
     at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(BaseDiagramView.java:719)
     at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2904)
     at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:3090)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Action
If further errors occur, you should restart the application.
Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
Message
BME-02038: Exception thrown during validation
Cause
Action
any insight would be helpful
________________________________________________________________________________

I have iPhone 4s but the same problem with calendar on 8.2 iOS - no sound, no notification appears - but everything is switched on.

Similar Messages

  • View link between view based on entity(table) and view based on stored proc

    I've created a view based on a stored procedure. I need to link this view to a view based on an entity which is based on a table.
    I can create the view without issue, but when I attempt to run the application module that contains the relationship I get this error:
    (oracle.jbo.InvalidOperException) JBO-26016: Cannot set user query to view "SalesentityModuleApiView2" because it is a destination in a view link
    One thing that may be notable about this is that this view started out based on a database view. I later overrode the select related methods using the example here:
    http://download-east.oracle.com/docs/html/B25947_01/bcadvvo008.htm
    Any ideas? I will gladly post some code if someone will let me know what might help diagnose this.

    Hi,
    I solved my problem with adding transient field, and changing the value of it (true | false) on set method of field that can be changed so I can get which row was updated. What exactly do you mean when you say not updateable, I'm using a vo with no entity, and I can add, remove rows, in fact I think it's a good solution because I don't want to write to database immediately.

  • View link between VO from two application modules

    Is it possible to create view link between VOs from 2 different Application modules?

    Here is what it says:
    SymptomsYou have an ADF BC (BC4J) project and you are getting the following error:
    oracle.jbo.domain.Number; local class incompatibleA more detailed error looks similar to:
    oracle.jbo.domain.Number; local class incompatible: stream classdesc
    serialVersionUID = -7171468674200794918, local class serialVersionUID =
    -6507359405709672486
    CauseThis problem is caused by either that:
    You have inadvertently mixed two mutually exclusive domain libraries like "BC4J Generic Domains" (bc4jdomgnrc.jar) and "BC4J Oracle Domains" (bc4jdomorcl.jar).
    or
    You have added the "BC4J Datum" library (bc4jdatum.jar) to your middle-tier class path, and are trying to use a JDBC driver different from the one that ships with JDeveloper 10g in the box.
    The BC4J Generic Domains and the BC4J Oracle Domains are never meant to be used in the same application classpath. They contain different implementations of the same set of classes, one destined for use in Oracle JDBC driver environments, and the other for use with other non-Oracle JDBC drivers.
    The BC4J Datum library is designed for use in a thin-client Classpath that is remotely accessing an ADF Business Components middle tier deployed as an EJB Session bean. It contains only the domain classes (typically jar'ed up as part of the whole Oracle JDBC Driver JAR) without having to have the rest of the JDBC Driver JAR on the thin client. SolutionPlease check if any of the above suggested scenarios is applicable to your application.
    If you have the BC4J Generic Domains and the BC4J Oracle Domains in the same project despite that they are never meant to be used in the same application classpath you will get this error. They contain different implementations of the same set of classes, one destined for use in Oracle JDBC driver environments, and the other for use with other non-Oracle JDBC drivers.
    Goto the Project Properties for you project.
    Select Profiles -> <Profile Name> -> Libraries
    Check in the Selected list (to the right) if you have both BC4J Generic Domains and the BC4J Oracle Domains there. If so, remove the one not appropriate for your project.

  • View Link between two query views

    Hi is it possible to create a view link between two views having the where clause bind variables.
    How you set the bind variables at the run time for the View objects. It is giving hard time for me to use the Master view in the XmlData bean to generate the Xml document.
    I am able to set the Master views bind variables, but for view link destination view
    where clause bind variables are not able to set ( link object link condition bind variables are binded run time but the views where chause bind variables of destination view are unable to setand bind)
    Thanks
    null

    Easiest way to do this is to add additional transient attributes to your master view object, and then include those additional transient attributes in the list of source attributes for your view link. This way, you can get BC4J to automatically refer to their values with no additional code on your part.

  • View link between 2 public view object(PVO)

    Hi,
    Can we create a view link between 2 Public View Object(PVOs)? Is as same as creating view link b/w normal VOs.
    Regards,
    Suresh

    Hi,
    whats mean Public View Object? do you use BI?

  • I want to establish a new and separate Apple ID from my husband's.  We have six Apple devices between us that are aleady associated with our current joint ID.How is this done?

    I want to establish a new and separate Apple ID from my husband's.  We have six Apple devices between us that are aleady associated with our current joint ID.How is this done?

    In order to have a separate 5GB of storage he would need to have his own iCloud account with a separate ID.  You can still share the same ID for iTunes; it does not need to be the same as the ID used for iCloud.
    In order to migrate his phone to a separate account, begin by saving any photo stream photos that he wants to keep on his phone to the camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos he wants to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud on his phone, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  Other devices still using the account will not be effected by this.)  When prompted about what to do with the iCloud data, choose Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to his new account.
    Finally, if there is any merged data in the accounts you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want from each account.

  • I have several albums in my library that do not show the album artwork.  It states it is not available in the iTunes store.  In the past I could copy and past album artwork.

    I have Windows 7 on my laptop and the latest version of iTunes.  I have several albums in my library that do not show the album artwork.  iTunes states that it is not available, even though the album is available on iTunes.  In the past, I could copy album artwork and then paste it on my albums in iTunes.  In the lates version of iTunes, a past option does not seem to be available.

    JPGronek,
    There are 3 ways to get custom art into the Artwork box:
    copy/paste
    drag-n-drop
    Add from a file location.
    In various iTunes releases, it is common that one of the the three is broken.  Try one of the others.

  • I have a 7th generation ipod nano that is not showing in the itunes window after being put on the USB. how do i fix this, i have a 7th generation ipod nano that is not showing in the itunes window after being put on the USB. how do i fix this

    I have a 7th generation ipod nano that is not showing in the itunes window? how do i change that?

    Thank you Bilbo! I was trying to find the instructions on how to do this, but was unable to locate them until you pointed me to it!
    After running the diag, it shows me error...
    [Device Opened]
    Error
    Menu to continue
    From the information Ive read on this occurance, my HD is shot? Is this true or likely? What would be recommended as the next step?

  • Create view link between two view objects (from programmatic data source)

    Hi Experts,
    Can we create a link between two view objects (they are created from programmatic datasource ; not from either entity or sql query). If yes how to create the link; ( i mean the like attributes?)
    I would also like to drag and drop that in my page so that i can see as top master form and the below child table. Assume in my program i will be only have one master object and many child objects.
    Any hits or idea pls.
    -t

    Easiest way to do this is to add additional transient attributes to your master view object, and then include those additional transient attributes in the list of source attributes for your view link. This way, you can get BC4J to automatically refer to their values with no additional code on your part.

  • How can i navigate via navigational link between views in different windows

    hello
    i am using CRM_UI and have opened a popup
    gv_transcr_popup is a attribute referrring to if_bsp_wd_popup in my implementation class
    gv_transcr_popup = comp_controller->window_manager->create_popup(
        iv_interface_view_name = 'AIC_CM_TRANS/AssignTranspReq' "#EC NOTEXT
        iv_usage_name          = 'CUBAssignTransporReq'         "#EC NOTEXT
        iv_title               = lv_title ).
    get instance of BOL dynamic query
      lo_qs = cl_crm_bol_dquery_service=>get_instance( 'BTQAIC_CM_TRANSPORTREQ').
      gv_transcr_popup->set_on_close_event( iv_view = me iv_event_name = 'AssignTranspReq' ).
      gv_transcr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      gv_transcr_popup->open(   ).
    through the iv_usage_name i will open in this popup a search view from another window
    in this window is a searchview implemented and now after selecting the line in the result view in want to navigate through outbound plug / inbound plug to the starting view .
    but i get the exception
    Target view AIC_CM_TRANS/TransportReq of the navigation is not assigned to the current window AIC_CM_TRANS/AssignTranspReq ( which is true)
    now the question: how can i navigate between views of different windows?
    Best Regards
    britta

    hi
    i have found a way : you have to use a outboungplug from the windows interface ..then it is working
    best regards
    britta

  • View link between calculated attributes

    Hi all,
    I'm having a problem with a view link. See, I'm linking two view objects on attributes that are calculated. The two view objects are result of sql query (not EO based) - plus, this attribute is present in the SQL query and in the db table for both view object.
    The SQL query is like, for both view object :
    select to_char(DATE_FO, 'dd/MM/yyyy), a, b, from ...
    And, as I said, I made a view link on these attributes. The cardinality is 1 to *.
    When testing the ApplicationModule, I'm getting
    (oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. SELECT ....... ) QRSLT WHERE DATETOCHAR = :Bind_ToCharGdaCrahDateCrahDdMm
    ----- Level 1: Detail 0 -----
    (java.sql.SQLException) ORA-00904: "DATETOCHAR" : identificateur non valide
    DATETOCHAR is the alias of the calcultated attribute in detail vo.
    Please help ! Also I've been reading Steve's article : urlhttp://radio.weblogs.com/0118231/2003/11/13.html[url] ; what is jbo.viewlink.consistent property exactly ?
    Regards
    Luc

    Hi again,
    ok I found it ... I needed to add an alias in the SQL query and override the default sql where clause in the view link. Something weird btw, because the alias in the sql query seems to be not bind to the alias property in the attribute properties... and it add another attribute. But it works fine.
    Therefore, if Steve muench might explain jbo.viewlink.consistent property, I'm stil interested in knowing that :)
    Luc

  • Master Detail Linking between Views

    Hi All,
    I have checked that Master Detail linking works between an Analysis and a Graph etc. But is it possible to have a Master Detail Linking between a Gauge and a Graph such that when I drill down on a Gauge my Graph should reflect the same results.
    Thanks.

    I'm facing the same issue.Has anyone worked on it?

  • Linking between views!!

    Hi
    I'm new to EP, I have an application which on clicking of links in one iView, different iViews should be opened in Content Area.
    I have created the links iView containing:
    1.open PDF file.
    2.open iView (which is webpage containing some images and some input fields)
    On click of this i should be able to open them in content area or full window.
    how I'm gonna achieve this ?? can some one tell me the step by step procedure for this.
    help required urgently..
    Thanks in advance
    Srikant

    I'm facing the same issue.Has anyone worked on it?

  • How to create a view link between ViewObject Instance in nested AM

    Hi all,
    I am using JDev 11.1.1.0. I am a bit confused about working with nested AM
    I have found the sample #33 in http://blogs.oracle.com/smuenchadf/examples/ to solve my problem, where the link is created programmatically.
    Is it that an old example? Because it seems to be that I can create the link in a declarative way in a tab of the Application Module.
    What is the advantage of creating the link on runtime?
    Thanks

    This sample is really old.
    If you can do the link declarative just do so. I guess this was not possible in the older version of jdev.
    Timo

  • View Link between a recursive static View Object

    Is it Possible?
    I have...
    -MenuVO (Id, Nombre, IdPadre)
    I Want...
    -MenuFkMenuLink (Id, IdPadre)
    Regards

    yes, I create VO, VL and ViewCriteria for: IdPadre is blank,
    AM
    ->FatherVO (ViewCriteria applied)
    --->SonVO (by VL)
    It's not work, in the FatherVO there are SonVO Rows (This is the mistake).
    Jdeveloper 11.1.2.1.0
    Regards.
    Edited by: sergio rodriguez 896551 on 16-feb-2012 4:19

Maybe you are looking for

  • How can i create Level Based Hierarchy using multiple logical table.

    Hi All, in my use case i have two master logical table. Division_Mst(divncd,DivnName) Department_Mst(deptcd,DeptName) and one logical table which contain both column Header (divncd,deptcd) and fact table detail where one measure column(empcd) using a

  • Help with turning off bold text when I use asteris...

    Hello. I have an extremly annoying problem and that is that when i put * at the start and end of one or more words *like this* the message appear as fat letters like this. It has never been like this before. Please help me get rid of it. Subject/titl

  • How to get AFP and not SMB

    i am trying to set up a chronosync between my laptop and desktop and i am being told by the good folks at chronosync that i am having an issue because i have an SMB connection and not an AFP connection. they have provided pretty specific instructions

  • Error: Unable to find channel ID

    Hello, I have an scenario R/3 - XI - Mail in GEN, the same scenario was working perfectly in GED but after transporting it to GEN it does not work. In the adapter monitoring I can see the following error: 'Unable to find channel ID'. Does anybody kno

  • CUP for R12.1 ?

    Im trying to find a list of the CPUs for R12.1 Anyone know a good (Meta)link? Thanks,