Instance connection weirdness on AWS (RHEL)

2018-01-12 Thread Jaime Magiera
Howdy folks, I moved one of my WO apps over to AWS (RHEL) a few months ago. Everything was working fine until yesterday. Suddenly, there was some wonkiness where Monitor couldn’t control the instance. Tried getting them communicating again with no luck. I’ve restarted the instance to make sure

Re: Backup WebObjects Developer - Found

2012-06-11 Thread Jaime Magiera
... and Chuck has offered Global Village's services as backup. This is very fitting - Chuck has taught me much of what I know about WO. Thanks for the other responses. I'll keep your names as well. Never hurts to have multiple backups. thanks Jaime Magiera Sensory Research,

Backup WebObjects Developer

2012-06-11 Thread Jaime Magiera
er WO developer could take over the project. WO isn't the new hotness these days. If anyone is interested in being "on-call" for this project, please message me. Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___

Re: Backtrack Too Far Error only with Windows browsers

2012-05-24 Thread Jaime Magiera
uld show you a fragment of the bad HTML. Thanks Chuck. That was in fact the problem. Some faulty logic on my part was creating a tag with no value. Interesting how different browsers handle such situations. Jaime Magiera Sensory Research, Inc. http://www.sensory

Re: Backtrack Too Far Error only with Windows browsers

2012-05-22 Thread Jaime Magiera
f you continue to have difficulties logging in, please contact the site adminstrator."); return null; } } Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Do not post admin requests to the l

Backtrack Too Far Error only with Windows browsers

2012-05-21 Thread Jaime Magiera
and the parent class have... session.setStoresIDsInURLs(false); session.setStoresIDsInCookies(true); It's extra odd because it happens immediately when accessing the app. Any thoughts on how to track the culprit down? currently stumped, Jaime Magiera Sensory Research

Re: Weird Crash

2012-02-22 Thread Jaime Magiera
Thanks for everyone's help... it was in fact that I was using WOLips 3.6 (with Eclipse 3.7). Updating WOLips to 3.7 did the trick. I think the "stable" label on 3.6 threw me off when I did the initial install. thanks much! Jaime Magiera Sensory Research, Inc. http://www.sens

Weird Crash

2012-02-16 Thread Jaime Magiera
into SPOD. I've not been able to determine any specific set of actions that causes this to happen. I've tried opening/closing components, changing focus before saving, etc. Nothing seems to stand out as a cause. Any thoughts on how I could troubleshoot this? Jaime Magiera Sensory

Re: Setting field value of object based on position in AjaxSortableList

2011-06-15 Thread Jaime Magiera
On Jun 15, 2011, at 4:12 PM, Chuck Hill wrote: > You could bind action, and in this method iterate over the list and manually > set the new index to reflect it's place in the list. Or you could do that in > the method on your page that sets the list when AjaxSortableList changes it. Ahhh, great

Setting field value of object based on position in AjaxSortableList

2011-06-15 Thread Jaime Magiera
ot figuring it out yet. thanks for any thoughts, Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.co

Re: blog application...

2009-12-01 Thread Jaime Magiera
ss the board. If you ask specific questions, folks can probably chip in. Have you outlined a data model yet? That would be the first place to start. Outline what fields you'll want for each message, and how to attach users to each message. Consider things such as metadata t

Re: [OT] Leaving WO

2009-12-01 Thread Jaime Magiera
that opportunity to create something new. > In the meanwhile I am focusing on Cocoa programming, bass playing, and > whatever else comes my way. Bass playing? You should leave us with a few notes. Got anything posted? Jaime Magiera Sensory Research, Inc

How to handle popup for a many-to-many

2009-07-06 Thread Jaime Magiera
ProductOptionItemSale (Many-to-Many) | | ^--- ProductSale --^ : J

Re: com.webobjects.foundation.NSData vs. Cocoa NSData

2008-11-12 Thread Jaime Magiera
problem in sight. Oh excellent, that worked like a charm. I was just writing .toString() out to file. stringFromPropertyList() does the trick. thanks! Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to

com.webobjects.foundation.NSData vs. Cocoa NSData

2008-11-12 Thread Jaime Magiera
XML if need be, but thought there might be a way to avoid going down to that level. thanks for any ideas, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobje

JSConfirmPanel changes?

2008-10-10 Thread Jaime Magiera
e you wish to delete the selected files?"; action = deleteFiles; } thanks, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webob

Re: java.lang.ClassCastException

2008-09-29 Thread Jaime Magiera
You have to coerce it to the proper object type. Example... Employee emp; emp = (Employee )Empleado.fetchRequiredEmpleado(session().defaultEditingContext(), qual); hope that helps, Jaime Magiera Sensory Research http://www.sensoryresearch.net __

WebServices complex object problem

2008-09-28 Thread Jaime Magiera
houghtConduitRemote.woa/ws/LicenseServices "/> Request Response -- http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

Re: www.apple.com/webobjects

2008-09-23 Thread Jaime Magiera
On Sep 22, 2008, at 6:28 PM, David den Boer wrote: But never forget that all the 'important' (IMHO) code runs on WO, and that is what matters for the long run. What exactly does that do to encourage a development base? Jaime Magiera Sensory Research http://www.sensoryre

Re: computeQueryDictionaryInContext error

2008-07-28 Thread Jaime Magiera
6 run com.webobjects.appserver._private Thread.java 613 run java.lang Class.java 1909 getDeclaredMethod java.lang ERXWOForm.java 224 _appendHiddenFieldsToResponse er.extensions Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests t

computeQueryDictionaryInContext error

2008-07-28 Thread Jaime Magiera
l" :java.lang.RuntimeException: computeQueryDictionaryInContext failed. any thoughts? Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-de

Re: Weird WO/Apache/Safari problem

2008-05-19 Thread Jaime Magiera
ld be affected by a Safari restart? And how did the problem start? anyway, thanks to help in troubleshooting, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobject

Weird WO/Apache/Safari problem

2008-05-19 Thread Jaime Magiera
ries. In Firefox Go to http://www.sensoryresearch.net, click on "news": no problems Click on "Archives", then "News": no problems --- I'm stumped on this. These are Apache errors I think, as the WO app is not being reached. Any thoughts

Re: Another goofy question: Images from database not showing up?

2008-05-15 Thread Jaime Magiera
ike a charm, thank you! Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: Another goofy question: Images from database not showing up?

2008-05-15 Thread Jaime Magiera
On May 15, 2008, at 3:36 PM, Chuck Hill wrote: What does the img tag in the generated HTML look like? Where are the images in your project? Are they in folders? Chuck On May 15, 2008, at 12:27 PM, Jaime Magiera wrote: Hello again, Did something change in WO 5.4 or is there something

Another goofy question: Images from database not showing up?

2008-05-15 Thread Jaime Magiera
(ERXStaticResourceRequestHandler.java:107) INFO er.extensions.ERXStaticResourceRequestHandler - Unable to get contents of file '7467449284659485224' for uri: 7467449284659485224 confused, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___

Re: one step closer

2008-05-15 Thread Jaime Magiera
ordering of your classpath (Order and Export) in eclipse. Yeah, I'm going over that now. Fixing all the above should get you going. Thanks, yes, these suggestions helped get me going. thanks everyone, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___

one step closer

2008-05-10 Thread Jaime Magiera
extensions.ERXModelGroup - ThoughtConduitWO8 references a prototype entity named EOJDBCMySQLPrototypes which is not yet loaded. ... May 10 12:43:06 test[18001] (ERXNSLogLog4jBridge.java:41) WARN NSLog - WOBundle.lookForClassInAllBundles(WOKeyValueConditional) failed! Jaime Magiera Se

Re: WOLips deployment problems

2008-05-08 Thread Jaime Magiera
es/Java/ javawebobjects.jar WOROOT/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar = Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ig

Re: WOLips deployment problems

2008-05-08 Thread Jaime Magiera
es/Java/ javawebobjects.jar WOROOT/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar == node2:/Library/WebObjects/Applications/testapp.woa/Contents/MacOS root# ls ../Resources/Java/ testapp.jar =====

WOLips deployment problems

2008-05-08 Thread Jaime Magiera
ing a log created. It must be something simple. Any thoughts on how to troubleshoot this? Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: [slightly OT] data modeling question

2008-05-07 Thread Jaime Magiera
Thanks for all the suggestions. I'm going to digest this and reformulate my model. I'll let you know how it goes. Hmmm... It's nice to be involved in WO again. Good programming. Good folks. Jaime Magiera Sensory Research http://www.sens

[slightly OT] data modeling question

2008-05-07 Thread Jaime Magiera
m racking my brain. Maybe it's time to take a data modeling class :) any thoughts? Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Re: a little unclear on the quoting issue of Entity Modeler

2008-05-02 Thread Jaime Magiera
On May 1, 2008, at 10:07 PM, Chuck Hill wrote: Miss what? Window - View - Other Chuck! Hehe, thanks, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: a little unclear on the quoting issue of Entity Modeler

2008-05-02 Thread Jaime Magiera
Good Luck! Thanks for the assistance! Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/U

a little unclear on the quoting issue of Entity Modeler

2008-05-01 Thread Jaime Magiera
o miss drag-n-drop). Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update you

Re: Fileupload naming schemes

2007-07-30 Thread Jaime Magiera
the same name? A good method is to use a NSTimestamp(). For example, uploads to my groupware WO app use a generated name of [groupshortname]MMDD. For more resolute naming, add the time... [groupshortname]MMDDYYYYMMSSNSNS , etc. Jaime Magiera Sensory Research http://www

X3D and AJAX3D WO Components

2006-10-03 Thread Jaime Magiera
WebObjects and JBOSS. http://www.web3d.org/ http://www.ajax3d.com/ Jaime Magiera Sensory Research Network http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: IE Error with WOHyperlink over HTTPS

2006-09-21 Thread Jaime Magiera
On Sep 21, 2006, at 8:07 PM, David Holt wrote: Hi Jaime, Hi, I think it may be choking on the download function because you are describing an error I have seen. To check, you could try a hyperlink to another "normal" component and see if it gets returned as you expect. Yes, this must

IE Error with WOHyperlink over HTTPS

2006-09-21 Thread Jaime Magiera
s work fine. Any thoughts on this? I'm stumped and would appreciate any help, Jaime Magiera Sensory Research Network http://www.sensoryresearch.net ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

display group fetch spec, this used to work

2006-09-07 Thread Jaime Magiera
Hi, The following code has worked before in other components. EOQualifier qual; NSMutableArray args = new NSMutableArray(); args.addObject(thisMember().username()); args.addObject(thisMember().usernam

Working example of EOModel and OpenDirectory

2006-08-30 Thread Jaime Magiera
Hello, I'm revisiting the idea of adding LDAP to my WO application. However, I'm unable to get things working based on the Developer example. Can anyone share a working example of getting EOModel to talk to OpenDirectory? thanks, Jaime ___ Do n

Re: getting the socket?

2006-07-07 Thread Jaime Magiera
On Jul 7, 2006, at 2:11 PM, Mike Schrag wrote: Depending on your level of desire for pain (and assuming you're using WO on OS X), you can use JNI to call out to the QuickTime API's yourself. That's been very stable for me for video capture. H, I hadn't gotten into JNI yet. Perhaps tha

Re: WWDC WO Meet

2006-07-07 Thread Jaime Magiera
On Jul 7, 2006, at 2:10 PM, Mike Schrag wrote: My soul burns to make this shirt. This one might just show up on the mschrag Cafe Press store : I own a professional 6-color screen press. If you folks come up with a good idea, I'd be willing to make shirts for you at cost. My contribution

Re: getting the socket?

2006-07-07 Thread Jaime Magiera
On Jul 5, 2006, at 8:19 PM, Chuck Hill wrote: I think you are following a dead end there. That can happen when one just follows their nose =) Second, that error probably means that some remnant of the JVM is still running and has the port. Argghhh. Didn't think of that. Good point. Event

getting the socket?

2006-07-05 Thread Jaime Magiera
Hello, Every once in a while, there will be a crash that leaves my WO app unable to restart (error: "Cannot bind to address"). Folks on the Network Programming list suggested the SO_REUSEADDR and SO_REUSEPORT UNIX commands as methods to avoid this. In Java, that translates to ServerSocket

Re: webobject-dev archives

2006-04-12 Thread Jaime Magiera
On Apr 12, 2006, at 4:23 PM, Theodore Petrosky wrote: I want to search for specific issues before asking here. Where can find a searchable archive (like cocoa-dev)? Apple provides a list search... http://search.lists.apple.com/ Jaime ___ Do not po

technique for fixing corrupted class file?

2006-02-11 Thread Jaime Magiera
Hello, Several of my class files on a backup DVD cannot be opened in a recognizable format. This doesn't appear to be the weird translation problem in WOBuilder from last year. Instead, it looks like all the text is binary (see below). Any idea how I can get this converted back to regular

best way to pass a file between D2JC client and server

2005-11-21 Thread Jaime Magiera
Hey folks, I'd like to set up a feature where D2JC client applications can send files back to the WO server. The initial thought would be to create a second server process to receive the files. However, I'm wondering if there's something already available between the WO client and server

Re: mod_rewrite, sessions and cookies

2005-11-06 Thread Jaime Magiera
On Nov 6, 2005, at 6:42 PMGMT-05:00, Zak Burke wrote: In Session.java, you need to override domainForIDCookies like this: public String domainForIDCookies() { return "/"; } I dunno why it's named domainForIDCookies -- it sets the *path* for WO's wosid and woinst cookies. Use / to have the

mod_rewrite, sessions and cookies

2005-11-06 Thread Jaime Magiera
I use a lot of direct actions in my WO application. Each page is a mixture of session links and regular links to other direct actions. This requires the use of cookies to store the session ID. For the most part, this worked without a problem. Recently, I implemented mod_rewrite in Apache to

Re: Content Management

2005-10-27 Thread Jaime Magiera
On Oct 27, 2005, at 8:47 AMGMT-04:00, Simon Whitty wrote: exacly, I've use plone on zope before but was wondering if there are packages available that run on WebObjects? On 27/10/2005, at 9:19 PM, Dov Rosenberg wrote: There are about 1 billion CMS systems available. Ranging from free to

Re: Java Client Security

2005-10-27 Thread Jaime Magiera
On Oct 27, 2005, at 2:49 AMGMT-04:00, Ian Joyner wrote: But what if some hacker (sic) Do you mean malicious programmer? Anyway, I think I have found the answer in Chapter 6, p 140 on delegates, that the session object is a delegate of EODistributionContext and these delegate methods are c