I posted this message to the WOLips list at first. But since this seems to be more
of a WebObjects isue, I'll cross post it here.
I'm trying to develop a D2WS application on Eclipse with WOLips. Starting the
web service assistant and connecting to the application fails. The error message
java.lang.IllegalStateException: Can't obtain rules because of protected access!
[2008-3-31 14:39:16 CEST] <WorkerThread0> java.lang.IllegalStateException: Can't obtain rules because of protected access!
at com.webobjects.webservices.generation._WSDirectAction.loadD2WModelAction(_WSDirectAction.java:224)
at com.kontrast.cms.index.app.Session.awake(Session.java:15)
at com.webobjects.appserver.WOSession._awakeInContext(WOSession.java:834)
at com.webobjects.appserver.WOApplication._initializeSessionInContext(WOApplication.java:2111)
at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedApplication(WOComponentRequestHandler.java:319)
at com.webobjects.appserver._private.WOComponentRequestHandler._handleRequest(WOComponentRequestHandler.java:369)
at com.webobjects.appserver._private.WOComponentRequestHandler.handleRequest(WOComponentRequestHandler.java:442)
at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1678)
at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
at java.lang.Thread.run(Thread.java:613)
I checked the project out on an older machine, where it worked under XCode and
Eclipse/WOLips (after I added the server.wsdd and client.wsdd to the resources).
So i have to assume it's a problem with 5.4.
Any ideas?
J.L.Simon