Object Editor ! HELP !

Hello,
i am planning to start coding an application to manage paths.
I mean, i want to write an editor where i have some graphics objects ( such as rectangle, etc.) with some properties and i can linked them using a row so i can create a special flow of objects.
The application has to able to load and save a path.
I was thinking of writing all the code by myself but i realized that it would be much better try to using an open source product to customize.
Any suggestion ?
Cheers.
Stefano

Please can anyone help me on this!

Similar Messages

  • View Object Editor in JHS 10.1.2 does not save any changes....

    Hi,
    When I did exactly as the JHeadstart Tutorial says, I noticed that
    in JHeadstart 10.1.2 with JDeveloper 10.1.2
    JHeadstart does not save any changes I make in the View Object Editor
    of the Application Structure File Editor !!!
    For instance when I change the Width property of an Attribute from 60 to 5
    it changes to 5, but when close the View Object Editor
    and reopen it again, the Width is back to 60...
    Even when I click the button "Validate the Application Structure File" before
    closing the VO Editor....
    What do I do ??? Is the only solution to edit the XML file
    or something like that without using the VO Editor ?
    Or is there a better solution ?
    Does it maybe work in an older version of JHeadstart ?
    If so, where is the older version available for download ?
    Thanks,
    Eric Joosse

    Eric,
    How did you leave the JHeadstart VO editor?
    The changes should be saved when you click the OK button in the VO editor itself, but they are not saved if you click Cancel, or the little cross in the upper right corner, or leave it open while going back to the Application Structure File editor. That's because it's a standalone editor (you can also find it when right-mouse-clicking the VO in the Model project). The icon in the Application Structure File editor is just a quick way to get to it.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Error using Object Editor pattern

    Hi Gurus!!!
    I am creating a composite application using entity services created in Netweaver Developer Studio and UI patterns, in this case the Object Editor pattern. The problem is when I test the Object Editor configuration entering data on it, this shows an error that says "Cannot create" and the data is not saved!! I checked the system log and throws the following line:
    #1.5#02004C4F4F5000690000001900000E4C0004518C574879F5#1215563569010
    #com.sap.caf.ui.utils.wd.ResourceUtils#sap.com/tc~wd~dispwda
    #com.sap.caf.ui.utils.wd.ResourceUtils.String getProperty(String, IWDDeployableObject)
    #msanchez#201##n/a##e61557e04d4a11ddc9d702004c4f4f50
    #SAPEngine_Application_Thread[impl:3]_27
    ##0#0#Warning#1#/Applications/Applications/CAF#Java##
    #Invalid property name specified: "objecteditor.maxtabno"
    [EXCEPTION]
    {0}#1#com.sap.tc.webdynpro.services.sal.config.api.WDInvalidConfigParameterException:
    Parameter 'objecteditor.maxtabno' not found in configuration 'sap.com/caf~UI~ptn~objecteditor/default'.
    I understand it says that there is a parameter that is sent to the configuration but such parameter doesn´t exist on it.
    Please help!!! points guaranteed!!

    Hi, I tested the application using the CAF Runtime Configuration service test and it was an authorization Issue. The entity was set to check permissions. I disabled this in NWDS and it works fine now

  • Data object editor totally empty?

    Hello,
    For some reason the Data object editor is totally empty when I try to edit an existing table or view.
    I double click on the table name -> the editor opens but without any contents. Just an empty gray space.
    This "feature" showed up a few days ago.
    What to do??
    Any help is highly appreciated.
    Owb client 10.2.0.1.31
    Owb repository 10.2.0.1.0
    Both client and repository reside on a wm virtual machine with windows server 2003 R2.
    Note! This seems to be client broblem since if I connect to the repository using OWB that is installed on my laptop, the editor seems to work fine.

    Hi all,
    And thanks for suggestions.
    I tried clicking all possible options like "Arrange all", "Fit in window" and "Auto layout". No effect.
    Finally I selected "Birds eye view" (that was deselected).
    At that moment all the sections (explorer, configuration, palette, Bird's eye view, canvas and details) showed up... very strange.
    But at the moment my problem seems to be gone.
    Thanks to all of you.
    Best regards,
    Antero

  • Can't open the Data Object Editor

    Hi everybody,
    I'm new to the OWB. Currently using the 11.2.0.1 version. Working with it is fine - but I got a major problem. I'm not able to start the Data Object Editor. I click open/new but nothing. The view doesn't change. What am I doing wrong?
    Help would be very appreciated.

    Hi everybody,
    I wanted to add some tips for newbies (like me). Yesterday I was setting up a mapping. I dropped a Joiner-Operator and weren't able to set the joiner options. If you search for a solution - in 99% the answer is Mapping Editor. But since the 11gr2 there is no editor. You just open the "Property Inspector" (under the view menu) - click on the operator (or table or ...) and there you got all the things you need. I hope this will help some of you.
    bye
    Edited by: Backlit on 20.05.2011 07:00

  • Error browsing Info Object Editor( RSD1)

    Hi Gurus,
            While browsing Info object Editor, when I come to middle of list where all 0MATERIAL** objects are listed, I get error message with 'STOP' sign saying "Setting for material number conversion not found" and system throws me out. Any help in this regard?
    Thanks and Regards,
    Anil

    run transaction OMSL.
    Create an entry for MATCONV in the overview screen.
    Double click on this line and set the length parameter for MATCONV.
    the same transaction exists in the r/3 OLTP system compare the 2 systems to set the right values in the details screen in BW.
    Rishi

  • Unable to create Instance with Object Editor and Attachment Pattern

    Hi Experts,
    I created a simple entity service with some attributes and a document reference.
    I also configured an object editor pattern and assigned a attachment pattern. The created object editor works as long as I don't attach a file. But if I attach a file and want to save it I get an error message "cannot create"
    In the default log.trc I have some entries
    Cannot read associated instance with MOF ID 105D8E0C4F02D45AFFD5B9D6A09EFB7A of MOF Layer 2 for (6DC24B80F6004CDBF4FA6C560AEDD33C,<null>)
    and
    refPackageM1(com.sap.ip.bi.sdk.dac.olap.query) failed RepositoryDBMemory. Using generic one.
    I configured the j2ee engine according the tutorial "Integrating KM with CAF UI Patterns"
    So what is wrong?
    Best regards Manuel

    Hi,
    From the stacktrace I assume that the following happens (please correct me, if I'm wrong):
    <b>*</b> Some time based event mechanism sends an event to your custom event handler code. That code is execute in some system context.
    <b>*</b> Your handler uses the RF API to create a collection. All this is perfectly OK. Here my assumptions end, the next steps are solid facts.
    <b>*</b> Within the RF all property filters are informed that a resource is about to be created. One of the filters is trying to obtain a lock from a system provided Locking Service.
    <b>*</b> That service refuses to grant the lock, telling that system users are not allowed to do so.
    Most proably you cannot do anything to solve this problem by yourself. When I ran into the same Exception once, I could avoid to have my code run in a system thread. Well you might try to do the same.
    Otherwise please open a customer message and complain about the restiction in the locking behaviour.
    Best regards,
    Michael

  • Problem in Configuring the Object Editor User Interface

    Hi,
         I m using NetWeaver 7.0.11 & facing the problem in Configuring the Object Editor User Interface.In the Configuration Browser ,when i click on Object Editor & choose New Configuration & try to select service,it shows the flollowing error:
    com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject.
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.init(ServiceFacade.java:121)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.<init>(ServiceFacade.java:50)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacadeFactory.getFacadeInstance(ServiceFacadeFactory.java:51)
         at com.sap.caf.ui.utils.cool.CoolUtils.getServiceFacade(CoolUtils.java:123)
         at com.sap.caf.ui.ptn.objecteditor.ObjectEditorCC.getServiceFacade(ObjectEditorCC.java:505)
         at com.sap.caf.ui.ptn.objecteditor.wdp.InternalObjectEditorCC.getServiceFacade(InternalObjectEditorCC.java:245)
         at com.sap.caf.ui.ptn.objecteditor.config.OEconfiguratorLayout.onActionSelectModule(OEconfiguratorLayout.java:322)
         at com.sap.caf.ui.ptn.objecteditor.config.wdp.InternalOEconfiguratorLayout.wdInvokeEventHandler(InternalOEconfiguratorLayout.java:300)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody please tell,what can be the problem?
    regards
    Sumit

    Hello Sumit
    This is most probably the result of metadata corruption on runtime.
    A possible workaround for this situation is:
    Undeploy all the metadata DCs of all the CAF applications you have
    deployed (these are the components which names end on "/metadata", excl.
    caf/core/metadata and caf/tc/metadata (which are part of CAF itself)).
    And then deploy the CAF applications again.
    Regards,
    Désiré

  • JDev 10.1.3 EA Studio Edition - View Object Editor java glitch

    Just thought I'd mention what appears to be a glitch - under the "java" section of the View Object editor, the checkbox for generate "Custom Java DataSource Methods" does not appear to function. Selecting it does not add the custom datasource methods in the View Object class.

    Just thought I'd mention what appears to be a glitch - under the "java" section of the View Object editor, the checkbox for generate "Custom Java DataSource Methods" does not appear to function. Selecting it does not add the custom datasource methods in the View Object class.

  • Is there an Object Repository Helper in XI 3.1?

    Is there an Object Repository Helper administrative tool in 3.1? What about some of the other XI R2 administrative tools like instance manager, etc? I could only find Query Builder.
    I can't see how one can refresh all CMC reports with updated repository objects without the Object Repository Helper? It will be painful to refresh each report one by one in the CMC.
    Thanks.

    Anybody facing similar need to update all reports with updated repository object and would not want to do it one report at a time via CMC?  Any tools in XI 3.1 similar to Object Repository Helper?
    Thanks.

  • 11g p2 / bug - select in navigator from database offline object editor

    It is no more possible to use the context menu "Select in Navigator" from the database offline object editor (a package body in my case). I got a message "Command not handled".
    This appear in all my packages and body.
    After restarting JDev and test again I got this message "Error encountered:
    The Offline Database file is missing. Please recreate Offline Database "1" with the correct settings.
    This object in file ADMINPROCTABLE.type will be unavailable."
    Is it a way to correct this ?

    I completely reinstall JDev and set it to use subversion ... that resolve the problem and i'm no more in a position to reproduce it.

  • Entity object editor

    i seem to be confused but i cannot access the entity object editor. i am using adf faces and oracle toplink, and from all the examples and tutorials i see online, i cannot access it the same way. how do i reach the entity object editor?

    i am really new to jdev and i used this tutorial:
    http://www.oracle.com/technology/obe/obe1013jdev/masterdetailedit_adftoplink/endtoend_toplink_adffaces.htm

  • Front Page Object Editor

    Hi,
    I have added frontpage add-in and under tools it is showing three options SAP xMII Object...,SAP xMII Configuration Menu....., SAP Script Assistant.....
    SAP Script assistant is working fine but SAP Object is opening but couldn't show any templets in the windows. When I clicked Login and entered username and password it could not connect to server all.
    I was wondering some where it is not getting which server it has to connect.
    Can some please tell me where to specify the server name in Object editor.
    Thanks,
    Srinivas.

    The standalone version does not use FrontPage server extensions, in fact only the FrontPage software itself uses the extensions to communicate to/from the IIS box.
    The fundamental difference between the standalone and embedded version is how they communicate with xMII for namespace browsing query and display objects.  The standalone prompts the user for machine name and port, whereas the embedded one uses the application title bar string from FrontPage itself to parse the server path, which is why
    server\c$ doesn't work, nor does F:\server\path - it needs http://servername:port or http://servername.  This only happens within FrontPage when you do either File...Open Site or File...Open Web (depending upon version) and physically type http://servername in the input box that shows up at the bottom of the dialog box.
    Once FrontPage connects to the webserver the application title bar will read something like "Microsoft FrontPage - http://servername:port" and the Folder List tree header will say "http://servername:port".  Then and only then will the embedded one work like you want it to.
    Regards,
    Jeremy

  • Database Object Editor

    I cannot edit any of my node objects in the atlas with the object editor
    and the NEW is greyed out
    i can edit the segments in the left pane...
    this used to work just fine
    any ideas would be greatly appriciated

    > I cannot edit any of my node objects in the atlas with the object editor
    > and the NEW is greyed out
    >
    > i can edit the segments in the left pane...
    >
    > this used to work just fine
    > any ideas would be greatly appriciated
    >
    >
    >
    never mind reboot fixed it.....sure have to reboot my site server alot
    dl380 g4 3 gig ram...nw65sp4

  • View object editor for complex sql query in expert mode

    I find not convenient that the editor is modal so we cannot browse tables or procedure functions definition and that it is not possible to close it even the statement is not correct (to search for exact naming etc ...).
    May a way will be to show a list of corresponding database objects during typing like the java edit with the classes

    I filed enhancement request # 6062896 to track this suggestion. thanks.
    At a minimum, by production, we plan to re-enable the query-builder that was offered in 10.1.3, which should help with formulating queries in terms of table/column names.

Maybe you are looking for

  • Xalan transformer

    Hello, the code below is giving me the exception below. I would greatly appreciate if anyone cud tell me the solution. fin = new FileInputStream("c:/input.xml"); fout = new FileOutputStream("c:/html/output.html");                     try             

  • How to Open .EPA files.

    Hi Gurus,              I have one file with .EPA extention, which i got from SDN on Portal Development Kit.              Please help me out how to open and consume that file. Thanks in Advance, Udaya Bhaskar

  • Internal.text parsed by XML object ?

    Is it possible to use the XML object to parse internal xml instead of loading an external file? I am writing an application that converts arrays & objects into xml. In my development, I am displaying the xml in a text field on the stage. In testing I

  • KM thumbnail problem

    Hi everyone, I'm using upload codes of this wiki: Link: [KM Library - Reusable Component for WebDynpro Java|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/km%2blibrary%2b-%2breusable%2bcomponent%2bfor%2bwebdynpro%2bjava] but, after uplod

  • OBIEE - Errors then logs me out

    So I have no idea whats going on, but I am getting hit with inconsistent errors left right and center When I go to view a report, it would log me out but it would flash on screen for a second "! Error : Response from server contained an error" http:/