Error Message:

2006-04-11 Thread Jeffrey Pearson
Can someone tell me what this error means? I'd like to know what it actually means so I can learn to troubleshoot on my own and not have to coming running to you guys every time. Id appreciate it. Jeff Re-enter metropolisadmin Exception Description Application: metropolisadmin

Re: packages?

2006-04-10 Thread Jeffrey Pearson
oking forward to with hands rubbing together and baited breath.. Jeff On Apr 10, 2006, at 10:10 AM, Chuck Hill wrote: On Apr 9, 2006, at 3:13 PM, Jeffrey Pearson wrote: OK. Ive searched the docs and the newly purchased and cracked spine of the Wrox WO book (just got it from Amazon yest

Re: packages?

2006-04-09 Thread Jeffrey Pearson
Jerry, You were correct. That was the problem. I deleted the references and added it again selecting the other button, and that part is happy happy now. Thanks. Jeff On Apr 9, 2006, at 6:31 PM, Jerry W. Walker wrote: Hi, Jeffrey, On Apr 9, 2006, at 6:13 PM, Jeffrey Pearson wrote: OK

packages?

2006-04-09 Thread Jeffrey Pearson
OK. Ive searched the docs and the newly purchased and cracked spine of the Wrox WO book (just got it from Amazon yesterday..whoo hoo..) and google is not pulling back what I'm looking for (or maybe I just don't know how the phrase my query correctly). In my 'normal' java web apps, I have my

Database and EO Modeller

2006-04-04 Thread Jeffrey Pearson
Thanks to all (David and Paul) for the resource suggestions. I ordered the books from Amazon...just a fyi: it was under $20 for both of them Also, I bought and have the videos. I have watched most of the first one. Quick question. This app I am creating uses existing data in an existi

Re: Next Hurdle.....

2006-04-03 Thread Jeffrey Pearson
e to fetch the objects, and never instantiate any array (it would be returned from EOF). Ken On Apr 2, 2006, at 5:16 PM, Jeffrey Pearson wrote: Thanks to all of you, I have gotten quite far in my app. Thank you again all of you. OK. Next hurdle. My existing jsp app pulls data from a MySQ

Next Hurdle.....

2006-04-02 Thread Jeffrey Pearson
Thanks to all of you, I have gotten quite far in my app. Thank you again all of you. OK. Next hurdle. My existing jsp app pulls data from a MySQL database and populates an ArrayList of those objects. I figured out from the WebObjects for Windows Developers docs that I needed to change the

New Web Components failing to compile?

2006-03-22 Thread Jeffrey Pearson
Next issue. When I add a web component, it fails to compile?? Steps I took: Right-Click on Web Components in the Groups/Files panel. Select Add->New File Select WebObjects->Component Click Next Name it (ie Publishers) Location is ~/metropolisadmin Add to project: metropolisadmin All Three targe

Re: Static versus non-Static methods?

2006-03-22 Thread Jeffrey Pearson
, and those who don't. On Mar 22, 2006, at 7:18 PM, Jeffrey Pearson wrote: More of a Java question than strictly WebObjects but this exact same code works in the jp/servlet web app. When I compile, I get: cannot resolve symbol on line: Registry registry = Registry(); in the Main.java f

Static versus non-Static methods?

2006-03-22 Thread Jeffrey Pearson
More of a Java question than strictly WebObjects but this exact same code works in the jp/servlet web app. When I compile, I get: cannot resolve symbol on line: Registry registry = Registry(); in the Main.java file. If I remove the static parameter from the getMySQLConnection line, I get:

Thanks and Comments

2006-03-22 Thread Jeffrey Pearson
Just a quick note. I've been a lurker on this list for quite a while under a different email address. I finally joined with this address because I wasn't seeing a lot of traffic that could help me learn WebObjects. I finally decided Monday to join under my personal address so I could safe

Re: Including Pre-existing Assets (was Re: Basic Question)

2006-03-22 Thread Jeffrey Pearson
the image is going to be found in my HTTP server and not the webobjects application server? On Mar 22, 2006, at 3:43 PM, Paul Lynch wrote: On 22 Mar 2006, at 23:23, Jeffrey Pearson wrote: I learn best running through samples that apply what was said: Case 1: If I have a static

Including Pre-existing Assets (was Re: Basic Question)

2006-03-22 Thread Jeffrey Pearson
I learn best running through samples that apply what was said: Case 1: If I have a static image (ie a company logo) that is shared across multiple applications, my best bet is to simply refer to an existing storage location such as a company web site and use the HTML img tag. Case 2: If I

Re: Basic Question

2006-03-22 Thread Jeffrey Pearson
So am I also understanding correctly that if you are 'adding an existing' asset, it doesnt actually copy the file to the target but expects it to already exist there? On Mar 22, 2006, at 4:45 AM, Jean Pierre Malrieu wrote: OK. I SO didn't even understand ANY of that. Can you translate to

Properties of Class not showing?

2006-03-22 Thread Jeffrey Pearson
OK. Im following the Webobjects for Windows Developers' manual with their guestbook tutorial. I have created a customn class called User. It is in package com.metrohero.entities. I made sure it mirrored the Guest class in the tutorial. package com.metrohero.entities; import com.metrohero

Re: Basic Question (Webobjects-dev Digest, Vol 3, Issue 187)

2006-03-22 Thread Jeffrey Pearson
hem. Anyway, now that you have WAY more information than you wanted... Have a good day. Travis On Mar 22, 2006, at 11:54 AM, Jeffrey Pearson wrote: I THINK I can get this straight after some experimentation. I will post if I get lostthe whole target thing is still unclear. I h

Connecting to MySQL DB?

2006-03-21 Thread Jeffrey Pearson
Another dumb beginner question: I am trying to convert an existing jsp/servlet web application to a webobjects application. When I try to compile, it complains it cant find the class: com/metrohero/common/Registry.java:7: package com.mysql.jdbc does not exist How do I use my MySQL jar

Re: Basic Question

2006-03-21 Thread Jeffrey Pearson
st copied over. I now see my images folder and I can drill down and see my individual images in the folder under the Web Components folder in the Groups and Files pane. I'm not understanding... Jeff On Mar 21, 2006, at 3:07 PM, Paul Lynch wrote: On 21 Mar 2006, at 21:12, Jeffrey

Basic Question

2006-03-21 Thread Jeffrey Pearson
Please pardon the beginner question. I have an existing jsp/servlet web application that I am trying to convert to a webobject app. I must say, beginner docs are VERY sparse My question is a stupid one, but I don't seem to be able to find anything about it. I have an image I want