Not seeing Spring context in jdev

I am not seeing the Spring Bean configuration in JDEV, even though I did help->check for updates ->Spring and oracle weblogic sca version 11.1.1.3...

I don't have any comments around this. This is what I have:
<componentType resourceBundle="oracle.tip.tools.ide.spring.sca.SpringStringResourceBundle">
<name>${SPRING_COMPONENT_NAME_L}</name>
<folderName>${SPRING_COMPONENT_FOLDER_NAME_L}</folderName>
<implementationType>spring</implementationType>
<implementationFileExt>.xml</implementationFileExt>
<implementationClass>oracle.tip.tools.ide.spring.sca.SCAComponentSpring</implementationClass>
<listenToNodeClass>oracle.jdeveloper.spring.SpringBeansXmlSourceNode</listenToNodeClass>
<description>${SPRING_COMPONENT_DESC}</description>
<tooltip>${SPRING_COMPONENT_DESC}</tooltip>
<icon16x16>/oracle/tip/tools/ide/spring/sca/images/springcomponent.png</icon16x16>
<icon20x20>/oracle/tip/tools/ide/spring/sca/images/springcomponenticon_dia.png</icon20x20>
<topSectionIcon>/oracle/tip/tools/ide/spring/sca/images/springTop.png</topSectionIcon>
<middleSectionIcon>/oracle/tip/tools/ide/spring/sca/images/springMiddle.png</middleSectionIcon>
<middleSectionShortIcon>/oracle/tip/tools/ide/spring/sca/images/springMiddleShort.png</middleSectionShortIcon>
<bottomSectionIcon>/oracle/tip/tools/ide/spring/sca/images/springBottom.png</bottomSectionIcon>
<lightBackgroundColor>231,231,234</lightBackgroundColor>
<darkBackgroundColor>192,194,203</darkBackgroundColor>
</componentType>

Similar Messages

  • Can not see the menu of New Business Components Package in jdeveloper

    I am just follow the developer guide.
    and when I create the Business Components Package, the guide said that
    ========================================
    In the JDeveloper Navigator, select the OA Project where you want to create your package.
    From the main menu, choose File > New to open the New Object Gallery.
    In the Categories tree, expand the Business Tier node, and select Business Components (BC4J).
    In the Items list, select Business Components Package to open the Business Components Package Wizard. You can also right-click on the OA Project and select New Business Components Package to navigate directly to the Business Components Package Wizard.
    =====================================
    In fact I can not see the menu about Business Components (BC4J) in the File/new/buisness tier/Business Components (BC4J).
    I can only see the File/new/buisness tier/ADF Business Components.
    And can not find the "Business Components Package" under ADF Business Components either.
    I am using the JDev Extension for OA (p5856648_R12_GENERIC.zip) and EBS 12.0.0.
    And I create an OA Workspace and OA Project.
    can anyone help?

    James,
    Use search facility on forum. Chk thread Re: OAF Toolbox Tutorial Help - Search
    --Shiv                                                                                                                                                                                                                                                                       

  • Create App Sharepoint online 365 - .Get Context Token From Request Could not find a context token

    PT-BR
    Olá Pessoal , estou tentando criar um aplicativo hospedado em um servidor de domínio próprio (provider-hosted) . Ao rodar o aplicativo localmente pelo visual studio  eu consigo obter {StandardTokens} e todos os seus parâmetros: "AppContext",
    "AppContextToken", "AccessToken", "SPAppToken" .
    Ao publicar o Aplicativo no sharepoint online 365 e instalar o app em meu site e executar o app. Os parâmetros não passados via query string e nem por resquest form.
    Em minha query string vem apenas os parâmetros: SPHostUrl,
    SPHostTitle,SPLanguage,SPClientTag,
    SPProductNumber,SenderId
    Alguém poderia me ajudar com este problema?
    English
    Hello Guys, I'm trying to create an application hosted on your own domain server (provider-hosted). When running
    the application locally by visual studio I can get  StandardTokens} and all of its parameters, "AppContext", "AppContextToken", "AccessToken", "SPAppToken".
    By posting application in sharepoint online 365 and install the app on my site and run the app. Non parameters
    passed via the query string and not for resquest form.
    In my query string comes only parameters: SPHostUrl, SPHostTitle, SPLanguage, SPClientTag, SPProductNumber,
    SenderId
    Could anyone help me with this problem?
    .Cs
      string contextTokenString = TokenHelper.GetContextTokenFromRequest(Request);

    check the links, see if they can help
    https://social.msdn.microsoft.com/Forums/en-US/39488844-8568-48c2-8d09-a8eb12fb4591/providerhosted-app-could-not-find-a-context-token?forum=appsforsharepoint
    https://social.msdn.microsoft.com/Forums/en-US/23163e33-2f84-4356-813d-04f9103889c5/sharepoint-providerhosted-app-context-token-not-available?forum=appsforsharepoint
    Work hard, play harder!

  • Unable to see aia extensions in jdev 11.1.1.2

    Hi
    I've been asked to install aia.jar and freemarker.jar and have placed these in the $JDEV_HOME/jdeveloper/jdev/lib directory but we are still not seeing them when we go to help about extensions
    I've restarted and no joy - even tried to enable using Tools-preferences-SOA and add the jar file (if this is even related)
    Has anyone got any ideas please
    A colleague has done a laptop install and thats all ok but for some reason this isnt
    This is on windows 2003 server
    Thanks
    Pete

    Hi Narayana
    Thanks for getting back to me - the only one :)
    I tried what you suggested - I can go to check for updates - I am then given the option to search update centres or install from local file - If I chose local file its default is zip files if I open that up and chose the aia.jar file I get an error that it doesnt contain bunlde manifest in META-INF/bundle.xml
    I didnt see the option for Official oracle Extensions and updates
    Thanks
    Pete

  • How Get ICubeContext at Java bean (Spring Context)

    Hello,
    I need to get the ICubeContext in a Java Bean (Spring Context). Is possible?
    For example in a custom xpath fuction, is very easy:
    public Object call(IXPathContext context, List args) throws XPathFunctionException {
        Map props = (Map) context.getVariableValue(null, null, "xpath-function-data");
        ICubeContext ctx = (ICubeContext) props.get("ICubeContext");
    I would appreciate any help. Thank you very much!
    Sergio.

    This is a possible solution:
    BPELContext bc = BPELContext.peekThreadBPELContext();
        if (bc == null)
          return null;
        ICubeContext ctx = bc.getCubeContext();
    not yet tested!!

  • Asterisk not seeing incoming calls

    I have Skype Connect set up and an asterisk box set up to use it.  I can succesfully call out from asterisk, but I do not see any incoming calls on the number assigned to my Skype Connect Profile.  If I call the number it rings a few times then gives a busy signal.
    Here is my sip.conf:
    [general]
    context=from-skype ; Default context for incoming calls
    allowoverlap=no ; Disable overlap dialing support. (Default is yes)
    udpbindaddr=0.0.0.0 ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
    bindport=5060
    bindaddr=0.0.0.0
    tcpenable=yes ; Enable server for incoming TCP connections (default is no)
    tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
    srvlookup=yes ; Enable DNS SRV lookups on outbound calls
    notifyhold = yes ; Notify subscriptions on HOLD state (default: no)
    sendrpid=yes
    register => 9905XXXXXXXX:[email protected]/9905XXXXXXXX
    [skype]
    type=peer
    context=from-skype
    username=9905XXXXXXXX
    secret=Redacted
    canreinvite=no
    insecure=port,invite
    dtmfmode=rfc2833
    host=sip.skype.com
    realm=sip.skype.com
    nat=yes
    qualify=yes
    fromuser=9905XXXXXXXX
    fromdomain=sip.skype.com
    disallow=all
    allow=g729
    allow=ulaw
    allow=alaw
    trustrpid=no
    sendrpid=yes
     [1001]
    type=friend
    callerid=1001
    canrevinite=no
    dtmfmode=rfc2833
    mailbox=1001
    disallow=all
    allow=ulaw
    transport=udp
    secret=password
    host=dynamic
    context=default 
     And my extensions.conf
    [general]
    static=yes
    writeprotect=no
    [globals]
    TRUNK=Skype
    [default]
    [from-skype]
    exten=>9905XXXXXXXXXX,Noop(${CALLERID(name)} , ${CALLERID(num)})
    exten=>9905XXXXXXXXXX,n,Dial(SIP/1001,30,t,r)
    exten=>9905XXXXXXXXXX,n,voicemail(100|u)
    exten=>281203XXXX,Noop(${CALLERID(name)} , ${CALLERID(num)})
    exten=>281203XXXX,n,Dial(SIP/1001,30,t,r)
    exten=>281203XXXX,n,voicemail(100|u)
     The last 3 lines were my best guess at how to tell it what the incoming call phone # is and I'm not sure it's entirely necessary.  Any thoughts?

    Dear MRLindstrom,
    I am sorry to hear that you are having issues receiving incoming calls to your Skype Connect Online number.
    In looking at your Asterisk configuration, I would suggest changing your 'incoming call field' (the last 3 lines you have included below) to your 9905xxxxxxxxxx, rather than 281203xxxx.
    Please make that change and let us know if you are able to receive calls.
    Thank you,
    MariaA
    Skype Enterprise Support

  • Not seeing persistEntity or mergeEntity method when creating a session EJB

    Hi all,
    I am using JDev 11g to develop an ADF application. I have finished creating an entity EJB from database tables. Then I want to create a session EJB. In JDev, I do not see persistEntity or mergeEntity method in "<Core Facade Methods>"; rather, I am seeing another method
    public Object queryByRange(String jpqlStmt,int firstResult,int maxResults)
    listed there.
    Could you please let me know why? I am expecting to have persistEntity and mergeEntity methods included in the final created session EJB.
    Thank you.

    Hi,
    Thank you for your reply. But I am still not sure how to use the persist and merge methods from EntityManager. Either I want in the session EJB creation wizard to have persistEntity and mergeEntity to appear under "Core Facade methods", or I want to add these methods in the generated bean java file. I tried the latter by adding these two methods in the bean file, but I got an exception at runtime.
    Please privide some more information. Thank you very much.

  • Regarding SOA Spring Context

    Hi guys,
    I am not aware of using Spring Context. Please suggest how to use it and in which context we use it and what are the required changes we have to make to work with it.

    Hi,
    The spring component in SOA could be used if you want to call a Java class in your service.Basically it would create a sessoin bean and call the java method. There are number of blogs that demonstrate how to use spring components. You could use this
    http://redstack.wordpress.com/2011/04/05/using-javaspring-components-in-soabpm-11g/
    Regards,
    Ajay

  • URGENT: Can not find SOA extension for JDev 11.1.1.5 anymore????

    I do not see the SOA extension when I did a check for updates anymore. Do you know where I can download this extension for JDev 11.1.1.5 please?
    Thanks

    check here at ..
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml

  • JSPM Could not extend phase context ?

    Hi Experts,
    Have recently installed Solution Manager with a dual stack, ABAP+Java.
    I've attempted to run the JSPM to update the Java Components, but it errors on starting. I've checked out the Java central note, but the solutions listed don't appear to be relevent.
    (Java server node is up and running, there are no issues with the Visual Admin and Config Tool)
    The JSPM trouble ticket log is as follows:
    Could not extend phase context.
    Could not load data model com.sap.sdt.ucp.model.JumpDataModel. See previous messages.
    Error while constructing variable handler. See previous messages.
    Could not create variable handler Jspm.DataModel.
    Could not load namespace Jspm.DataModel from file E:\usr\sap\SMP\DVEBMGS00\j2ee\JSPM\data\variables\Jspm.DataModel.xml.
    org.xml.sax.SAXException has occurred: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(:main:, row:1, col:0)
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(:main:, row:1, col:0)(:main:, row=1, col=0) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(:main:, row:1, col:0)
    com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(:main:, row:1, col:0)
    Any suggestions will be very welcome.
    Chris Ward

    Hi Chris,
    To resolve the problem move/delete the following three xml files from the directory E:\usr\sap\SMP\DVEBMGS00\j2ee\JSPM\data\variables\
    - Jspm.DataModel.xml                                            
    - Jspm.J2EE.DataModel.xml                                       
    - Jspm.JSPM.DataModel.xml                                                                               
    Afterward the JSPM should start.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)

  • Can not see any Data in OKE.OKE_K_FUND_ALLOCATIONS

    I am looking in this table with SQLPlus and TOAD and can not see any rows.

    Hi Hussein;
    First I ran:
    select fu.user_name, fr.responsibility_name
    , fu.user_id, fr.responsibility_id resp_id
    , furg.responsibility_application_id resp_appl_id, furg.security_group_id sec_group_id
    from apps.fnd_user_resp_groups furg
    , apps.fnd_user fu
    , apps.fnd_responsibility_vl fr
    where furg.user_id = fu.user_id
    and upper(fu.user_name) = upper('&User_Name')
    and furg.responsibility_id = fr.responsibility_id
    order by 1, 3
    Passing in SYSADMIN
    Taking this row:
    SYSADMIN,General Ledger Super User,0,20434,101,0
    I ran:
    I ran exec fnd_global.APPS_INITIALIZE (0,20434,101,0);
    I still get no rows returned.
    Is thier a way in the App to ensure the SYSADMIN,General Ledger Super User can see this data? Or am I missing something else?

  • Can not see the data in the grid

    Hi,
    nice to see the new features, but I can not see the the table inserts
    in the data grid - the <data> rider is not clickable.
    Regards

    Hi annerose,
    This problem has appeared in a few other threads. It's caused by installing Release 2 Raptor over Release 1 Raptor without first deinstalling Release 1 Raptor . So what you need to do is:
    1) Back up any important Raptor files, e.g. connections etc.
    2) Remove the existing Raptor Rel 1 installation folder
    3) Install Raptor Rel 2
    Hope this helps
    ady

  • How can I get ALL of my Google Calendars to show on the iCal on my iPhone? I see all of my Google Calendars on the iCal on my Mac, but I do not see them in the iCal on my iPhone. I only see one Google Cal, but not the others.

    How can I get ALL of my Google Calendars to show on the iCal on my iPhone?
    I see all of my Google Calendars on the iCal on my Mac, but I do not see them in the iCal on my iPhone. I only see one Google Cal, but not the others.

    https://www.google.com/calendar/iphoneselect

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • The Mozilla WHITE start page is blocking the upper left Firefox to Print to Print Preview, so i can not see what is on the Printer Glass

    The BIG WHITE MOSTLY BLANK , MOZILLA START PAGE was blocking my use of PRINT PREVIEW, from the orange "Firefox" in the upper left corner.
    I was told i was using an out of date version of Firefox.
    But no "click here to update".
    So i downloaded the new edition of Firefox.
    And still, i can not see PRINT PREVIEW, because the large white screen of the MOZILLA START PAGE is blocking it.
    I have selected a background wallpaper, so would rather not see ANY of the BIG WHITE START PAGE, at all !!
    HEEEELP,,,,,,

    Hi,
    Can you please post a [https://en.wikipedia.org/wiki/Screenshot screenshot] of the start page when it is blocking the print preview. Please note that you may have to change to the tab of the site to be printed to see the print preview of the page. If the problem persists, please also check in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

Maybe you are looking for

  • Display error message in user-exit EXIT_SAPMP56T_002

    Hi, I'm doing a validation in user-exit EXIT_SAPMP56T_002 (include ZXTRVU03), and I want to display a error message. So, I'm using the instructions: continue_with_update = 'N'. MESSAGE ID xxx TYPE 'E' NUMBER yyy. What happens is that in SAP GUI it wo

  • Iphone 3GS won't activate after update - asks for itunes, which just quits unexpectedly every time!

    I updated my iphone 3GS and now when I turn it on it just asks to be connected to itunes. Problem is when I do this, itunes unexpectedly quits every time. I've updated the laptop and it makes no difference, and I am left without a phone...really not

  • Problems with the side volume buttons

    I can no longer control the ringer volume with the side buttons.  The buttons will work if the headphones are plugged in.  Any ideas?

  • Picture Slide Show

    I am making a website at the moment and would like to include a Flash style custom slideshow on the homepage. I don't have a good backround in AS at all and don't know where to even start. I will start by showing you what I would like to achieve and

  • Publish Resolution 2048*1536 on the Ipad 4

    Hello, I like to publish a training tool on the IPad4 by using the full resolution. I am able to publish the resolution 1024*768 by using the adobe content Viewer on the Ipad and the folio producer in combination with InDesign CS6 on a WIN7_64. I am