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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to