Moving to Eclipse...at least trying...
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