Where is "UserTransaction" stored in the WL JNDI tree?

I am trying to get a UserTransaction object from the Weblogic JNDI tree,
using following instruction
InitialContext lCtx = new InitialContext();
UserTransaction lTran = (UserTransaction)
lCtx.lookup("java:comp/UserTransaction");
I got following error messages:
javax.naming.NameNotFoundException: Unable to resolve
'java:comp.UserTransaction' Resolved: '' Unresolved:'java:comp' ; remai
ning name 'java:comp.UserTransaction'
What's the correct JNDI location for the JTA UserTransaction object in
Weblogic 7.0?
Thanks,
Lian

try
UserTransaction xact = (UserTransaction)
ctx.lookup("javax.transaction.UserTransaction");
sree
"Lian" <[email protected]> wrote in message
news:3eb009c4$[email protected]..
I am trying to get a UserTransaction object from the Weblogic JNDI tree,
using following instruction
InitialContext lCtx = new InitialContext();
UserTransaction lTran = (UserTransaction)
lCtx.lookup("java:comp/UserTransaction");
I got following error messages:
javax.naming.NameNotFoundException: Unable to resolve
'java:comp.UserTransaction' Resolved: '' Unresolved:'java:comp' ; remai
ning name 'java:comp.UserTransaction'
What's the correct JNDI location for the JTA UserTransaction object in
Weblogic 7.0?
Thanks,
Lian

Similar Messages

  • Beginners question - making sense of form, item, pane & variable (with relation to where data is stored in the SQL database)

    Hi Everyone,
    I am new to writing reports (SQL code) for SAP, however I am aware that inside SAP Business One it is necessary to enable System Information (from the View menu) in order to see which tables (and related table attributes / column names) are related to various aspects of the various SAP 'modules' (e.g.: A/R Invoice).
    Using an A/R Invoice as an example I can see at the row (or line) level that an item with the description of 'Opening Balance Transfer' is contained in the table INV1, within the attribute (or column) called Dscription.
    However not every 'on screen object' shows a table / attribute. For example in the same A/R Invoice if I hover my mouse over the Balance Due field all I see is Form related information.
    My question is 'How do I make sense of the Form, Item, Pane, Variable information?', with relation to where data is stored within the SQL database?
    Links to online tutorials explaining how this feature of SAP Business One will be much appreciated, along with any personal advice regarding working with this information.
    Any (and all) help will be greatly appreciated.
    Kind Regards,
    David

    Hi David,
    1.Here I am explaining use of each field except pane
    a. Form ---> Used in additional authorization creator
    b. Item, column--->Useful in creating Formatted search queries (FMS)
    c. Variable --> Some of the field values based on another values. ie. indirect values.
    d. INV1---Table name
    2. How to get variable?
    As per your second attachment, to get balance due ,you need doc total field from OINV table. For example,
    SELECT T0.[DocNum], T0.[DocTotal] FROM OINV T0 WHERE T0.[DocNum] = 612004797
    Thanks & Regards,
    Nagarajan

  • Where are iBooks stored on the new Mavericks OS?

    I was trying to find where Apple is storing the iBooks on Mavericks.  I knew where it was before Mavericks.  I download a lot of books and pdfs from the Internet that I manually add to iBooks and I would like to know where they are being stored.  I am trying to get my wife's mac with the same books and mine.  Right now it is missing a few.  It would be easier to just find where they are stored and copy them than for me to go to all ot these websites and redownload everything.

    Creating an OS X-style "alias" is not enough. I haven't tried the following solution (and I won't do it myself as my HDD is big enough, sorry), but the correct way to do this kind of jobs on OS X is to create a "symlink", or "symbolic link", which is a UNIX-style alias (read more about it on Wikipedia if you'd like to). To put it short, you type/paste the following commands into Terminal.app, one at a time (you will be making changes to your system files and you will be prompted for your admin password, which is pretty dangerous if you don't understand the mechanisms—remember to quit iBooks.app first, make backups, and be prepared for any damages):
    sudo mv "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks" "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS FOLDER";
    sudo ln -s "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS" "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    You should change "EXTERNAL DRIVE" to the name of your drive, and replace "PATH TO IBOOKS" with the path you want to store iBooks documents on your external drive. For instance, replacing "PATH TO IBOOKS" with "iBooks" simply creates a directory named "iBooks" under the root directory of your external drive with the iBooks data. Note that after doing this you won't be able to properly use iBooks without connecting the external drive.
    This might or might not work, but I hope this helps.
    (If this doesn't work, recover to the original state by quitting iBooks.app first, and type/paste the following into Terminal (you might again be prompted for your admin password):
    sudo rm -rf "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    sudo mv "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS FOLDER" "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    This will most likely recover your original working state of iBooks.)

  • RDS Per Device CAL - Where is it stored on the Client?

    I'm having an issue with running out of CALs too quickly. 70 clients with 100 Licenses.
    I have Deep Freeze on several of the Thin Clients. After restarting the thin clients the revert back to a default state, removing any changes. I believe that when my RDS server issues a CAL to one of these, the thin client looses the issues CAL to it once
    it restarts. SO my question is, where Does the CAL get stored specifically so I can allow that area to be changed. 

    Hi Jmair,
    When Per Device licensing mode is used, and a client computer or device connects to an RD Session Host server for the first time, the client computer or device is issued a temporary
    license by default. When a client computer or device connects to an RD Session Host server for the second time, if the license server is activated and enough RDS Per Device CALs are available, the license server issues the client computer or device a permanent,
    RDS Per Device CAL. The temporary license is valid for 90 days.
    An RDS Per User CAL gives one user the right to access an RD Session Host server from an unlimited number of client computers or devices. RDS Per User CALs are not enforced
    by RD Licensing. As a result, client connections can occur regardless of the number of RDS Per User CALs installed on the license server. This does not absolve administrators from Microsoft Software License Terms requirements to have a valid RDS Per User CAL
    for each user. Failure to have an RDS Per User CAL for each user, if Per User licensing mode is being used, is a violation of the license terms.
    Client will get a Temp CAL while it firstly logged on the RDS server. After the client logged off and logged on the RDS Server again. The client will get a permanent CAL. So
    you could see the temp CALs, it’s expected behavior.
    More information:
    Remote Desktop Services Client Access Licenses (RDS CALs)
    https://technet.microsoft.com/en-us/library/cc753650.aspx
    Revoke a Remote Desktop Services Per Device Client Access License
    https://technet.microsoft.com/en-us/library/cc732416.aspx
    HOW TO: Use the Terminal Services Licensing Reporter Tool (Lsreport.exe)
    http://support.microsoft.com/en-us/kb/317592
    Specify a License Server for an RD Session Host Server to Use
    https://technet.microsoft.com/en-us/library/cc770585.aspx?f=255&MSPPError=-2147217396
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Where is data stored for the podcast?

    I created a Podcast last week on my iBook G4. On Friday my MacBook Pro was delivered.
    Now I want to find it in all of the files I transferred so I can work on it further. It was uploaded to web.mac.com, so I can see it there. But I can't find the file in the new iWeb that was pre-installed on the MacBook, and have no idea how to locate the file to open it...
    Since it was kind of a practice run, I didn't pay a lot of attention to what it was named, but it was good, and well worth continuing to work on!
    So - can anyone tell me the default location where iWeb saves files? I do have the entire iBook backed up on the external hard drive, too.
    Thanks!

    See if this helps:
    http://homepage.mac.com/thgewecke/iwebdata.html

  • How to find where downloads are stored on the tablet

    I have had McAfee anti-virus software downloaded onto my tablet but I am unable to locate the download to install this software.  Where do they reside?

    A virus checker is worthless on a PlayBook. No need for it.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Where are podcasts stored on the iPhone?

    Help Please. I'm a new iPhone / iTunes user and am stumped. I downloaded a bunch of podcasts using iTunes, and they are all showing up and available in my iTunes podcasts library. They are all checked off, and I think that they synched over to my iPhone, but I can't figure out where they are on the phone to play them. I went into iTunes on the iPhone, and looked in the library, but they are not there. So I looked in other locations, where I can browse for may other podcasts to download.

    probably a little late but I just had to figure this out on my own, and would have appreciated the answer. I am not sure if this is your problem but (referring to the iphone 4s) you click on music --> more --> say abra kadabra --> click on podcasts and voila.

  • Where are downloads stored on the phone?

    downloaded 2 files and can see them in app as downloads but cannot find them using file manager root explorer. need to move them to sdcard

    Ah, I think this might be caused by [https://bugzilla.mozilla.org/show_bug.cgi?id=596370 bug 596370]: If the file you click on is automatically opened by another application, Firefox will delete it when the browser closes. If you want to save the file permanently instead of just viewing it once, you can press-and-hold on the link and choose "Save Link" instead of just tapping it.
    This is a known problem with Firefox that I hope will be fixed in a future version.

  • I scanned some black and white negatives into my computer (iMac) where they were stored aas positives on the hard disc. When I import them to iPhoto they turn back into negatives. How do I change them into positives for printing?

    I have scanned some black and white negatives into my computer(iMac) where they are stored on the hard disc as positives.When I import them into iPhoto to print they turn back into negatives.How do I turn them back into positives?

    That's because you scanned them as B/W photos and iPhoto 08 doesn't support the grayscale color profile.  You can either rescan them as color photos or export them as originals out of iPhoto to a folder on the desktop and applhy this Automator application, Convert to JPG and Embed sRGB Profile, on them and then remimport into iPhoto. You can download it from  Toad's Cellar .  Be sure to read the warning on the website about not applying it on your only copies.
    OT

  • Where are the SyncBOs stored in the server.

    Hi,
    I have created some SyncBOs in the SAP system. Now I want to take back up of them..
    Can I know where are they stored in the server and how can I go about having there backup?
    Waiting for some quick answers
    Ankur

    Hi Ankur,
    Try this....
    Go to the transaction merep_mig---->and in Transport Action tab select Download to File radio button -->and in Selection for SyncBO ID tab select required sync bo to down load.
    Hope this help you.....
    Regards,
    Murthy

  • SQL Developer 1.5 where are connections stored?

    SQL Developer 1.5 where are connections stored?

    The connections are in
    C:\Documents and Settings\Application Data\SQL Developer/system1.5.0.53.38/o.jdeveloper.db.connection.11.1.1.0.22.49.35/connections.xml
    If you want to back them up, you can just right-click export from the tree.
    -kris

  • PS CS5 preset sizes, where are they stored?

    I recently installed CS5 Extended and I have so many special sizes for images stored for versions in the past and would like to import these
    so I don't have to start from scratch. Does anyone know where they are stored in the programs?  I have 4 for mac and converted over to 5 extended for
    windows?

    He's talking about saved, named preset sizes in for example the File New dialog.
    I hadn't made any size presets up to now myself, but one can use a method like the following  to find files stored from the various Photoshop features:
    Save your preset or whatever with a unique name, not likely to be used for any other file.
    Search your system for a file with that unique name, or with that name in its content.
    Windows Search leaves a lot to be desired, so step 2 may not straightforward, but it can be done.
    I have already found that the presets aren't stored in separate, discrete files.  Now I'm doing a content search and will report back here if I find where the presets are stored.
    -Noel

  • How are items stored in the iPhone?

    Where are files stored on the iPhone? When I connect to my computer, where should I look? I am especially trying to find messages and vm files.
    Thank you.

    Message and VM (virtual memory?) files... ? Which specific applications? It sounds to me like you've become used to managing such things on an alternate platform (Android?) and now you're trying to apply the same thinking to the iPhone? It's not the same and usually not necessary to connect your phone to the computer for much of anything these days. But then again, I use my phone as it was designed and don't walk the fine line of digging into its guts.

  • Where are documents stored please??

    Hi all,
    Can somebody tell me where documents are stored in the Blackberry please?
    I have transferred some files to the BB and on my G drive they show up but i can't seem to find the doc's folder.
    Thanks all,

    Hi Charliec, go to mennu, media, press menu again and explore, look in the device and in the memory.
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Where are Connected Servers on the HD

    Hello,
    i have an ubuntu machine acting as an Active Directory (LDAPv3) with a Samba Domain.  I can see the server's name in the Finder under the Shared pane, but I have no clue where this machine is on the local HD tree.  I think it used to be /Network/Servers, but I also think that's obsolete since Leopard.
    The reason I need to know is because in LDAP, I have to tell the server where the user's home directory should be mounted to.
    i.e.
    apple-user-homeDirectory: /Network/Servers/MY-Server/home/User
    So where can I find the servers under the shared pane on the HD tree?  I.e. in which folder? subfolder/
    Thanks,
    Sam

    It just says:
    smb://NetBiosName
    I need the physical locaiton on the HD

Maybe you are looking for