HotSpot API inconsistency?

Hi all

We develop applications using the API of HotSpot.

You must register for a HotSpotClient and the operating system is digitized access points to report when the scan is done.

On the Simulator and the Javelin (Curve 8900 - v.5.0.0.592 (Bundle 1004, platform 5.2.0.58)), he spends about 30 seconds. On the 9550 (v5.0.0.607 (Bundle 1020, platform 4.2.0.275)) - only when we manually start the scan.

Anyone could shed some light on this?

Another issue is - the RIM docs mention HotSpotClientRegistry.isFeatureSupported () which doesn't seem to exist.

Any help?

There is a problem to this - https://www.blackberry.com/jira/browse/JAVAAPI-795

Tags: BlackBerry Developers

Similar Questions

  • A way to search for text

    Hello

    We use AutoVue through our own integration VueLink (ISDK) and it works well with our PLM system.

    We would now automatically add sensitive links on text and save it as markup.

    I played with AutoVue Web Services and tried the GetText() method. It properly returns me all of the text found in the document, but without any indication of position or coordinate.

    What we would like to do is to generate a hyperlink on some types of text (which is codified in some way) and save it in a file of markup. But I don't see how to do it without any element of coordination.

    Is it possible using ISDK, AutoVueWS, VueBean, or any API that would help me to do this?

    Thanks in advance,

    Thibault

    Check out AutoVue augmented Business visualization (ABV) / AutoVue Hotspot API. API to deal specifically with your needs, read this: http://docs.oracle.com/cd/E37436_01/otn/pdf/E37377_02.pdf

  • Sharing of inconsistency between the API and the user interface for catalog

    In the vCloud Director UI, you can go to the properties of a catalog and share TWO everyone in read-only AND specific users/groups to have full control of the value. The API seems to allow to BE ReadOnly value all or specific users/groups to full control. Even when I put the two in the UI, when I do a GET with the API, if IsSharedToEveryone is set to true, the individual user/group access control settings are not displayed. They are mutually exclusive?

    So who is correct? the API or the UI?

    If the user interface is correct, how can I get the same result with the API?

    What I want to achieve, is to allow full control to a specific group of users and read-only for everyone.

    The workaround is to have a group set for total control and another with everyone in the org in a different group of read-only value.

    Hello

    This is a limitation of v1.0 of the vCD REST API. It is already fixed and will be available in the next version.

    In this case, the user interface is correct.

    Kind regards

    Todor Todorov

  • using the APEX_ITEM API to APEX 5

    Hello

    Anyone successfully using the APEX_ITEM. SELECT_LIST_FROM_QUERY_XL at APEX 5.0 API call?

    I copied the exact example of documentation and I get the error below.

    SELECT APEX_ITEM. SELECT_LIST_FROM_QUERY_XL (3, job,'job SELECT DISTINCT FROM emp') job

    WCP

    The errors illustrated:

    Failed to parse the SQL query:

    ORA-00932: inconsistent data types: expected - got CLOB

    I think I'm either missing something or there is a bug in the API. Remove the _XL works fine but I have a few tables really long to show that do not match the results of regular size.

    Thanks in advance

    ~ Nico

    Nico_M wrote:

    Anyone successfully using the APEX_ITEM. SELECT_LIST_FROM_QUERY_XL at APEX 5.0 API call?

    I copied the exact example of documentation and I get the error below.

    SELECT APEX_ITEM. SELECT_LIST_FROM_QUERY_XL (3, job, 'Employment SELECT DISTINCT FROM emp') job

    WCP

    The errors illustrated:

    Failed to parse the SQL query:

    ORA-00932: inconsistent data types: expected - got CLOB

    I think I'm either missing something or there is a bug in the API. Remove the _XL works fine but I have a few tables really long to show that do not match the results of regular size.

    Assuming that you see this area of standard report, set the type of column to column report Standard (plain text + escape special characters = No in the Page Designer) and disable sorting for the column.

  • Can I get the total number of records that meet the conditions of a query using the Table API?

    Hello

    A < row > TableIterator is returned when I ask operations using the index of tables. If I want to get the total number of records, I count one by one using the returned TableIterator < row >.


    Can I get the total number of records directly meets the conditions of the query?

    I can get the total number of records directly the request of the meeting of the conditions of CLI using the command Global table - name tableName - count - index index-name-field fieldName - start startValue-end endValue.

    Can I get the same results using the Table API?

    I used MongoDB and NoSQL Oracle for about a year. According to the experience of the use of these dbs, I think mongoDB querying interface is powerful. In the contras, the query interface is relatively simple, which results is a lot of work that is usually a long time in the client side.

    Hello

    Counting records in a database is a tricky thing.  Any system that gives you an accurate count of the records will have a hotspot of concurrency on updates, namely the place where the counting is maintained.  Such a count is a problem of performance in addition to competitive access problem.   The problem is even more difficult in a system widely distributed such a NoSQL database.

    The CLI has overall command that counts, but does so by brutal force - iterate keys that correspond to the parameters of the operation.  This is how you must do this within the API.  There is not a lot of code, but you have to write.  You certainly want to use TableIterator TableAPI.tableKeysIterator (), because a key iteration is significantly faster than the iteration of lines.  Just one iteration and count.

    If you use TableAPI.multiGet () and a key with a touch of brightness full then, in fact, count the results as they are returned in a single piece (a list).

    Kind regards

    George

  • Download Images in Eloqua via the REST API (via an API?)

    Hello community!

    We are interfacing content between a site CMS and Eloqua for custom content, so that we can deliver such content in emails and the landing pages effectively.

    We have an obligation to affix an image (such as an icon of great white game) overlay, a bit like this: http://u3.uicdn.net/372/cc7727211f2a7907850d2f844e707/diy-business-us/vi_video_content.jpg

    Unfortunately the CMS system he can not provide, we for some reason any.  And trying to superimpose the image in e-mails of Eloqua using CSS will result in inconsistent results between email clients, particularly mobile and so on...

    Our plan is so - to superimpose the image in our middleware software and then download the image to Eloqua, then use newly uploaded in the system.

    Is there a way we can download a picture of Eloqua via the REST API or any other API?

    Thank you

    Mark

    Hi Mark,

    Yes, you can use the Rest API to upload images to your installation of Eloqua. We will aim to provide documentation in the near future, but for now, we have an example of project available on Github to show how load images: Image of assistance

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

  • Obtain records of storage of data via API

    Hello

    I would like to get information from disk for each virtual computer as administrator (System) through the vCloud API. What I'm after, is to see what type of data store, each disk of the virtual machine is created on (for example, gold, silver, Bronze...).

    I tried to retrieve this information by using the following API GET, but none of them gives the information I'm after:

    query? type = datastore

    set < org_id >

    /VDC/ < vdc_id >

    / vApp/VAPP - < vapp_id >/virtualHardwareSection/discs

    disks/virtualHardwareSection/vm - < vm_id > /vApp.

    / admin, extension, vApps, Query? type = vm & pageSize = 128

    / admin, extension, datastores, Query? pageSize = 128

    I see that Chargeback has this information in the database of chargeback. But this information seems to be inconsistent and I want to capture vcloud myself. So I guess there is a way to do it.

    Someone at - it have the slightest idea about this?

    Best regards

    Chargeback unifies information provided by vCloud and vCenter.  I do not think that vCloud Director offers the store of data directly from the API, just what profile storage, the virtual machine is attached to.  Chargeback takes data from vCD and then references to vCenter for "more information" for the purposes of billing.

    If you want just the profile, you check at the virtual machine level, and directly query the VM.  Don't bother with the list of the query service data store.

    based on logical vCloud, if a virtual machine is assigned to a specific profile... all this virtual machine disks should be on awarded of such profile data warehouses.

  • How to access the api new Shape3D from OpenJDK for FX8?

    Good so I'm basically trying to understand how to use it.

    http://mail.OpenJDK.Java.NET/pipermail/openjfx-dev/2013-February/005897.html

    I downloaded it and I am able to open and view the documentation of the api, but I can't apply it.

    I use NetbeansLamba8 8 JDK and JRE 8. Inside of netbeans in the region of JavaFX for the JavaDoc, I changed the link oracle with the link in the folder I was using and not luck.

    Basically I'm just starting to use the 3D API, and it is important, then I wanted to start using it as soon as POSSIBLE.


    There was an article on how to 'Build the JDK open', but he talked about Netbeans, Eclipse, etc. before you have a certain type of cmd of the building line. I think I'll of course all of this, just trying to figure out why the docs do not work... Even when I turn it on it still shows the old API (weird). I'm not to change the correct path?

    Not too sure how to apply the new API, any help would be appreciated!

    I downloaded the jdk8b77 snapshot from here: http://jdk8.java.net/download.html

    Then, I created a SphereAndBox.java file by copying and pasting the source from here-online https://wikis.oracle.com/display/OpenJDK/SphereAndBox.java
    And I compiled the sources and ran and it worked well together (win7 64 bit, ATI Radeon HD 4600 jdk)

    C:\dev\3d>notepad SphereAndBox.java
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\javac.exe" SphereAndBox.java
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\java.exe" SphereAndBox
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\java.exe" -version
    java version "1.8.0-ea"
    Java(TM) SE Runtime Environment (build 1.8.0-ea-b77)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b18, mixed mode)
    

    Displayed a Phong shaded sphere and box in a scene from the point of view with lighting and a specular highlight. The scene could be turned using a mouse.

  • The affinity of session and Application Module API

    Hi all

    We have some problems to understand why - the session affinity is not preserved when you use some of the methods provided by the interface of the AOS.

    In particular, we analyzed the effects of the method post_changes on the session of DB that the referenced instance of AM used to execute the method:
    We have seen that post_changes, when called, outside any internal modification of ADF, also locks the tables DB changes the user through the web interface of the session. Very well.

    Now if another user opens a Web Session and, for some reason, the above AOS instance is recycled to the pool, then the DB used by instance AM session is restored to be ready for the demands of the new session, so the previous table locks are lost and the new user can basically do anything with the table/view objects.

    The question is:

    Why are they not all the effects of post_changes (which is the framework method) "passivees/enabled" as the other methods of the framework, for example: "insert/delete/update? or why locks are lost?
    We expected these paintings remain locked after the instance referenced AM was recycled (i.e. is no rollack should have be done).

    Basically, we think that there is something inconsistent in the behavior of the framework: simultaneity is always choerent for some base DML (insert, update, delete) via the API framework, but, on the other hand, at least in the case of post_changes the "effects" of the two concurrent on AOS users same instance may be gone.

    Could someone give no explanation?

    Because postChanges actually performs the DML against the underlying tables in the DB instead of simply store the intermediate layer state information. The effects of the postChanges cannot be passive/active. If you do not postChanges, then the insert/delete/update is just the State information in the middle tier and can be passivated/activated.

    In short, as we discussed on your other thread, you shouldn't be trying to keep DB state between requests :)

  • AutoVue 20.2 - HotSpots - Java Implementation alone (without JavaScript)

    All,

    Is it possible to apply hot spots in Java?
    We have implemented in JavaScript very well, but I'm fighting for it only in Java.
    With regard to the action to perform when you right click on a hotspot, it seems, you can only call a JavaScript action.
    It seems a little odd to set up hotspots in Java, but not being able to call a function in Java API.
    I would have thought there was a way to specify invoking a JavaScript method or a method in the VueAction implemented hotspots.
    I'm able to trap the click and double click on HotSpot. I can't trap when you right-click on it and then choose an option you set in Java. It's where only JavaScript seems to be invoked.

    Please can someone help with this because it is really slow down a new development of the mine and an implementation of JavaScript can it work just becomes a nightmare when you try to put it in other integration, we have another DM.

    Nick

    Hi Nick,

    The VueActionSample provided with the installation of AutoVue illustrates how to implement a custom action hotspot: \examples\VueActionSample

    To avoid any conflict between AutoVue action and the custom action, don't forget to remove the VueActionHotspots of your custom.gui file.

  • Machine error virtual hotSpot: 11

    Anyone have / solved this problem? On every 12 hours, I get this error of Machine virtual HotSpot and have to stop/start my ColdFusion. It's a pain - and I can't sit here and security 24 x 7

    Server product ColdFusion MX
    Version 7,0,1,116466
    Enterprise Edition
    UNIX operating system
    2.4.21 OS version - 37.0.1.ELsmp
    Details of the JVM
    Java Version 1.4.2_05
    Java VM Specification Version 1.0
    Java VM specification from Sun Microsystems Inc. vendor.
    Specification of Machine virtual Java VM specification of the Java name
    Virtual Java 1.4.2_05 machine version - b04
    Java VM from Sun Microsystems Inc. vendor.
    Java VM Java hotspot Server VM name
    Java Specification Version 1.4
    Java Sun Microsystems Inc. vendor Specification.
    Java Specification name Java Platform API Specification
    Version of the class Java 48.0


    I placed a call Incident with Adobe, they told me to change my registry (clientstorage = 'Register') client variables to (clientstorage = "datasource"). They think that the server had too much load to use a file on the server to store the variables. I hope that it will work. Cheers.

  • Dynamic resizing of a sprite (image hotspot)

    Hello

    I have a question about scale dynamically a sprite. I have an application that displays a picture on the screen, and on top of that image, I draw dynamically semi-transparent sprite who act as hot spots for the image under.

    I can't understand how to evolve hotspots in proportion to the part of the image that the scales located below. Hotspots extend UIComponent (so I can communicate with them) and they contain a sprite that is the Visual hotspot on the screen (which is good).

    The image below is a simple Image. When I resize the image (resizing the window), I would like for the hotspots to stay where they are related to the image.

    I tried to create another component, which extends the class Image that attracts all the hot spots and then tried to put it on the top of the image (understand I could put the content of true as the image scale), but had the same results (hot spots were fired, but did not react to the resizing whatsoever).

    Should I use the Bitmap class to draw hotspots instead? I have no idea at this point. I'm puzzled. Any guidance would be appreciated. May I approach the evil of all this, I don't know at this point. I hope I explained the problem well enough to get some kind of feedback.

    Thank you very much for your time.

    Hi Amy,

    I thought about it. I kept pounding on your idea of using a canvas on the scale the UIComponents as a group, but it did not work because I have been scaling the canvas based on the properties of the image (the under Layer) that were not resolved (I tried to recover after Event.ADDED_TO_STAGE).

    The solution was to wait for the Event.RENDER shot and then get the dimensions of the image loaded, to understand what is the percentage of the size that the resized image of the original image and then just scale the canvas above this one session to match. Sprinkle in a listener for Event.RESIZE and boom, it works like a champ.

    This method works better than I expected because now it doesn't matter what size of the original image is relative to its container (larger or smaller), it will scale itself and all its layers (layer of canvas) together.

    It seems that several times I'm looking for the right place for my solution (in the API), just at the wrong time (usually too early, before the properties I'm looking are defined).

    Thank you very much for putting me on the right track.

    The f

  • problem installing with berkeley db java api

    Hello
    I have a problem to start Berkeley db 4.7 with java api.
    I followed the installation procedure described here http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_unix/intro.html
    and provided the - enable-java option during configuration.
    I've also updated the following configuration on the file .bashrc in the linux machine

    export CLASSPATH=/usr/local/BerkeleyDB.4.7/lib:$CLASSPATH
    export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.7/lib

    When you try to run the sample db. AccessExample (which is packed with berkley db) I get the following error:

    Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/BerkeleyDB.4.7/lib/libdb_java-4.7.so: /usr/local/BerkeleyDB.4.7/lib/libdb_java-4.7.so: evil class ELF: ELFCLASS64 (Possible cause: incompatibility of width for the word architecture)

    The linux machine is a 64-bit computer java-version gives:
    Java version "1.6.0_03".
    Java (TM) SE Runtime Environment (build 1.6.0_03 - b05)
    Java hotspot Server VM (build 1.6.0_03 - b05, mixed mode)

    How can this problem be fixed?
    If it is related to 32 bit or 64 bit issues, is there a way to compile the berkeley db code with different config params?

    Thank you!

    Hello. -m32 is an indicator of compiler, you can tell BDB that signals to use by setting CFLAGS for configuration stage. There is a documentation on how to do it here:
    http://www.Oracle.com/technology/documentation/Berkeley-DB/DB/ref/build_unix/flags.html

    Ben Schmeckpeper

  • I don't see the option for Personal Hotspot

    Dear Sir / Madam,.

    Please let me know why I can not see personal hotspot in my setting?

    If it is not possible to have this option, how can I share my network with someone?

    Thanks in advance

    Best regards

    Emilie

    Hi Sameneh...

    Follow the instructions in this article to support > share your Internet connection with Personal Hotspot - Apple Support

  • cannt connect my hotspot SE iphone to my windows laptop 10

    cannt connect my hotspot SE iphone to my windows laptop 10
    can laptop can find hotspot sharing but when I type to connect, my iphone screen goes blue and white and after 2seconds he diconnects.
    Help me please
    TNX

    1. try to change the name of your phone so that your laptop creates a different profile for it. For the most part occurs when you change your hotspot password and it is not updated on your laptop.

    If your familiar with the settings in windows 10. You can go into the wifi settings and remove the profile created for your hotspot and then reconnect and re - enter the password.

    1. Click on the network icon in the lower right of your screen.
    2. Click on network settings.
    3. Click settings to manage a Wi - Fi connection.
    4. Under management of known networks, click the network that you want to remove.
    5. Don't forget click. Wireless network profile is deleted.

    It will be useful.

Maybe you are looking for