| Has anyone else noticed this:
In Xcode 2.0 the top panel of the build window shows an error something like:
cannot resolve symbol : class NSMutablArray
In Xcode 2.2 the top panel shows only:
cannot resolve symbol
The detailed build log show this:
Classes/Session.java:31: cannot resolve symbol symbol : class NSMutablArray
Note: I basically forced this error to show as an example. Obviously NSMutablArray is incorrect.
This bug greatly reduces the usefulness of the build "overview" panel, as well as the "Errors and Warnings" smart group.
I'll be happy to create a bug report if nobody else has done so already. On Nov 15, 2005, at 1:26 PM, Pierre Frisch wrote: Try the following:
public Application() { super(); System.out.println("Welcome to " + this.name() + "!");
/* ** Put your application initialization code here ** */ WebServiceProvider.initializeServiceProvider(); }
public class WebServiceProvider {
public static void initializeServiceProvider() { WOWebServiceRegistrar.registerWebService("WebServiceProvider", WebServiceProvider.class, new String[] {"setCredentials"}, true); }
public String setCredentials(String merchantName, EOEnterpriseObject password) { return ""; }
}
Build and launch the application and try to see the wsdl. It fails!!!
Pierre -- Pierre Frisch President sPearWay Ltd. phone: +1 604 929 9610 ext 6011 sPearCat Web Catalogs, Custom designed in-house with the click of a mouse. On 15-Nov-05, at 12:23 AM, Guido Neitzer wrote: On 14.11.2005, at 23:24 Uhr, Pierre Frisch wrote:
Not for me. WO 5.3.1 still cannot generate a simple wsdl if you are not using the d2* stuff.
What is the problem with the WSDL? I have not looked at it because we're running on 5.2.3 for deployment.
cug
_______________________________________________ Do not post admin requests to the list. They will be ignored. Help/Unsubscribe/Update your Subscription:
|
_______________________________________________
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]