Java/WebObjects employment

2011-01-10 Thread rjs...@iinet.net.au
Hi Sorry for the spam, but does anyone have any junior positions available for a Java/WebObjects developer? I have 20 months experience with WebObjects, and substantial other development and IT experience. I am a dual national British and Australian citizen. I'm currently in Brisbane, but I'm

OGNL binding failing for WOImageButton

2011-01-10 Thread Tarun Reddy
Can anyone help with this: SearchImage : WOImageButton { filename = "~session.siteDefinition.siteDomain + \"/images/find1.jpg\""; } This gives the desired image SearchImage : WOImage { filename = "~session.siteDefinition.siteDomain + \"/images/find1.jpg\""; } Help? Thank you, Tar

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-10 Thread Cheong Hee (Gmail)
Just a thinker..may be the setting has changed in your webobjects-...@lists.apple.com. I don't use yahoo account for wo since it could not forward to my local mailbox. If you want to try, you could forward me another sample to cheong...@yahoo.com; the sample you posted looks good to me too.

Re: WOXMLDecoder Problem

2011-01-10 Thread Paul Hoadley
On 11/01/2011, at 12:11 PM, vaibhav srivastava wrote: > In my xml, I have abc Can you show more of your XML? What you've got there is two opening 'p' tags. It could be the case that you're just not showing the corresponding closing tags (or it's a typo), but if what you've actually got

WOXMLDecoder Problem

2011-01-10 Thread vaibhav srivastava
Hi All, I am facing trouble with WOXMLDecoder class while parsing it. In my xml, I have abc while debugging found that it is converting this html tag to {p=abc}. and thus giving cast exception NSMutableDictonary cannot be converted to java.lang.String Any suggestions on this? Thanks f

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread William Hatch
After rebuilding all the wonder stuff, apps, etc, I'm now back to the standard WOServletAdaptor is currently unavailable error. It's like a bad, dysfunctional, yet somehow familiarly comforting relationship;-) Bill On Jan 10, 2011, at 3:34 PM, William Hatch wrote: > Funny you mention that, I

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-10 Thread Shravan Kumar. M
Thanks for your response Chuck. I use Yahoo! Mail since long time and I see this issue since last few months only. Now all my old WO messages as well look literal HTML!! From: Chuck Hill To: Shravan Kumar. M Cc: WO Dev Group Sent: Sun, January 9, 2011 4:40:

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread William Hatch
Funny you mention that, I just decided it had been a while since I'd updated the wonder source, so after svn update I'm running into some dorky stuff building and installing the frameworks with ant. I'll defer any further discussion on that to a potential thread on the wonder list;-) Thanks Davi

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread Chuck Hill
Are you running other, older WO apps in the same Tomcat instance? I think they would share a class loader and you would pick up the older framework if an older app launched first. Chuck On Jan 10, 2011, at 11:45 AM, William Hatch wrote: > No webobjects core frameworks jars in either direc

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread David Holt
Hi Bill, How recent is your Wonder? I was having version mismatches in deployment until changes made in revision http://wonder.svn.sourceforge.net/viewvc/wonder?view=revision&revision=11349 on or about September 27, 2010. David On 2011-01-10, at 11:45 AM, William Hatch wrote: > No webobjects

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread William Hatch
No webobjects core frameworks jars in either directory, on my machine or the server. Bill On Jan 10, 2011, at 2:20 PM, Chuck Hill wrote: > The Java and WebObjects class loaders will preferentially load jars from > those two directories. That will happen before any emebedded frameworks are

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread Chuck Hill
The Java and WebObjects class loaders will preferentially load jars from those two directories. That will happen before any emebedded frameworks are used. Look for WO jars in those directories. Chuck On Jan 10, 2011, at 11:18 AM, William Hatch wrote: > Sorry Chuck, but what should I be che

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread William Hatch
Sorry Chuck, but what should I be checking for? And, on which host, mine or server? When I run the app local, the properties indicate it's WO 5.4.2; same on the server, but digging into the error, there's other posts that indicate this error is associated with an api difference between 5.3 and 5

Re: Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread Chuck Hill
Check /Library/Java/Extensions and /Library/WebObjects/Extensions. Chuck On Jan 10, 2011, at 10:31 AM, William Hatch wrote: > Trying to deploy a war, bundling all the local frameworks with WO 5.4 and > Wonder 5, and I'm getting an error that indicates a version mismatch: > > java.lang.NoSuchM

Dev - Server WO version mismatch with bundled war deploy question

2011-01-10 Thread William Hatch
Trying to deploy a war, bundling all the local frameworks with WO 5.4 and Wonder 5, and I'm getting an error that indicates a version mismatch: java.lang.NoSuchMethodError: com.webobjects.appserver.WOApplication.createRequest(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;L

Re: A few newbie maven questions

2011-01-10 Thread Faizel Dakri
Hi Henrique, In case it helps, I am not behind any proxy. Thanks for your help, Fez On 2011-Jan-10, at 06:01 AM, Henrique Prange wrote: > Hi Faizel, > > I've successfully uncompressed the index file. Are you behind a proxy? > > I'll configure my settings to access the WOCommunity Repository

Re: A few newbie maven questions

2011-01-10 Thread Henrique Prange
Hi Faizel, I've reproduced the problem on my Eclipse. I'll check what is happening. Cheers, Henrique On 10/01/2011, at 10:05, Henrique Prange wrote: > Hi Faizel, > > The m2eclipse uses the embedded Maven 3 for dependency management and project > configuration. > > The change you have mentio

Re: A few newbie maven questions

2011-01-10 Thread Henrique Prange
Hi Faizel, The m2eclipse uses the embedded Maven 3 for dependency management and project configuration. The change you have mentioned affect only Maven builds triggered through the Run As menu. Sent from my iPhone On 06/01/2011, at 02:58, Faizel Dakri wrote: > Henrique, > > On 2011-Jan-05,

Re: A few newbie maven questions

2011-01-10 Thread Henrique Prange
Hi Faizel, I've successfully uncompressed the index file. Are you behind a proxy? I'll configure my settings to access the WOCommunity Repository directly as soon as I arrive in the office. Sent from my iPhone On 06/01/2011, at 02:58, Faizel Dakri wrote: > Henrique, > > On 2011-Jan-05, at 0