Navigating using simple key strokes

Hey
I am creating a multimedia piece that will be presented
during an award ceremony. I need the speaker to be able to move
back and forward using key strokes. I have been looking through the
forums for a solution but everything appears so complex.
Is there a way to do this so that I an novice can make it
work???

Create a marker for each section. In the frame before each
marker, place the following behavior in the Script channel of the
Score window:
on exitFrame()
go loop
end
This will keep the playback head looping between the previous
marker and the frame with your "go loop" script.
In a Movie Script, paste the following handler:
on keyUp(me)
case the keyCode of
123:
go #previous
124:
go #next
end case
end
Run your movie and click on the Stage to give it keyboard
focus. Now press the left and right arrow keys. The playback head
should jump from marker to marker.

Similar Messages

  • Simple key stroke to insert a prime symbol instead of an apostrophe?

    Is there a simple key stroke that you can to insert a prime character instead of an apostrophe when your prefrerence is set for "smart quotes" so that you don't have to re-set your preferences???

    Welcome to Apple Support Communities.
    "Simple"? Not exactly...
    This older discussion details the steps to use Unicode entry.
    https://discussions.apple.com/thread/1899290?start=0&tstart=0
    Open , System Preferences, Hardware, Keyboard allows you to check the box, 'Show Keyboard and Character Viewer in menu bar'. This step gives you quick access to your chosen Keyboard defaults in the menubar.
    Open , System Preferences, Personal, Language & Text, to checkmark the Unicode Hex Input box. This permits you to use Unicode for quick(er) special character entry, provided you know the hex equivalent of the desired character(s), listed in the character tables.
    With the Unicode Hex Input enabled, hold down the alt/option key and type 2032 (the Unicode decimal number) for the prime symbol ′.
    Within the Characters table, save your favorites by clicking the 'gear' button at the bottom left of the Character table, then you can quickly find them and press the 'insert' button in the lower right.
    Note that the prime character appearance changes with the font in use, and probably is not available in every font.

  • Apple bluetooth keyboard doesn't allow text input on iOS 8 with voice over but allows navigation using arrow keys?

    Hi, upgraded to iOS 8 on my blind sister's iPad 2 but now the Apple Bluetooth keyboard doesn't seem to recognise text entry, the arrow keys still allow navigation using voiceover. Have had trouble before with the keyboard in iOS7 but have solved by reseting the iPad in settings. Any ideas? Sister is really struggling as she can't use iPad's software keyboard. Thanks

    My wife is a blind user too. In iOS 8 it is fussy about Quick Nav. on or off. We have an newer iPad but be sure Quick Nav is OFF (left + right arrows together) then try text entry. Hope it helps!

  • Need to know a simple key stroke

    My kids enlarged the font on my mac computer, and I just need to find out the key stroke to get the font back to the regular size.
    Also, they made the screen "jiggle", it's not set in one place, it moves all over the place, could somebody help me get that back to normal too?

    Turn off Zoom from the Universal Access and Keyboard & Mouse panes of System Preferences.
    (67270)

  • Navigation using 'Enter' key

    hi everyone
    I would like to ask if there is a way to make navigation between text fields possible by 'ENTER' key.
    for example if we have a tabular form and we want to navigate between fields by 'ENTER' exactly like the 'TAB' key, is it possible??
    Thanks alot
    Regards

    Hello,
    Please check if the following can help you - Tabbing between application fields .
    Regards,
    Arie.

  • Using key strokes as command in AT LINE SELECTION section.

    Hi all,
    I created a small report which do a refresh every X seconds. In every refresh, the form "print_panel" is performed. In this form I used some icons as buttons of my user interface in this way:
    ..."skipping code that's not relevant w.r.t to the question.
    SKIP TO LINE myline.
    WRITE AT mycolumn(2) ICON_COLUMN_LEFT AS ICON NO-GAP.
    This allows in my report to use such an expression to associate a dbl click on that icon to a certain block of code:
    AT LINE-SELECTION.
        DATA: FIELD(30).
        GET CURSOR FIELD FIELD.
        IF FIELD = 'ICON_COLUMN_LEFT'.      
           PERFORM myformthatdoessomething.
    I'm wondering if there's a way to associate this behaviour also to a key stroke. For example, pressing the "A" key is equivalent to do a double click on that icon. How can i manage this  ?
    Thanks in advance

    Hi Ravi,
    Ravi,
    Thanks for the response.
    The requirement is :
    When the START OF SELECTION section is executed a write statement displaying the number of incomplete sales Orders is displayed. When you click on that output statement(as in drill down repoting) the code below comes into picture:
    AT LINE-SELECTION.
    PERFORM disp_blkd_bill.
    PERFORM start_of_selection.
    LEAVE SCREEN.
    Now the alv list displays incomplete Sales Orders. The user using the HOTSPOT feature completes/processes the sales Order and wants the ALV report to refresh when she hits the back button and returns to the ALV list which I do so. Now when she again hits the back button she wants to view the updated statement displaying the number of incomplete Sales orders which happens when the routine 'start_of_selection' is excuted again. But then If I do not use the LEAVE SCREEN command it takes her back to the old displaing the previous incomplete number of sales orders and then back to the selection screen. We do not want that old statement to be displayed on the way back to the selection screen.
    Please let me know if you still need further clarifications.
    Thanks,
    ALAM.

  • Navigating around code using arrow keys in OSX

    Hi,
    When navigating around Flash Builder using alt-left/right in OSX, the cursor always skips past underscores, periods and colons, rather than recognising them as word breaks. For example:
    protected var _myVar:Boolean;
    placing the cursor at the end of 'Boolean' and hitting alt-left will move the cursor to in front of var, rather than in front of Boolean. Placing the cursor at the end of _myVar and hitting alt-left will move the cursor in front of var as well, instead of the start of the variable name.
    Also:
    myVar.myProperty
    placing the cursor at the end of 'myProperty' and hitting alt-left will move the cursor to the start of myVar, rather than recognising the period. If there are several properties chained, it skips all of them.
    What can be done about this, because although a small problem, it is something I do all day, every day and so the increase in productivity would be pretty big.
    Many thanks,
    Owen

    Although tab navigation is supported, key navigation like that is not. Depending on how complex the prototype is there are two solutions. If it is very small, you could expand the design to include a "for demo" only remote that has arrow key buttons that could drive the demo. But you might need to add this functionality with ActionScript with Flash Builder.
    Good luck,
    Chris

  • Navigation in multi row field using ENTER key

    Contents of the field are deleted when I use ENTER key in a multi line field.
    Any solution?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nadeem Ameer ():
    Contents of the field are deleted when I use ENTER key in a multi line field.
    Any solution?<HR></BLOCKQUOTE>
    the normal that when you press an Enter key
    in a field which is a multi line field the cursor is moving to the next line.
    sol:verify that you don't write any wrong code in the key-enter trigger
    & check that you set the multi_line property of that item to yes.
    null

  • Control Using Arrow Keys

    Hope someone can help. I am new to Flash CS4 - still learning - and this has had me stumped for days! Deadline is still the same though...
    I am redesigning a powerpoint presentation which contains a lot of graphs etc (29 slides total) and I want to animate this in Flash. I have everything drawn up in Illustrator and I'm now at the stage of bringing this all over to Flash.
    Once I have everything in Flash and animated, what I want to do is allow the presenter (my client) to control playback using the arrow keys (aka powerpoint). My intention is to have labels at the various stages of the graph where the animation will stop (using stop();) and then when the presenter presses the right arrow key the presentation will continue to play. I also need the left arrow key to go back to the previous label in case they advance too far or they have to go back to review something.
    I also wondered what best practice would be when creating something like this. Should I create separate Flash files for each 'slide' and load them (don't really know how to do this) or use separate movie clips for each slide within the one Flash file? My lack of knowledge leaves me wanting to build everything along the one timeline but I guess this would get too complicated...
    Apologies if this has been answered elsewhere but after searching both the Adobe site and the web I cannot find a suitable solution.
    Thanks in advance.

    I'll try...
    I have a presentation that I am working on which contains a series of graphs, charts etc that I have animated. This is navigated through by using your earlier code for the arrow keys.
    Originally I had everything sitting on one timeline but this was getting too complicated to make the changes that I needed to do so I have spit each section into a separate file - now have 26 files plus the loader.
    I now need to be able to move backwards from one loaded movie to the previous one - ie a section loads - the presenter moves through it using the arrow keys, but if they have to go back they can simply keep pressing the arrow key to get to the start of that section and then when they press it again it will load up the previous .swf file (hope this is making sense).
    Code I have in my loader file:
    var ldr:Loader=new Loader ();
    addChild(ldr);
    loadNext("sections/01title.swf");
    function loadNext(swfName:String) {
    ldr.unloadAndStop();
    ldr.load(new URLRequest(swfName));
    Code I have in each section at the start to use the arrow keys:
    stop();
    // create an array to hold the names of the frame labels
    var labels:Array = new Array();
    // take the name of each label in a MovieClip and put each
    // one into the array...
    for (var l:* in this.currentLabels) {
        labels.push(this.currentLabels[l].name);
    // add an event listener to the stage to listen for key strokes
    stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler);
    // the function that interprets key strokes
    function keyDownHandler(event:KeyboardEvent):void {
        // find out where you are in the movieClip...
        var thisOne:* =labels.indexOf(currentLabel);
        // use the left or right arrow key press...
        switch (event.keyCode) {
            case 37 :// left arrow key
                if (thisOne!=0) {
                    gotoAndPlay(labels[thisOne -1]);
                break;
            case 39 :// right arrow key
                if (thisOne!=labels.length-1) {
                    gotoAndPlay(labels[thisOne + 1]);
                break;
    And at the end of each section I have the following code to load up the next movie:
    MovieClip(this.parent.parent).loadNext("sections/08woodmanagement.swf");
    I see that you have replied to my new post about this - do you want me to reply to that and stop using this thread?

  • How to use Remote key for linking two repository

    Hi,
    I have a challenge like not to repeate common tables like Company_code,Currency,Vendor name,customer name across all repositories.
    Is there any way I can use 'Remote key' to link different repository.
    I can create a Main table with all common attributes required across the repository but want to know how I can connect it to different repository.
    For example to get company-code in Vendor table , how can I link Company-code main table(customized) in another repository may be thru 'Remote key'.
    Going thru java api route is not prefffered for the sake of simple solution.
    Appreciate your help in providing any idea and detail steps for the process.
    -regards, Reo

    could you confirm the name and the existence of this file "IOMM_20121213_060736.csv" ?
    same error like:
    http://www.oracle-base.com/articles/9i/external-tables-9i.php
    if the load files have not been saved in the appropriate directory the following result will be displayed.
    SQL> SELECT *
      2  FROM   countries_ext
      3  ORDER BY country_name;
    SELECT *
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Countries1.txt in EXT_TABLES not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1Edited by: Fran on 10-ene-2013 23:32

  • My G5 won't boot up. The Gray screen comes on and it thinks about it until the fan revs up like it is about to explode. A friend said to start it up with the OS disk and then go to utilities. Didin't work. Any suggestions? Isn't there a key stroke to help

    Oh, so this is where I ask my question. Sorry, first time here. As I was saying in my long intro, the gray screen come up and the thing is spinning at the bottom, but nothing happens. Then the fan starts reving up like it is about to explode and I have to manually shut it off. A friend told me to start it up with the OS disk and then go to utilities. I couldn't find the thing, so I went out and bought another. Needless to say, it didn't work. Is there a key stroke to help jump start the machine? How can I get into this thing? I would prefer not to take it in because there are a lot of things on there I don't want just anyone to have access to.Thanks, in advance, for your help!

    The last time you had to hold down cmd opt pr more than twice was a decade ago....
    G5? PowerPC? 10.5? or earlier....
    https://discussions.apple.com/community/desktop_computers/power_mac?view=discuss ions
    Apple has a number of resources like "Power or Startup Quick Assist"
    http://support.apple.com/kb/HT1149
    Your drive does need to be repaired, and best things to buy are another backup recovery drive, with a small OS X partition; a copy of Disk Warrior is expensive @ $90 but excellent and best.
    Never bother with or use the drive or reinstall while there are errors. Don't take a "clean' bill from Apple Disk Utility to mean there are no errors. Only that it didn't find what it looked for.
    http://www.macintouch.com/readerreports/harddrives/topic4557.html#d12aug2010
    http://www.alsoft.com/DiskWarrior/index.html
    A quick search "keyboard shortcuts" takes you here:
    http://support.apple.com/kb/HT1343
    how to resolve and fix startup issues with fsck and disk utility:
    http://support.apple.com/kb/TS1417
    http://macperformanceguide.com/Mac-HowToClone-backup.html
    http://macperformanceguide.com/Mac-HowToClone.html
    How to use DU to backup and restore
    http://support.apple.com/kb/HT1553
    http://www.alsoft.com/DiskWarrior/index.html
    http://www.bombich.com/ccc_features.html
    Make sure to have multiple backup sets and of your system so if there is a serious problem, you can just erase and restore to be back runninig.
    Sounds like your G5 though needs PMU reset, not PRAM, and the best way for those is to clear nvram instead. might even want to check for dust; tell what System Profile says (later) as to "PowerMacX,Y" or "MacProX,1"
    http://www.apple.com/support/powermac or /macpro
    http://www.apple.com/support/sitemap/
    The Utility menu is on the menu bar of an "OS X Install DVD" and at the point where you get to but stop at "install....' for OS X. you probably do need to install OS X on another drive to work from.
    Oh, a real severe issue and damage to the drive directory or filesystem CAN in cases prevent booting from DVD (the system still tries to find and see what boot volumes are present) and can help to pull or disconnect the drive. Putting a drive in a FW case to turn on after startup is very useful.

  • Save for Web keyboard key stroke not worky

    I'd swear I've asked or seen this discussed in these forums...but I can find no thread, even when I search for my own screen name. At any rate, I think it also happened to me back in version 6. I'm now in version 8 on a Mac.
    The symptoms are the same as the last time this happened. The "shortcut" key strokes (on the Mac) are command + shift + option + S (probably use 'alt' instead of 'option and "control' instead of 'command' on Windows?). This will usually show a brief darkening of the File menu, but nothing else happens. Until...the same keys are pressed again! Of course, mousing to the menu item works fine, but I have managed to avoid carpal tunnel syndrome and still press all four keys with one hand! Sometimes I get my cat to help...
    Since Adobe is gracious enough to provide about three dozen various pref files, it should be a breeze to start archiving them and deleting the originals. NOT! However, in my searching for the likely pref file, I have discovered that the "Adobe Save For Web 8.0 Prefs" file seems to be AWOL on my System! I have over a dozen backups of that file in Time Machine, despite the fact that they all show exactly the same Modified date, which would normally be the only reason TM would save another copy of the file. This may also indicate why the settings for the Save For Web dialog never remember the last used settings; the file thinks it is getting written to but never changes its Modified date even thought that 'state' is obviously recognized by the OS. But that's all beside the point and I digress...
    SO...does anyone remember the 'trick' for getting PSE 6/8 to remember the Save For Web keystrokes the first time they are used, instead of waiting for 'verification?'
    Thanks!

    Barbara B. wrote:
    Uh oh. You should have had an uninstaller in the PSE 8 folder in applications. I'm afraid you may have set yourself up for bigger problems by doing it this way. You may well find that you will eventually need to download and run the CS4 cleanscript to get straightened back out again.
    You may be correct, but I've had no other problems after all the different un-install methods. The only pieces that are hard to find are those that Adobe chooses to hide deep in System areas. I suppose since they were one of the first Mac developers, they think they have special capabilities to put stuff any and every where they want. As well as special dispensation to do things anti-Mac ways. I can't claim to be a power-user, but I have never, ever felt the need to purchase/use any special "uninstaller" app. And I can't think of another app I've ever owned that even needed an "uninstaller" for it. That includes Canvas, php, Apache setups, etc. Frankly, and this is simply my opinion and obviously of little importance to absolutely no one else, the way Adobe does things seems to be extremely un-organized, not-well-thought-out and downright non-Mac. The only thing even marginally close to their confusing instal/uninstall process is Stanford's Folding@home set up. It sometimes requires a few Terminal commands...
    I will perform a search for that CS4 "clearscript" thing, however. Thanks!
    Even the response I got from my Support post assured me that...
    reset/restore the Preferences, click Yes or OK . Now try to use the "Save for Web" keyboard command by pressing "Alt+Shift+Crtl+S". I am positive that after following the above steps your issue will be resolved .
    OK, I get the rest/restore step. but what does the "alt+shift+Crtl+S" have to do with anything? It certainly is not the keyboard short cut for the Mac version of Elements. Perhaps the chap didn't notice the details in my message or the hardware/software information that came with my request for help. I find it strange that somehow the language differences cause the tech's positive belief that his steps would fix the issue that he also presents:
    If the issue is still not resolved then please send us the below mentioned information so that we can provide you with the best possible resolution:-
    1. Have you recently made any changes to your computer?
    2. Are you logged in as administrator ?
    3. Does the issue persist on another system or another user account ?
    4.     Do you get any error message while pressing the combination of "Alt+Shift+Crtl+S" keys on the keyboard? if yes then send us the screen shot of the error message that you are getting
    5.     Please provide the exact system Configuration with details along with the Versions.
    Every single one of those questions was included with the initial message I sent.
    I suspect that the problem is, indeed, in my System, somewhere. I installed Elements on my wife's MBP and it operated normally, even the command+option(alt)+shift+S command. So, when I get some time this week, I'll start up in Safe mode and see if that helps. If not, I'll start removing third-party Pref Panels and apps, a few at a time. If none of that helps, I may try retrieving files from Time Machine. As a last effort, I can always do an Archive and (re)Install of Snow Leopard. I'm just not sure it's worth all the effort to get one measly short cut... The only thing I know for sure is that I will not be seeking any more help from Adobe's "tech support." Why bother, they don't/can't even read the messages their own system sends!

  • After zooming in on an object using arrow keys to nudge, it crashes most of the time

    After zooming in on an object, using arrow keys to nudge, it crashes most of the time.
    Versions:
    Illustrator CS6, latest update
    Mac OS X 10.9.4
    FontAgent Pro 6.2
    Troubleshooting I've tried
    -trashed all related Illus. preferences
    -updated the only plug-in being used (FontAgent Pro), to the latest
    -disabled all but absolutely necessary fonts
    -repaired both system and user permissions
    -quit all other apps, so that only Illus. running.
    -fonts verified
    Was never a problem until a couple weeks ago, so the obvious question is "what changed?".  The two things we changed in the time period that the crashing started, is we replaced a balky external drive with a new one, and started our TimeMachine backups over again. And #2, we updated to the latest CS6 versions (due to other quirky issues).
    One odd thing to point out...perhaps is "normal", but in the crash reports, it's reporting that Illustrator is 16.0.0, but "About Illustrator" shows that it's 16.2.2.
    Everything else running fine on this iMac -- no reason to suspect it's the operating system.
    Has anyone run into this bug? If so, what have you done to fix this?
    I've not seen anything like this mentioned in Adobe's update change logs or their troubleshooting info.

    -> go to View Menu -> Toolbars -> select "Navigation Toolbar"
    -> go to View Menu -> Zoom -> click "Reset"
    -> go to View Menu -> Page Style -> select "Basic Page Style"
    -> go Tools Menu -> Clear Recent History -> Time range to clear: select EVERYTHING -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE any Unwanted/Suspicious Extension (add-ons) -> Restart Firefox
    You can enable the Trustworthy Add-ons later. Check and tell if its working.

  • Acrobat X Pro 10.1.12 under Yosemite crashes when trying to use arrow keys to navigate.

    Acrobat X Pro 10.1.12 Mac
    Yosemite OS X 10.10.1
    Acrobat now crashes when attempting to use arrow keys to navigate. This is true on both MacBook Pro 15 retina and Mac Pro.

    I ended up upgrading to Acrobat XI. This works, but Adobe is up to its old tricks changing the interface from what we're used to using. They now have decided to hide all the tools. You have to delve deep into the program to find the tools, then set up your own tool menus. Lord help you finding a tool that you use too occasionally to put on a custom menu.
    Adobe has been doing this for years now. In Photoshop of olden days, it was simple to set up a brush, say, that you used frequently. Quite a few updates ago they made that vastly more difficult. And they've replaced words with happy little icons, that are not at all intuitive to use. I challenge you, too, to look at the icon for the airbrush and tell me whether it is on or off. (Sorry, this is mainly about Photoshop, but what they've done to the latest Acrobat is just as bad.)
    Of course, their ultimate cuteness in making things difficult for the user is their essential abandonment of a Help system. You can't do a simple look-up of a function -- you have to go to an internet site and sort through a bunch of forums and user comments to get any information.
    JEEZ Adobe!

  • Web Service Proxy error: "No operation found using soap keys"

    I'm trying to use the new tools, and having a little trouble. Not many results when searching for this error message.
    I have developed and deployed a new Java web service proxy using the outside-in approach according to the [help docs|http://help.sap.com/saphelp_nwpi71/helpdata/EN/46/7f2fef88190ad3e10000000a11466f/frameset.htm] (PI 7.1 SP07, NWDS 7.1 CE SP09 PAT0000). Started with a Service interface in ESR, then generated a java bean skeleton into a new EJB project in NWDS, then wrote business logic and deployed.
    When I test the web service (with 3 different SOAP test clients) I get the same error, below:
         <faultstring>com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException:
    No operation found using soap keys [], [spmat_jdbc_receiver_proxy]. InterfaceMapping Object class:
    com.sap.engine.services.webservices.espbase.mappings.InterfaceMapping mappings: {BindingQName=
    {urn:nexeninc:pi:ll:spmat:100}SI_I_Sync_SPMAT_JDBC_Receiver_ProxyBinding, BindingType=Soap, PortTypeQName=
    {urn:nexeninc:pi:ll:spmat:100}SI_I_Sync_SPMAT_JDBC_Receiver_Proxy, JAXWSInterface=true, InterfaceMappingID=-
    27e4d529:127632b5c52:-7ebb}.</faultstring>
    My service endpoint interface looks like this (unimportant lines removed):
    package nexeninc.pi.ll.spmat._100;
    @javax.jws.WebService(name = "SI_I_Sync_SPMAT_JDBC_Receiver_Proxy", targetNamespace = "urn:nexeninc:pi:ll:spmat:100")
    @javax.jws.soap.SOAPBinding(parameterStyle = javax.jws.soap.SOAPBinding.ParameterStyle.BARE, style = javax.jws.soap.SOAPBinding.Style.DOCUMENT, use = javax.jws.soap.SOAPBinding.Use.LITERAL)
    public interface SIISyncSPMATJDBCReceiverProxy {
      @javax.jws.WebMethod(operationName = "SI_I_Sync_SPMAT_JDBC_Receiver_Proxy", action = "http://sap.com/xi/WebService/soap1.1")
      @javax.jws.WebResult(name = "spmat_jdbc_receiver_proxy_response", targetNamespace = "", partName = "spmat_jdbc_receiver_proxy_response")
      public generated.SpmatJdbcReceiverProxyResponse siISyncSPMATJDBCReceiverProxy(@javax.jws.WebParam(name = "spmat_jdbc_receiver_proxy", targetNamespace = "", partName = "spmat_jdbc_receiver_proxy") generated.SpmatJdbcReceiverProxy spmat_jdbc_receiver_proxy);

    (continued from above post)
    And my implementation bean looks like this (unimportant lines removed):
    package nexeninc.pi.ll.spmat._100;
    @SessionHandlingDT(enableSession = false)
    @AuthenticationDT(authenticationLevel = AuthenticationEnumsAuthenticationLevel.BASIC)
    @TransportGuaranteeDT(level = TransportGuaranteeEnumsLevel.NONE)
    @WebService(serviceName = "SI_I_Sync_SPMAT_JDBC_Receiver_Proxy_Service", portName
    = "SI_I_Sync_SPMAT_JDBC_Receiver_Proxy_Port", endpointInterface
    = "nexeninc.pi.ll.spmat._100.SIISyncSPMATJDBCReceiverProxy", targetNamespace = "urn:nexeninc:pi:ll:spmat:100", wsdlLocation
    = "META-
    INF/wsdl/nexeninc/pi/ll/spmat/_100/SI_I_Sync_SPMAT_JDBC_Receiver_Proxy/SI_I_Sync_SPMAT_JDBC_Receiver_Proxy.wsdl")
    @Stateless
    public class SIISyncSPMATJDBCReceiverProxyImplBean {
         @RelMessagingNW05DTOperation(enableWSRM = false)
         public generated.SpmatJdbcReceiverProxyResponse siISyncSPMATJDBCReceiverProxy(
                   generated.SpmatJdbcReceiverProxy spmat_jdbc_receiver_proxy) {
              System.out.println("Starting siISyncSPMATJDBCReceiverProxy.");
    When we first created the new endpoint in NWA, we tried asigning a new name for both "Service Endpoint Name" and "In New Service", and we received this error.
    We then deleted the endpoint and created another new one, setting "Service Endpoint Name" to match the portName in the implementation bean: "SI_I_Sync_SPMAT_JDBC_Receiver_Proxy_Port", but that didn't work either. The only option we enabled in the endpoint was HTTP authentication: User ID/Password.
    My ejb-j2ee-engine.xml and application-j2ee-engine.xml are both empty (but they exist).
    I am new to EJBs and JAX-WS so hopefully it's something simple. All help appreciated!
    Apologies for the long (and wide) post.
    - Rob

Maybe you are looking for

  • Error while trying to update to ios 5

    I keep getting an error while trying to update to iOS 5. I update iTunes this morning to the lastest version so I know that isn't the problem. I have tried restarting both my computer and my phone, but contine getting "The iPhone could not be restore

  • How to show the message BAPI call delievers

    Hi, Experts, I have called some back end FM via BAPI. Also the message that FM generates will be sent back to WD context. How can I show them on the top of the screen. Best regards, Fan

  • Whether to import the class file put in JAVA_TOP

    I have put the java class file in JAVA_TOP. Now i want to access the method in that class from jsp, is it necessary to import the class file path in jsp. Without importing the class file path how can i access the method. JSP Coding <%@ page contentTy

  • Cannot resume after suspend

    Hello friends! My problem with Arch Linux is that i could not resume my laptop after open the lid. Its just resume for 5 seconds and then shutdown by itself... Can somebody tell me how to fix this? My laptop is HP g62 Everything works fine except the

  • How to set our own main application titlewindow  background color ?

    Hi guys   i stuck in a problem . i wanna change the background color of titlebar in adobe air . i am unable to set it by changing the systemchrome to none and      transparent to true . in flash builder 4 . Thanks and regards Mohit