JAXB 2.0 - another newbie

I am generating an XML file for the following Java class.
public class NCIPConfig
    private String  name;
    private int     port;
    private boolean enabled = true;
     @XmlElement(name="message", type=Message.class)
    public  List<Message> messages = new ArrayList<Message>();
}When I generate the XML for a record it looks something like this:
<config>
    <name>Test Configuration</name>
    <port>4788</port>
    <enabled>true</enabled>
    <message>
        <type>AuthenticateUser</type>
        <supported>false</supported>
    </message>
    <message>
        <type>AcceptItem</type>
        <supported>true</supported>
    </message>
</config>But I would like to have the 'message' elements nested under a single 'messages' element (without having a separate Messages object class):
<config>
    <name>Test Configuration</name>
    <port>4788</port>
    <enabled>true</enabled>
    <messages>
        <message>
            <type>AuthenticateUser</type>
           <supported>false</supported>
        </message>
        <message>
            <type>AcceptItem</type>
            <supported>true</supported>
        </message>
    </messages>
</config>Can someone help or point me to an example of doing this?

i'm actually doing something similar to that.. what i did was to modify the unmarshalled object before marshalling it back to an xml document.
basically what u need to do, is to go:
<marshalled object>.getConfig().getMessage() <- and this will return you a list of messages. once u've got the list, u can then wrap the list with a new element called "Messages".
i'm sorry i can't really write up the code for u as i don't know exactly how your jaxb classes look like, but i hope the concept will do the job...

Similar Messages

  • Another Newbie

    Hey guys
    As you can see of the subject im just another newbie who needs help +)
    Well...here i am newbie to java programming who extremely wants to now it and be able to manage it +)
    My understanding that all that i need i can get from books. So is there any of you guys can give me an advise which book is better to start off. There is a huge amount of books on the market and i feel a bit lost.. which one?? +)
    Or there is better option for me to learn Java??
    Cheers

    If you can get the assistance of someone who really knows Java in person, that will be your most valuable resource. After that, the online Java tutorials, and any of the books recommended are good starting points.
    If you've already got some sort of programming background, I'd personally recommend reading "The Java Programming Language" as a way to get a thorough grounding in the fundamentals of the language, then perhaps the Bruce Eckels book "Thinking in Java" (which is available online).
    After that, your most valuable resources will be the JavaDoc APIs which you can access online, or download.
    Finally, if you choose to ask questions here:
    * Remember to search the forums for answers first.
    * Try to include code to illustrate the problem you're encountering
    * Always include all the error messages (including compiler errors).
    Dave.

  • What am I doing wrong with this filter (counter/frequency issue), probably another newb question.

    I extracted the part of my VI that applies here.  I have a 6602 DAQ board reading a counter for frequency, using a Cherry Corp proximity sensor.  Getting a lot of noise and errant ridiculously high readings.  Speed of shaft which it's measuring is currently 2400rpm with one pulse per revolution so 40hz. 
    Trying to use the express filter VI to clean up the signal and ignore anything over, say, 45hz and under 35hz.  No matter what setting I choose I continually get the  20020 error, Analysis:  The cut-off frequency, fc, must meet:  0 <= fc <= fs/2.  I know this relates to sample period somehow, but for the life of me I can't understand what I'm doing wrong. 
    I used this VI without filtering on bench tests with a hand-drill and got perfect output every time.  Now it's on the machine and being erratic.  Any help here will ease my stress level significantly, thanks.
    VI attached
    Still confused after 8 years.
    Attachments:
    RPM.vi ‏92 KB

    Hello Ralph,
    I'm not sure about mounting your sensor to your rig, but I can provide a couple ideas about the filtering. Depending on the type of noise, the digital filters on the PCI-6602 could help eliminate the behavior you are seeing. If the noise manifests as a "glitches" or a bouncing signal, you could use another counter with a minimum period to help eliminate the noise. This concept is discussed in greater detail in this KnowledgeBase. I noticed that you are using NI-DAQmx; the practical application of the digital filters on the PCI-6602 in NI-DAQmx is discussed in this KnowledgeBase. A more detailed description of the behavior of these filters is provided in the NI-DAQmx Help (Start>>All Programs>>National Instruments>>NI-DAQ) in the book entitled "Digital Filtering Considerations for TIO-Based Devices".
    I also wanted to comment on your original post and explain why you were receiving error -20020. For convenience, I have copied the text of the error code below.
    Error -20020 occurred at an unidentified location
    Possible reason(s):
    Analysis:  The cut-off frequency, fc, must meet:  0 <= fc <= fs/2.
    I think you may have misunderstood exactly what the Filter express VI does. The Filter express VI takes a series of values in a waveform and performs filtering on those signals. So, it will look at a waveform made up of X and Y values and apply the defined filter to this waveform. Specifically in your application, the cut-off frequency (fc) is the Upper Cut-Off level that you specified in the Filter express VI; any frequency components of the waveform outside of the range you have defined will be filtered. The fs is the sample rate based on the data that you wire to the Signal input of the Filter express VI. In your VI, this data is coming from the DAQ Assistant. So, fs will be the sample rate of the DAQ Assistant and is associated with the rate at which points are acquired. The sample rate does NOT relate to the bandwidth of the signal, except that the Nyquist theorem tells us that the sample rate must be at least twice the signal bandwidth in order to determine periodicity of the signal. So, in this case, the sample rate of the DAQ Assistant would need to be at least double the high cut-off frequency.
    However, you are performing a frequency measurement using a counter. I think this is where the confusion comes in. For the frequency measurement using a counter, the DAQ Assistant returns a decimal value which represents the rate of the pulse train being measured by the counter. It does not return the actual waveform that is being read by the counter. It is this waveform that would be band-pass filtered to eliminate frequency content outside of the filter's bandwidth. Instead of the Filter express VI, I would recommend that you simply discard values that are outside the range you specify. I have modified the code you posted earlier to perform this operation. The image below shows the changes that I made; rather than using the Filter express VI, I simply compare the frequency to the "Low Threshold" and "High Threshold". I use a Case structure to display the value on if it is within the limits. Otherwise, I display a "NaN" value. I have also attached the modified VI to this post.
    Message Edited by Matt A on 09-04-2007 07:58 PM
    Matt Anderson
    Hardware Services Marketing Manager
    National Instruments
    Attachments:
    RPM (Modified).JPG ‏17 KB
    RPM (modified).vi ‏72 KB

  • Another Newbie, how can Mac OSX Server help my School?

    Hi all, the school where i work has just taken delivery of 11 brand new macs. 8 iMacs, 2 MBP's and a mini. What i'm interested to know and if anybody is just prepared to bullet point, is how we can really benefit from this software.
    Clearly it's going to be tricky administering 11 macs individually, so maybe sacrifice the mini to become the server. Heres some basic questions and if anybody has any other comments they can add from experience i can approach the school with my findings?
    1) Can multiple third party software installations be initiated. i.e. we have Adobe CS3 can a multiple install be initiated over the network or would all machines have to be updated individually.
    2) A big concern is storage, if a server is used can files be stored locally on the machines or would they have to be stored on the server, Xserve isn't on the cards unfortunately. Is it like a windows server where the profile is stored on the server and then just downloaded to the appropriate machine. For the meantime we ideally need to store locally or on firewire drives to keep storage issues to a minimum. It's no problem making students stick to the same mac if we can make this happen.
    3) Could backups be initiated from all machines to some sort of storage facility.
    4) I'm guessing it's easy to lock machines down, it seems very easy to do on standard OSX so i'm guessing it would be even easier on server.
    Being a school i would be grateful for any advice or recommendations on how administering this small network would be easiest done. I'm an experienced mac user but no in a network scenario, i am however keen to learn.
    Thanks in Advance

    Hi, I'll give a go at answering your questions.
    First, how tricky it will be to administer 11 macs individually truly depends on your users. I've setup offices where the employees were intelligent people who weren't interested in hacking around on their machines, they just did their work. All their user accounts had admin privileges (along with an admin account on each machine that only the appropriate people knew the password for) so they could easily change preferences and do updates, etc. I barely had a problem with them. If you have a group who are all into surfing naughty bits and bittorrenting and other things, then you'll need to lock them down. If you are going to lock them down, you can still do it without the aid of a server by having an admin account on each machine, but you will have to touch each machine periodically to install updates and such. If you do go with server, then you can manage a lot more centrally. By the nature of you having 11 machines and the limit of OS X client of only 10 file sharing connections at a time, you're almost forced into OS X Server and the Unlimited version at that.
    1) Yes you can initiate software installations simultaneously, but it will require you to capture and package those installations, and use something along the lines of FileWave, radmind, Apple Remote Desktop, etc. to perform the push. For the number of users you're dealing with, it's probably much easier to host the installer on the network, and screen control each system and run the install (along with entering the serial numbers for each one). Any future updates could be easily performed with a terminal script and access to the updater files.
    2) You can store your files anywhere you want, locally or on the server (or even on a NAS). Obviously it makes sense to host them on the server (or other central location) if they are collaborative files (ie., everyone works on them or needs to see them). Your question about the windows profiles doesn't make sense with the storage part, but you can choose how to run your server/client model. You can have roaming profiles where the users' home directories are stored on the server and they can login from any machine. Or you can have individual machines and the server only authenticates the user for access to mail/file/whatever services.
    3) Yes. Either by using Time Machine if it gets fixed in 10.5.2, Retrospect (which I don't trust and haven't for years), rsync (which is free and built into the OS and is cross platform so you could even back up Windows clients), or some other commercial client like PresSTORE.
    4) Yes, as I stated above you can lock down the client machines and of course server can be locked down to avoid people from messing it up.
    I know you mentioned an Xserve isn't an option, but how about a MacPro tower? In your situation, I would setup a MacPro with a single 2.8Ghz Quad core chip, Unlimited MacOS X Server, 2GB RAM, and 2 x 500 GB SATA drives for $3648 (cheaper if you get the drives from elsewhere). If there's the chance you could migrate other school services to the new server (email, websites, shared calendar, jabber server, etc.) you could upgrade the processor and memory (RAM can also be had cheaper from a 3rd party). You setup the two drives in a mirror RAID for fault protection and it would contain your OS and your file shares. Then get 2 external firewire drives, at least 500 GB each. Configure your network backups (and the server itself) to backup to an external drive, leave it attached for a week, and at the end of the week, eject the drive, disconnect it, and plug in the other drive (both should be named the same). Then take the first drive off-site (to another building on campus, etc.). Repeat every week. This gives you a rotating off-site backup. If even that is not an option, the mini could be the server, but you definitely want to max the RAM, and buy one of those nice mirrored RAID enclosures from OWC as your main drive, along with the 2 externals for rotating backup.
    I hope that's answered some of your questions, feel free to ask more if need be. May I ask where you are located? If by some amazing chance we're close by, I might be more of a help. Take care and good luck.
    Jeff

  • Another Newbie Needs Your Help!

    I'm going to try to make this quick, but there is an
    important backstory to my problem.
    I grew up living in Fullerton, California, until about 10
    months ago. I still call Fullerton my home and take pride in it.
    About 4 years ago, I started playing guitar; about 2 years
    ago, I started lusting over a Fender Stratocaster. Fender Musical
    Instruments was started by Leo Fender, a radio repairman who
    created the first mass-produced electric guitar in his workshop in
    Fullerton (coincidentally I went to the same high school he did as
    well).
    Health problems made him sell Fender to CBS; when he got
    better, he got with some friends and started the Music Man company.
    A falling-out with said friends resulted in him dissolving ties
    with the company. But then he got together with his long-time
    friend and descendent of the founders of his hometown, George
    Fullerton, and started G&L (George & Leo) Guitars. G&L
    still builds guitars in Fender's own factory, the original factory
    of Fender guitars, in Fullerton, even though Leo passed away in
    1991.
    A couple months ago I heard about G&L and, looking at the
    website, I realized that these were the exact guitars I'd been
    looking for--sooo much more than a normal Fender guitar (CBS has
    since taken Fender in different directions than Leo would have,
    even moving production to Corona, California) and still made in my
    hometown. The website, unfortunately, lacked pictures of the exact
    color and model of guitar I wanted, a similar problem I experienced
    on Fender's website. Having built upon my 12 years of experience
    and know-how with photoshop, I had taken a high-resolution photo of
    a Fender Stratocaster and had made custom shapes out of every piece
    of the guitar so that I could customize and colorize the thing to
    my heart's desire. But the shapes changed to G&L shapes once I
    heard of G&L.
    Well, after a little tinkering, I had my dream guitar, and
    posted pictures in the forum of G&L. Two days later the CEO of
    G&L contacted me with the offer of swapping a guitar for some
    webwork. I'm ecstatic! A $2000 guitar just for something I do as a
    hobby? Plus *******' resume material...
    Anyway, the Photoshop work is easy; but I don't want static
    pictures of my artwork on any website. Optimally, I wanted to
    figure out how to build a guitar customizer using Flash, and Mr.
    CEO is more than happy to follow my train of thought. Problem is,
    I've taken one college-level beginning Flash class but still feel I
    know nothing aside from being able to animate something, which I do
    using a USB pen-and-tablet to make mini-cartoons.
    So I've been google-searching macromedia flash tutorials
    looking for someone that can help me build a customizer.
    I know of a couple examples:
    DUBMODDER: VW Customizer
    MINIUSA: Build your own MINI Cooper
    Now I'm not afraid to work hard, and I have a great sense of
    an artistic, streamlined, and web-friendly style, as I've done web
    work with photoshop before. I also catch on with any computer
    program very quick; I took an 8-week college class in 3DS Max and
    completed it with the highest grade in the class and left my
    instructor with no doubt that I was one of the very few who didn't
    need to take the course over to pick up anything better.
    These are the two examples I have on Photobucket of my
    guitars; they're the same model, the only difference is body and
    headstock color. These are the two options I'm considering, though
    of late I've leaned towards the green:
    Translucent
    greenburst with matching headstock
    Translucent
    orange with black headstock
    Every individual component of the guitars is its own custom
    shape; so styling and coloring is a breeze, plus getting them up on
    the screen individually is a breeze as well. I just need to know
    how to get it so that through a series of menu bars, radio buttons,
    and checkboxes, I can include all the options available to someone
    who would be purchasing a guitar and have a realtime, interactive
    picture of the guitar displayed either below or to the right of the
    options bar.
    Oh, and another note: each of my pictures above is scaled to
    25% original size but uncompressed. Being vector graphics, everyone
    here knows how high they can be scaled without loss of detail.
    Thanks in advance, and if I get significant help, mention
    will not be forgotten to this forum and the significant
    helpers.

    Welcome,
    but if you want help, you really must avoid the thesis-style
    posts - not too many here have time to
    read a life biography as interesting as it may be - and after
    reading most of it I am still not sure
    what your question is - there's nothing specific in your post
    other than what brought you to this
    point in your career/hobby.
    I would suggest keeping your question very direct and to the
    point and in as few words as possible -
    many of us have clients and deadlines and not a lot of time
    to devote to answering questions. Take
    this as constructive critism only please - i read your post
    and still don't know what answer(s) you
    are looking for.
    (also helps to provide a descriptive subject sso when we scan
    the posts we can see the topic
    involved and know ahead of time if we can answer them -
    subjects that are general and vague like
    "Nebie needs help" tend to get skipped over by the majority).
    hope this helps.
    -c
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    DNC2112 wrote:
    > I'm going to try to make this quick, but there is an
    important backstory to my
    > problem.
    > I grew up living in Fullerton, California, until about
    10 months ago. I still
    > call Fullerton my home and take pride in it.
    > About 4 years ago, I started playing guitar; about 2
    years ago, I started
    > lusting over a Fender Stratocaster. Fender Musical
    Instruments was started by
    > Leo Fender, a radio repairman who created the first
    mass-produced electric
    > guitar in his workshop in Fullerton (coincidentally I
    went to the same high
    > school he did as well).
    > Health problems made him sell Fender to CBS; when he got
    better, he got with
    > some friends and started the Music Man company. A
    falling-out with said
    > friends resulted in him dissolving ties with the
    company. But then he got
    > together with his long-time friend and descendent of the
    founders of his
    > hometown, George Fullerton, and started G&L (George
    & Leo) Guitars. G&L still
    > builds guitars in Fender's own factory, the original
    factory of Fender guitars,
    > in Fullerton, even though Leo passed away in 1991.
    > A couple months ago I heard about G&L and, looking
    at the website, I realized
    > that these were the exact guitars I'd been looking
    for--sooo much more than a
    > normal Fender guitar (CBS has since taken Fender in
    different directions than
    > Leo would have, even moving production to Corona,
    California) and still made in
    > my hometown. The website, unfortunately, lacked pictures
    of the exact color
    > and model of guitar I wanted, a similar problem I
    experienced on Fender's
    > website. Having built upon my 12 years of experience and
    know-how with
    > photoshop, I had taken a high-resolution photo of a
    Fender Stratocaster and had
    > made custom shapes out of every piece of the guitar so
    that I could customize
    > and colorize the thing to my heart's desire. But the
    shapes changed to G&L
    > shapes once I heard of G&L.
    > Well, after a little tinkering, I had my dream guitar,
    and posted pictures in
    > the forum of G&L. Two days later the CEO of G&L
    contacted me with the offer of
    > swapping a guitar for some webwork. I'm ecstatic! A
    $2000 guitar just for
    > something I do as a hobby? Plus *******' resume
    material...
    > Anyway, the Photoshop work is easy; but I don't want
    static pictures of my
    > artwork on any website. Optimally, I wanted to figure
    out how to build a
    > guitar customizer using Flash, and Mr. CEO is more than
    happy to follow my
    > train of thought. Problem is, I've taken one
    college-level beginning Flash
    > class but still feel I know nothing aside from being
    able to animate something,
    > which I do using a USB pen-and-tablet to make
    mini-cartoons.
    > So I've been google-searching macromedia flash tutorials
    looking for someone
    > that can help me build a customizer.
    > I know of a couple examples:
    >
    http://dubmodder.com
    >
    http://miniusa.com
    > Now I'm not afraid to work hard, and I have a great
    sense of an artistic,
    > streamlined, and web-friendly style, as I've done web
    work with photoshop
    > before. I also catch on with any computer program very
    quick; I took an 8-week
    > college class in 3DS Max and completed it with the
    highest grade in the class
    > and left my instructor with no doubt that I was one of
    the very few who didn't
    > need to take the course over to pick up anything better.
    > These are the two examples I have on Photobucket of my
    guitars; they're the
    > same model, the only difference is body and headstock
    color. These are the two
    > options I'm considering, though of late I've leaned
    towards the green:
    >
    http://i61.photobucket.com/albums/h41/dnc2112/InvaderPlusGreenburst.jpg
    >
    http://i61.photobucket.com/albums/h41/dnc2112/InvaderPlusOrange.jpg
    > Every individual component of the guitars is its own
    custom shape; so styling
    > and coloring is a breeze, plus getting them up on the
    screen individually is a
    > breeze as well. I just need to know how to get it so
    that through a series of
    > menu bars, radio buttons, and checkboxes, I can include
    all the options
    > available to someone who would be purchasing a guitar
    and have a realtime,
    > interactive picture of the guitar displayed either below
    or to the right of the
    > options bar.
    > Oh, and another note: each of my pictures above is
    scaled to 25% original size
    > but uncompressed. Being vector graphics, everyone here
    knows how high they can
    > be scaled without loss of detail.
    > Thanks in advance, and if I get significant help,
    mention will not be
    > forgotten to this forum and the significant helpers.
    >

  • Another newbie MS to Mac convert - AW formating woes

    Ok.. seasoned Microblows user, finally converted over to the "right" side. Trying to see how much I can do on my new G5 without compromising my ability to work with the MS crowd.
    I have noticed that appleworks has incredible potential.. but I am still having basic formatting incompatibility with things like bullet points and indents when I save as a .doc.
    Is this normal? I expected issues with tables and indexes.. but not with simple bullets and indents.
    Can someone assist? PS... Pages on the other hand does an excellant job of pdf 'n and MS exports with ZERO formatting issues.
    Before I buy Pages.... is there help for Appleworks that Im missing.?
    thanks in advance

    Goose asked:
    Before I buy Pages.... is there help for Appleworks that Im missing.?
    You're not missing anything. Pages is a superior word processor to AppleWorks' word processing module. And as Barry notes, AppleWorks's will eventually be superseded by iWork.
    NB AppleWorks can save PDF as well as Pages can. Pages just uses Mac OS X's inbuilt PDF engine to create PDF files, like every other Mac OS X app does.
    NBB Unless you need Pages now, you may wish to wait till January. Apple announced iWork '05 in January 2005 at MacWorld. Odds are that iWork '06 will be available then.
    The question to ask yourself is will you get USD$79 value from iWork '05 between now and January. If the answer is Yes, then go for it.
    And as another person notes, NeoOffice/J is a free clone of Microsoft Office and will open Word documents very well. It's based on the free OpenOffice program. However, its future is in doubt as Sun is making it difficult for the two sole developers of the application to get funding - Sun have announced they will make a native version of OpenOffice for Mac OS X, but have said so before and were unable to do so, and because it's technically difficult.

  • Access - Another Newbie Visible/Invisible Field Q

    With help from Maurice, I now have two fields and associated labels that become visible/invisible dependent on the selection/status of a checkbox.  The visibility is controlled in the AfterUpdate property of the check box.  See previous "field
    visibility" post.
    What I am now looking to do is have the visibility of those fields change as I navigate between records.  So if the checkbox is unchecked for a particular record, then the fields are not visible when this record is displayed in my form.
    Can someone tell me in which event this test should be applied?
    I'm thinking this should be a form event, but I don't see a change record event as such.
    Thanks
    Phil

    Hi Phil,
    You can accomplish this by using the 'on current' event of the form. That way when you navigate to another record you can trigger an event. Be aware though that this is a costly event because it will fire every time you go to another record.
    You can use the value of the checkbox as your trigger. Something like if me.checkbox=0 then me.label.visible=true or false.
    Let us know if that helps
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You
    The Office Corner

  • Another newb question: multiple virtual servers

    Hi, I have yet another ignorant question. I have several unrelated web projects that I am working on, and I would like to be able to set up a virtual server for each one for testing purposes, such as: http://project1, http://project2, http://project3. Can someone tell me if this is doable, and if there are any tutorials/resources on this for someone who has 0 experience running a web serer? Sorry for being so ignorant!

    Yes, it is doable.
    You can setup virtual server either by IP or by name.
    If you have one IP, and want to set them up by name (ex. http://project1, http://project2, http://project3) you can do so easily with this type of configuration:
    <virtual-server>
        <name>mydomain</name>
        <http-listener-name>http-listener-1</http-listener-name>
        <host>*.mydomain.com</host>
        <document-root>/www/domain</document-root>
      </virtual-server>
      <virtual-server>
        <name>myotherdomain</name>
        <http-listener-name>http-listener-1</http-listener-name>
        <host>*.myotherdomain.com</host>
        <document-root>/www/myotherdomain</document-root>
      </virtual-server>
    ....The important part here is that
    a) all virtual servers share the same HTTP listener
    b) which virtual server serves the request depends on the $HOST request header send by the client. Sun Web Server does the matching for you. It will match $HOST vs. the virtual server's host attribute. Depending on which site you connect to the right virtual server will be used.
    c) if the $HOST request header does not match any of the virtual servers, then the default virtual server defined in the HTTP listener will be used.
    To create a virtual server, use the Admin GUI, access the configuration, and then add new virtual server. Or use the following CLI command.
    wadm> create-virtual-server --config=myconfig --http-listener-name=http-listener-1 --document-root=/www/docs/myserver.com --host-pattern=myserver.com --log-file=../logs/myserver.com-error_logs myserverHost pattern will be used for matching. Some of this elements might be optional.
    Hope that helps. And keep the questions coming :D
    Edit: Also check the documentation
    Using Virtual Servers in SJS Web Server 7.0

  • Questions about Numbers.... another newbie

    I just purchased numbers.... trying to keep an accounting of a house remodel I'm doing. I managed to create a ledger sheet where I type in my receipts of purchases and then break them down into the appropriate subgroups... flooring, HVAC, paint, landscape and so on... The receipts on a lot of items purchased are these thermal cash register paper that dissolves and becomes unreadable in short order. So, question number one... can I scan these receipts, turn them into a jpg or pdf and then link the specific row for that receipt to the file on my computer so that if/when I want I could pop open that receipt to look at it? This also archives the receipt for me..... in case the thermal one is blank next year at tax time....
    Question number two.... I would like a "main" ledger sheet that has all the invoices and receipts logged into it in total, beginning to end of the job. Then I would like to have a separate page/table for each month, hopefully auto filling from the "main" ledger... so as I type in a receipt, it automatically goes to the appropriate page for March, April, May.... that sort of thing.
    Not sure if any of this is possible, I did search thru the archives a bit and couldn't find specific references, if this has been hashed out before... please point me to the posts and I'll go from there. Oh... total newbie to Numbers and for that matter any spreadsheet software...

    Hi Rob,
    Thanks for the help.... well, I used the tilde (~) and tried changing the name to just "lowes.jpg", moved it around up and down the folder tree.... if I leave it in the "sites" folder, I am now getting a different error message:
    (403) Forbidden
    You don't have permission to access /~brianlamb/Lowes.jpg on this server.
    Apache/1.3.41 Server at brian-lambs-imac-g5.local Port 80
    So.... now it sounds like it's looking for it, just doesn't have the permission to see it... now, I did go into Apple system preferences, then under "Internet and Network", chose "Sharing" and set personal web sharing and personal file sharing to "on". So unless I'm needing to allow permission in some other way... I'm stumped.
    Oh, and yes, I'm using 10.4.11
    On edit: Holy Crap Batman! I got it to work... pulled up the lowes.jpg file in the finder and was checking... looks like at the bottom under permissions it was set to "no access" for "group" and "others", so I changed those to read and write and it's working. I can now pull up the copy of the receipt with one click.... too cool! Now all I have to do is spend a couple days scanning them all in, but once I'm caught up, weekly updates will be a snap! Thanks so much for the help.... this forum is great.... amazing!
    Message was edited by: Brian Lamb

  • Another Newbie Question, (Sigh) G5 how to open the Dvd Drive, Without an os

    Hi all as some of you will know!
    I'm pretty new to PM, and osx. Not sure what keyboard buttons to press when first booting up my system,
    Ok so heres the Deal bought a 2.0ghz and 2.5ghz powermac G5's from my work, No hard Drives so ive used a couple of 1Tb sata drives out of a couple of old pc's i have knocking about,
    1. with no opearating system on the drives how do i get the cd tray to open is their a button or key I press at startup.
    2. powered the 2.5 up and got this info (not sure what keys i hit to get this)
    User abort
    Apple Powermac 7,35.2.4.f1
    Boot Rom built on 03/25/05 at 16:41:34
    Then some other blurb about shutdown and macboot etc I typed shutdown? I take it that this is it's birthday date!
    So Guys what are the short cut keys and what do I need to know.
    These are my first ever macs and osx is totally alien to me! So while most of you guys will know this stuff off by heart  to me it's another world!
    Bye the way luving all of this! Just like my first days with the pc! Only better
    ps blasted the inside of the case's with compressed air! Man I cant believe the crap and crud that came out of them.

    OK, one of the easiest ways and probably, in a sense, the best way if you are going to install OS fresh, is to boot into Open Firmware (which you actually did as described in your post).  You can do this intentionally by holding down the cmd-option-O-F key combination until you get to the open firmware white screen.
    Then, type the following command:
    eject cd <enter>
    which will cause the optical drive tray to come out.  Drop the install disc into the tray.  Then type
    eject cd <enter>
    which will cause the tray to close.
    Then, type the next three commands to initialize NVRAM and reboot the computer.
    reset-nvram <enter>
    set-defaults <enter>
    reset-all <enter>
    Then, as it does the reboot, hold down the 'C' key which will cause the machine to try to boot from the install disc.

  • Another Newbie Mail Question

    We have a new iPad and I have it tethered (or whatever you call it) to my wife's MacBook Pro. I have two mail accounts set up in the iPad for each of use. Since iPad is synced to my wife's MBP it reads her Address Book and I cannot find any of my addresses.
    My Address Book is on the iMac and I wonder if there is any way to import some of my addresses
    to the iPad or if they can be added to my wife'f Address Book?
    Nobody said it was going to be easy having two users on one iPad.

    Well, it's pretty much designed and meant to be a single-user machine, at least so far. There is only one Contacts app which, of course, feeds and drives everything else.
    You can easily import your whole Address Book into hers and then sync that one to the iPad. That might result in some duplication but that's not too serious a problem, I hope. Arrangement details, Groups and etc., will have to be negotiated also.
    And as you suspected no, it's not tethering. Think of them as being linked, via iTunes, for syncing purposes.

  • Another newbie WIN Mail Errors

    Sorry if this is not the correct board - it is my first visit.
    For weeks now, I've been pulling out my hair rotating from  Verizon to HP to msn to windows tech support over this:
    In any website, clicking their 'Contact Us' button or forwarding anything form there, I always got  a windows mail popup "Error 0x800CCCf0; Windows could not send . After many calls and re-settings,  an HP tech told me today to  just use  Windows Live instead. This brings up  a new error:
    "Unable to send or receive messages for the Msn (z7udumm) (1) account. There was an unexpected error and Windows Live Mail can't sync the messages in your Hotmail account. To sync your messages, in Windows Live Mail, remove your Hotmail account and then add it again. To view messages in your Hotmail account, go to http://hotmail.live.com on the Web.
    Server Error: 4102
    Server Response: Object with Id caaa4357-f436-49ec-91df-cdaedff6117f appears in more than one command
    Server: 'http://mail.services.live.com/DeltaSync_v2.0.0/Sync.aspx'
    Windows Live Mail Error ID: 0x8DE00001"
    From where do I remove/ readd the  Hotmail account? What does all of this gobbledigook  mean? Can anyone help? Thank you very much

    Well, it's pretty much designed and meant to be a single-user machine, at least so far. There is only one Contacts app which, of course, feeds and drives everything else.
    You can easily import your whole Address Book into hers and then sync that one to the iPad. That might result in some duplication but that's not too serious a problem, I hope. Arrangement details, Groups and etc., will have to be negotiated also.
    And as you suspected no, it's not tethering. Think of them as being linked, via iTunes, for syncing purposes.

  • Ok another newbie problem plz help me

    Hi all, I just posted a few minutes ago where to find SDK 1.3.1 standard edition, I found and finished downloading it, I installed it, and the book I am using says the following, plz bare with me but I don't have a clue what this means cuz my comp doesnt have what that thing says. ok here it is:
    Windows NT and 2000 Configuration
    To set any environment variables on a windows NT or windows 2000 system, choose Start, Control Panel, System, Environment from the taskbar. A dialog box will open where you can view the current values of environmental variables and make changes to them.
    The PATH variable might be listed in System Variables or User Variables. PATH contains a list of folders seperated by semicolons.
    At the beginning of the PATH setting, insert the folder where you installed the SDK followed by the text /bin and a semicolon (";").
    For example, if your PATH was c:\windows;c:\command and you installed the SDK into C:\jdk1.3 your new PATH should have the following value:
    PATH c:\jdk1.3\bin;c:\windows;c:\windows\command
    After making this change, look for a classpath variable. If you don't find it, you're done configuring theSDK. Click the Apply button to save yuour changes, and then reboot your computer.
    If you do find CLASSPATH, place your cursor to the left of the existing CLASSPATH value and insert the SDK folder followed the the text \lib\tools.jar;.;
    For example, if you installed the SDK into c:\jdk1.3 and your classpaht had the value c:\javaclasses, your classpath variable should have the following value:
    c:\jdk1.3\lib\tools.jar;.;c:\javaclasses
    After setting your CLASSPATH variable (if necessary), click the aplly button to make your changes permanent, and then reboot the computerl
    Long isnt it? well anyway my path thing is completely different than what it says, when I double click it or press on edit, it gives me this:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    and it doesnt look like anything of the stuff in the book. am I doing what it says or is there a mistake I made? if so plz tell me what I should do, no evil people plz I don't get all this stuff. :)

    For example, your PATH is %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem and if you installed the SDK into C:\jdk1.3 your new PATH should have the following value:
    C:\jdk1.3;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

  • Ok Another newbie.  Problems compiling

    Ok I downloaded SDK 1.3.1_01 and installed it to:
    C:\SDK 1.3.1_01 I am Building my first java program. (yes the old hello world). I am using note pad saving my work in c:\j24work\Hello,java.
    To complie the program I went in to my c:\j24work director in dos and typed Javac Hello.java and get Bad command or file name.
    My classpath is set in my autoexec.bat as CLASSPATH=C:\SDK 1.3.1_01
    When I saved my work in notepad I saved as "Hello.java" with all files under format.
    I have spent a few frustrating days at this and I am at witts end now. So PLEASE help.

    Ok I downloaded SDK 1.3.1_01 and installed it to:
    C:\SDK 1.3.1_01 I am Building my first java program.
    (yes the old hello world). I am using note paduse any other good editors like emacs ,vi,....... etc
    if ur going to use java for devolpment means begin praticing it in
    a good editor from the begining itself
    saving
    my work in c:\j24work\Hello,java.
    To complie the program I went in to my c:\j24worku can compile it in any directory by
    <any directory> javac c:\J24work\Hello.java
    k director in dos and typed Javac Hello.java and get
    Bad command or file name.bcas ur dos prompt does not recognize the "javac" command
    My classpath is set in my autoexec.bat as
    s CLASSPATH=C:\SDK 1.3.1_01set CLASSPATH =C:\SDK 1.3.1_01\bin;
    When I saved my work in notepad I saved as
    s "Hello.java" with all files under format.no problem with ur file name
    I have spent a few frustrating days at this and I am
    m at witts end now. So PLEASE help.all the best
    kamal

  • Another newbie discovering the MAJOR FLAW with language reset

    I was just using my Nano for the first time and the language reset itself to some Asian hieroglyphics which I cannot undo. I have tried to follow the instructions to restore the original settings via "update" download, but on the Apple site, I only get a "no new updates available" message. What now??

    The procedure is not "update", it is "restore to original settings" (just below in the same screen).
    Read the warning, you will loose all your music.\
    An option is to find blindly the settings menu and change the language; hint: Menu, Menu (to get to top menu), next to last is Settings, select, language is 3rd from bottom to top (next to next to last) the last one is "reset settings" by the way, first language in the list is English (but that should display in something legible anyway).

Maybe you are looking for

  • Trying to load photos off a SD Card and I get an error message "Unreadable files: 185.

    Question-- Trying to load photos off a SD card and I get an error message "Unreadable files: 185" Also an error message previously "Your start up disk is almost full . Where do I go to delete some files?

  • Cannot Save File.  File is Locked

    Good morning.  I just downloaded the Cloud CS6 and am working with Fireworks. I saved a PNG file then later went back to modify and now cannot save the file.  I am trying to save as with a png extension but keep getting the message cannot save file. 

  • Merits and Demerits of Multiple company codes

    Hi SAP Gurus, Could you please let me know the Merits and Demerits of multiple company codes in ECC 6.0. Actually client asking for separate company codes for each production plant. Client having 20 plants (Client registered as one legal entity as pe

  • How to remove contents of  file

    hi frnzs, i m storing my all output in a file,first time new file is created, and all data is stored, next time when i run again, that file is still there, i just want to remove all contents of it, when again my program runs.

  • Adobe Download Assistant Won't Bloody Work!!!

    No matter what I do -- I even followed all the steps in solution 1, excluding the mac one, numerous of times, but none would work!! It's so frustrating!! It would always give me the same thing over and over again: "Error communicating with Adobe.com