Re: java.lang.ClassNotFoundException: com.webobjects.foundation.development.NSBundleFactory

2013-03-23 Thread Ray Kiddy
How are you getting a reference to a NSBundleFactory class in a com.webobjects.foundation.development package? That package is, as far as I know, not in Apple's frameworks or in Wonder. Is this something you added? - ray On Mar 22, 2013, at 8:52 PM, miriyala srinivas wrote: HI All, I am

Re: java.lang.ClassNotFoundException: com.webobjects.foundation.development.NSBundleFactory

2013-03-23 Thread Bogdan Zlatanov
Hi all, @Ray - this class is in ERJars/ERFoundation.jar @Miriyala - Try placing ERJars and ERExtensions before JavaFoundation in your classpath. Cheers On 23 Mar 2013, at 19:16, Ray Kiddy wrote: How are you getting a reference to a NSBundleFactory class in a

question about er.extensions.partials.ERXPartial

2013-03-23 Thread Tim Worman
Hi all: I'm hoping someone much smarter than me can answer a question about the ERXPartial class. This method is implemented in ERXPartial: takeStoredValueForKey(Object value, String key) but this method is not: takeValueForKey(Object value, String key) The problem is, the first method