• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Moving to Eclipse...at least trying...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Moving to Eclipse...at least trying...


  • Subject: Moving to Eclipse...at least trying...
  • From: WO Dev <email@hidden>
  • Date: Thu, 14 Jun 2007 18:01:34 -0700

Hello guys,

We're actually trying to move our projects to Eclipse.
Thanks to a couple people (including Anjo;)) and Chuck's scripts we were able to "get started".


But we are having a weird issue when trying to execute our application:

We are using WOResourceManager to access some of our strings (if anyone as a how to on using ERXLocalizer we'll be happy to switch:)) but it seems it doesn't work anymore...

The application is using ERXSession and ERXApplication...

for example, we used to do something like:

--------
public class Session extends ERXSession {
	private Application application;
	protected WOResourceManager rm;

    public Session() {
        super();
		rm = ((Application)WOApplication.application()).resourceManager();
    }
--------

but now we got a class cast exception on the rm line...

In addition to this, it seems we got some null pointer exceptions when trying to access the application from a component.

Anyone could help us?

Thanks

Xavier


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Moving to Eclipse...at least trying...
      • From: Mike Schrag <email@hidden>
  • Prev by Date: Re: WOHyperLink and form submit --> wocode.com expired
  • Next by Date: Eclipse Vs. Xcode...but not really?
  • Previous by thread: Re: Migrating from XCode
  • Next by thread: Re: Moving to Eclipse...at least trying...
  • Index(es):
    • Date
    • Thread