Important: The information in this document is obsolete and should not be used for new development.
Exceptions when building WebObjects J2EE bundles in Xcode 2.1
You might get an exception building WebObjects J2EE bundles in Xcode 2.1 when going through the WebObjects project assistant.
Manually add the settings in your project target:
SERVLET_SINGLE_DIR_DEPLOY = YES/NO if single servlet directory option |
SERVLET_TRUE_WAR = YES/NO if true war bundle option |
SERVLET_WEBAPPS_DIR = [path to container deployment directory |
SERVLET_COPY_JARS = YES/NO is YES only if you want the jars under one directory, not need for war bundle option |
SERVLET_DEPLOY_LICENSE= WebObjects deployment license |
Certain debug information was logged to NSLog.err instead of NSLog.debug
Information such as the URL for connecting to the WebObjects Application via WebServer went to NSLog.err instead of NSLog.debug.
This issue has been resolved.
WOMailDelivery uses obsolete sun.net.smtp.SmtpClient for mail delivery
As its original API has been deprecated, WOMailDelivery now uses the JavaMail API.
WOMailDelivery now uses JavaMail if found on the classpath. Otherwise it falls back to sun.net.smtp.SmtpClient.
WOStatistics store has a ceiling of 50 transactions that it can log
WOStatistics store has a ceiling of 50 transactions that it can log.
The WOStatisticsStoreSessionMax property can be configured in the Properties file.
WOCookies were not serializable in previous releases
WOCookies were not serializable in previous releases.
WOCookies are now serializable.
DirectToWebServices applications don't automatically open WebServicesAssistant
Launching a DirectToWebServices application would automatically open a browser window telling you to copy and paste a URL into WebServicesAssistant.
DirectToWebServices WO applications will now automatically open WebServicesAssistant directly when the WSAssistantEnabled property is enabled.
WSDL generated by WebObjects had duplicate namespaces
WSDL generated by WebObjects had duplicate namespaces and caused interop problems with other client applications.
The issue is now resolved.
WebObjects web services using Axis 1.0
WebObjects web services should upgrade to the latest GM Axis release.
Axis 1.1 is now used in WebObjects.
Last updated: 2005-10-04