MI 7.1: Obtain SYNC_KEY from DB

Hi experts,
I have a problem, i want obtain the SYNC_KEY from DB, but if i do the SELECT SYNC_KEY FROM table  the SYNC_KEY appear: "001E4F1D754C1DDD8CC9420C1C8E587E", it has char, and should be only number.
How can convert it?
Thanks in advance,

If i do a select appear "001E4F1D754C1DDD8CC9420C1C8E587E".
If i obtain the sync_key with the method in MI: tableViewBean.getTableContent(row, 0);  appear only number.
If i want modify a row:
     public void modifyRowInDB(
          String syBName,
          String syncKey,
          String newValue,
          int col)
          throws SmartSyncException, PersistenceException {
          String syncBoName = syBName;
          // Set default Syncboname for this example in case value is null.          
          //**          SyncBo syncBo = getSyncBoInstance(syncBoName, syncKey);
          SmartSyncTransactionManager transactionManager;
          // A transaction manager is valid for one action starting with beginTransaction and ending with commit/rollback
          // In this example we commit (save) every modification - no rollback.               
          transactionManager = dataFacade.getSmartSyncTransactionManager();
          transactionManager.beginTransaction();
          //**          setHeaderFieldValue(syncBo, arrayHeaderFieldNames[col], newValue);
          //Commit the transaction          
          transactionManager.commit();
and i send the value: "001E4F1D754C1DDD8CC9420C1C8E587E", it doesn´t understand this sync_key.
Regards,
Edited by: Victor Capi on Jun 10, 2008 12:51 PM

Similar Messages

  • Adobe Bridge CC cannot obtain files from this device.

    I am getting this error message when I attempt to upload videos to my Mac from my Canon 7D:
    Adobe Bridge CC cannot obtain files from this device. Please be sure the device is properly plugged in and the battery is full charged.
    Battery is full charged and camera is connected properly. I have restarted the camera, Bridge, and the computer as well. I tried reinstalling Bridge and it allowed me to upload 3 of the video files. Then the error message came back. There were a few RAW images on the camera that I was able to upload, but when I tried the video again I got the error message. I read a post about renaming the folder that you are saving to as a fix. I tried that as well, but it did not work.
    Any help would be greatly appreciated! Thanks!
    -J

    This excerpt is from a long-gone post by author Bruce Fraser:
    Bruce Fraser - 4:17pm Jun 14, 04 PST (#5 of 21) Opening files directly from the camera is a bad idea for a variety of reasons*, and it most certainly isn't faster than using a FireWire or USB2 card reader. 
            • Drains the camera battery
            • Runs the risk of the software you're using to open the images writing to the card and destroying the format
            • Runs a small but significant risk of USB power frying the camera
    • runs the risk of wearing out the camera's connector,      
    • Slowest method known to mankind of getting images off a CF or SD card

  • Adobe Bridge cs5 cannot obtain files from this device.

    I download photos to my computer using a Kingston downloading device.
    Since installing Mavericks the above message comes up and will not carry out the download.
    Is this a known problem with Mavericks and is there a remedy?
    I would say that using the same device my photos download perfectly on my MacBook Pro.
    Messages
    1. Adobe Bridge CS5.1 cannot obtain files from this device.
    Please ensure that the device is connected properly and that the battery is charged and try again.
    2.I also get a message telling me that the "disk was not ejected propery" which is not the case.

    Thanks Eric
    The MacBook Pro is not running Mavericks and sorry about the double post.
    I have actually solved the problem and the answer might be of use to others with the same problem.
    There is a firmware update that will correct the problem.
    It's at
    http://www.kingston.com/en/support/technical/products?model=fcr-hs3
    There is a small catch in  that the firmware update can only be done on a Windows machine but I have been told that once this is done it can be used with OSX9 .I have just done the download but  I haven't checked this out yet.

  • Obtaining DataSource from Application Module

    How may i obtain DataSource from pool managed by Application Module? I want some of my db-related operation performed by Spring's JdbcOperations class ( http://www.springframework.org/docs/api/org/springframework/jdbc/core/JdbcOperations.html ) and i want have only one connection pool in my application.
    Thanks,
    Kind regards,
    Marcin Zduniak / http://J2ME.pl

    Refer
    http://www.oracle.com/technology/products/jdev/howtos/10g/usingdatasources/using_datasources.html

  • To obtain BufferedImage from Scene 3D

    Hi all!!! I want to obtain snapshots from Scene 3D to do a video with JMF (Java Media Framework). How I do it??
    Regards!

    // read the buffer to byteBuffer
                GL11.glReadBuffer(GL11.GL_FRONT);
                ByteBuffer pixels = ByteBuffer.allocateDirect(400*400*4);
                GL11.glReadPixels(0, 0, 400, 400, GL11.GL_RGB, GL11.GL_UNSIGNED_BYTE, pixels);
                ColorModel glColorModel = new ComponentColorModel(ColorSpace.getInstance(ColorSpace.CS_sRGB),
                                                new int[] {8,8,8,0},
                                                false,
                                                false,
                                                ComponentColorModel.OPAQUE,
                                                DataBuffer.TYPE_BYTE);
                int[] bitMasks = new int[] {8,8,8,0};
                int[] band = new int[3];
                // again, what is this?
                SinglePixelPackedSampleModel sampleModel = new SinglePixelPackedSampleModel(DataBuffer.TYPE_BYTE, 400, 400,bitMasks);
                // make array from byteBuffer to make a DataBufferByte from array...
                byte [] byteA=new byte[400*400*3];
                System.out.println(byteA.length);
                pixels.get(byteA);
                DataBuffer db = new DataBufferByte(byteA, 400*400*3, 0);
                //make my raster
                WritableRaster raster = Raster.createInterleavedRaster(db, 400, 400, 400*3, 3, band, null);
                // make my image
                BufferedImage image = new BufferedImage(glColorModel, raster, false, null);//new java.util.Hashtable());the above produces an image! yey! it is however grayscale, can anybody help?
    Edited by: IJustWantToSayHelloWorld on Aug 5, 2009 4:12 AM

  • Is there any way to obtain time from an NTP server in LabView?

    I would like to be able to obtain time from and NTP server and then use that to set the time on a PCI IRIG-B card. I haven't been able to find any LabView documentation indicating if this is possible or not through LabView.

    Check: Code library -> Browse by Company -> NASA -> Timesync.
    It's a NIST time syncronizer. I never checked it myself, but NIST has NTP servers so this may help you on your way.

  • Obtain drivers from MS-Server and updates from WSUS

    Hi,
    is there a possibility to obtain drivers from the MS Server and the "other" updates from the WSUS-Server?
    We have workstations with Win7 and XP and pluged in devices (USB) should obtain the drivers (if available) automatically from MS-Server.
    Obtaining drivers through WSUS is not an option.
    The Group Policy "Computer Configuration\...\Windows Update" is set to obtain updates from "intranet Microsoft update service location".
    Should there be no possibility to distinguish between driver and update obtaining locations,
    then is it possible to set WSUS as primary obtaining location and as secondary the MS-Serve? 
    Greets, 
    Emmanuel

    Like I mentioned before I tried to use this:
    http://technet.microsoft.com/en-us/library/cc753091.aspx
    1. Try:
    Step1:
    I uninstalled the device and deleted the driver of my testing device. (local)
    Step2:
    I have created a new GP on Server 2003R2x86 (AD/DC) and linked it in the OU where my test-PC is located.
    .../ComputerConfiguration/Administrative Templates/System/InternetCommunicationManagement/Internet Communication Settings/TurnOffWindowsUpdateDeviceDriverSearching-->disabled
    Step3:
    I restarted the test PC with a logonscript: "gpupdate /force"
    Result:
    It didn't work.
    2.Try:
    Same procedure, but instead of creating the policy on the '03 Server, I created the policy with RSAT for W7.
    Result:
    It didn't work.
    Now I have a new question:
    Isn't the above mentioned policy for this?:
    http://windows.microsoft.com/en-us/windows7/automatically-get-recommended-drivers-and-updates-for-your-hardware
    I ask, because this is exactly the setting that has to be changed so that everything works the way I want.
    (at least for the Win7 PCs. I don't care much about the XP-PCs because they will be replaced in the near future)
    Well one option is to change this setting manually on every PC, but this would be a huge PITA.
    Can this be done in a policy or with a script (registry?)?

  • HT3775 For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in

    For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in .avi!!

    Google 'Perian' and 'Flip4Mac' — these are the extensions that will make QT play other file formats.
    However, a simpler solution is just to abandon QT in favour of the free, open-source player VLC, which plays just about everything natively without further downloads.
    Download the free VLC Player from here:
    http://www.videolan.org
    Plays just about everything, including avi & mpg, without add ons.

  • Sample java code to obtain data from ALUI directory

    Hi
    I need to go to the ALUI LDAP ( directory ) services to get user profile information.
    The documentation did not help me to figure out the way to obtain data from it.
    so , it would be a great help if some one could share the sample java code api to obtain data from ALUI directory.

    i'm guessing you are asking to get the groups for a particular user. someone in the other thread posted the actual SQL, that may be easier. ( you are on 10gR3 right, because ALUI directory didn't exist before 6.5)
    I dont have a sample done yet, but the internet is filled with samples of java and ldap...
    http://www.coderanch.com/t/133108/Security/LDAP-sample-program

  • How do i obtain permission from Apple to use Classic Visualizer in a private Youtube video? SoundSpectrum says Apple has jurisdiction over Classic Visualizer.

    How do i obtain permission from Apple to use Classic Visualizer in a private Youtube video? SoundSpectrum says Apple has jurisdiction over Classic Visualizer.
    SoundSpectrum says Apple has jurisdiction over this product. This is strictly for non-commercial use.

    I did end up using an apple thunderbolt to DVI.
    Next a DVI to HDMI.
    Component Video + Digital Coaxial and Digital Optical Audio to HDMI® Converter
    http:/http://www.monoprice.com/Product?c_id=101&cp_id=10114&cs_id=1011406&p_id=5 971&seq=1&format=2
    After that I used an HDMI to component.
    Kanex Pro HDMI to Component Converter with Audio for PS4, Xbox One, Full HD 1080p (HDRGBRL)
    https://www.google.com/shopping/product/13562420314864684603?q=Kanex+Pro+HDMI+to +Component+Converter+with+Audio+for+PS4,+Xbox+One,+Full+HD+1080p+(HDRGBRL)&espv = 2&biw=1461&bih=724&bav=on.2,or.r_cp.&bvm=bv.89947451,d.cGU&ion=1&tch=1&ech=1&ps i =lcMhVcDPEpC4ogTBl4LABg.1428276117592.5&prds=paur:ClkAsKraX2IpeY7X336NKCAZO5gXZ C fr9CYkefRrD0Ad_Xy607mRERaZVy-e31nis3rQppz_OgnNmy5ApOtsfxdiNa9ObBt6XIj0T_QHJnHgQ S RKEgr403gF3BIZAFPVH73q3thgw88E5DYtSJ2ucji5lQO4ow&sa=X&ei=nMMhVfSkCIftoATK24GYCA & ved=0COEDEPMCMAA
    On my iMac:
    I had to go into my device settings > Display
    then I set the "Optimize for:" to "CAT-6066"
    after that I selected the "Scaled" option right underneath
    then i selected 1080i because the Kanex Pro is designed to convert 1080i into component
    I was then able to get my NewTek Tricaster 40 to recognize that component signal from the Kanex Pro and add it to my production as 1080i or as 1080p/30. The frame rate looks great and the video quality is very smooth and in real time.

  • How do i obtain information from my hard drive

    how do i obtain information from my hard drive?

    Your question is not at all clear - perhaps you could rephrase it more succinctly?
    -Rob

  • How do I obtain data from a web site???

    I am trying to use information from a sports stats page to automate scoring on a fantasy football site I am developing. After a game the weeks games have completed, I want to be able to extract the data, passing yards, passing TD's, etc. I can pull in a web site, and get to the point where the QB stats start. My question is there a way to strip all the html tags and just be left with the players name and numbers(stats)? I skip down 366 lines to get to the example below. Was thinking maybe, to tokenize using > as the delimiiter, then tokenizing again to strip away the rest of the tag using < as the delimiter. Any suggestions are much appreciated, thanks.
    CODE
    import java.net.*;
    import java.io.*;
    public class WebRipper
    public static void main(String[] argv)
    int count = 0;
    try {
    // Create a URL for the desired page
    URL url = new URL("http://www.fftoday.com/stats/playerstats.php?Season=2006&GameWeek=1&PosID=10&Le agueID=1");
    // Read all the text returned by the server
    BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
    String str;
    while ((str = in.readLine()) != null)
    if(count > 366)
    System.out.println(str);
    }// end if
    count ++;
    }// end while
    in.close();
    }// end try
    catch (MalformedURLException e) {}
    catch (IOException e) {}
    }// end main
    }// end WebRipper
    OUTPUT(this is just a example of the first few lines of output)
    <TD CLASS="sort1" ALIGN="LEFT" BGCOLOR="#ffffff"> 1. Donovan McNabb</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">PHI</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">24</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">35</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">314</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">3</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">4</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">7</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">0</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#e0e0e0">28.4</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">28.4</TD>
    </TR>

    Here is the first string I would want to obtain, can you explain how I would get the player name, then all of his stats. Remember there is ~366 lines of text before you get to this point. Also what or where should I dump the info to?
    Example from the info below I want Donovan McNabb, then all of his stats, excluding all the tags.
    <TD CLASS="sort1" ALIGN="LEFT" BGCOLOR="#ffffff"> 1. Donovan McNabb</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">PHI</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">24</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">35</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">314</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">3</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">1</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">4</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">7</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">0</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#e0e0e0">28.4</TD>
    <TD CLASS="sort1" ALIGN="center" BGCOLOR="#ffffff">28.4</TD>
    </TR>
    Pattern p = Pattern.compile("(?<=\\>)[^<]+");
    Matcher matcher = p.matcher(yourwebinfo);
    while(matcher.find())
    yourinfow/ohtmlcode = matcher.group();
    Thanks.

  • To obtain values from fields in a web page.

    Hi everyone,
    I am in the process of developing a web based application. I am able to
    successfully convert my windows to web page documents.
    I have sincerely followed the prescribed steps to be adopted in building
    methods for validations and processes, so as to utilise them for my web
    pages too.
    But the problem that I am facing is to obtain values back from the web
    page fields (user entered values) for performing validations.
    Unfortunately the explanations provided in the Forte Web SDK Manual
    for obtaining the values from the web page fields and load it on to the
    source window through LoadParameters() method (a method in the window
    converter class of HTMLWindow project) seems to be inadequate.
    If some one can site the steps that Iam probably missing or some
    examples, it will be of great help.
    Thanks in advance.
    Pamella.
    Get Your Private, Free Email at http://www.hotmail.com

    Hi Dan,
    Thanks for your assistance.
    But as regards to my application, I have an existing forte application
    which Iam trying to web enable.
    To summarize my problem let me just consider the openning window (logon
    screen) which I have converted to web page using WindowConverter Class
    in the HTMLWindow project (obviously, it is my supplier project). The
    functionality of this window class has to just accept the user name and
    validate it. If the user name is valid then proceed further else
    display an error message. I have a separate validation method for the
    user name, which I can utilise to validate the user name typed by the
    user on the web page, if Iam browsing or on the window, if Iam directly
    running the application.
    The widgets on the window are <UserId> and <ProceedButton> with
    window attribute names as UserId and ProceedButton respectively.
    Now my handle request method goes like this :
    -- This method is the entry point from the Internet to my
    -- application. It is automatically called when a request
    -- from the Web arrives.
    response : HTTPResponse = new;
    -- Find the page name.
    pageName : TextData = new;
    pageName.SetValue(request.PageName);
    -- Generate response pages.
    if pageName.IsEqual('processquery',IgnoreCase=TRUE) then
    -- Please note that I have not write any HTML to build my web page.
    -- Instead Iam using the WindowConverter Class to convert my existing
    -- windows on the fly to web pages during run time.
    w : LogonWindow = new;
    -- my logon window class
    Converter : WindowConverter = new(sourceWindow=w);
    Converter.AssignButton(sourceField = w.<ProceedButton>,type =
    'submit');
    loginURL : TextData = self.CGIURL.Clone(deep=TRUE);
    loginURL.Concat('?serviceName=').concat('appweb');
    loginURL.Concat('&pageName=PwdPage');
    w.<ProceedButton>.HTMLLink = loginURL.value;
    -- Proceed button is on my window to which
    -- I have associated the above HTMLLink
    -- This link does not submit the User Name typed by the
    -- User browsing my web page, but this User Name has to
    -- come as part of the request from the browser to perform the
    -- validation, as Iam not sure about obtaining the User name
    -- from the web page.
    -- My problem is how to get this user name????????
    html : HTHtml = new;
    head : HTHead = new;
    body : HTBody = new;
    -- Give the page a title.
    head.Add(HTTitle(Text='Application For The Web'));
    html.Add(head);
    form : HTForm = New();
    body.Add(Converter.WindowToForm(Action=self.CGIURL,HTMethod='POST'));
    html.Add(body);
    response.AssignResponse(html.ConvertToString());
    elseif pageName.IsEqual('PwdPage',IgnoreCase=TRUE) then
    w : LogonWindow = new;
    Conv : WindowConverter = new(sourceWindow=w);
    button : PushButton = new();
    button = Conv.LoadParameters(request,w.<UserId>);
    -- This will fail because the 'Request' has no user Id.
    -- Here, the explanation provided in the Forte Web SDK manual for
    -- LoadParameters method (method from WindowConverter Class) seems to
    -- be inadequate.
    If w.UserId <> Nil And w.UserId.Value <> '' And w.UserId.LengthToEnd()
    0 ThenIf SQLsSO.IsValidUserId(w.UserId) Then
    -- Method to validate the user Name.
    w1 : PasswordWindow = new;
    Converter : WindowConverter = new(sourceWindow=w1);
    Converter.AssignButton(sourceField = w1.<ProceedButton>,type =
    'submit');
    pwdURL : TextData = self.CGIURL.Clone(deep=TRUE);
    pwdURL.Concat('?serviceName=').concat('appweb');
    pwdURL.Concat('&pageName=MessagesPage');
    -- and here I will have to get the password typed in by the User.
    -- once again my same problem?????
    w1.<ProceedButton>.HTMLLink = pwdURL.value;
    html : HTHtml = new;
    head : HTHead = new;
    body : HTBody = new;
    -- Give the page a title.
    head.Add(HTTitle(Text='Application For The Web'));
    html.Add(head);
    form : HTForm = New();
    body.Add(Converter.WindowToForm(Action=self.CGIURL,HTMethod='POST'));
    html.Add(body);
    response.AssignResponse(html.ConvertToString());
    Else
    -- Generate an exception for unknown page.
    .............. and etc.
    In your example, you had sighted about the 'Junktxt'. How does it comes
    as part of the request from the browser and what is the reference
    associated with the submit button?
    If you need further clarifications, please write to me. Iam also still
    working on it.
    Thanks in advance,
    Pamella.
    You Wrote :
    Hi, Pamella --
    It might be easier to help if you could be a little more specific about
    what went wrong (ie, the problematic code snippet and the resulting error
    message), or what exactly you were trying to do. In any event, it is very
    easy in WebEnterprise to pass values up to Forte from web pages. You can
    embed them in HTML "hidden" tags or they can accompany standard form
    elements.
    For instance, say you have the following HTML code ...
    <form method="POST" action="$$FORTE.ExecURL">
    <input type="hidden" name="ServiceName" value="TestService">
    <input type="hidden" name="TemplateName" value="nextpage.htm">
    <input type="hidden" name="hiddenParam" value="dog">
    <div align="center"><center>
    <p>
    Type some junk here: <input type="text" name="junkTxt" size="20">
    </p>
    </center></div>
    <div align="center"><center>
    <p>
    <input type="submit" value="Submit" name="submitBtn">
    <input type="reset" value="Reset" name="resetBtn">
    </p>
    </center></div>
    </form>
    In addition to what the user types into the text box (junkTxt), say you want
    to pass "dog" up to Forte as a hidden parameter (hiddenParam) (hey, done't
    ask me why!). You can retrieve these values up in Forte in the HandleTag
    method of your scanner service by invoking "FindNameValue" on
    request:HTTPRequest, ie
    firstItem:TextData = request.FindNameValue('junkTxt');
    secondItem:TextData = request.FindNameValue('hiddenParam');
    firstItem now contains the value of "junkTxt" and secondItem contains
    "dog." You can now do whatever you like with these guys, including putting
    them in a ResultSet to be displayed on "nextpage.htm"
    Hope this helps,
    Dan______________________________________________________
    Get Your Private, Free Email at http://www.hotmail.com

  • Obtaining rowKey from MasterTable (ADF/BC/JSF)

    Hi,
    i try to obtain the selected row in the master table from a commandbutton thats located in the detail table.
    Typically i would use #{row.rowKeyStr} to obtain the current selected row. But now the setActionListener is located in the detail table - so it would only give me the row of the detail table - right?
    Is there a way to obtain the selected row from the master-table? i was thinking on somewhat like "#{rowOfMastertable.rowKeyStr}" ?

    Could you write more details about functionality you are looking for. Why do you need both - master and detail rowKeyStr ?

  • Correct way to obtain AppModule from ManagedBean?

    hi,
    There are many posts on this forum and others in the net with examples on how to obtain an AppModule from a ManagedBean (some of them uses depecrated methods, like using ValueBinding). But what's the correct way to do so?
    Is this the correct one ?
    HttpServletRequest request =
         (HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
    HttpSession session = request.getSession(true);
    BindingContext ctx = (BindingContext)session.getAttribute("data");
    DataControl control = ctx.findDataControl("InstelAMDataControl");
    ApplicationModule appModule = (ApplicationModule)control.getDataProvider();
    Thanks!
    Roger

    Roger,
    this is one possible way to get the ApplicationModule inside a bean.
    you can do this via an EL too
                FacesContext facesContext = FacesContext.getCurrentInstance();
                Application app = facesContext.getApplication();
                ExpressionFactory elFactory = app.getExpressionFactory();
                ELContext elContext = facesContext.getELContext();
                ValueExpression valueExp =  elFactory.createValueExpression(elContext, expression, Object.class);
                ApplicationModule am = (ApplicationModule)  valueExp.getValue("#{data." + YourApplicationModuleName + ".dataProvider}");This is essential the same, but uses an EL to get the data provider.
    It's more a philosophical question if there is aright way to do it.
    Timo

Maybe you are looking for

  • Latest XI Interview questions ?

    Hi XI Experts    I am going  to give interview this week end and i looking forward help from    XI family on SDN for Latest Interview questions?    As the source(Friends) these days XI interviews are little tough ..!!! Awaiting for valuable responses

  • MDM_TECH 554_700 ABAP API giving socket connection error

    Hi, I have recently installed the MDM_TECH 554_700 on a 64Bit R/3 system and configured the ABAP API thru customization for a 32Bit MDM Server. Currently I am facing a problem with 'NiRaw2ConnectError: Connection refused' error and when I checked the

  • DataBase Design For InvoiceSystems

    Sir I am doing my Final Year B.sc(Comp.sci), I am having my Oracle Project to do things. I just wan't a Detailed DataBase Design for Invoice Systems Please Could you help me in terms of DataBase Design......

  • How do i block unwanted emails or contacts

    how do i block unwanted emails or contacts

  • Webforms Populate to PDF Forms

    In Forms Central How do you have answers from a webform to populate or transfer over to a document in PDF Format ?