Toplink - JPA ignores lazy fetchtype , when it should NOT

I'm using Blaze Data Services (The open sourced component of LiveCycle Data Service) , as well as Spring.
Basically, I have concluded that even while closing the entity manager within the DAO, calls to get a collection on an object after the service layer has returned result in toplink trying to find the objects, vs finding null (or indirect list).
This is only supposed to happen while the Entity Manager is open, correct?
Here's a basic overview of my model
public class Store {
// ManyToMany
// Lazy
Collection<Catalog> catalogs;
public class Catalog {
// many to many
// lazy
Collection<Category> categories;
public class Category {
// many to many
// lazy
Collection<Product> products;
public class Product {
// here's the kicker
Collection<Category> categories; // the categories this product is in
I run into major problems when BlazeDS begins to serialize the beans, in that my lazy mappings are ignored, and tons of SQL statements begin to fire. In fact, the cyclic relationships cause the parent objects to be built as children of their children, for instance, a Product causes Categories to be built yet again, then Products, and it results in a heap space overflow.
Basically, the only way I was able to work was by removing the mappings entirely.
If I'm going to do this, I may as well not even use toplink. :-/
Thanks in advance for any help!

Also, the relationships I am talking about are not OnetoOne, or ManyToOne. I am not using toplink-agent, but the relationships I am having problems with are ManyToMany.
DAO Method
....public Collection<Store> findAll()
........EntityManager em = emf.createEntityManager();
........try
............Query query = em.createNamedQuery("findStores");
............return query.getResultList();
........finally
............em.close();
Bean definition
@Entity
public class Store implements Serializable
....@Id
....@GeneratedValue(strategy=GenerationType.SEQUENCE,
........................generator="mySeq")
....@SequenceGenerator(name="mySeq",
........................sequenceName="my_SEQ",
........................allocationSize=1)
....private long id;
....@Column(name="DESCRIPTION")
....private String description;
....@Column(name="SHORT_DESCRIPTION")
....private String shortDescription;
....@Column(name="LAST_UPDATE_USER")
....private String lastUpdateUser;
....@Embedded
....private TriggerAttributes triggerAttributes;
....@Column(name="NAME")
....private String name;
....@ManyToMany(fetch = FetchType.LAZY)
....@JoinTable(name="STORECATALOG",
................joinColumns = @JoinColumn(name = "STORE_UID"),
................inverseJoinColumns={@JoinColumn(name="CATALOG_UID")})
....private Collection<Catalog> catalogCollection;

Similar Messages

  • Some words end up being underscored when they should not be

    I end up with some words dbl underscored at a site when using fire fox and they should not be
    == This happened ==
    Every time Firefox opened
    == since i installed ff on here

    Those are usually IntelliTxt type links.
    See http://en.wikipedia.org/wiki/IntelliTXT
    You can look at Adblock Plus: https://addons.mozilla.org/firefox/addon/1865
    You need to subscribe to a ''Filter list'' (e.g. the ''EasyList''): http://adblockplus.org/en/subscriptions
    Adblock Plus forum: https://adblockplus.org/forum/

  • Items grayed out when they should not be

    I have some apps where files that should be available for opening are instead grayed out when they shouldn't be. They never used to be grayed out until recently, and they are a correct file type. (Open is set to "All files" not just the file extension, so it's not an oversight).
    Which part of the OS is responsible for choosing what items will be available in a file list (i.e. not grayed out)? I'd like to rebuild it since it seems to be corrupted. Also my LaunchServices seems to be messed up as well because some apps are not available for certain file types "Open With" when they ought to be. Terminal command? Disk Warrior? TinkerTool? Thanks.

    Hi,
    If you aren't confident in using Terminal check out this site for help with Launch Services.
    http://www.thexlab.com/faqs/resetlaunchservices.html
    Carolyn

  • PackageMaker: requiring admin password when it should not

    I've been seeing a really strange "anomoly" with a package I've created.
    None of the files in the package are configured to require the Admin password and the install
    destination is specified to be the user home directory.  However, with the *same* .pkg file, I
    see three different installations:
    1)  Everything goes along with minimal interaction and everything is installed where it
    should be.
    2)  Almost the same, except the user is presented a window asking where to install the
    package: the user directory or some other location.
    3)  With either of the two above, there may be a popup requesting the admin password.  But
    even with the correct password, the package files are not installed; even though the install
    is declared successful.  (I haven't been able to figure out where it thinks the files are going.)
    So there are really two questions.  First, why is the user ever queried about the destination
    of the package files when the package is configured to use the home directory.  Second,
    why is the user promoted for the admin password.
    As I said, this is with the same package file.  Double clicking it will present one of the
    scenarios above.
    This certainly makes for a poor installation experience.  I'm wondering it there is something
    I've done (ore haven't done) which would cause these to happen.
    Suggestions or comments welcome.
    Oh yes, it makes no difference whether I use the PackageMaker GUI or the command line
    interface.
    - Mark

    try double clicking a song with a !
    in the resulting pop up hit locate
    browse to the location of the song and select it
    in the next pop up tell it yes to use the location of that song to find other items

  • When I should abort a instance, when I should not?

    Hi there.
    I'm designing a process that controls an insurance policy sale and that has a deadline for it's processing. If this deadline is reached, the process must go through a exception flow which will cancel the sale and decline the insurance policy. My question is: whenever this happens, I should end the process instance within ALBPM with an aborted status or by reaching the end activity after processing the exception?
    In other words, thinking in a generic way, one could question: is it okay, withing a modeling view, to abort an instance when a business exception occurs?

    Dear Right,
    I am working on a project where I need to do reporting using Hyperion from ALBPM work list/process instance data. The report needs to be generated on current instance data as well as completed or rejected instance data. Please confirm if my approach is correct or not.
    1) Use BAM or Data Mart database for the reporting on current instance.
    2)Use Archival Data for the Reporting on historical data for the instance that are completed and rejected.
    However, I have following question for that I didn't find any clear idea. I would appreciate if you get me some help here:
    + Our business process might stay longer for some cases, say could be a year or more before it gets approved or rejected. As per Bea documentation of Business Activity Monitoring (BAM) and Business Activity Data Mart (Data Mart), BAM records information about process instance performance and process workload over a recent time period, usually 24 hours where as the Data Mart stores data similar to BAM, but over longer periods of time.
    So what do you/Bea suggest/recommend to have out of BAM and Data Mart? Can it Data Mart hold data for such long.
    + For historical reporting:
    0) Does this archival happen from engine Db or BAM/Data Mart?
    0) As per Bea; process information is copied to the archive database after a process is completed or aborted, based on the archiving schedule configured in the Process Administrator in the Services pane of the Edit Engine section. And also ALBPM business processes do not require data from an instance once this instance has ended, so process instances are discarded upon instance expiration. So does this also flush out the process instance data from BAM/Data Mart as well or BAM/ Data Mart data will flush out as per duration configured in ALBPM. Please confirm.
    + There must have been some reason while designing the three different way to hold process instance data from:
    #1. Engine DB,
    #2. BAM/Data Mart,
    #3. Archival Database.
    Can you please throw some light why it has been designed this way?

  • Function module when used should not display ALV

    Hi ,
    All ABAP Gurus
    I want to use a function module WS_DELIVERY_MONITOR which should give the VBELN on the basis of CHARG in internal table so that on the basis of VBELN I can fulfil further requirement and display the final output in ALV.
    But this function module when executed display an ALV.
    My requirement is that it should retrieve all the VBELN on the basis of CHARG (which is in the internal table and is passed to the function module) in an internal table and do not display the ALV so that when all the VBELN come in internal table then I can perform further calculation.
    Please guide me in this matter.
    Thanks & Regards
    Bharti Jain

    Hi Bharti,
    Please try calling FM 'WS_LM_DATA_SELECTION' instead. This FM is callled inside main FM 'WS_DELIVERY_MONITOR' and is used to fetch data. You will only need to fill extra import parameter for using  this FM ( if_flag_inbound) and two changing tables  (lt_postab) and  ( lt_postab_kodat), which will have results. 'if_flag_inbound' field will be having value X for all inbound cases.
    I have used the same FM to get open deliveries:
    CALL FUNCTION 'WS_LM_DATA_SELECTION'
        EXPORTING
          if_proctype                 = c_proc_type_f
        TABLES
          it_matnr                    = i_deliv_matnr
          it_lgort                    = i_deliv_lgort
          it_lfart                    = i_deliv_type
          it_kostk                    = i_deliv_kostk
          it_wbstk                    = i_deliv_wbstk
          ct_postab                   = i_deliv_nos
        CT_POSTAB_KODAT             =
        EXCEPTIONS
          no_data_found               = 1
          wrong_proc_type             = 2
          OTHERS                      = 3 .
      IF sy-subrc = 0.
    **-Calculate open delivery quantity
        LOOP AT i_deliv_nos INTO wa_deliv_nos
                                 WHERE NOT posnr IS INITIAL.
          pc_open_deliv_qty = pc_open_deliv_qty + wa_deliv_nos-lfimg.
        ENDLOOP.
      ENDIF.
    <removed by moderator>
    Edited by: Thomas Zloch on Sep 7, 2010 9:06 AM - please do not ask for ...

  • ITunes library cannot load from NAS - Asking password when it should not...

    Hi all,
    I just updated from Windows 8 to Windows 8.1, worst idea ever. Tons of problems appeared including this really strange one.
    iTunes, for a reason or another, decided to reset my library path, which mean all my songs have the "!" symbol in front, saying iTunes cannot find it. So I went in the preference menu to change it back to what it was (it was on the default folder now). My library was running from my NAS drive, using the "Z" letter on my computer. When I click on the button to change the library folder and select my NAS (it appear in the "Network" field), it ask for a password. Still, there is no password on the NAS, and I have no problems opening the NAS from the network menu BUT from the itunes options...
    I tried using my NAS admin account (didnt work), windows account (didnt work), admin admin (didnt work).
    What is the most frustrating is that I can go see the files and play them from the NAS on my computer, it's just itunes that is completly broken for no reason...
    Is there AT LEAST a way to force itunes to change the folder from a file or something?
    Thanks a lot for the help in advance guys.
    PS: Really, this is the last time. If I loose my library I will never use itunes again... I'll find any crappy program that can surely not do better, but at least work...

    try double clicking a song with a !
    in the resulting pop up hit locate
    browse to the location of the song and select it
    in the next pop up tell it yes to use the location of that song to find other items

  • Having issues with created PDFs requiring Japanese language font pack when they should not

    Last week, I created 3 forms for someone. They wanted a fourth, so I put that together today, but halfway through making it, my Livecycle crashed and refused to load up again (I have NO idea why...), so I reinstalled it. I went on to finish making the form, but for some reason, even though the language settings is set to English and not viewer's default locale, the form requires a Japanese font pack. My computer is set to Japanese locale, but with the default language set to English, it should bypass this. The oddest thing is that one of the 3 forms that I already created and sent to them (and worked fine!!!), now also asks me for Japanese language font packs. What the heck is going on?
    The forms use nothing other than Myriad Pro, which is set to be embedded. My Acrobat opens them all just fine and shows font properties correctly, but my Reader dies and asks for Japanese font packs. Please help, thank you!
    http://dl.dropbox.com/u/1910267/injection.pdf
    This is a link to one of the 2 forms that is giving me trouble. It's simple, and was already created before my Acrobat reinstall, yet is now asking for Japanese fonts...
    Edit: Forms were created using Livecycle Designer ES 2.5. I'm testing with Acrobat X and Reader X.

    Thanks for your reply!
    Ok, the form I linked, I actually only tested on my own machine, but had the Japanese font error so I assumed it held true for the new one as well. Here is the one I made today that has been tested on 4 computers (list below): http://dl.dropbox.com/u/1910267/treatment_notes.pdf
    These are the computers it was tested on:
    My own computer (Windows 7, format/location set to English/US, default non-Unicode language Japanese, System Locale Japan) - pops up error in Reader X, but not Acrobat Pro X
    These 3 computers are all set to complete English/US and do not have Acrobat:
    The recipient's computer (not sure what OS, likely Reader X, no other languages installed) - popped up the error asking for Japanese fonts
    My mother's computer (XP, Reader 9, I know it has Chinese installed, but I don't think it has Japanese) - no errors
    My brother's computer (Vista, Reader 9, no other languages installed) - popped up the Japanese font error
    And just for fun I tried on the HP Touchpad (Reader 10.3), but it just gives that error that it can't display the contents of the pdf. I think the WebOS port of Reader either is horribly incomplete somehow, or otherwise I have no idea.
    I noticed the similar threads, but since they are unanswered, I thought I'd try again and see if I could get an answer. I've got my hands in the air at this point...

  • Component tree destroyed when it should not be

    I have a custom component which derives from UICommand, clicking on which pops up a new window ... i have a listener associated with this component ... within this listener I call the setAction(outcome) method on the associated UICommand component with an outcome string (whose navigation rule is defined in faces-config.xml) ... This works properly in that the new window opens with the correct JSP.
    However, in doing this, JSF destroys the component tree of my original page ... Hence when I perform some operation on the original page (after opening the new window), it constitutes a new tree instead of using the tree which was already created for this page ...
    How do I solve my problem? - I'd like the original component tree to not get destroyed as well as work with the new window.
    Thanks.

    Currently, JSF only saves the current tree (it does
    not save more than one tree). A new State Saving
    proposal is being developed which will
    address the problem you are having.
    -rogerWow, that's a pretty significant change. Can you give us any hints about other major differences currently under consideration for the next revision?
    Thanks,
    Jonathan

  • Default Activity changing when it should not

    We have a problem where if I use a general task list with 2 operations and both have a seperate activity type assigned, when creating a new SM order we pull the Tasklist into the order but we change the default work centre, this change in default work centre causes the default activity type on the first operation to change to the same default activity type as the one on the second operation which is undesired.
    However it is inconsistent when this happens has anyone seen this before or does anyone know if there is an OSS creection for this problem, although I suspect it may be data setup related.
    thanks

    The script have to be something like:
    *WHEN RPTCURRENCY
    *IS LC
    *WHEN RCOST_CENTER
    *IS RCCA_NONE
    *WHEN AUDITTRAIL
    *IS CC_FY
    *WHEN TIME
    *is 2015.12
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.01", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.02", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.03", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.04", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.05", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.06", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.07", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.08", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.09", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.10", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.11", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.12", AUDITTRAIL = "CC")
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    Without any *XDIM_MEMBERSET!
    Vadim

  • Ip[od wqas removed from pc when it should not have been

    Hi guys is this bad, as the ipod is dead or can this be fixed
    cheer
    P

    ALL - I tried what you are suggesting, and it "technically" works, but you still end up bouncing back and forth from the left side of the page (where the TV series are) to the right side of the page (where the episodes are).  It is completely annoying...
    Apple, if you are listening, you should be able to scroll WITHIN THE BOX on the left, and then see the episodes on the right.
    I appreciate the suggestions, at least it is a work around, but not at all what one would expect from a new release.
    NOTE TO APPLE:
    I bought into your marketing, have purchased huge amounts of content, so dont penalize me for it by making me jump up and down my screen like a Jack-in-the-box whenever I want to add content to my iPhone or iPad.

  • Cookie has a value when it should not

    I've been working on a bit of bot mitigation and began using checks against Cookie.CFID to verify the client has a value in reply.
    I'm using CF  9,0,1,274733
    application.cfm includes the following:
    <cfapplication sessionManagement="True" clientManagement ="False" setClientCookies="True" sessionTimeout="#CreateTimeSpan(0, 0, 2, 0)#">
    I disable cookies in FF 23 browser to simulate a bot and conduct the test.
    In my test the check for Cookie.CFID is as expected, empty.  Here is a snippet of code used to test this.
    <cftry>
        <cfif REFind("YourIPAddress",CGI.REMOTE_ADDR)>
            <cfif ! IsDefined("Cookie.cfid")>
                <cfoutput>
                    No Cookies as expected!
                </cfoutput>
            </cfif>
            <cfdump var="#Cookie#">
        </cfif>
        <cfcatch type="Any">
            <cfdump var="#cfcatch#">
        </cfcatch>
    </cftry>
    And the result expected from that test:
    No Cookies as expected! 
    struct [empty]
    However, with the same test environment configuration as above in another page I'm getting a non empty struct when dumping cookies like this:
    <cfdump var="#Cookie#">
    produces:
    struct
    CFID
    SomeId
    CFTOKEN
    SomeToken
    Is there some function or feature in ColdFusion known to cause this behavior or is this a bug?

    Kaja,
    You found another bug. Thank you for the superbly detailed description. As a workaround, for your process's exception block, use this instead: exception when others then
      htmldb_application.update_cache_with_write('P51_OBJ_ADDRESS',null);
      return null;
    end;You will encounter this bug rarely -- only when referencing the current value of an item whose source/default/post-computation results derived earlier on the page result in a null value and for which item a non-null value currently exists in the session state table.
    Scott

  • Excel row height changes when it should not change

    I have a client using Office 2010 on a Citrix server. They are using Windows XP Pro SP3 for the desktop and the server is running Windows Server 2003 R2 STD.
    I have two users working in a spreadsheet in Excel 2010. The spreadsheet opens fine and they can perform their updates by either adding manually or doing a cut and paste. The problem comes up when all of the sudden a number of rows in the spreadsheet
    change height for not reason. The spreadheet has the row height set to 14.5 but for some reason the rows that change height sent the height to 405.9. Usually all the user has to do is go back and reset the row height on these cells and save before they can
    go back to making changes.
    It's more annoying then anything else so if someone could provide any solutions, it would be greatly apppreciated.
    thanks, Joe Trainor
    Joseph Trainor [email protected] Weidenhammer Systems Wyomissing, PA

    I have been working with Excel for 20years, and have been hit with this resizing of row height and also drawings or shapes, after opening an old XL97-2003 file.
    Chad's method below works!
    Please try the following to resolve the issue:
    1. Boot Excel 2010
    2. Open [Excel Options] dialog. ([File]-[Options])
    3. Select [Advanced] tab, turn on [Cut, copy and sort inserted objects with their parent cells] option. (In [Cut, copy and paste] section)
    *This will not resize rows that are currently set to 409.5 but I would like to know if this keeps rows from doing this in the future.
    1) I found that after opening the workbooks the row height and shapes are correct.
    2) Save the file, then save as to the new .xlsx format (for a macro free workbook)
    3) After reverting to former; turn OFF[Cut, copy and sort inserted objects with their parent cells] option. (In [Cut, copy and paste] section), and then opening the XL97-2003 files, the fault is still there.  For the newer xlsx files, though,
    the fault has gone.
    4) So yes, Chad, it does keep rows from doing this in future, if the newer file format is used.  Thanks.
    Chad's answer is "the answer"!

  • Bug-fix needs your vote: queries w/ joins against SQLite return incorrect values because Adobe treats PK col as alias for rowid when it should not

    For someone new to Adobe the forums and products can be bewildering. I've been advised to repost something I posted in Flash Data Integration in this forum.
    Here is the link to the post I put there:
    http://forums.adobe.com/message/2363777#2363777
    I have reported this bug: http://bugs.adobe.com/jira/browse/FB-23750
    I gather bugs get fixed if people vote for them to be fixed. Please vote for it to be fixed. It is serious, and you might not even realize you're suffering from it because the incorrect values returned by the query will seem perfectly plausible.
    If the link above doesn't work, here it is again:
    When I execute the following query in Flex and/or Lita:
    select wrdid, uspelling from WRD WHERE uspelling = 'wingeard'
    the results are:
    uspelling...wrdid
    wingeard   3137
    Look at what comes back when I execute this query using .NET provider by  Robert Simpson for SQLite and SQLite Manager by Mrinal Kant:
    SELECT     rowid, wrdid, uspelling
    FROM         WRD
    WHERE     (uspelling = 'wingeard')
    rowid.......wrdid...........uspelling
    3137........3042............wingeard
    No wonder none of my queries with joins is working correctly in Flex.
    wrdid is defined as "int" not INTEGER.
    http://www.sqlite.org/lang_createtable.html (see INTEGER PRIMARY KEY section):
    "The special behavior of INTEGER PRIMARY KEY is only available if the type name is exactly "INTEGER" (in any mixture of upper and lower case.)  Other integer type names like "INT" or "BIGINT" or "SHORT INTEGER" or "UNSIGNED INTEGER" causes the primary key column to behave as an ordinary table column with integer affinity and a unique index, not as an alias for the rowid."  [emphasis added]
    Now, I happen to think the SQLite developers made a mistake here in failing to follow standards, preferring not to break legacy code. They'd rather break current code instead???  I would not characterize this as a "corner case" and the bug-at-hand is de facto evidence of that.

    Did you try running the queries I posted? What were your results with those?
    What I am seeing is that when I use "int PRIMARY KEY" in a CREATE TABLE statement, that column becomes the special "rowid" column. I believe this is also what you are seeing.
    However, what confuses me is how you're getting a table with three columns "rowid", "id", and "name" in the first place. When I run this SQL...
    CREATE TABLE test
    id int PRIMARY KEY,
    name String
    ...I get a table with two columns: a normal column named "name", and a special primary key column named "id", which for this table is identical to the column represented by the rowid identifier.
    However, if I understand correctly, your table has three columns, "id", "name", and the special primary key column (i.e. "rowid"). Is that right? Can you give me the SQL that was used to create the table, or tell me how the table was created (e.g. if you used a tool like Lita) so I can try to re-create your exact situation? That would really be very very helpful -- it was the only detail that was missing in your last post, so I had to guess on that one detail.
    I tried something else to re-create your situation. I ran the following statement:
    CREATE TABLE test
    id int
    name String
    That gave me a table with two real columns plus the rowid column. Then I ran the three insert statements on that table, and when I ran the select statement I got the expected result:
    id     name
    1     one
    2     two
    7     seven
    Again, I'm guessing that your table was created differently than my test table, and that's the explanation for the difference.
    Some other possibilities to consider:
    The screen shot doesn't show a SQLResult object, so it seems that you're using some wrapper library or code to execute the query, or at least that you've copied the SQLResult.data Array to another variable named results. Although it seems less likely to me, it's possible that somewhere in that code something is getting scrambled. (But I'd rather rule out AIR as the underlying cause first before attempting to explore those paths.)
    As a side note, if you really want the database to have three columns (the special rowid column and your two columns id and name), and you don't want id to be the special rowid column, then it sounds to me like you don't actually want to define id as the primary key. If you just want the id column to have a constraint that prevents duplicate values, you can define it as a UNIQUE column:
    CREATE TABLE test
    id int UNIQUE,
    name String
    That gives you the same database-enforced constraint of not allowing duplicate values, but it tells the database explicitly that id isn't the same thing as the rowid primary key. (You can still join another table to the id column even if it's not defined as the primary key.)
    P.S. I'm sure you don't mean it this way, but using gigantic red text comes across like shouting -- it's very "loud". I'm trying my best to understand the issue you're having and help you resolve it, and using multiple colors and font sizes doesn't really make your post any more or less clear. Just because I ask you questions, or say that I'm seeing different results than you, doesn't mean I don't believe that you're seeing the results you're seeing. I've definitely seen strange variations and cases where something happens on my computer but others can't duplicate it on their computers -- so I believe that you are getting the results you're getting. I'm just trying to figure out how to make it so that I can also get those results, so that I can pass that on to the engineers who are in a position to make changes.

  • Firefox automatically adds port number in address bar when it should not.

    I work for an ISP company that regularly sets up routers for customer locations. One of the things that I have to change on it is to set the management port to 8080. For instance 192.168.0.1:8080. Once I try to setup a new router Firefox automatically assumes that I want to go to the same 8080 port and automatically enters it in for me. Since the new router has not been setup with 8080 yet I can not get in. So basically I would like to see if I can stop Firefox from automatically entering this bit of information in. It is very annoying and even more annoying that I have to use a different browser to make the changes since Firefox can not. I did find a similar fix posted when Firefox automatically enters in ".www" but that did not fix my problem.

    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

Maybe you are looking for

  • How to config CRM Free Goods with R/3 as backend

    Hi, We using CRM 4.0 SP 10. We are having problem displaying the free goods quantity in CRMD_ORDER. I already done customizing "set up free goods" in CRM and downloaded R/3 customizing and master data but yet when i do the transaction CRMD_ORDER stil

  • Exception placement in anonymous block

    Hi, I am having difficulty trying to figure out why this exception won't work. Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production SQL> DECLARE num NUMBER;   2  compile_rec VARCHAR2(200);   3  v_owner VARCHAR2(50);   4 

  • Math.sin(Math.PI)

    It's a circular pre-loader. When I add the "SecondHalf" the preloader doesn't work and gives an error saying the script is causing the flash player to run slowly. How can I fix this? This code is in:  _root.first_mc._second_mc previewImage.onLoadProg

  • Low resolution graphs - The Singularity is Near

    I purchased a copy of this book (The Singularity is Near by Ray Kurzweil), as it had many, many graphs that are an integral part of the discussion.  (I had a 'free' bootleg copy).  However, the iBooks version has unreadable graphs.  When you double t

  • Podcasts Not Showing AT ALL

    The title basically states it all. Dell   Windows XP Pro   Dell   Windows XP Pro