Framework 5.10 Tutorials

Help/input needed, thanks in advance!
Installed jDev/OA Extension and attemted to run the tutorials. Any link off the initial test_fwktutorial.jsp returns the java error stack below.
jDeveloper is installed at c:\jdev903_OA\...
JDEV_USER_HOME is set to c:\jdev903_OA\jdevhome\jdev
Database is up and running and user fwktester has the OA responsibilites assigned to it and can log in (password is valid).
Output from the jDeveloper runtime console shows database connectivity:
ICX DIAGNOSTIC: FND_TOP = C:\Jdev903_OA\jdevhome\jdev\dbc_files\
ICX DIAGNOSTIC: application_id = 601
ICX DIAGNOSTIC: responsibility_id = 24742
ICX DIAGNOSTIC: security_group_id = 0
ICX DIAGNOSTIC: mEncryptedSessionID = sCzUUFjwvdXVhSAL-jEDgZl3:S
ICX DIAGNOSTIC: mSessionID = 626536188
ICX DIAGNOSTIC: mTransactionID = 1350496774
The .dbc file has the APPS_JDBC_URL entry commented out.
The CacheLoaderNotFoundException class resides in
C:\Jdev903_OA\jdevbin\jdev\appslibrt\cacheFwk.zip which is present.
I'm thinking it may have something to do with the Project Library entries...
Java error stack:
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1064)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1794)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
oracle.apps.jtf.cache.CacheLoaderNotFoundException
     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
     at oracle.apps.fnd.functionSecurity.User.getUser(User.java:283)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.getUser(FunctionSecurity.java:514)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.init(FunctionSecurity.java:1383)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.<init>(FunctionSecurity.java:178)
     at oracle.apps.fnd.framework.webui.OAPageContextImpl.createRFURL(OAPageContextImpl.java:6308)
     at oracle.apps.fnd.framework.webui.OAPageContextImpl.createRFURL(OAPageContextImpl.java:6265)
     at oracle.apps.fnd.framework.webui.OAPageBean.createRFURL(OAPageBean.java:5928)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:620)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
oracle.apps.jtf.cache.CacheLoaderNotFoundException
     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
     at oracle.apps.fnd.functionSecurity.User.getUser(User.java:283)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.getUser(FunctionSecurity.java:514)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.init(FunctionSecurity.java:1383)
     at oracle.apps.fnd.functionSecurity.FunctionSecurity.<init>(FunctionSecurity.java:178)
     at oracle.apps.fnd.framework.webui.OAPageContextImpl.createRFURL(OAPageContextImpl.java:6308)
     at oracle.apps.fnd.framework.webui.OAPageContextImpl.createRFURL(OAPageContextImpl.java:6265)
     at oracle.apps.fnd.framework.webui.OAPageBean.createRFURL(OAPageBean.java:5928)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:620)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)

Got this solved from this posting...
Re: Oracle.Apps.Jtf.Cache.Cacheloadernotfoundexception error

Similar Messages

  • MVC Frameworks and Favorite Tutorials

    Hi! I'm writing a PureMVC tutorial for Flex as a final project for one of my classes. I've put together this survey as part of my primary research and I'm asking anyone who can to please fill it out. It's only three questions and it would really help me out in writing my tutorial.
    <a href="http://www.surveymonkey.com/s/NTWRZZT">Click here to take the survey</a>

    i should have looked around a bit first before i jumped the
    gun and posted, but that's a great recipe with explanation and
    documented code examples.
    i will dig into it so i can get my feet wet and possibly port
    my app to a somewhat similar structure.
    you've helped me out more than once and i do appreciate it.
    thanks greg...
    -fd

  • How to start for Framework ??

    Hi OAFramework Gurus,
    I am a new to OA Framework but I need to create a form in OA Framework. This form should display data for a particular country from which user belongs and also it display the records in a table form e.g all records for that country should come on the form. Also there should be a radio button or Check box which user can select and he/she press a button to perform an action for the selected records.
    Could you please let me know that how can I start for this form?
    Thanks,
    Sam

    Core Java is prerequsites for OAF. It would be better if you are familier with basic J2EE concepts.
    I suggest you to start with OA framework is Toolbox tutorials..
    This tutorial is available with jdev itself and you can find it in jdevdoc folder.
    There are 7 exercises available in the tutorials to learn basics of OA framework.
    Also try other 5 supplemental lessons for advanced OAF programming.
    And refer OAF dev guide for more details.
    Thanks

  • Spring in Netbeans Tutorials

    Hello,
    I'm doing web Development like JSF since last one year. I want to move to Spring Framework (aiming for better career). Can anyone suggest me some guidelines or tutorials how to proceed with Spring Frameworks in Netbeans. I'm sorry if it sounds like a simple and stupid question. Any comments how is the future of Spring Framework will be highly appreciated.
    Thank You,
    Yuba Raj Devkota

    Thank You very much,
    By seeing that tutorial only, i planned to switch on Spring Framework. That tutorials is really good but is only one article. It would be better if i get more examples to practice with. Do people who uses Spring Framework uses Netbeans or any other IDE to program? I haven't used any other IDE than Netbeans 6.1 or 6.5. Do i need to change IDE to Ellicpse or JBuilder to learn Spring Web Framework?
    Any sort of suggestion will be helpful.
    Thank You,
    Yuba Raj Devkota

  • What's a good online resource for OA framework?

    What's a good online resource for learning OA framework?

    Hi,
    Best way to start OA framework is Toolbox tutorials..
    This tutorial is available with jdev itself and you can find it in jdevdoc folder.
    There are 7 exercises available in the tutorials to learn basics of OA framework.
    Also try other 5 supplemental lessons for advanced OAF programming.
    And refer OAF dev guide for more details.
    Thanks,
    Prasanna

  • Jdeveloper OA Framework extension

    Hi, I checked the OA Framework version for my instance and came up with this:
    OA Framework Version Information
    OA Framework Version 11.5.10.6RUP.
    MDS Version 9.0.5.4.89 (build 560)
    UIX Version 2.2.24.2
    BC4J Version 9.0.3.9
    I hear I am meant to download a patch of some sort, to have OA Framework extensions in JDeveloper. I already have JDeveloper on my system (Version 10.1.3.4). I'm wondering where I can download the OA Framework extensions for my version of JDeveloper. Can anyone guide me on this. I tried through the "Check for Updates" function in JDeveloper but came up with nothing. Metalink is not being too helpful and I'm a bit confused. Can anyone help guide me in the right direction so that I can download the OA Framework extensions and tutorials. Thank you very much.

    Hi,
    If you got ur solution please mark somebody reply as helpful or correct. So that the other person will also happy.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                           

  • Validation Error in Parsing

    Hi
    Please help i am trying to fix this for last 2 days ..
    I am trying to validate the XML in SAX parser and i am getting
    "java.lang.ClassCastException: " error.
    I am pasting the code i have and the sample XML. If some one faced the same kind of problem please share the thoughts
    thanks in advance.
    I am sending the XML from the command prompt
    This is the code i have
    class XMLBean {
    public void onMessage (String uri) {
    Object [] schemas = new Object[] { "C:/Murugaraj/Projects/Atlys-interface/XSD/Schemas/Common/Types/Public/rDataModel.xsd",
    "C:/raj/Projects/Atlys-interface/XSD/Schemas/Atlas/jms/Public/SubscriberNotification.xsd",
    "C:/raj/Projects/Atlys-interface/XSD/Schemas/Atlas/Container/Public/SubscriberNotification.xsd",
    "C:/raj/Projects/Atlys-interface/XSD/Schemas/Atlas/Container/Public/MessageHeader.xsd"};
    System.out.println("Parsing XML File: " + uri + "\n\n");
    // The SAX handler Events are in RequestHandler which is extends from Defaulthandler
    RequestHandler rh = new RequestHandler();
    try {
    String txt = uri;
    System.out.println(txt);
    SAXParserFactory fact = SAXParserFactory.newInstance();
    fact.setNamespaceAware(true);
    fact.setValidating(true);
    fact.setFeature("http://xml.org/sax/features/validation", true);
    fact.setFeature("http://apache.org/xml/features/validation/schema",true);
    fact.setFeature("http://apache.org/xml/features/validation/schema-full-checking", true);
    SAXParser sp = fact.newSAXParser();
    sp.setProperty("http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",schemas);
    InputSource inSource = new InputSource(new FileInputStream(txt));
    sp.parse(inSource, rh);
    }catch(SAXNotRecognizedException x){
         System.out.println(" SAXNotRecognizedException Parsing error" );
         x.getMessage();
    }catch(SAXParseException spe){
         System.out.println("\n** Parsing error SAXParseException" + ", line " + spe.getLineNumber() + ", uri " + spe.getSystemId());
    System.out.println(" " + spe.getMessage());
         Exception x = spe;
         if (spe.getException() != null)
         x = spe.getException();
         x.printStackTrace();
    }catch(SAXException sxe){
         System.out.println(" SAXException Parsing error" );
         Exception x = sxe;
         if(sxe.getException() != null)
              x=sxe.getException();
         x.printStackTrace();
    }catch (IOException ioe) {
    System.out.println(" IOException Parsing error" );
    ioe.printStackTrace();
    }catch (Throwable t){
    t.printStackTrace();
    } // End of catch
    } // End of onMessage
    public static void main(String[] args) {
         if (args.length != 1) {
         System.out.println("Usage: java SAXParserDemo [XML URI]");
         System.exit(0);
         String uri = args[0];
         XMLBean call = new XMLBean ();
         call.onMessage(uri);
    } // End of main
    } // End of XMLBean
    This is the error i am getting
    java.lang.ClassCastException: [Ljava.lang.Object;
    at weblogic.apache.xerces.impl.xs.XMLSchemaValidator.reset(Lweblogic/apa
    che/xerces/xni/parser/XMLComponentManager;)V(XMLSchemaValidator.java:1374)
    at weblogic.apache.xerces.parsers.BasicParserConfiguration.reset()V(Basi
    cParserConfiguration.java:523)
    at weblogic.apache.xerces.parsers.DTDConfiguration.reset()V(DTDConfigura
    tion.java:624)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfigur
    ation.java:498)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic/apach
    e/xerces/xni/parser/XMLInputSource;)V(DTDConfiguration.java:581)
    at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic/apache/xerce
    s/xni/parser/XMLInputSource;)V(XMLParser.java:152)
    at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(Lorg/xml/sax/I
    nputSource;)V(AbstractSAXParser.java:1175)
    at weblogic.xml.jaxp.WebLogicXMLReader.parse(Lorg/xml/sax/InputSource;)V
    (WebLogicXMLReader.java:135)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(Lorg/xml/sax/InputSource;)V
    (RegistryXMLReader.java:152)
    at javax.xml.parsers.SAXParser.parse(Lorg/xml/sax/InputSource;Lorg/xml/s
    ax/helpers/DefaultHandler;)V(SAXParser.java:345)
    at XMLBean.onMessage(Ljava/lang/String;)V(XMLBean.java:80)
    at XMLBean.main([Ljava/lang/String;)V(XMLBean.java:130)
    The Sample XML looks like this
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SubscriberNotification xmlns:cng="http://csi.test.com/CSI/Namespaces/Types/Public/DataModel.xsd" xmlns="http://csi.test.com/ATLAS/Namespaces /Container/JMS/SubscriberNotification.xsd" xmlns:sn="http://csi.test.com/ATLAS/Namespaces/Container/Public/SubscriberNotification.xsd" xmlns:mh="http://csi.test.com/ATLAS/Namespaces/Container/Public/MessageHeader.xsd">
    - <mh:MessageHeader>
    - <mh:TrackingMessageHeader>
    <cng:version>v3</cng:version>
    <cng:messageId>08001200312101117273772521</cng:messageId>
    <cng:originatorId>CARE</cng:originatorId>
    <cng:dateTimeStamp>2005-08-23T13:45:57Z</cng:dateTimeStamp>
    </mh:TrackingMessageHeader>
    - <mh:SequenceMessageHeader>
    <cng:sequenceNumber>1</cng:sequenceNumber>
    <cng:totalInSequence>1</cng:totalInSequence>
    </mh:SequenceMessageHeader>
    </mh:MessageHeader>
    - <sn:SubscriberNotification>
    <sn:billingSystemEventGenrationDateTime>2003-12-10T11:17:27.377Z</sn:billingSystemEventGenrationDateTime>
    <sn:notificationType>UpdateSubscriberStatusNotification</sn:notificationType>
    <sn:notificationSubType>3400</sn:notificationSubType>
    - <sn:Account>
    - <sn:billingMarket>
    <sn:billingMarket>08</sn:billingMarket>
    </sn:billingMarket>
    <sn:billingSystemId>CARE</sn:billingSystemId>
    </sn:Account>
    </sn:SubscriberNotification>
    </SubscriberNotification>

    Thanks bckrispiYou're welcome, :)
    seems like i can pass array of objects so then i
    decided to pass multiple schemas. Also there is one
    sun website claims validating multiple schemasIf you're talking about the new Validation Framework, yes, the tutorials say you can pass it multiple schemas with the same namespace. Unfortunately, the implementation is broken
    Yes, i want to validate with more than one schema ..
    'cos my XML generated based on 4 schemas ( xsd's)
    I did not get what you mean by "import" dependand
    schemas..
    import the depandant schema on the "parent schema"
    thats what you meant ?If you have a "parent" xsd that uses an <xsd:import> on its dependencies, then you just need to pass the parent xsd into your SAX Parser.

  • Portal Framework Tutorials

    Hi All,
    I have good understanding about the BEA Application server as such, but am fairly new to BEA portal and wish to learn BEA Portal framework. Could any please point me to some tutorials on the framework and API.
    I did check out the Javadoc for the portal framework in BEA EDOCS site, but I wish if some additional documentation on the <u>framework architecture and its key components</u> would be easy to understand.
    Thanks

    Hi,
    If you are working on Bea weblogic portal 8.x ,the workshop help is very good.You can start with sample application which comes with weblogic workshop.
    With portal 9.2 there is no much help but again few samples are given in the workshop help which will be good to start learning.
    Regards
    Bishnu

  • Tutorials on Enhancement framework

    Hi Friends,
    Am new to SAP . Can anyone provide some materials on enhacement framework ?
    Regards,
    Ancy

    Hi Friends,
    Am new to SAP . Can anyone provide some materials on enhacement framework ?
    Regards,
    Ancy

  • How do I change the language of ADF framework error messages?

    I'm a beginner in ADF and JDeveloper and I tried to run one of the tutorials for ADF (Build a Web Application with JDeveloper 11g Using EJB, JPA, and JavaServer Faces).
    While clicking through the application I got errors like this one:
    ADF_FACES-60097:Pentru mai multe informaţii, consultaţi jurnalul de erori al serverului, pt. o intrare care începe cu: ADF_FACES-60096:Excepţie server în cursul PPR, nr. 1
    My question is how do I set the JDeveloper/WebLogic to show these messages in English (in order to have better chances while searching this forum :) )?
    I'm not talking about messages that I define in my application, but about framework error messages.
    I already set USER_LANGUAGE=en in <JDEV_HOME>\.product.properties, but no luck.
    Note that WebLogic server messages are in English (e.g. <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HR_EJB_JPA_App is not versioned.>), only ADF messages are presented in Romanian.
    Thanks,
    Bogdan

    I suspect that these messages are considered "system" ones (e.g. not for the user), so they are not generated in the user's locale but in the JVM's default locale. On Windows machines default JVM locale is taken from Windows Regional Settings. If you do not want to change your Regional Settings, you can try Java system properties "user.language" and "user.country". Try to add the following line to WebLogic domain's <tt>setDomainEnv.cmd</tt> script:
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Duser.language=en -Duser.country=USA restrart of the server is required.
    In Bulgaria we do not have such problems because ADF Faces messages do not have Bulgarian translation, so they are generated in English regardless of the fact that our Regional Settings are set to Bulgarian.
    Dimitar
    Edited by: Dimitar Dimitrov on May 3, 2011 7:40 PM

  • I can't save the record in a new/empy table of sqlserver in the entity Framework 5.0

    Hi guys ,
    I have tried to become a database expert in Entity Framework but I can't. because I am not able to save the record in a fresh/ empty table of sql server 2008 r2 database. for that I have watched the video tutorials step by steps that how to save the record.
    I followed the tutorials step by step and at the end the result is negative.
    I tried a simple way given below. please some one help me that where and what I missing the.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using EmployeesLib;
    namespace EmpApplication
    public partial class Form1 : Form
    private EMPEntities _dbContext;
    public Form1()
    InitializeComponent();
    private void Form1_Load(object sender, EventArgs e)
    _dbContext = new EMPEntities();
    var sql = _dbContext.Employees;
    this.employeeBindingSource.DataSource = sql.ToList();
    private void employeeBindingNavigatorSaveItem_Click(object sender, EventArgs e)
    this.Validate();
    _dbContext.SaveChanges();
    I have used datagrid addid a row by Click Add button on the NavigationBindingsource entered an employee name
    and clicking the save button on the NavigationBindingSource. When I am restarting the application I nothing founding on the Datagrid I am saving before.
    below is the Connection String in the App.config file both in the project.
    APP.CONFIG connection string
        <add name="EMPEntities" connectionString="metadata=res://*/EmpModal.csdl|res://*/EmpModal.ssdl|res://*/EmpModal.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=Inventory;integrated
    security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />

    humm, I falling the ball to the batsman(sqlserver) but it getting "NOBALL" in response(not saving). Ok it my be problem in visual studio I am struggling to remove my operating System, VS2013 and sql server, by reinstalling it might works.
    because i havent any other computer where these application are installed for the test.
    If you create and send me a small project that contain minimum of two columns of table( in sql server ) which can saving new data from datagrid so i will thankfull of you.
    it is just for confirmation that either the problem is in OS or VS.
    I doubt that any of it has anything to do with the issue. If you think it does, then you can post to the forums.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    I think you are riding a bad horse (that tutorial) you are using, and you need to change horses. I think the 'modified' state is not being rasied on the entity bound to the grid when it has changed, and EF is not going save any entity that's not in a modified
    state.

  • Adobe Air Framework - Where's the Documentation

    I'm very confused about how to use the Adobe Air Framework to learn how to update my apps. There are tutorials on the Adobe website, but they're all from either 2008 or 2011 and are discussing Air 1.5 or 2 or 2.5 versions, but since I'm using Air 3.7 I would like to see examples of how to use the Framework.
    I'm new to Air, but not to AS3. It sounds like the Framework includes API's that allow you to update apps and more, but I cannot find where the documentation is specifically. I continually find:
    http://www.adobe.com/devnet/air/documentation.html
    http://www.adobe.com/devnet/air/articles/air_update_framework.html
    http://forums.adobe.com/thread/1156048
    http://code.google.com/p/nativeapplicationupdater/
    http://www.adobe.com/devnet/air/articles/updating-air-apps-native-installer.html
    http://help.adobe.com/en_US/air/build/index.html
    and a few others, but I'm hoping someone can help me find what I need. Maybe the Framework hasn't changed from version 2 to 3, but I know it has from another article I read.
    I'm using Flash Professional CS6 and working entirely within that program.
    Any suggestions?

    I'm just about to head out, but I think these two links are possibly what you're looking for it contains all the documentation you could ever need for the latest AIR SDK's:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_air=3 .7
    http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html
    If it's not I'll post a little more when i get back if someone else hasn't already.
    Edit:
    Back now, I so you're looking to implement a form of updating your application from within itself using the Air Application updater. The second link you've provided explains everything on how to do this, just ignore all the MXML and use the snippets that are provided in the examples. There is no difference between the framework released in 2011 (with regards to updating) so any tutorial around this time will be sufficent for you. I quickly googled this one for you and it seems to be easy to understand:
    http://kirill-poletaev.blogspot.co.uk/2011/06/updating-air-applications-part-2.html
    Hope that helps.
    O.

  • DW CS3  with Spry Video Workshop Tutorials

    Hi
    Has anyone else has attempted to go thru the Video Workshop
    tutorials for using Spry with DW CS3 Trial version?
    I am trying to learn how to use Spry and have gone thru the
    Using Spry Framework for Ajax by Joseph Lowery. The problem I have
    is that the example demonstrated in the tutorial simply does not
    work as advertised in the video presentation (at least not using my
    copy of DW CS3 Trial download). Getting exasperated I decided to
    follow step by step the process in the accompanying HTML version of
    the exersize only to discover glaring errors in the text of the
    exersize - (Steps 9 and 10 have NOTHING to do with the example -
    but thats beside to point here).
    Here is what I have done so far:
    1. I downloaded the zip file with the code for the tutorials,
    created a DW local development copy and uploaded the files to the
    testing server. The "testing server" is Apache on my XP Pro SP2
    system.
    2. In the root directory of the sample site used ion the
    tutorial has a number of files which can be used as a starting
    point for the tutorials. I have selected a file called
    05_ajax_spry.htm and followed the steps in the tutorial to create
    the Master / Detail regions and the Master data table.
    3. At the completion of the exersize I should be able to
    perform the following:
    Sort either of the two columns in the
    Master Region's Table
    click on a data row in the master
    table and observe the correct image and description forthat row in
    the Detail Region.
    3. Neither of these work - The only thing that does work is:
    - The Master Region Table gets created OK as does the Detail
    Region
    - When I browse over the data in the Master Region each
    separate row gets highlighted
    - Onlky the first detail image and detail description are
    displayed in the Detail Region and they never change when I click
    on a row in the Master Region.
    4. Now, I have gone thru the process several times in the
    belief that I must have missed something - but so far I cant
    pinpoint what that could be.
    So, I decided to have a look at the next example which
    applies an Accordian Widget to the page. This example is based on
    another file in the root of the tutorial site called
    http://beta/dwcs3spry/06_spry_widgets.htm.
    This file essentially starts off where the previously worked on
    exersize finishes. Upon examining the code of this file I noted a
    difference in the Spry code applied to the table rows in the Master
    Region. The code for the Master table in each example is:
    05_ajax_spry.htm after completion of the exersize:
    <table id="events">
    <tr>
    <th spry:sort="name">Name</th>
    <th spry:sort="location">Location</th>
    </tr>
    <tr spry:repeat="dsEvents" spry:setrow="dsEvents"
    spry:hover="rowHover" spry:select="rowSelected">
    <td>{name}<br />
    {date}</td>
    <td valign="top">{location}</td>
    </tr>
    </table>
    06_spry_widgets.htm - untouched or edited in the associated
    exersize:
    <table id="events">
    <tr>
    <th
    onclick="dsEvents.sort('name','toggle')">Name</th>
    <th
    onclick="dsEvents.sort('location','toggle')">Location</th>
    </tr>
    <tr spry:repeat="dsEvents"
    onclick="dsEvents.setCurrentRow('{ds_RowID}');"
    spry:hover="rowHover" spry:select="rowSelected">
    <td class="eventNameTD">{name}<br />
    {date}</td>
    <td class="locationTD">{location}</td>
    </tr>
    </table>
    Note the onclick events in the latter version.
    I guess my question is "How do I get these onclicks in place
    using DWCS3's" wizards ?" - I am using the Trial version of DW CS3.
    And, I note when I checked the code for the SpryData.js that it is
    Version 1.3. This i is the SpryData.js file that is included in the
    downloaded zip file for the DW CS3 Video Workshop Spry tutorials.
    Many thanks.

    OK - I got it sorted. I created a new site which is a copy of
    the tutorial except that I included a new folder for the Spry
    Assets so that when I added the Spry stuff DW CS3 loaded the v1.4
    files into the new folder for the Spry files instead of using the
    pre-existing files supplied in the tutorial - and it works as
    advertised.
    This may help someone else who comes across a similar problem
    when using the Video Workshop files.
    Although the video tutorials provide an intro into using DW
    CS3 it is a pity that the tradition estalished by Macromedia of
    including excellent tutorials WITH Dreamweaver have been dropped
    now that Adobe has control. Those examples provided in the supplied
    tutorials were excellent and would be nice to have back. They
    certainly covered more ground than the pityful Help now included
    with DW CS3 and the current poor examples in the Video Workshops.
    Perhaps Adobe could improve the level of Quality Control on the
    Video Workshops and expand the scope of the tutorials it could
    improve things. This release of DW is a poor showing for Adobe
    after the take-over. I just hope it gets better with the next
    release - soon.

  • Oracle adf tutorials

    Hi all i'm newbie in oracle adf framework and i'm interested to learn this technology,but i'm unable to find comprehensive tutorials to learn adf components.
    It'ld be quite helpful if someone can tell me where to get best tutorials that includes sample applications .
    Thanks in advance.

    You can also refer to the following How-Tos:
    http://www.oracle.com/technology/products/jdev/howtos/index1013.html
    and the following tutorials:
    http://www.oracle.com/technology/obe/obe1013jdev/index.htm
    and the following online demos:
    http://www.oracle.com/technology/products/jdev/viewlets/viewlet1013.html
    Hope this helps.
    Dana

  • How to use Enhancement Framework in ECC 5.0 and 6.0

    hi
    is there any good tutorials on enhancement framework? i have gone through the help but its not very clear. if anyone has stepby step guide will be useful.
    ~Suresh

    This is an old question... but i think it is very useful for the developers if anyone search it and find my answer relevant like it with immediate effect.....
    What is Enhancement Framework?????????
    Enhancement Framework is the new paradigm to bring all enhancement techniques under one roof. It can also be switched using Switch Framework. The following are different enhancement technologies available under this framework.
    • Source Code Enhancement
    • Function Group Enhancement
    • Class Enhancement
    • Kernel-BADI Enhancement
    Semantically related enhancement options are grouped under a ‘Simple Enhancement Spot’. ‘Composite Enhancement Spot’ contains one or more of Simple and other Composite Enhancement Spots. On the other hand (implementation side), various related implementation elements are grouped under a ‘Simple Enhancement Implementation’. A ‘Composite Enhancement Implementation’ can contain one or more of Simple and other Complex Enhancement Implementations.
    1.Source Code enhancement
    Whenever enhancement needs to be incorporated directly into the ABAP source code, this technology shall be provided. Implementing this technology is also called as Source Code Plug-In. There are two types of Source Code enhancements possible.
    • Implicit enhancement option
    • Explicit enhancement option
    >>>Implicit enhancement option
    Throughout the ABAP system, enhancement options are automatically available at certain pre-defined places. Some of the implicit options are:
    • At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement
    • At the beginning and end of all FORM subroutines
    • At the end of all Function Modules
    • At the end of all visibility areas (public, protected and private) of local class
    ******Note that, in order to implement any of these Source code enhancements, you need to be in the ‘Change Enhancement mode’ (the spiral icon available in the editor). Technically the source code plug-in implementations are stored in a separate include program and not as part of the original source program.***********
    >>>>Explicit enhancement option
    The Implicit enhancement options are provided at specific source code places explicitly by SAP (Note that these enhancement definitions can also be created by partners and customers in their code).
    There are two types of Explicit Enhancement options available. One which can be provided at a specific place - called Enhancement Point, and another which can be used to replace a set of statements – called Enhancement Section. For this, we now have two new ABAP statements, viz.
    • ENHANCEMENT-POINT
    • ENHANCEMENT-SECTION
    When the Enhancement-Section is implemented, only the implementation gets executed and the original code doesn’t get executed. This is a new technique, which didn’t exist previously in any of the old ways of enhancing, to exclude any standard SAP code from execution. Because of this, there can be only one active implementation of an Enhancement-Section. On the other hand, there can be multiple active implementations of an Enhancement-Point, in which case all the implementations will be executed with no guarantee in the order of execution.
    we mainly use above framework .......if nybody need further and more information let me knw...

Maybe you are looking for

  • Intel HT (Hyper-Threading) BIOS 1.9?

    Sup People!    My Intel HT (Hyper-Threading) don't work right now, what to do?  I was told that I need the new BIOS 1.9 for HT to work?  I have: Intel P4c with HT             Intel 875P with HT             MS Windows XP Professional Version 2002 & SP

  • Problem in Inbound Processing

    Hi I am using Inbound Processing using WE19. It is showing "Partner profile not maintained". However I have maintained in WE20 & added Msg Type in Inbound Params. After generating IDoc, in WE05 its showing status Red & showing message - Partner profi

  • Tried sending via a list (contains my own address twice), send folder is updated, no email returned, no error messages returned

    T'bird 32.1.0. I send a newsletter each week to 3 different mailing lists. (my own address is on first list.) Today I got no error messages. Sent folder contained confirmation copies. No one received a copy. I created a new list, 2 entries - both my

  • Self-made ring tones & iOS 7 ?

    I made some ringe tones that used to work perfectly. After the iOS 7 update they don't appear on my iPhone, although I have selected "sync all ringtones". Does anyone know how I can get them back on my iPhone? Thank you very much!

  • CALC_EACH_PERIOD for NEXT(%variable%) Partially working

    Hi, I have several parameters: TIME= input by prompt METRIC = Importe , $$ obtained by CV in template NEXT(X)= number of periods (months) in the future, in which the value Importe is going to be posted. CALC_EACH_PERIOD= logic used for posting Import