• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects 5.4 Webservices and arrays deserializer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebObjects 5.4 Webservices and arrays deserializer


  • Subject: Re: WebObjects 5.4 Webservices and arrays deserializer
  • From: Kristof Cossement <email@hidden>
  • Date: Fri, 29 Feb 2008 09:50:06 +0100
  • Thread-topic: WebObjects 5.4 Webservices and arrays deserializer

Hi,

Thanks for the idea!

I copied the system frameworks into my xcode project and removed the system
frameworks from my project.
The code compiles, but does not run:

java.lang.NoClassDefFoundError: com/webobjects/appserver/WOApplication



[Session started at 2008-02-29 09:47:06 +0100.]
Reading MacOSClassPath.txt ...
Launching ServiceProvider.woa ...
java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory="/System"
-DWOLocalRootDirectory=""
-DWOUserDirectory="/Users/admin/Data/Projects/ServiceProviderFrameWork/build
/Development" -DWOEnvClassPath="" -DWOApplicationClass=Application
-DWOPlatform=MacOS -Dcom.webobjects.pid=15500 -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap
appRoot is
/Users/admin/Data/Projects/ServiceProviderFrameWork/build/Development/Servic
eProvider.woa/Contents
Loading
/Users/admin/Data/Projects/ServiceProviderFrameWork/build/Development/Servic
eProvider.woa/Contents/MacOS/MacOSClassPath.txt
Generated classpath:

/Users/admin/Data/Projects/ServiceProviderFrameWork/build/Development/Servic
eProvider.woa/Contents/Resources/Java/serviceprovider.jar
  JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
  JavaEOControl.framework/Resources/Java/javaeocontrol.jar
  JavaFoundation.framework/Resources/Java/javafoundation.jar
  JavaWebObjects.framework/Resources/Java/javawebobjects.jar
  JavaWebServicesClient.framework/Resources/Java/javawebservicesclient.jar
  JavaWebServicesSupport.framework/Resources/Java/javawebservicessupport.jar
  JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
  JavaXML.framework/Resources/Java/javaxml.jar
  /Users/admin/Library/Java/
  /Library/Java/
  /System/Library/Java/
  /Network/Library/Java
  /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
  /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
  /Library/WebObjects/Extensions/_nss_activation.jar
  /Library/WebObjects/Extensions/_nss_mail.jar
  /Library/WebObjects/Extensions/_nss_mysql-connector-java-3.1.12-bin.jar
  /Library/WebObjects/Extensions/axis-ant.jar
  /Library/WebObjects/Extensions/axis.jar
  /Library/WebObjects/Extensions/commons-discovery.jar
  /Library/WebObjects/Extensions/commons-logging.jar
  /Library/WebObjects/Extensions/icu4j_3_2.jar
  /Library/WebObjects/Extensions/jaxrpc.jar
  /Library/WebObjects/Extensions/log4j-1.2.4.jar
  /Library/WebObjects/Extensions/log4j-1.2.8.jar
  /Library/WebObjects/Extensions/pdflib.jar
  /Library/WebObjects/Extensions/saaj.jar
  /Library/WebObjects/Extensions/wsdl4j.jar
  /Library/WebObjects/Extensions/
java.lang.NoClassDefFoundError: com/webobjects/appserver/WOApplication
    at java.lang.ClassLoader.defineClass2(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:719)
    at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:160)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:254)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:68)

ServiceProvider has exited with status 1.






On 2/29/08 8:48 AM, "Art Isbell" <email@hidden> wrote:

> On Feb 28, 2008, at 7:57 PM, Kristof Cossement wrote:
>
>> We experience a major problem porting our WebObjects application
>> from OSX
>> 10.4.x(WebObjects 5.3) to OSX 10.5.x(WebObjects 5.4.1)
>
>> When making a webservice with an array of Strings (or other types),
>> the
>> automatically generated WSDL file is not valid (since WO 5.4): the
>> declaration of array elements is not included in the wsdl file.
>>
>> This problem is also described in
>> http://lists.apple.com/archives/Webobjects-dev/2007/Dec/msg00003.html
>
>
> Would you be able to deploy self-contained woa bundles that include
> WO 5.3 frameworks until this bug is fixed?
>
> Aloha,
> Art
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> be
>
> This email sent to email@hidden

Mvg,

Kristof Cossement
Software development

Net&Storage Solutions nv
Tieltstraat 167
8740 Belgium
tel: (32) 51 42 40 15



Looking for Web-to-Print Solutions?
Visit our website :   http://www.vit2print.com


This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information and/or information protected by intellectual property rights.
If you are not the intended recipient, please note that any review, dissemination, disclosure, alteration, printing, copying or transmission of this e-mail and/or any file transmitted with it, is strictly prohibited and may be unlawful.
If you have received this e-mail by mistake, please immediately notify the sender and permanently delete the original as well as any copy of any e-mail and any printout thereof.
We may monitor e-mail to and from our network.

NSS nv Tieltstraat 167 8740 Pittem Belgium
 _______________________________________________
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

  • Follow-Ups:
    • Re: WebObjects 5.4 Webservices and arrays deserializer
      • From: Art Isbell <email@hidden>
References: 
 >Re: WebObjects 5.4 Webservices and arrays deserializer (From: Art Isbell <email@hidden>)

  • Prev by Date: Re: Delete Error Exception
  • Next by Date: WOLips 3.3 Stable
  • Previous by thread: Re: WebObjects 5.4 Webservices and arrays deserializer
  • Next by thread: Re: WebObjects 5.4 Webservices and arrays deserializer
  • Index(es):
    • Date
    • Thread